code
stringlengths 2k
1.04M
| repo_path
stringlengths 5
517
| parsed_code
stringlengths 0
1.04M
| quality_prob
float64 0.02
0.95
| learning_prob
float64 0.02
0.93
|
---|---|---|---|---|
@charset "utf-8";
/* CSS Document */
/******************************
[Table of Contents]
1. Fonts
2. Body and some general stuff
3. Header
3.1 Top Bar
3.2 Logo
3.3 Main Nav
3.4 Menu
4. Home
4.1 Home Slider
4.2 Home Slider Nav
4.3 Home Slider Dots
5. Search
6. Section Title
7. Intro
8. CTA
8.1 CTA Slider
9. Offers
10. Testimonials
10.1 Testimonials Slider
11. Trending
12. Contact
13. Footer
13.1 Footer - About
13.2 Footer - Blog
13.3 Footer - Tags
13.4 Footer - Contact Info
14. Copyright
******************************/
/***********
1. Fonts
***********/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
font-family: 'Beyond';
src: url('../fonts/beyond_the_mountains.otf') format('truetype'),
url('../fonts/beyond_the_mountains.ttf') format('opentype');
}
/*********************************
2. Body and some general stuff
*********************************/
*
{
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
background: #FFFFFF;
color: #a5a5a5;
}
div
{
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
ul
{
list-style: none;
margin-bottom: 0px;
}
p
{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 2;
font-weight: 400;
color: #929191;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
display: inline;
position: relative;
color: inherit;
border-bottom: solid 1px #ffa07f;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
text-decoration: none;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
position: relative;
color: #FF6347;
}
p a:hover
{
color: #FFFFFF;
background: #ffa07f;
}
p a:hover::after
{
opacity: 0.2;
}
::selection
{
}
p::selection
{
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{
}
.form-control
{
color: #db5246;
}
section
{
display: block;
position: relative;
box-sizing: border-box;
}
.clear
{
clear: both;
}
.clearfix::before, .clearfix::after
{
content: "";
display: table;
}
.clearfix::after
{
clear: both;
}
.clearfix
{
zoom: 1;
}
.float_left
{
float: left;
}
.float_right
{
float: right;
}
.trans_200
{
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.trans_300
{
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.trans_400
{
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.trans_500
{
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.fill_height
{
height: 100%;
}
.super_container
{
width: 100%;
overflow: hidden;
}
.prlx_parent
{
overflow: hidden;
}
.prlx
{
height: 130% !important;
}
.nopadding
{
padding: 0px !important;
}
.button
{
display: inline-block;
height: 53px;
border-radius: 27px;
overflow: hidden;
}
.button_bcg
{
position: absolute;
top: 0;
left: 0;
width: 200%;
height: 100%;
background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
z-index: -1;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.button:hover .button_bcg
{
left: -100%;
}
.button a
{
display: block;
font-size: 13px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
line-height: 53px;
padding-left: 46px;
padding-right: 46px;
white-space: nowrap;
z-index: 2;
}
.button span
{
display: inline-block;
vertical-align: middle;
width: 5.75px;
height: 5.63px;
background: #FFFFFF;
border-radius: 50%;
margin-right: 2px;
}
.button span:first-child
{
margin-left: 10px;
}
.button span:nth-child(2)
{
opacity: 0.6;
}
.button span:last-child
{
opacity: 0.4;
margin-right: 0px;
}
/*********************************
3. Header
*********************************/
.header
{
position: fixed;
width: 100%;
background: rgba(54, 19, 84, 0.6);
z-index: 12;
}
.header.scrolled
{
background: rgba(54, 19, 84, 0.85);
}
/*********************************
3.1 Top Bar
*********************************/
.top_bar
{
width: 100%;
height: 36px;
background: #350a4e;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.header.scrolled .top_bar
{
visibility: hidden;
opacity: 0;
height: 0px;
}
.phone
{
display: inline-block;
margin-right: 36px;
line-height: 36px;
font-size: 10px;
font-weight: 600;
color: #FFFFFF;
}
.social_list_item
{
position: relative;
display: inline-block;
margin-right: 3px;
}
.social_list_item:last-child
{
margin-right: 0px;
}
.social_list_item a
{
display: block;
width: 100%;
padding-left: 10px;
padding-right: 10px;
line-height: 36px;
}
.social_list_item:hover a i
{
color: #fa9e1c;
}
.social_list_item a i
{
font-size: 12px;
color: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.social_list_item a:hover
{
color: #FFFFFF;
}
.user_box_link
{
display: inline-block;
}
.user_box_link a
{
display: block;
font-size: 10px;
line-height: 36px;
font-weight: 600;
color: #FFFFFF;
text-transform: uppercase;
}
.user_box_link a:hover
{
color: #fa9e1c;
}
.user_box_login
{
margin-right: 15px;
}
.user_box_login::after
{
display: block;
position: absolute;
top: 15px;
right: -9px;
background: #FFFFFF;
width: 1px;
height: 9px;
content: '';
}
.main_nav_col
{
height: 143px;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.header.scrolled .main_nav_col
{
height: 100px;
}
/*********************************
3.2 Logo
*********************************/
.logo_container
{
-webkit-transform: translateY(-6px);
-moz-transform: translateY(-6px);
-ms-transform: translateY(-6px);
-o-transform: translateY(-6px);
transform: translateY(-6px);
}
.header.scrolled .logo_container
{
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.logo a
{
font-family: 'Open Sans', sans-serif;
font-size: 30px;
color: #f4f4f8;
font-weight: 800;
text-transform: uppercase;
}
.logo a img
{
display: inline-block;
vertical-align: baseline;
margin-right: 9px;
-webkit-transform: translateY(2px);
-moz-transform: translateY(2px);
-ms-transform: translateY(2px);
-o-transform: translateY(2px);
transform: translateY(2px);
}
/*********************************
3.3 Main Nav
*********************************/
.main_nav_container
{
margin-right: 221px;
}
.main_nav_item
{
position: relative;
display: inline-block;
margin-right: 40px;
}
.main_nav_item:last-child
{
margin-right: 0px;
}
.main_nav_item a
{
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 600;
color: #FFFFFF;
text-transform: uppercase;
padding-bottom: 10px;
padding-top: 10px;
}
.main_nav_item::after
{
display: block;
position: absolute;
left: -1px;
bottom: -11px;
width: calc(100% + 2px);
height: 2px;
background: linear-gradient(to right, #fa9e1b, #8d4fff);
content: '';
opacity: 0;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.main_nav_item:hover::after
{
opacity: 1;
}
.content_search
{
-webkit-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
transform: translateY(-1px);
cursor: pointer;
}
.header.scrolled .content_search
{
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.mag_glass
{
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.content_search img
{
width: 17px;
height: 17px;
}
.content_search:hover .mag_glass
{
fill: #fa9e1c;
}
.search_form
{
position: absolute;
right: 15px;
top: 120px;
width: 237px;
height: 40px;
visibility: hidden;
opacity: 0;
}
.search_form.active
{
top: 105px;
visibility: visible;
opacity: 1;
}
.search_content_input
{
width: 100%;
height: 100%;
background: #FFFFFF;
color: #1b0b32;
padding-left: 20px;
outline: none !important;
border: none !important;
box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}
.bez_1
{
-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
/*********************************
3.4 Menu
*********************************/
.hamburger
{
display: none;
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px);
cursor: pointer;
margin-left: 20px;
}
.header.scrolled .hamburger
{
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.hamburger i
{
font-size: 24px;
color: #FFFFFF;
}
.hamburger:hover i
{
color: #fa9e1c;
}
.menu
{
position: fixed;
width: 100vw;
height: 100vh;
background: linear-gradient(to right, #fa9e1b, #8d4fff);
z-index: 100;
opacity: 0;
visibility: hidden;
}
.menu.active
{
opacity: 0.95;
visibility: visible;
}
.menu_content
{
width: 100%;
height: 100%;
}
.menu_item
{
position: relative;
margin-bottom: 3px;
}
.menu_item:last-child
{
margin-bottom: 0px;
}
.menu_logo
{
margin-bottom: 28px;
}
.menu_logo a img
{
width: 40px !important;
}
.menu_item a
{
display: inline-block;
position: relative;
font-family: 'Beyond';
font-size: 36px;
color: #FFFFFF;
font-weight: 400;
}
.menu_item a::after
{
display: block;
position: absolute;
top: 60%;
left: 0;
width: 0;
height: 4px;
background: #FFFFFF;
letter-spacing: 2px;
content: '';
z-index: 10;
pointer-events: none;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 400ms ease;
}
.menu_item:hover a::after
{
width: 100%;
}
.menu_close_container
{
position: absolute;
top: 94px;
right: 122px;
width: 21px;
height: 21px;
cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_close
{
top: 9px;
width: 21px;
height: 3px;
background: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.menu_close::after
{
display: block;
position: absolute;
top: -9px;
left: 9px;
content: '';
width: 3px;
height: 21px;
background: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
background: #fa9e1c;
}
/*********************************
4. Home
*********************************/
.home
{
width: 100%;
height:80vh;
}
/*********************************
4.1 Home Slider
*********************************/
.home_slider_container
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
background: #31124b;
}
.home_slider
{
width: 100%;
height: 100%;
}
.home_slider_item
{
width: 100%;
height: 100%;
}
.home_slider_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
opacity:0.5;
}
.home_slider_content
{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 11;
}
.home_slider_content h1
{
margin-bottom: 0px;
}
.home_slider_content h1:first-child
{
font-size: 112px;
font-weight: 900;
color: #FFFFFF;
text-transform: uppercase;
}
.home_slider_content h1:nth-child(2)
{
font-family: 'Beyond';
font-size: 100px;
color: #FFFFFF;
margin-top: -34px;
}
.home_slider_button
{
margin-top: 70px;
}
.flipInX
{
animation-delay: 600ms;
}
/*********************************
4.2 Home Slider Nav
*********************************/
.home_slider_nav
{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 11;
cursor: pointer;
}
.home_slider_prev
{
left: 50px;
}
.home_slider_next
{
right: 50px;
}
.home_slider_prev:hover .nav_path,
.home_slider_prev:hover .nav_arrow
{
fill: url(#home_grad_prev);
}
.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path
{
fill: url(#home_grad_next);
}
/*********************************
4.3 Home Slider Dots
*********************************/
.home_slider_dots
{
position: absolute;
right: 50px;
bottom: 45px;
z-index: 10;
}
.home_slider_custom_dots
{
}
.home_slider_custom_dot
{
display: inline-block;
position: relative;
height: 35px;
line-height: 35px;
color: #FFFFFF;
cursor: pointer;
font-size: 13px;
font-weight: 600;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.home_slider_custom_dot:hover
{
color: #fa9e1c;
}
.home_slider_custom_dot:hover.active div
{
border-color: #fa9e1c;
}
.home_slider_custom_dot.active
{
padding-left: 13px;
padding-right: 9px;
margin-right: 3px;
}
.home_slider_custom_dot div
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: solid 2px transparent;
border-radius: 18px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.home_slider_custom_dot.active div
{
border: solid 2px #FFFFFF;
}
/*********************************
5. Search
*********************************/
.search
{
width: 100%;
height: 192px;
background: linear-gradient(to right, #fa9e1b, #8d4fff);
z-index: 10;
}
.search_tabs_container
{
position: absolute;
bottom: 100%;
left: 15px;
width: calc(100% - 30px);
}
.search_tabs
{
height: 94px;
}
.search_tab
{
font-size: 14px;
font-weight: 700;
color: #2d2c2c;
text-transform: uppercase;
text-align: center;
height: 100%;
flex-grow: 1;
background: #FFFFFF;
cursor: pointer;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.search_tab img
{
margin-right: 10px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.search_tab:first-child
{
border-top-left-radius: 94px;
padding-left: 7px;
}
.search_tab:last-child
{
border-top-right-radius: 94px;
padding-right: 7px;
}
.search_tab.active
{
background: #fa9e1b;
color: #FFFFFF;
}
.search_tab.active img
{
-webkit-filter: brightness(200%) grayscale(100%);
-moz-filter: brightness(200%) grayscale(100%);
-ms-filter: brightness(200%) grayscale(100%);
-o-filter: brightness(200%) grayscale(100%);
filter: brightness(200%) grayscale(100%);
}
.search_tab:hover
{
background: #fa9e1b;
color: #FFFFFF;
}
.search_tab:hover img
{
-webkit-filter: brightness(200%) grayscale(100%);
-moz-filter: brightness(200%) grayscale(100%);
-ms-filter: brightness(200%) grayscale(100%);
-o-filter: brightness(200%) grayscale(100%);
filter: brightness(200%) grayscale(100%);
}
.search_panel
{
display: none !important;
width: 100%;
height: 100%;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}
.search_panel.active
{
display: flex!important;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
.search_panel_content
{
width: 100%;
height: 100%;
}
.search_input
{
width: 100%;
height: 46px;
border: none;
outline: none;
padding-left: 15px;
padding-right: 15px;
font-size: 13px;
font-weight: 600;
color: #929191;
}
.search_item:first-child
{
width: 30.453%;
}
.search_item:nth-child(2)
{
width: 13.961%;
}
.search_item:nth-child(3)
{
width: 13.961%;
}
.search_item:nth-child(4)
{
width: 9.947%;
}
.search_item:nth-child(5)
{
width: 9.947%;
}
.search_item div
{
font-size: 13px;
font-weight: 700;
color: #FFFFFF;
text-transform: uppercase;
margin-bottom: 14px;
}
.dropdown_item_select
{
-webkit-appearance:none;
-moz-appearance:none;
-ms-appearance:none;
-o-appearance:none;
appearance:none;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-webkit-user-select: none;
background-image: url(../images/dropdown.png);
background-position: center right;
background-repeat: no-repeat;
border: solid 1px #FFFFFF;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
}
.dropdown_item_select::-ms-expand
{
display: none;
}
.dropdown_item_select:hover
{
border: solid 1px #fa9e1c;
}
.dropdown_item_select:focus
{
outline-color: #fa9e1c;
}
.search_button
{
font-size: 13px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
line-height: 53px;
padding-left: 46px;
padding-right: 46px;
background: #31124b;
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
transform: translateY(15px);
border: none;
outline: none;
cursor: pointer;
}
.search_button:hover
{
opacity: 0.8;
}
/*********************************
6. Section Title
*********************************/
.section_title
{
font-size: 30px;
font-weight: 700;
color: #2d2c2c;
margin-top: -8px;
text-transform: uppercase;
}
/*********************************
7. Intro
*********************************/
.intro
{
width: 100%;
padding-top: 100px;
padding-bottom: 105px;
}
.intro_title
{
font-weight: 700;
color: #2d2c2c;
margin-top: -14px;
}
.intro_text
{
margin-top: 21px;
}
.intro_text p
{
font-size: 24px;
font-style: italic;
color: #929191;
line-height: 1.336;
margin-bottom: 0px;
}
.intro_items
{
margin-top: 69px;
}
.intro_item
{
width: 100%;
height: 425px;
}
.intro_item_overlay
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background: rgba(49, 18, 75, 0.55);
}
.intro_item_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 1;
}
.intro_item_content
{
width: 100%;
height: 100%;
z-index: 3;
}
.intro_date
{
position: absolute;
top: 35px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
padding-left: 39px;
padding-right: 39px;
white-space: nowrap;
font-size: 13px;
font-weight: 400;
color: #FFFFFF;
line-height: 27px;
background: #fa9e1c;
border-radius: 14px;
}
.intro_button
{
position: absolute;
bottom: 51px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.intro_center
{
}
.intro_center h1
{
font-size: 59px;
font-weight: 700;
color: #FFFFFF;
letter-spacing: -0.05em;
}
.intro_price
{
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
margin-top: -4px;
}
.rating
{
margin-top: 10px;
}
.rating i
{
font-size: 19px;
margin-right: 4px;
}
.rating i:last-child
{
margin-right: 0px;
}
.rating_1 i:first-child{color: #ffeb8d;}
.rating_2 i:first-child{color: #ffeb8d;}
.rating_2 i:nth-child(2){color: #fed46b;}
.rating_3 i:first-child{color: #ffeb8d;}
.rating_3 i:nth-child(2){color: #fed46b;}
.rating_3 i:nth-child(3){color: #fbb53d;}
.rating_4 i:first-child{color: #ffeb8d;}
.rating_4 i:nth-child(2){color: #fed46b;}
.rating_4 i:nth-child(3){color: #fbb53d;}
.rating_4 i:nth-child(4){color: #fa9e1b;}
.rating_5 i:first-child{color: #ffeb8d;}
.rating_5 i:nth-child(2){color: #fed46b;}
.rating_5 i:nth-child(3){color: #fbb53d;}
.rating_5 i:nth-child(4){color: #fa9e1b;}
.rating_5 i:nth-child(5){color: #ef910a;}
/*********************************
8. CTA
*********************************/
.cta
{
padding-top: 125px;
padding-bottom: 116px;
background: linear-gradient(to right, #fa9e1b, #8d4fff);
}
.cta_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
opacity: 0.27;
}
/*********************************
8.1 CTA Slider
*********************************/
.cta_slider_container
{
}
.cta_item
{
padding-top: 75px;
padding-bottom: 61px;
padding-left: 90px;
padding-right: 90px;
background: #FFFFFF;
}
.cta_title
{
font-size: 30px;
font-weight: 700;
color: #2d2c2c;
text-transform: uppercase;
}
.cta_text
{
font-weight: 600;
line-height: 2.29;
margin-top: 14px;
margin-bottom: 0px;
}
.cta_button
{
margin-top: 38px;
}
.rating_r i::before
{
font-family: 'FontAwesome';
content: "\f006";
font-style: normal;
font-size: 19px;
margin-right: 4px;
}
.rating_r_1 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_3 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_4 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_4 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_5 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_5 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_5 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 i:nth-child(5)::before{color: #ef910a; content: "\f005";}
.cta_slider_nav
{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
cursor: pointer;
}
.cta_slider_prev
{
left: -75px;
}
.cta_slider_next
{
right: -75px;
}
.cta_slider_prev:hover .nav_path,
.cta_slider_prev:hover .nav_arrow
{
fill: url(#cta_grad_prev);
}
.cta_slider_next:hover .nav_path,
.cta_slider_next:hover .nav_arrow
{
fill: url(#cta_grad_next);
}
/*********************************
9. Offers
*********************************/
.offers
{
width: 100%;
padding-top: 105px;
padding-bottom: 43px;
background: #f3f6f9;
}
.offers_items
{
margin-top: 90px;
}
.offers_col
{
margin-bottom: 83px;
}
.offers_item
{
}
.offers_image_container
{
width: 100%;
height: 100%;
}
.offers_image_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.offer_name
{
position: absolute;
left: 0;
bottom: 27px;
width: 180px;
height: 33px;
background: #fa9e1b;
overflow: hidden;
}
.offer_name a
{
display: block;
font-size: 16px;
font-weight: 700;
color: #FFFFFF;
text-transform: uppercase;
line-height: 35px;
padding-left: 22px;
}
.offers_content
{
}
.offers_price
{
display: inline-block;
font-size: 36px;
font-weight: 700;
color: #eda84a;
line-height: 25px;
}
.offers_price span
{
font-size: 14px;
font-weight: 400;
color: #929191;
margin-left: 12px;
}
.offers_rating
{
}
.offers_rating i::before
{
font-size: 13px;
margin-right: 2px;
}
.offers_text
{
font-size: 14px;
font-weight: 400;
color: #929191;
margin-top: 16px;
}
.offers_icons
{
margin-top: 17px;
}
.offers_icons_item
{
display: inline-block;
margin-right: 15px;
}
.offers_icons_item:last-child
{
margin-right: 0px;
}
.offers_link
{
margin-top: 54px;
}
.offers_link a
{
font-size: 12px;
font-weight: 700;
color: #2d2c2c;
text-transform: uppercase;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.offers_link a:hover
{
color: #fa9e1b;
}
/*********************************
10. Testimonials
*********************************/
.testimonials
{
width: 100%;
padding-top: 105px;
padding-bottom: 105px;
background: #FFFFFF;
}
.test_border
{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: linear-gradient(to right, #fa9e1b, #8d4fff);
}
/*********************************
10.1 Testimonials Slider
*********************************/
.test_slider_container
{
width: 100%;
margin-top: 54px;
}
.test_item
{
padding-top: 36px;
}
.test_icon
{
position: absolute;
top: 0px;
left: 41px;
width: 72px;
height: 72px;
background: #fa9e1b;
border-radius: 50%;
overflow: hidden;
}
.test_icon img
{
position: relative;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto !important;
}
.test_content_container
{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 44.1%;
background: rgba(49, 18, 75, 0.8);
}
.test_content
{
width: 100%;
height: 100%;
padding-left: 38px;
padding-top: 44px;
padding-right: 40px;
}
.test_item_info
{
position: absolute;
left: 41px;
bottom: calc(100% - 18px);
background: #FFFFFF;
padding-left: 20px;
padding-right: 21px;
padding-top: 9px;
padding-bottom: 10px;
z-index: 10;
}
.test_name
{
font-size: 14px;
font-weight: 700;
color: #2d2c2c;
text-transform: uppercase;
}
.test_date
{
font-size: 11px;
margin-top: 2px;
color: #2d2c2c;
padding-left: 2px;
}
.test_quote_title
{
font-size: 20px;
font-weight: 500;
color: #FFFFFF;
padding-left: 3px;
}
.test_quote_text
{
font-weight: 500;
color: #FFFFFF;
margin-top: 11px;
}
.test_slider_nav
{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
cursor: pointer;
}
.test_slider_nav .nav_path,
.test_slider_nav .nav_arrow
{
fill: #c4ced2;
}
.test_slider_prev
{
left: -75px;
}
.test_slider_next
{
right: -75px;
}
.test_slider_prev:hover .nav_path,
.test_slider_prev:hover .nav_arrow
{
fill: url(#test_grad_prev);
}
.test_slider_next:hover .nav_path,
.test_slider_next:hover .nav_arrow
{
fill: url(#test_grad_next);
}
/*********************************
11. Trending
*********************************/
.trending
{
width: 100%;
padding-top: 105px;
padding-bottom: 50px;
}
.trending_container
{
margin-top: 90px;
}
.trending_item
{
margin-bottom: 55px;
}
.trending_image
{
width: 82px;
height: 76px;
float: left;
}
.trending_image img
{
width: 100%;
}
.trending_content
{
padding-left: 94px;
}
.trending_title
{
margin-top: -5px;
}
.trending_title a
{
font-size: 16px;
font-weight: 700;
color: #2d2c2c;
text-transform: uppercase;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.trending_title a:hover
{
color: #fa9e1b;
}
.trending_price
{
font-size: 14px;
font-weight: 700;
color: #fa9e1b;
margin-top: 2px;
}
.trending_location
{
font-size: 14px;
font-weight: 400;
color: #929191;
text-transform: uppercase;
margin-top: 5px;
}
/*********************************
12. Contact
*********************************/
.contact
{
width: 100%;
padding-bottom: 105px;
}
.contact_background
{
position: absolute;
bottom: -34px;
left: 0;
width: 100%;
height: 104%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.contact_title
{
font-size: 30px;
font-weight: 700;
color: #FFFFFF;
text-transform: uppercase;
}
.contact_form_container
{
padding-top: 74px;
padding-left: 48px;
padding-right: 48px;
padding-bottom: 88px;
background: linear-gradient(to top right, #fa9e1b, #8d4fff);
}
.contact_form
{
margin-top: 52px;
font-size: 0px;
}
.input_field
{
height: 48px;
font-size: 12px;
font-weight: 400;
border: none;
outline: none;
background: transparent;
color: #FFFFFF;
border-bottom: solid 2px #e1e1e1;
}
.contact_form_name
{
width: calc((100% - 30px) / 2);
margin-right: 30px;
}
.contact_form_email
{
width: calc((100% - 30px) / 2);
}
.contact_form_subject
{
width: 100%;
margin-top: 11px;
}
.contact_form_message
{
height: 126px;
width: 100%;
border: none;
outline: none;
margin-top: 19px;
background: transparent;
font-size: 12px;
font-weight: 400;
color: #FFFFFF;
border-bottom: solid 2px #e1e1e1;
padding-top: 11px;
}
.form_submit_button
{
font-size: 13px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
line-height: 53px;
padding-left: 29px;
padding-right: 29px;
background: #31124b;
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
transform: translateY(15px);
border: none;
outline: none;
margin-top: 37px;
cursor: pointer;
}
.form_submit_button:hover
{
opacity: 0.8;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
font-size: 12px !important;
font-weight: 400 !important;
color: #FFFFFF !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
font-size: 12px !important;
font-weight: 400 !important;
color: #FFFFFF !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
font-size: 12px !important;
font-weight: 400 !important;
color: #FFFFFF !important;
}
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{
font-size: 12px !important;
font-weight: 400 !important;
color: #FFFFFF !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
font-size: 12px !important;
font-weight: 400 !important;
color: #FFFFFF !important;
}
/*********************************
13. Footer
*********************************/
.footer
{
width: 100%;
padding-top: 113px;
padding-bottom: 104px;
background: #31124b;
}
.footer_title
{
font-size: 15px;
font-weight: 700;
color: #FFFFFF;
text-transform: uppercase;
}
/*********************************
13.1 Footer - About
*********************************/
.footer_about
{
padding-top: 67px;
}
.footer_logo
{
position: absolute;
left: 0;
top: -24px;
}
.footer_about_text
{
font-size: 14px;
font-weight: 600;
color: #FFFFFF;
}
.footer_social_item
{
display: inline-block;
width: 31px;
height: 31px;
border: solid 1px #fa9e1b;
border-radius: 50%;
text-align: center;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
margin-right: 9px;
}
.footer_social_item:last-child
{
margin-right: 0px;
}
.footer_social_item a
{
display: block;
position: relative;
width: 100%;
height: 100%;
}
.footer_social_item a i
{
display: block;
position: relative;
color: #FFFFFF;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 12px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.footer_social_item:hover
{
background: #fa9e1b;
}
.footer_social_item:hover a i
{
color: #31124b;
}
/*********************************
13.2 Footer - Blog
*********************************/
.footer_blog
{
margin-top: 39px;
}
.footer_blog_item
{
margin-bottom: 21px;
}
.footer_blog_item:last-child
{
margin-bottom: 0px;
}
.footer_blog_image
{
width: 60px;
height: 60px;
float: left;
}
.footer_blog_image img
{
width: 100%;
}
.footer_blog_content
{
padding-left: 81px;
}
.footer_blog_title
{
margin-top: -4px;
padding-left: 1px;
}
.footer_blog_title a
{
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
}
.footer_blog_title a:hover
{
color: #fa9e1b;
}
.footer_blog_date
{
font-size: 12px;
font-weight: 400;
color: #fa9e1b;
margin-top: 7px;
}
/*********************************
13.3 Footer - Tags
*********************************/
.footer_tags
{
margin-top: 40px;
}
.tag_item
{
height: 35px;
float: left;
margin-right: 9px;
margin-bottom: 9px;
border: solid 1px #fa9e1b;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.tag_item:hover
{
background: #fa9e1b;
}
.tag_item a
{
display: block;
font-size: 12px;
font-weight: 600;
color: #FFFFFF;
line-height: 33px;
padding-left: 25px;
padding-right: 25px;
}
/*********************************
13.4 Footer - Contact Info
*********************************/
.contact_info_list
{
margin-top: 40px;
}
.contact_info_item
{
margin-bottom: 22px;
}
.contact_info_icon
{
width: 20px;
height: 20px;
margin-right: 10px;
}
.contact_info_icon img
{
display: block;
width: 100%;
}
.contact_info_text,
.contact_info_text a
{
color: #FFFFFF;
line-height: 2.14;
margin-top: -4px;
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a
{
color: #fa9e1b;
}
/*********************************
14. Copyright
*********************************/
.copyright
{
background: #1f0733;
}
.copyright_content
{
height: 52px;
}
.copyright_content div
{
font-size: 12px;
font-weight: 600;
color: #685677;
}
.footer_nav_container
{
height: 52px;
}
.footer_nav
{
}
.footer_nav_list
{
font-size: 0px;
}
.footer_nav_item
{
display: inline-block;
margin-right: 40px;
}
.footer_nav_item a
{
font-size: 12px;
font-weight: 600;
color: #685677;
text-transform: uppercase;
line-height: 2;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.footer_nav_item a:hover
{
color: #FFFFFF;
}
|
public/styles/main_styles.css
|
@charset "utf-8";
/* CSS Document */
/******************************
[Table of Contents]
1. Fonts
2. Body and some general stuff
3. Header
3.1 Top Bar
3.2 Logo
3.3 Main Nav
3.4 Menu
4. Home
4.1 Home Slider
4.2 Home Slider Nav
4.3 Home Slider Dots
5. Search
6. Section Title
7. Intro
8. CTA
8.1 CTA Slider
9. Offers
10. Testimonials
10.1 Testimonials Slider
11. Trending
12. Contact
13. Footer
13.1 Footer - About
13.2 Footer - Blog
13.3 Footer - Tags
13.4 Footer - Contact Info
14. Copyright
******************************/
/***********
1. Fonts
***********/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
font-family: 'Beyond';
src: url('../fonts/beyond_the_mountains.otf') format('truetype'),
url('../fonts/beyond_the_mountains.ttf') format('opentype');
}
/*********************************
2. Body and some general stuff
*********************************/
*
{
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
background: #FFFFFF;
color: #a5a5a5;
}
div
{
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
ul
{
list-style: none;
margin-bottom: 0px;
}
p
{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 2;
font-weight: 400;
color: #929191;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
display: inline;
position: relative;
color: inherit;
border-bottom: solid 1px #ffa07f;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
text-decoration: none;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
position: relative;
color: #FF6347;
}
p a:hover
{
color: #FFFFFF;
background: #ffa07f;
}
p a:hover::after
{
opacity: 0.2;
}
::selection
{
}
p::selection
{
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{
}
.form-control
{
color: #db5246;
}
section
{
display: block;
position: relative;
box-sizing: border-box;
}
.clear
{
clear: both;
}
.clearfix::before, .clearfix::after
{
content: "";
display: table;
}
.clearfix::after
{
clear: both;
}
.clearfix
{
zoom: 1;
}
.float_left
{
float: left;
}
.float_right
{
float: right;
}
.trans_200
{
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.trans_300
{
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.trans_400
{
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.trans_500
{
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.fill_height
{
height: 100%;
}
.super_container
{
width: 100%;
overflow: hidden;
}
.prlx_parent
{
overflow: hidden;
}
.prlx
{
height: 130% !important;
}
.nopadding
{
padding: 0px !important;
}
.button
{
display: inline-block;
height: 53px;
border-radius: 27px;
overflow: hidden;
}
.button_bcg
{
position: absolute;
top: 0;
left: 0;
width: 200%;
height: 100%;
background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
z-index: -1;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.button:hover .button_bcg
{
left: -100%;
}
.button a
{
display: block;
font-size: 13px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
line-height: 53px;
padding-left: 46px;
padding-right: 46px;
white-space: nowrap;
z-index: 2;
}
.button span
{
display: inline-block;
vertical-align: middle;
width: 5.75px;
height: 5.63px;
background: #FFFFFF;
border-radius: 50%;
margin-right: 2px;
}
.button span:first-child
{
margin-left: 10px;
}
.button span:nth-child(2)
{
opacity: 0.6;
}
.button span:last-child
{
opacity: 0.4;
margin-right: 0px;
}
/*********************************
3. Header
*********************************/
.header
{
position: fixed;
width: 100%;
background: rgba(54, 19, 84, 0.6);
z-index: 12;
}
.header.scrolled
{
background: rgba(54, 19, 84, 0.85);
}
/*********************************
3.1 Top Bar
*********************************/
.top_bar
{
width: 100%;
height: 36px;
background: #350a4e;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.header.scrolled .top_bar
{
visibility: hidden;
opacity: 0;
height: 0px;
}
.phone
{
display: inline-block;
margin-right: 36px;
line-height: 36px;
font-size: 10px;
font-weight: 600;
color: #FFFFFF;
}
.social_list_item
{
position: relative;
display: inline-block;
margin-right: 3px;
}
.social_list_item:last-child
{
margin-right: 0px;
}
.social_list_item a
{
display: block;
width: 100%;
padding-left: 10px;
padding-right: 10px;
line-height: 36px;
}
.social_list_item:hover a i
{
color: #fa9e1c;
}
.social_list_item a i
{
font-size: 12px;
color: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.social_list_item a:hover
{
color: #FFFFFF;
}
.user_box_link
{
display: inline-block;
}
.user_box_link a
{
display: block;
font-size: 10px;
line-height: 36px;
font-weight: 600;
color: #FFFFFF;
text-transform: uppercase;
}
.user_box_link a:hover
{
color: #fa9e1c;
}
.user_box_login
{
margin-right: 15px;
}
.user_box_login::after
{
display: block;
position: absolute;
top: 15px;
right: -9px;
background: #FFFFFF;
width: 1px;
height: 9px;
content: '';
}
.main_nav_col
{
height: 143px;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.header.scrolled .main_nav_col
{
height: 100px;
}
/*********************************
3.2 Logo
*********************************/
.logo_container
{
-webkit-transform: translateY(-6px);
-moz-transform: translateY(-6px);
-ms-transform: translateY(-6px);
-o-transform: translateY(-6px);
transform: translateY(-6px);
}
.header.scrolled .logo_container
{
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.logo a
{
font-family: 'Open Sans', sans-serif;
font-size: 30px;
color: #f4f4f8;
font-weight: 800;
text-transform: uppercase;
}
.logo a img
{
display: inline-block;
vertical-align: baseline;
margin-right: 9px;
-webkit-transform: translateY(2px);
-moz-transform: translateY(2px);
-ms-transform: translateY(2px);
-o-transform: translateY(2px);
transform: translateY(2px);
}
/*********************************
3.3 Main Nav
*********************************/
.main_nav_container
{
margin-right: 221px;
}
.main_nav_item
{
position: relative;
display: inline-block;
margin-right: 40px;
}
.main_nav_item:last-child
{
margin-right: 0px;
}
.main_nav_item a
{
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 600;
color: #FFFFFF;
text-transform: uppercase;
padding-bottom: 10px;
padding-top: 10px;
}
.main_nav_item::after
{
display: block;
position: absolute;
left: -1px;
bottom: -11px;
width: calc(100% + 2px);
height: 2px;
background: linear-gradient(to right, #fa9e1b, #8d4fff);
content: '';
opacity: 0;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.main_nav_item:hover::after
{
opacity: 1;
}
.content_search
{
-webkit-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
transform: translateY(-1px);
cursor: pointer;
}
.header.scrolled .content_search
{
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.mag_glass
{
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.content_search img
{
width: 17px;
height: 17px;
}
.content_search:hover .mag_glass
{
fill: #fa9e1c;
}
.search_form
{
position: absolute;
right: 15px;
top: 120px;
width: 237px;
height: 40px;
visibility: hidden;
opacity: 0;
}
.search_form.active
{
top: 105px;
visibility: visible;
opacity: 1;
}
.search_content_input
{
width: 100%;
height: 100%;
background: #FFFFFF;
color: #1b0b32;
padding-left: 20px;
outline: none !important;
border: none !important;
box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}
.bez_1
{
-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
/*********************************
3.4 Menu
*********************************/
.hamburger
{
display: none;
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px);
cursor: pointer;
margin-left: 20px;
}
.header.scrolled .hamburger
{
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.hamburger i
{
font-size: 24px;
color: #FFFFFF;
}
.hamburger:hover i
{
color: #fa9e1c;
}
.menu
{
position: fixed;
width: 100vw;
height: 100vh;
background: linear-gradient(to right, #fa9e1b, #8d4fff);
z-index: 100;
opacity: 0;
visibility: hidden;
}
.menu.active
{
opacity: 0.95;
visibility: visible;
}
.menu_content
{
width: 100%;
height: 100%;
}
.menu_item
{
position: relative;
margin-bottom: 3px;
}
.menu_item:last-child
{
margin-bottom: 0px;
}
.menu_logo
{
margin-bottom: 28px;
}
.menu_logo a img
{
width: 40px !important;
}
.menu_item a
{
display: inline-block;
position: relative;
font-family: 'Beyond';
font-size: 36px;
color: #FFFFFF;
font-weight: 400;
}
.menu_item a::after
{
display: block;
position: absolute;
top: 60%;
left: 0;
width: 0;
height: 4px;
background: #FFFFFF;
letter-spacing: 2px;
content: '';
z-index: 10;
pointer-events: none;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 400ms ease;
}
.menu_item:hover a::after
{
width: 100%;
}
.menu_close_container
{
position: absolute;
top: 94px;
right: 122px;
width: 21px;
height: 21px;
cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_close
{
top: 9px;
width: 21px;
height: 3px;
background: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.menu_close::after
{
display: block;
position: absolute;
top: -9px;
left: 9px;
content: '';
width: 3px;
height: 21px;
background: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
background: #fa9e1c;
}
/*********************************
4. Home
*********************************/
.home
{
width: 100%;
height:80vh;
}
/*********************************
4.1 Home Slider
*********************************/
.home_slider_container
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
background: #31124b;
}
.home_slider
{
width: 100%;
height: 100%;
}
.home_slider_item
{
width: 100%;
height: 100%;
}
.home_slider_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
opacity:0.5;
}
.home_slider_content
{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 11;
}
.home_slider_content h1
{
margin-bottom: 0px;
}
.home_slider_content h1:first-child
{
font-size: 112px;
font-weight: 900;
color: #FFFFFF;
text-transform: uppercase;
}
.home_slider_content h1:nth-child(2)
{
font-family: 'Beyond';
font-size: 100px;
color: #FFFFFF;
margin-top: -34px;
}
.home_slider_button
{
margin-top: 70px;
}
.flipInX
{
animation-delay: 600ms;
}
/*********************************
4.2 Home Slider Nav
*********************************/
.home_slider_nav
{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 11;
cursor: pointer;
}
.home_slider_prev
{
left: 50px;
}
.home_slider_next
{
right: 50px;
}
.home_slider_prev:hover .nav_path,
.home_slider_prev:hover .nav_arrow
{
fill: url(#home_grad_prev);
}
.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path
{
fill: url(#home_grad_next);
}
/*********************************
4.3 Home Slider Dots
*********************************/
.home_slider_dots
{
position: absolute;
right: 50px;
bottom: 45px;
z-index: 10;
}
.home_slider_custom_dots
{
}
.home_slider_custom_dot
{
display: inline-block;
position: relative;
height: 35px;
line-height: 35px;
color: #FFFFFF;
cursor: pointer;
font-size: 13px;
font-weight: 600;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.home_slider_custom_dot:hover
{
color: #fa9e1c;
}
.home_slider_custom_dot:hover.active div
{
border-color: #fa9e1c;
}
.home_slider_custom_dot.active
{
padding-left: 13px;
padding-right: 9px;
margin-right: 3px;
}
.home_slider_custom_dot div
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: solid 2px transparent;
border-radius: 18px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.home_slider_custom_dot.active div
{
border: solid 2px #FFFFFF;
}
/*********************************
5. Search
*********************************/
.search
{
width: 100%;
height: 192px;
background: linear-gradient(to right, #fa9e1b, #8d4fff);
z-index: 10;
}
.search_tabs_container
{
position: absolute;
bottom: 100%;
left: 15px;
width: calc(100% - 30px);
}
.search_tabs
{
height: 94px;
}
.search_tab
{
font-size: 14px;
font-weight: 700;
color: #2d2c2c;
text-transform: uppercase;
text-align: center;
height: 100%;
flex-grow: 1;
background: #FFFFFF;
cursor: pointer;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.search_tab img
{
margin-right: 10px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.search_tab:first-child
{
border-top-left-radius: 94px;
padding-left: 7px;
}
.search_tab:last-child
{
border-top-right-radius: 94px;
padding-right: 7px;
}
.search_tab.active
{
background: #fa9e1b;
color: #FFFFFF;
}
.search_tab.active img
{
-webkit-filter: brightness(200%) grayscale(100%);
-moz-filter: brightness(200%) grayscale(100%);
-ms-filter: brightness(200%) grayscale(100%);
-o-filter: brightness(200%) grayscale(100%);
filter: brightness(200%) grayscale(100%);
}
.search_tab:hover
{
background: #fa9e1b;
color: #FFFFFF;
}
.search_tab:hover img
{
-webkit-filter: brightness(200%) grayscale(100%);
-moz-filter: brightness(200%) grayscale(100%);
-ms-filter: brightness(200%) grayscale(100%);
-o-filter: brightness(200%) grayscale(100%);
filter: brightness(200%) grayscale(100%);
}
.search_panel
{
display: none !important;
width: 100%;
height: 100%;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}
.search_panel.active
{
display: flex!important;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
.search_panel_content
{
width: 100%;
height: 100%;
}
.search_input
{
width: 100%;
height: 46px;
border: none;
outline: none;
padding-left: 15px;
padding-right: 15px;
font-size: 13px;
font-weight: 600;
color: #929191;
}
.search_item:first-child
{
width: 30.453%;
}
.search_item:nth-child(2)
{
width: 13.961%;
}
.search_item:nth-child(3)
{
width: 13.961%;
}
.search_item:nth-child(4)
{
width: 9.947%;
}
.search_item:nth-child(5)
{
width: 9.947%;
}
.search_item div
{
font-size: 13px;
font-weight: 700;
color: #FFFFFF;
text-transform: uppercase;
margin-bottom: 14px;
}
.dropdown_item_select
{
-webkit-appearance:none;
-moz-appearance:none;
-ms-appearance:none;
-o-appearance:none;
appearance:none;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-webkit-user-select: none;
background-image: url(../images/dropdown.png);
background-position: center right;
background-repeat: no-repeat;
border: solid 1px #FFFFFF;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
}
.dropdown_item_select::-ms-expand
{
display: none;
}
.dropdown_item_select:hover
{
border: solid 1px #fa9e1c;
}
.dropdown_item_select:focus
{
outline-color: #fa9e1c;
}
.search_button
{
font-size: 13px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
line-height: 53px;
padding-left: 46px;
padding-right: 46px;
background: #31124b;
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
transform: translateY(15px);
border: none;
outline: none;
cursor: pointer;
}
.search_button:hover
{
opacity: 0.8;
}
/*********************************
6. Section Title
*********************************/
.section_title
{
font-size: 30px;
font-weight: 700;
color: #2d2c2c;
margin-top: -8px;
text-transform: uppercase;
}
/*********************************
7. Intro
*********************************/
.intro
{
width: 100%;
padding-top: 100px;
padding-bottom: 105px;
}
.intro_title
{
font-weight: 700;
color: #2d2c2c;
margin-top: -14px;
}
.intro_text
{
margin-top: 21px;
}
.intro_text p
{
font-size: 24px;
font-style: italic;
color: #929191;
line-height: 1.336;
margin-bottom: 0px;
}
.intro_items
{
margin-top: 69px;
}
.intro_item
{
width: 100%;
height: 425px;
}
.intro_item_overlay
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background: rgba(49, 18, 75, 0.55);
}
.intro_item_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 1;
}
.intro_item_content
{
width: 100%;
height: 100%;
z-index: 3;
}
.intro_date
{
position: absolute;
top: 35px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
padding-left: 39px;
padding-right: 39px;
white-space: nowrap;
font-size: 13px;
font-weight: 400;
color: #FFFFFF;
line-height: 27px;
background: #fa9e1c;
border-radius: 14px;
}
.intro_button
{
position: absolute;
bottom: 51px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.intro_center
{
}
.intro_center h1
{
font-size: 59px;
font-weight: 700;
color: #FFFFFF;
letter-spacing: -0.05em;
}
.intro_price
{
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
margin-top: -4px;
}
.rating
{
margin-top: 10px;
}
.rating i
{
font-size: 19px;
margin-right: 4px;
}
.rating i:last-child
{
margin-right: 0px;
}
.rating_1 i:first-child{color: #ffeb8d;}
.rating_2 i:first-child{color: #ffeb8d;}
.rating_2 i:nth-child(2){color: #fed46b;}
.rating_3 i:first-child{color: #ffeb8d;}
.rating_3 i:nth-child(2){color: #fed46b;}
.rating_3 i:nth-child(3){color: #fbb53d;}
.rating_4 i:first-child{color: #ffeb8d;}
.rating_4 i:nth-child(2){color: #fed46b;}
.rating_4 i:nth-child(3){color: #fbb53d;}
.rating_4 i:nth-child(4){color: #fa9e1b;}
.rating_5 i:first-child{color: #ffeb8d;}
.rating_5 i:nth-child(2){color: #fed46b;}
.rating_5 i:nth-child(3){color: #fbb53d;}
.rating_5 i:nth-child(4){color: #fa9e1b;}
.rating_5 i:nth-child(5){color: #ef910a;}
/*********************************
8. CTA
*********************************/
.cta
{
padding-top: 125px;
padding-bottom: 116px;
background: linear-gradient(to right, #fa9e1b, #8d4fff);
}
.cta_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
opacity: 0.27;
}
/*********************************
8.1 CTA Slider
*********************************/
.cta_slider_container
{
}
.cta_item
{
padding-top: 75px;
padding-bottom: 61px;
padding-left: 90px;
padding-right: 90px;
background: #FFFFFF;
}
.cta_title
{
font-size: 30px;
font-weight: 700;
color: #2d2c2c;
text-transform: uppercase;
}
.cta_text
{
font-weight: 600;
line-height: 2.29;
margin-top: 14px;
margin-bottom: 0px;
}
.cta_button
{
margin-top: 38px;
}
.rating_r i::before
{
font-family: 'FontAwesome';
content: "\f006";
font-style: normal;
font-size: 19px;
margin-right: 4px;
}
.rating_r_1 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_3 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_4 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_4 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_5 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_5 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_5 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 i:nth-child(5)::before{color: #ef910a; content: "\f005";}
.cta_slider_nav
{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
cursor: pointer;
}
.cta_slider_prev
{
left: -75px;
}
.cta_slider_next
{
right: -75px;
}
.cta_slider_prev:hover .nav_path,
.cta_slider_prev:hover .nav_arrow
{
fill: url(#cta_grad_prev);
}
.cta_slider_next:hover .nav_path,
.cta_slider_next:hover .nav_arrow
{
fill: url(#cta_grad_next);
}
/*********************************
9. Offers
*********************************/
.offers
{
width: 100%;
padding-top: 105px;
padding-bottom: 43px;
background: #f3f6f9;
}
.offers_items
{
margin-top: 90px;
}
.offers_col
{
margin-bottom: 83px;
}
.offers_item
{
}
.offers_image_container
{
width: 100%;
height: 100%;
}
.offers_image_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.offer_name
{
position: absolute;
left: 0;
bottom: 27px;
width: 180px;
height: 33px;
background: #fa9e1b;
overflow: hidden;
}
.offer_name a
{
display: block;
font-size: 16px;
font-weight: 700;
color: #FFFFFF;
text-transform: uppercase;
line-height: 35px;
padding-left: 22px;
}
.offers_content
{
}
.offers_price
{
display: inline-block;
font-size: 36px;
font-weight: 700;
color: #eda84a;
line-height: 25px;
}
.offers_price span
{
font-size: 14px;
font-weight: 400;
color: #929191;
margin-left: 12px;
}
.offers_rating
{
}
.offers_rating i::before
{
font-size: 13px;
margin-right: 2px;
}
.offers_text
{
font-size: 14px;
font-weight: 400;
color: #929191;
margin-top: 16px;
}
.offers_icons
{
margin-top: 17px;
}
.offers_icons_item
{
display: inline-block;
margin-right: 15px;
}
.offers_icons_item:last-child
{
margin-right: 0px;
}
.offers_link
{
margin-top: 54px;
}
.offers_link a
{
font-size: 12px;
font-weight: 700;
color: #2d2c2c;
text-transform: uppercase;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.offers_link a:hover
{
color: #fa9e1b;
}
/*********************************
10. Testimonials
*********************************/
.testimonials
{
width: 100%;
padding-top: 105px;
padding-bottom: 105px;
background: #FFFFFF;
}
.test_border
{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: linear-gradient(to right, #fa9e1b, #8d4fff);
}
/*********************************
10.1 Testimonials Slider
*********************************/
.test_slider_container
{
width: 100%;
margin-top: 54px;
}
.test_item
{
padding-top: 36px;
}
.test_icon
{
position: absolute;
top: 0px;
left: 41px;
width: 72px;
height: 72px;
background: #fa9e1b;
border-radius: 50%;
overflow: hidden;
}
.test_icon img
{
position: relative;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto !important;
}
.test_content_container
{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 44.1%;
background: rgba(49, 18, 75, 0.8);
}
.test_content
{
width: 100%;
height: 100%;
padding-left: 38px;
padding-top: 44px;
padding-right: 40px;
}
.test_item_info
{
position: absolute;
left: 41px;
bottom: calc(100% - 18px);
background: #FFFFFF;
padding-left: 20px;
padding-right: 21px;
padding-top: 9px;
padding-bottom: 10px;
z-index: 10;
}
.test_name
{
font-size: 14px;
font-weight: 700;
color: #2d2c2c;
text-transform: uppercase;
}
.test_date
{
font-size: 11px;
margin-top: 2px;
color: #2d2c2c;
padding-left: 2px;
}
.test_quote_title
{
font-size: 20px;
font-weight: 500;
color: #FFFFFF;
padding-left: 3px;
}
.test_quote_text
{
font-weight: 500;
color: #FFFFFF;
margin-top: 11px;
}
.test_slider_nav
{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
cursor: pointer;
}
.test_slider_nav .nav_path,
.test_slider_nav .nav_arrow
{
fill: #c4ced2;
}
.test_slider_prev
{
left: -75px;
}
.test_slider_next
{
right: -75px;
}
.test_slider_prev:hover .nav_path,
.test_slider_prev:hover .nav_arrow
{
fill: url(#test_grad_prev);
}
.test_slider_next:hover .nav_path,
.test_slider_next:hover .nav_arrow
{
fill: url(#test_grad_next);
}
/*********************************
11. Trending
*********************************/
.trending
{
width: 100%;
padding-top: 105px;
padding-bottom: 50px;
}
.trending_container
{
margin-top: 90px;
}
.trending_item
{
margin-bottom: 55px;
}
.trending_image
{
width: 82px;
height: 76px;
float: left;
}
.trending_image img
{
width: 100%;
}
.trending_content
{
padding-left: 94px;
}
.trending_title
{
margin-top: -5px;
}
.trending_title a
{
font-size: 16px;
font-weight: 700;
color: #2d2c2c;
text-transform: uppercase;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.trending_title a:hover
{
color: #fa9e1b;
}
.trending_price
{
font-size: 14px;
font-weight: 700;
color: #fa9e1b;
margin-top: 2px;
}
.trending_location
{
font-size: 14px;
font-weight: 400;
color: #929191;
text-transform: uppercase;
margin-top: 5px;
}
/*********************************
12. Contact
*********************************/
.contact
{
width: 100%;
padding-bottom: 105px;
}
.contact_background
{
position: absolute;
bottom: -34px;
left: 0;
width: 100%;
height: 104%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.contact_title
{
font-size: 30px;
font-weight: 700;
color: #FFFFFF;
text-transform: uppercase;
}
.contact_form_container
{
padding-top: 74px;
padding-left: 48px;
padding-right: 48px;
padding-bottom: 88px;
background: linear-gradient(to top right, #fa9e1b, #8d4fff);
}
.contact_form
{
margin-top: 52px;
font-size: 0px;
}
.input_field
{
height: 48px;
font-size: 12px;
font-weight: 400;
border: none;
outline: none;
background: transparent;
color: #FFFFFF;
border-bottom: solid 2px #e1e1e1;
}
.contact_form_name
{
width: calc((100% - 30px) / 2);
margin-right: 30px;
}
.contact_form_email
{
width: calc((100% - 30px) / 2);
}
.contact_form_subject
{
width: 100%;
margin-top: 11px;
}
.contact_form_message
{
height: 126px;
width: 100%;
border: none;
outline: none;
margin-top: 19px;
background: transparent;
font-size: 12px;
font-weight: 400;
color: #FFFFFF;
border-bottom: solid 2px #e1e1e1;
padding-top: 11px;
}
.form_submit_button
{
font-size: 13px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
line-height: 53px;
padding-left: 29px;
padding-right: 29px;
background: #31124b;
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
transform: translateY(15px);
border: none;
outline: none;
margin-top: 37px;
cursor: pointer;
}
.form_submit_button:hover
{
opacity: 0.8;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
font-size: 12px !important;
font-weight: 400 !important;
color: #FFFFFF !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
font-size: 12px !important;
font-weight: 400 !important;
color: #FFFFFF !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
font-size: 12px !important;
font-weight: 400 !important;
color: #FFFFFF !important;
}
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{
font-size: 12px !important;
font-weight: 400 !important;
color: #FFFFFF !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
font-size: 12px !important;
font-weight: 400 !important;
color: #FFFFFF !important;
}
/*********************************
13. Footer
*********************************/
.footer
{
width: 100%;
padding-top: 113px;
padding-bottom: 104px;
background: #31124b;
}
.footer_title
{
font-size: 15px;
font-weight: 700;
color: #FFFFFF;
text-transform: uppercase;
}
/*********************************
13.1 Footer - About
*********************************/
.footer_about
{
padding-top: 67px;
}
.footer_logo
{
position: absolute;
left: 0;
top: -24px;
}
.footer_about_text
{
font-size: 14px;
font-weight: 600;
color: #FFFFFF;
}
.footer_social_item
{
display: inline-block;
width: 31px;
height: 31px;
border: solid 1px #fa9e1b;
border-radius: 50%;
text-align: center;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
margin-right: 9px;
}
.footer_social_item:last-child
{
margin-right: 0px;
}
.footer_social_item a
{
display: block;
position: relative;
width: 100%;
height: 100%;
}
.footer_social_item a i
{
display: block;
position: relative;
color: #FFFFFF;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 12px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.footer_social_item:hover
{
background: #fa9e1b;
}
.footer_social_item:hover a i
{
color: #31124b;
}
/*********************************
13.2 Footer - Blog
*********************************/
.footer_blog
{
margin-top: 39px;
}
.footer_blog_item
{
margin-bottom: 21px;
}
.footer_blog_item:last-child
{
margin-bottom: 0px;
}
.footer_blog_image
{
width: 60px;
height: 60px;
float: left;
}
.footer_blog_image img
{
width: 100%;
}
.footer_blog_content
{
padding-left: 81px;
}
.footer_blog_title
{
margin-top: -4px;
padding-left: 1px;
}
.footer_blog_title a
{
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
}
.footer_blog_title a:hover
{
color: #fa9e1b;
}
.footer_blog_date
{
font-size: 12px;
font-weight: 400;
color: #fa9e1b;
margin-top: 7px;
}
/*********************************
13.3 Footer - Tags
*********************************/
.footer_tags
{
margin-top: 40px;
}
.tag_item
{
height: 35px;
float: left;
margin-right: 9px;
margin-bottom: 9px;
border: solid 1px #fa9e1b;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.tag_item:hover
{
background: #fa9e1b;
}
.tag_item a
{
display: block;
font-size: 12px;
font-weight: 600;
color: #FFFFFF;
line-height: 33px;
padding-left: 25px;
padding-right: 25px;
}
/*********************************
13.4 Footer - Contact Info
*********************************/
.contact_info_list
{
margin-top: 40px;
}
.contact_info_item
{
margin-bottom: 22px;
}
.contact_info_icon
{
width: 20px;
height: 20px;
margin-right: 10px;
}
.contact_info_icon img
{
display: block;
width: 100%;
}
.contact_info_text,
.contact_info_text a
{
color: #FFFFFF;
line-height: 2.14;
margin-top: -4px;
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a
{
color: #fa9e1b;
}
/*********************************
14. Copyright
*********************************/
.copyright
{
background: #1f0733;
}
.copyright_content
{
height: 52px;
}
.copyright_content div
{
font-size: 12px;
font-weight: 600;
color: #685677;
}
.footer_nav_container
{
height: 52px;
}
.footer_nav
{
}
.footer_nav_list
{
font-size: 0px;
}
.footer_nav_item
{
display: inline-block;
margin-right: 40px;
}
.footer_nav_item a
{
font-size: 12px;
font-weight: 600;
color: #685677;
text-transform: uppercase;
line-height: 2;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.footer_nav_item a:hover
{
color: #FFFFFF;
}
| 0.286369 | 0.064095 |
#typeWriter {
margin: 0 auto;
width: fit-content;
padding: 5vh 0;
background-color: rgb(50, 50, 50);
display: flex;
flex-direction: column;
}
#typeWriterSection {
margin-top: 2rem !important;
background-color: rgb(50, 50, 50);
width: 100vw;
max-width: 100vw;
overflow-x: hidden;
margin-bottom: -3rem;
}
@media (max-width: 635px) {
#typeWriter>h2 {
font-size: 4vw;
}
#typeWriter>h2 {
font-size: 1.5rem !important;
letter-spacing: normal !important;
}
}
@media (max-width: 580px) {
#typeWriterSection {
margin-top: 0 !important;
}
}
@media (max-width: 500px) {
#typeWriter>h2 {
font-size: 1.25rem !important;
letter-spacing: normal !important;
}
}
@media (max-width: 350px) {
#typeWriter>h2 {
font-size: 1rem !important;
letter-spacing: normal !important;
}
}
@media (max-height: 500px) {
#typeWriterSection {
margin-top: -5vh;
}
}
/* @keyframes animationFadeIn {
0% {
opacity: 0;
}
56.125% {
opacity: 0;
transform: scale(0);
}
59.125% {
transform: scale(1);
opacity: 1;
}
} */
#typeWriter>h2 {
position: relative;
width: max-content;
font-weight: normal;
font-family: Menlo Regular;
font-size: 1.75rem;
letter-spacing: 0.125rem;
color: silver;
text-shadow: 1px 1px black;
}
#typeWriter1:before,
#typeWriter1:after,
#typeWriter2:before,
#typeWriter2:after,
#typeWriter3:before,
#typeWriter3:after,
#typeWriter4:before,
#typeWriter4:after,
#typeWriter5:before,
#typeWriter5:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
}
#typeWriter1::before {
width: 100vw;
background: rgb(50, 50, 50);
animation: write 1s steps(15) 0.5s forwards;
}
#typeWriter1::after {
opacity: 1;
width: 0.15em;
background: rgb(50, 50, 50);
animation: write 1s steps(15) 0.5s forwards, blink 0.75s reverse steps(15) 2.25;
}
@keyframes write {
to {
left: 100%;
}
}
@keyframes blink {
0% {
opacity: 0;
background: white;
}
49.9% {
opacity: 0;
}
50% {
opacity: 1;
background: white;
}
98% {
opacity: 1;
background: white;
}
100% {
opacity: 0;
background: white;
}
}
#typeWriter2::before {
width: 100vw;
background: rgb(50, 50, 50);
animation: write 0.5s steps(9) 0.5s forwards;
animation-delay: 2s;
}
#typeWriter2::after {
opacity: 1;
width: 0.15em;
background: rgb(50, 50, 50);
animation: write 0.5s steps(9) 0.5s forwards, blink 0.75s reverse steps(9) 1.25;
animation-delay: 2s;
}
#typeWriter3::before {
width: 100vw;
background: rgb(50, 50, 50);
animation: write 1s steps(16) 0.5s forwards;
animation-delay: 3s;
}
#typeWriter3::after {
opacity: 1;
width: 0.15em;
background: rgb(50, 50, 50);
animation: write 1s steps(16) 0.5s forwards, blink 0.75s reverse steps(16) 2;
animation-delay: 3s;
}
#typeWriter4::before {
width: 100vw;
background: rgb(50, 50, 50);
animation: write 1s steps(16) 0.5s forwards;
animation-delay: 4.5s;
}
#typeWriter4::after {
opacity: 1;
width: 0.15em;
background: rgb(50, 50, 50);
animation: write 1s steps(16) 0.5s forwards, blink 0.75s reverse steps(16) 2;
animation-delay: 4.5s;
}
#typeWriter5::before {
width: 100vw;
background: rgb(50, 50, 50);
animation: write 0.25s steps(1) 0.5s forwards;
animation-delay: 5.75s;
}
#typeWriter5::after {
opacity: 1;
width: 0.15em;
background: rgb(50, 50, 50);
animation: write 0.25s steps(1) 0.5s forwards, blink 0.75s reverse steps(1) infinite;
animation-delay: 5.75s;
}
|
css/typewriter_cTL.css
|
#typeWriter {
margin: 0 auto;
width: fit-content;
padding: 5vh 0;
background-color: rgb(50, 50, 50);
display: flex;
flex-direction: column;
}
#typeWriterSection {
margin-top: 2rem !important;
background-color: rgb(50, 50, 50);
width: 100vw;
max-width: 100vw;
overflow-x: hidden;
margin-bottom: -3rem;
}
@media (max-width: 635px) {
#typeWriter>h2 {
font-size: 4vw;
}
#typeWriter>h2 {
font-size: 1.5rem !important;
letter-spacing: normal !important;
}
}
@media (max-width: 580px) {
#typeWriterSection {
margin-top: 0 !important;
}
}
@media (max-width: 500px) {
#typeWriter>h2 {
font-size: 1.25rem !important;
letter-spacing: normal !important;
}
}
@media (max-width: 350px) {
#typeWriter>h2 {
font-size: 1rem !important;
letter-spacing: normal !important;
}
}
@media (max-height: 500px) {
#typeWriterSection {
margin-top: -5vh;
}
}
/* @keyframes animationFadeIn {
0% {
opacity: 0;
}
56.125% {
opacity: 0;
transform: scale(0);
}
59.125% {
transform: scale(1);
opacity: 1;
}
} */
#typeWriter>h2 {
position: relative;
width: max-content;
font-weight: normal;
font-family: Menlo Regular;
font-size: 1.75rem;
letter-spacing: 0.125rem;
color: silver;
text-shadow: 1px 1px black;
}
#typeWriter1:before,
#typeWriter1:after,
#typeWriter2:before,
#typeWriter2:after,
#typeWriter3:before,
#typeWriter3:after,
#typeWriter4:before,
#typeWriter4:after,
#typeWriter5:before,
#typeWriter5:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
}
#typeWriter1::before {
width: 100vw;
background: rgb(50, 50, 50);
animation: write 1s steps(15) 0.5s forwards;
}
#typeWriter1::after {
opacity: 1;
width: 0.15em;
background: rgb(50, 50, 50);
animation: write 1s steps(15) 0.5s forwards, blink 0.75s reverse steps(15) 2.25;
}
@keyframes write {
to {
left: 100%;
}
}
@keyframes blink {
0% {
opacity: 0;
background: white;
}
49.9% {
opacity: 0;
}
50% {
opacity: 1;
background: white;
}
98% {
opacity: 1;
background: white;
}
100% {
opacity: 0;
background: white;
}
}
#typeWriter2::before {
width: 100vw;
background: rgb(50, 50, 50);
animation: write 0.5s steps(9) 0.5s forwards;
animation-delay: 2s;
}
#typeWriter2::after {
opacity: 1;
width: 0.15em;
background: rgb(50, 50, 50);
animation: write 0.5s steps(9) 0.5s forwards, blink 0.75s reverse steps(9) 1.25;
animation-delay: 2s;
}
#typeWriter3::before {
width: 100vw;
background: rgb(50, 50, 50);
animation: write 1s steps(16) 0.5s forwards;
animation-delay: 3s;
}
#typeWriter3::after {
opacity: 1;
width: 0.15em;
background: rgb(50, 50, 50);
animation: write 1s steps(16) 0.5s forwards, blink 0.75s reverse steps(16) 2;
animation-delay: 3s;
}
#typeWriter4::before {
width: 100vw;
background: rgb(50, 50, 50);
animation: write 1s steps(16) 0.5s forwards;
animation-delay: 4.5s;
}
#typeWriter4::after {
opacity: 1;
width: 0.15em;
background: rgb(50, 50, 50);
animation: write 1s steps(16) 0.5s forwards, blink 0.75s reverse steps(16) 2;
animation-delay: 4.5s;
}
#typeWriter5::before {
width: 100vw;
background: rgb(50, 50, 50);
animation: write 0.25s steps(1) 0.5s forwards;
animation-delay: 5.75s;
}
#typeWriter5::after {
opacity: 1;
width: 0.15em;
background: rgb(50, 50, 50);
animation: write 0.25s steps(1) 0.5s forwards, blink 0.75s reverse steps(1) infinite;
animation-delay: 5.75s;
}
| 0.518302 | 0.122549 |
.portfolio {
padding-top: 8%;
font-family: 'Roboto', sans-serif;
}
.portfolio_container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.portfolio_container h1 {
font-size: 3.5rem;
letter-spacing: 2px;
color: rgb(60, 60, 60);
padding-top: 2%;
}
.portfolio_sub {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 2%;
}
.portfolio_sub > div {
display: flex;
justify-content: center;
align-items: center;
width: 80%;
border-bottom: 1px solid grey;
padding: 1%;
}
.portfolio_sub p {
padding: 1%;
}
.portfolio_sub h2 {
padding: 0 2%;
animation: titleFade 1.5s;
}
.portfolio_sub div:nth-of-type(2) {
text-align: end;
}
.book {
height: 300px;
box-shadow: 1px 1px 5px grey;
border-radius: 1%;
transform: rotateY(180deg);
animation: flip-vertical-right 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.library_carousel {
margin: 3% 0;
}
.library_carousel h2 {
font-size: 2rem;
letter-spacing: 2px;
}
.library_carousel h4 {
text-align: center;
}
.lib_btns {
display: flex;
justify-content: space-evenly;
}
.lib_btn {
border: none;
}
.lib_btn:hover {
transform: scale(0.95);
}
.lib_btn:active {
transform: scale(0.92);
}
.lib_btn:focus {
outline: none;
}
.library_carousel img {
padding: 0 1%;
}
@keyframes titleFade {
0% {
opacity: 0;
transform: translateX(-40px);
}
30% {
opacity: 0;
transform: translateX(-40px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes flip-vertical-right {
0% {
transform: rotateY(180deg);
}
100% {
transform: rotateY(0);
}
}
@media (max-width: 1000px) {
.portfolio_sub > div {
flex-direction: column;
}
.portfolio_sub > div h2 {
text-align: center;
}
.portfolio_sub > div:nth-of-type(2) {
flex-direction: column-reverse;
text-align: start;
}
}
@media (max-width: 800px) {
.portfolio_sub > div {
text-align: justify;
}
}
@media (max-width: 700px) {
.portfolio_sub > div p {
font-size: 0.8rem;
}
}
@media (max-width: 500px) {
.library_carousel h2 {
font-size: 1.5rem;
}
}
@media (max-width: 400px) {
.library_carousel h2 {
font-size: 1.3rem;
}
}
|
src/pages/styles/library.css
|
.portfolio {
padding-top: 8%;
font-family: 'Roboto', sans-serif;
}
.portfolio_container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.portfolio_container h1 {
font-size: 3.5rem;
letter-spacing: 2px;
color: rgb(60, 60, 60);
padding-top: 2%;
}
.portfolio_sub {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 2%;
}
.portfolio_sub > div {
display: flex;
justify-content: center;
align-items: center;
width: 80%;
border-bottom: 1px solid grey;
padding: 1%;
}
.portfolio_sub p {
padding: 1%;
}
.portfolio_sub h2 {
padding: 0 2%;
animation: titleFade 1.5s;
}
.portfolio_sub div:nth-of-type(2) {
text-align: end;
}
.book {
height: 300px;
box-shadow: 1px 1px 5px grey;
border-radius: 1%;
transform: rotateY(180deg);
animation: flip-vertical-right 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.library_carousel {
margin: 3% 0;
}
.library_carousel h2 {
font-size: 2rem;
letter-spacing: 2px;
}
.library_carousel h4 {
text-align: center;
}
.lib_btns {
display: flex;
justify-content: space-evenly;
}
.lib_btn {
border: none;
}
.lib_btn:hover {
transform: scale(0.95);
}
.lib_btn:active {
transform: scale(0.92);
}
.lib_btn:focus {
outline: none;
}
.library_carousel img {
padding: 0 1%;
}
@keyframes titleFade {
0% {
opacity: 0;
transform: translateX(-40px);
}
30% {
opacity: 0;
transform: translateX(-40px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes flip-vertical-right {
0% {
transform: rotateY(180deg);
}
100% {
transform: rotateY(0);
}
}
@media (max-width: 1000px) {
.portfolio_sub > div {
flex-direction: column;
}
.portfolio_sub > div h2 {
text-align: center;
}
.portfolio_sub > div:nth-of-type(2) {
flex-direction: column-reverse;
text-align: start;
}
}
@media (max-width: 800px) {
.portfolio_sub > div {
text-align: justify;
}
}
@media (max-width: 700px) {
.portfolio_sub > div p {
font-size: 0.8rem;
}
}
@media (max-width: 500px) {
.library_carousel h2 {
font-size: 1.5rem;
}
}
@media (max-width: 400px) {
.library_carousel h2 {
font-size: 1.3rem;
}
}
| 0.615435 | 0.148911 |
[Table of contents]
1. RESET BROWSER
1.1 TYPOGRAPHY
1.2 FORM
1.3 CLEARING
1.4 FLEXBOX
2. WORDPRESS DEFAULT CLASS
2.1. SOCIAL SHARE
3. HEADER
3.1 HEADER TRANSPARENT
3.2 ACTION ICO
3.3 SEARCH FORM
3.4 MY ACCOUNT
3.5 MAIN NAVIGATION
3.6 MOBILE MENU
3.7 HEADER LEFT
4. FOOTER
5.0 PAGE
5.1 PAGE - 404
6.0 BLOG
6.1 SINGLE BLOG
6.2 COMMENT FORM
7.0 PORTFOLIO
8.0 WIDGET
8.1 INSTAGRAM
9.0 WOOCOMMERCE
9.1 MESSAGE
9.2 MINI CART
9.3 ARCHIVE PRODUCT
9.4 BREADCRUMB & FILTER
9.5 SUB CATEGORY
9.6 SIDEBAR
9.7 PRODUCT LISTING
9.8 PRODUCT SINGLE
9.8.1 COLOR SWATCH
9.8.2 CLOUD ZOOM
9.8.3 LIGHT BOX POPUP
9.8.4 POPUP CART
9.9 PAGE HEADING
9.10 STAR RATING
9.11 SWITCH CURRENCY
9.12 PRODUCT QUICKVIEW
10.0 SHOPPING CART PAGE
11.0 CHECKOUT PAGE
12.0 MY ACCOUNT PAGE
13.0 WISHLIST
14.0 SHORTCODE - SERVICE
15.0 SHORTCODE - MEMBER
16.0 SHORTCODE - LATEST BLOG
17.0 SHORTCODE - PRODUCTS TAB
18.0 META SLIDER
19.0 LOOKBOOK
20.0 CUSTOM CSS
21.0 RETINA DISPLAY
22.0 RESPONSIVE
------------------------------------------- */
/* ==========================================================================
1.0 RESET BROWSER
========================================================================== */
@font-face {
font-family: 'renatovarran';
src: url('fonts/renatovarran.woff2') format('woff2');
font-weight: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a {
/* font-family: 'renatovarran'!important; */
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
/* /* font: 'renatovarran'!important; */ */
color: #878787;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
ul {
list-style: inside;
}
ol {
list-style: inside none decimal;
}
ul ul,
ol ol {
padding-left: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote, q {
quotes: none;
background: #f1f1f1;
padding: 30px 25px 30px 60px;
margin-bottom: 20px;
position: relative;
/* font: 'renatovarran'!important; */
font-style: italic;
display: block;
}
blockquote:before,
q:before {
position: absolute;
content: '“';
left: 25px;
top: 0;
font-size: 50px;
color: #999;
}
blockquote p {
margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 500;
}
blockquote > :last-child {
margin-bottom: 0;
}
blockquote p, q p {
margin: 0;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 500;
}
dd {
margin: 0 0 1.75em;
}
table,
th,
td {
border: 1px solid #ddd;
vertical-align: middle;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 1.5em 0 1.75em;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 600;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 15px;
}
th p,
td p {
margin: 0;
}
small {
font-size: 75%;
}
address {
font-style: italic;
margin: 0 0 1.75em;
}
b, strong {
font-weight: bold;
}
code,
kbd,
tt,
var,
samp,
pre {
/* font: 'renatovarran'!important; */
}
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code {
background-color: #d1d1d1;
padding: 0.125em 0.25em;
}
abbr,
acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help;
}
mark {
background: #222;
padding: 0.125em 0.25em;
text-decoration: none;
color: #fff;
}
big {
font-size: 125%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ==========================================================================
1.1 TYPOGRAPHY
========================================================================== */
a {
color: #222;
transition: all .3s;
}
a, a:hover, a:focus, a:active {
text-decoration: none;
outline: 0;
}
a:hover, a:active {
color: #56cfe1;
}
em {
font-style: italic;
/* font: 'renatovarran'!important; */
}
strong {
font-weight: 600;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
margin: 0.65em 0 0.5em;
line-height: 1.428;
/* font: 'renatovarran'!important; */
color: #222;
letter-spacing: 0.5px;
}
h1 {
margin: 0;
font-size: 2.6179em;
}
h2 {
font-size: 2.0581em;
}
h3 {
font-size: 1.618em;
}
h4 {
font-size: 1.3em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1.1em;
}
p {
margin-bottom: 1.3em;
}
/* ==========================================================================
1.2 FORM
========================================================================== */
input,
button,
textarea {
transition: all .3s;
}
input:focus,
button:focus,
textarea:focus {
outline: 0;
box-shadow: none;
}
input:not([type="radio"]):not([type="checkbox"]),
button,
select,
a.button,
.jas-ajax-load a {
height: 40px;
line-height: 36px;
}
input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
border: 1px solid #ccc;
font-size: 13px;
outline: 0;
padding: 0 15px;
color: #878787;
/* font: 'renatovarran'!important; */
border-radius: 0;
max-width: 100%;
}
input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
border-color: #222;
}
textarea {
padding: 15px;
}
input[type="submit"],
button,
a.button,
.jas-ajax-load a {
cursor: pointer;
border: 2px solid;
padding: 0 34px;
background: #fff;
color: #222;
border-radius: 40px;
font-size: 14px;
font-weight: 600;
}
a.button,
.jas-ajax-load a {
display: inline-block;
background: transparent;
}
a.button.button-o-w {
border-color: #fff;
color: #fff;
}
input[type="submit"]:hover,
button:hover,
a.button:hover,
.jas-ajax-load a:hover {
border-color: #56cfe1;
background: #56cfe1;
color: #fff;
}
button,
input[type="submit"] {
-webkit-appearance: button;
}
[disabled="disabled"],
input[disabled="disabled"],
button[disabled="disabled"] {
cursor: auto;
opacity: .5;
}
::-webkit-input-placeholder {
color: #c1c1c1;
}
:-moz-placeholder {
color: #c1c1c1;
}
::-moz-placeholder {
color: #c1c1c1;
}
:-ms-input-placeholder {
color: #c1c1c1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
@-moz-document url-prefix() {
select:-moz-focusring,
select::-moz-focus-inner {
color: transparent !important;
text-shadow: 0 0 0 #999 !important;
background-image: none !important;
border: 0;
}
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent;}
input:focus:-ms-input-placeholder { color:transparent;}
.full-width-image img {
width: 100%;
}
#jas-wrapper {
overflow-x: hidden;
}
/* ==========================================================================
1.3 CLEARING
========================================================================== */
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
content: ' ';
display: table;
}
.clearfix:after {
clear: both;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.jas-carousel {
visibility: hidden;
opacity: 0;
transition: all .3s;
}
.jas-carousel.slick-initialized {
visibility: visible;
opacity: 1;
}
/* ==========================================================================
1.4 FLEXBOX
========================================================================== */
.jas-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
-webkit-box-flex: 0;
flex: 0 1 auto;
-webkit-flex-direction: row;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -1rem;
margin-left: -1rem;
}
.flex {
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}
.flex .grow {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
flex: 1 1 auto;
}
.flex.column {
-webkit-flex-direction: column;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: column;
flex-direction: column;
}
.jas-container,
.jas-row.wide {
margin: auto;
}
.jas-container {
max-width: 100%;
}
.jas-row.reverse {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
.jas-col.reverse {
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse;
}
.jas-col-xs, .jas-col-xs-1, .jas-col-xs-2, .jas-col-xs-3, .jas-col-xs-4, .jas-col-xs-5, .jas-col-xs-6, .jas-col-xs-7, .jas-col-xs-8, .jas-col-xs-9, .jas-col-xs-10, .jas-col-xs-11, .jas-col-xs-12 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.jas-col-xs {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%;
}
.jas-col-xs-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.jas-col-xs-2 {
-ms-flex-preferred-size: 16.666%;
-webkit-flex-basis: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.jas-col-xs-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.jas-col-xs-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.jas-col-xs-5 {
-ms-flex-preferred-size: 41.666%;
-webkit-flex-basis: 41.666%;
flex-basis: 41.666%;
max-width: 41.666%;
}
.jas-col-xs-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.jas-col-xs-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.jas-col-xs-8 {
-ms-flex-preferred-size: 66.666%;
-webkit-flex-basis: 66.666%;
flex-basis: 66.666%;
max-width: 66.666%;
}
.jas-col-xs-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%;
}
.jas-col-xs-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.jas-col-xs-11 {
-ms-flex-preferred-size: 91.666%;
-webkit-flex-basis: 91.666%;
flex-basis: 91.666%;
max-width: 91.666%;
}
.jas-col-xs-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.jas-col-xs-offset-1 {
margin-left: 8.333%;
}
.jas-col-xs-offset-2 {
margin-left: 16.666%;
}
.jas-col-xs-offset-3 {
margin-left: 25%;
}
.jas-col-xs-offset-4 {
margin-left: 33.333%;
}
.jas-col-xs-offset-5 {
margin-left: 41.666%;
}
.jas-col-xs-offset-6 {
margin-left: 50%;
}
.jas-col-xs-offset-7 {
margin-left: 58.333%;
}
.jas-col-xs-offset-8 {
margin-left: 66.666%;
}
.jas-col-xs-offset-9 {
margin-left: 75%;
}
.jas-col-xs-offset-10 {
margin-left: 83.333%;
}
.jas-col-xs-offset-11 {
margin-left: 91.666%;
}
.start-xs {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xs {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-xs {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xs {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-xs {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-xs {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-xs {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xs {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-xs {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-xs {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.visible-xs {
display: block;
}
.hide-xs {
display: none;
}
@media only screen and (min-width: 48em) {
.jas-container {
width: 46rem;
}
.jas-col-sm, .jas-col-sm-1, .jas-col-sm-2, .jas-col-sm-3, .jas-col-sm-4, .jas-col-sm-5, .jas-col-sm-6, .jas-col-sm-7, .jas-col-sm-8, .jas-col-sm-9, .jas-col-sm-10, .jas-col-sm-11, .jas-col-sm-12 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.jas-col-sm {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%;
}
.jas-col-sm-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.jas-col-sm-2 {
-ms-flex-preferred-size: 16.666%;
-webkit-flex-basis: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.jas-col-sm-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.jas-col-sm-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.jas-col-sm-5 {
-ms-flex-preferred-size: 41.666%;
-webkit-flex-basis: 41.666%;
flex-basis: 41.666%;
max-width: 41.666%;
}
.jas-col-sm-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.jas-col-sm-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.jas-col-sm-8 {
-ms-flex-preferred-size: 66.666%;
-webkit-flex-basis: 66.666%;
flex-basis: 66.666%;
max-width: 66.666%;
}
.jas-col-sm-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%;
}
.jas-col-sm-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.jas-col-sm-11 {
-ms-flex-preferred-size: 91.666%;
-webkit-flex-basis: 91.666%;
flex-basis: 91.666%;
max-width: 91.666%;
}
.jas-col-sm-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.jas-col-sm-offset-1 {
margin-left: 8.333%;
}
.jas-col-sm-offset-2 {
margin-left: 16.666%;
}
.jas-col-sm-offset-3 {
margin-left: 25%;
}
.jas-col-sm-offset-4 {
margin-left: 33.333%;
}
.jas-col-sm-offset-5 {
margin-left: 41.666%;
}
.jas-col-sm-offset-6 {
margin-left: 50%;
}
.jas-col-sm-offset-7 {
margin-left: 58.333%;
}
.jas-col-sm-offset-8 {
margin-left: 66.666%;
}
.jas-col-sm-offset-9 {
margin-left: 75%;
}
.jas-col-sm-offset-10 {
margin-left: 83.333%;
}
.jas-col-sm-offset-11 {
margin-left: 91.666%;
}
.start-sm {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-sm {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-sm {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-sm {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-sm {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-sm {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-sm {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-sm {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-sm {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-sm {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.visible-sm {
display: block;
}
.hide-sm {
display: none;
}
}
@media only screen and (min-width: 62em) {
.jas-container {
width: 61rem;
}
.jas-col-md, .jas-col-md-1, .jas-col-md-2, .jas-col-md-3, .jas-col-md-4, .jas-col-md-5, .jas-col-md-6, .jas-col-md-7, .jas-col-md-8, .jas-col-md-9, .jas-col-md-10, .jas-col-md-11, .jas-col-md-12 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.jas-col-md {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%;
}
.jas-col-md-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.jas-col-md-2 {
-ms-flex-preferred-size: 16.666%;
-webkit-flex-basis: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.jas-col-md-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.jas-col-md-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.jas-col-md-5 {
-ms-flex-preferred-size: 41.666%;
-webkit-flex-basis: 41.666%;
flex-basis: 41.666%;
max-width: 41.666%;
}
.jas-col-md-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.jas-col-md-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.jas-col-md-8 {
-ms-flex-preferred-size: 66.666%;
-webkit-flex-basis: 66.666%;
flex-basis: 66.666%;
max-width: 66.666%;
}
.jas-col-md-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%;
}
.jas-col-md-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.jas-col-md-11 {
-ms-flex-preferred-size: 91.666%;
-webkit-flex-basis: 91.666%;
flex-basis: 91.666%;
max-width: 91.666%;
}
.jas-col-md-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.jas-col-md-offset-1 {
margin-left: 8.333%;
}
.jas-col-md-offset-2 {
margin-left: 16.666%;
}
.jas-col-md-offset-3 {
margin-left: 25%;
}
.jas-col-md-offset-4 {
margin-left: 33.333%;
}
.jas-col-md-offset-5 {
margin-left: 41.666%;
}
.jas-col-md-offset-6 {
margin-left: 50%;
}
.jas-col-md-offset-7 {
margin-left: 58.333%;
}
.jas-col-md-offset-8 {
margin-left: 66.666%;
}
.jas-col-md-offset-9 {
margin-left: 75%;
}
.jas-col-md-offset-10 {
margin-left: 83.333%;
}
.jas-col-md-offset-11 {
margin-left: 91.666%;
}
.start-md {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-md {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-md {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-md {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-md {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-md {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-md {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-md {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-md {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-md {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.visible-md {
display: block;
}
.hide-md,
.pe-7s-close.hide-md {
display: none;
}
.grid-sizer.size-2 {
width: 16.666%;
}
.grid-sizer.size-3 {
width: 25%;
}
.grid-sizer.size-4 {
width: 33.3%;
}
.grid-sizer.size-6 {
width: 50%;
}
.grid-sizer.size-12 {
width: 100%;
}
}
@media only screen and (min-width: 75em) {
.jas-container {
width: 73.125rem;
}
.jas-col-lg, .jas-col-lg-1, .jas-col-lg-2, .jas-col-lg-3, .jas-col-lg-4, .jas-col-lg-5, .jas-col-lg-6, .jas-col-lg-7, .jas-col-lg-8, .jas-col-lg-9, .jas-col-lg-10, .jas-col-lg-11, .jas-col-lg-12 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.jas-col-lg {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%;
}
.jas-col-lg-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.jas-col-lg-2 {
-ms-flex-preferred-size: 16.666%;
-webkit-flex-basis: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.jas-col-lg-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.jas-col-lg-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.jas-col-lg-5 {
-ms-flex-preferred-size: 41.666%;
-webkit-flex-basis: 41.666%;
flex-basis: 41.666%;
max-width: 41.666%;
}
.jas-col-lg-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.jas-col-lg-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.jas-col-lg-8 {
-ms-flex-preferred-size: 66.666%;
-webkit-flex-basis: 66.666%;
flex-basis: 66.666%;
max-width: 66.666%;
}
.jas-col-lg-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%;
}
.jas-col-lg-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.jas-col-lg-11 {
-ms-flex-preferred-size: 91.666%;
-webkit-flex-basis: 91.666%;
flex-basis: 91.666%;
max-width: 91.666%;
}
.jas-col-lg-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.jas-col-lg-offset-1 {
margin-left: 8.333%;
}
.jas-col-lg-offset-2 {
margin-left: 16.666%;
}
.jas-col-lg-offset-3 {
margin-left: 25%;
}
.jas-col-lg-offset-4 {
margin-left: 33.333%;
}
.jas-col-lg-offset-5 {
margin-left: 41.666%;
}
.jas-col-lg-offset-6 {
margin-left: 50%;
}
.jas-col-lg-offset-7 {
margin-left: 58.333%;
}
.jas-col-lg-offset-8 {
margin-left: 66.666%;
}
.jas-col-lg-offset-9 {
margin-left: 75%;
}
.jas-col-lg-offset-10 {
margin-left: 83.333%;
}
.jas-col-lg-offset-11 {
margin-left: 91.666%;
}
.start-lg {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-lg {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-lg {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-lg {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-lg {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-lg {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-lg {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-lg {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-lg {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-lg {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.visible-lg {
display: block;
}
.hide-lg {
display: none;
}
}
.grid-sizer {
min-height: 1px;
float: left;
position: absolute;
}
/* ==========================================================================
HELPER CLASS
========================================================================== */
.mg__0 { margin: 0; }
.mt__5 { margin-top: 5px; }
.mt__10 { margin-top: 10px; }
.mt__15 { margin-top: 15px; }
.mt__20 { margin-top: 20px; }
.mt__25 { margin-top: 25px; }
.mt__30 { margin-top: 30px; }
.mt__35 { margin-top: 35px; }
.mt__40 { margin-top: 0px; }
.mt__45 { margin-top: 45px; }
.mt__50 { margin-top: 50px; }
.mt__55 { margin-top: 55px; }
.mt__60 { margin-top: 60px; }
.mt__65 { margin-top: 65px; }
.mt__70 { margin-top: 70px; }
.mt__75 { margin-top: 75px; }
.mt__80 { margin-top: 80px; }
.mt__85 { margin-top: 85px; }
.mt__90 { margin-top: 90px; }
.mt__95 { margin-top: 95px; }
.mt__100 { margin-top: 100px; }
.mr__5 { margin-right: 5px; }
.mr__10 { margin-right: 10px; }
.mr__15 { margin-right: 15px; }
.mr__20 { margin-right: 20px; }
.mr__25 { margin-right: 25px; }
.mr__30 { margin-right: 30px; }
.mr__35 { margin-right: 35px; }
.mr__40 { margin-right: 40px; }
.mr__45 { margin-right: 45px; }
.mr__50 { margin-right: 50px; }
.mr__55 { margin-right: 55px; }
.mr__60 { margin-right: 60px; }
.mr__65 { margin-right: 65px; }
.mr__70 { margin-right: 70px; }
.mr__75 { margin-right: 75px; }
.mr__80 { margin-right: 80px; }
.mr__85 { margin-right: 85px; }
.mr__90 { margin-right: 90px; }
.mr__95 { margin-right: 95px; }
.mr__100 { margin-right: 100px; }
.mb__5 { margin-bottom: 5px; }
.mb__10 { margin-bottom: 10px; }
.mb__15 { margin-bottom: 15px; }
.mb__20 { margin-bottom: 20px; }
.mb__25 { margin-bottom: 25px; }
.mb__30 { margin-bottom: 30px; }
.mb__35 { margin-bottom: 35px; }
.mb__40 { margin-bottom: 40px; }
.mb__45 { margin-bottom: 45px; }
.mb__50 { margin-bottom: 50px; }
.mb__55 { margin-bottom: 55px; }
.mb__60 { margin-bottom: 60px; }
.mb__65 { margin-bottom: 65px; }
.mb__70 { margin-bottom: 70px; }
.mb__75 { margin-bottom: 75px; }
.mb__80 { margin-bottom: 80px; }
.mb__85 { margin-bottom: 85px; }
.mb__90 { margin-bottom: 90px; }
.mb__95 { margin-bottom: 95px; }
.mb__100 { margin-bottom: 100px; }
.ml__5 { margin-left: 5px; }
.ml__10 { margin-left: 10px; }
.ml__15 { margin-left: 15px; }
.ml__20 { margin-left: 20px; }
.ml__25 { margin-left: 25px; }
.ml__30 { margin-left: 30px; }
.ml__35 { margin-left: 35px; }
.ml__40 { margin-left: 40px; }
.ml__45 { margin-left: 45px; }
.ml__50 { margin-left: 50px; }
.ml__55 { margin-left: 55px; }
.ml__60 { margin-left: 60px; }
.ml__65 { margin-left: 65px; }
.ml__70 { margin-left: 70px; }
.ml__75 { margin-left: 75px; }
.ml__80 { margin-left: 80px; }
.ml__85 { margin-left: 85px; }
.ml__90 { margin-left: 90px; }
.ml__95 { margin-left: 95px; }
.ml__100 { margin-left: 100px; }
.pd__0 { padding: 0; }
.pt__0 { padding-top: 0; }
.pt__5 { padding-top: 5px; }
.pt__10 { padding-top: 10px; }
.pt__15 { padding-top: 15px; }
.pt__20 { padding-top: 20px; }
.pt__25 { padding-top: 25px; }
.pt__30 { padding-top: 30px; }
.pt__35 { padding-top: 35px; }
.pt__40 { padding-top: 40px; }
.pt__45 { padding-top: 45px; }
.pt__50 { padding-top: 50px; }
.pt__55 { padding-top: 55px; }
.pt__60 { padding-top: 60px; }
.pt__65 { padding-top: 65px; }
.pt__70 { padding-top: 70px; }
.pt__75 { padding-top: 75px; }
.pt__80 { padding-top: 80px; }
.pt__85 { padding-top: 85px; }
.pt__90 { padding-top: 90px; }
.pt__95 { padding-top: 95px; }
.pt__100 { padding-top: 100px; }
.pr__0 { padding-right: 0; }
.pr__5 { padding-right: 5px; }
.pr__10 { padding-right: 10px; }
.pr__15 { padding-right: 15px; }
.pr__20 { padding-right: 20px; }
.pr__25 { padding-right: 25px; }
.pr__30 { padding-right: 30px; }
.pr__35 { padding-right: 35px; }
.pr__40 { padding-right: 40px; }
.pr__45 { padding-right: 45px; }
.pr__50 { padding-right: 50px; }
.pr__55 { padding-right: 55px; }
.pr__60 { padding-right: 60px; }
.pr__65 { padding-right: 65px; }
.pr__70 { padding-right: 70px; }
.pr__75 { padding-right: 75px; }
.pr__80 { padding-right: 80px; }
.pr__85 { padding-right: 85px; }
.pr__90 { padding-right: 90px; }
.pr__95 { padding-right: 95px; }
.pr__100 { padding-right: 100px; }
.pb__0 { padding-bottom: 0; }
.pb__5 { padding-bottom: 5px; }
.pb__10 { padding-bottom: 10px; }
.pb__15 { padding-bottom: 15px; }
.pb__20 { padding-bottom: 20px; }
.pb__25 { padding-bottom: 25px; }
.pb__30 { padding-bottom: 30px; }
.pb__35 { padding-bottom: 35px; }
.pb__40 { padding-bottom: 40px; }
.pb__45 { padding-bottom: 45px; }
.pb__50 { padding-bottom: 50px; }
.pb__55 { padding-bottom: 55px; }
.pb__60 { padding-bottom: 60px; }
.pb__65 { padding-bottom: 65px; }
.pb__70 { padding-bottom: 70px; }
.pb__75 { padding-bottom: 75px; }
.pb__80 { padding-bottom: 80px; }
.pb__85 { padding-bottom: 85px; }
.pb__90 { padding-bottom: 90px; }
.pb__95 { padding-bottom: 95px; }
.pb__100 { padding-bottom: 100px; }
.pl__0 { padding-left: 0; }
.pl__5 { padding-left: 5px; }
.pl__10 { padding-left: 10px; }
.pl__15 { padding-left: 15px; }
.pl__20 { padding-left: 20px; }
.pl__25 { padding-left: 25px; }
.pl__30 { padding-left: 30px; }
.pl__35 { padding-left: 35px; }
.pl__40 { padding-left: 40px; }
.pl__45 { padding-left: 45px; }
.pl__50 { padding-left: 50px; }
.pl__55 { padding-left: 55px; }
.pl__60 { padding-left: 60px; }
.pl__65 { padding-left: 65px; }
.pl__70 { padding-left: 70px; }
.pl__75 { padding-left: 75px; }
.pl__80 { padding-left: 80px; }
.pl__85 { padding-left: 85px; }
.pl__90 { padding-left: 90px; }
.pl__95 { padding-left: 95px; }
.pl__100 { padding-left: 100px; }
.w__100 { width: 100%; }
.br__40 { border-radius: 40px; }
.br__50 { border-radius: 50%; }
.fs__10 { font-size: 10px; }
.fs__12 { font-size: 12px; }
.fs__13 { font-size: 13px; }
.fs__14 { font-size: 14px; }
.fs__16 { font-size: 16px; }
.fs__18 { font-size: 18px; }
.fs__20 { font-size: 20px; }
.fs__24 { font-size: 24px; }
.fs__30 { font-size: 30px; }
.fs__35 { font-size: 35px; }
.fs__50 { font-size: 50px; }
.fs__60 { font-size: 60px; }
.db { display: block; }
.dn { display: none; }
.dib { display: inline-block; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.fl { float: left; }
.fr { float: right; }
.pa { position: absolute; }
.pr { position: relative; }
.pf { position: fixed; }
.pa-center {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate3D(-50%, -50%, 0);
-moz-transform: translate3D(-50%, -50%, 0);
-ms-transform: translate3D(-50%, -50%, 0);
-o-transform: translate3D(-50%, -50%, 0);
transform: translate3D(-50%, -50%, 0);
}
.cb { color: #000; }
.cd { color: #222; }
.cp, .chp:hover { color: #56cfe1; }
.cw, .bghp:hover, .bghp:active, .bghp:focus { color: #fff; }
.cg { color: #878787;}
.cr { color: #ec0101;}
.cgreen, .chg:hover { color: #90c11a;}
.bgw { background: #fff; }
.bgb { background: #000; }
.bgbl { background: #f6f6f8; } /* Black Lighter */
.bgp, .bghp:hover { background: #56cfe1; }
.bgd { background: #222; }
.tu { text-transform: uppercase; }
.fwm { font-weight: 500; }
.fwsb{ font-weight: 600; }
.fwb { font-weight: 700; }
.ls__0 { letter-spacing: 0; }
.ls__1 { letter-spacing: 1px; }
.ls__2 { letter-spacing: 2px; }
.ls__3 { letter-spacing: 3px; }
.ls__4 { letter-spacing: 4px; }
.ls__5 { letter-spacing: 5px; }
.ts__03 { transition: all .3s; }
.ts__04 { transition: all .4s; }
.ts__05 { transition: all .5s; }
.lh__1 { line-height: 1; }
.f__pop { /* font: 'renatovarran'!important; */}
.f__libre { /* font: 'renatovarran'!important; */ }
.oh { overflow: hidden; }
/* ==========================================================================
2.0 WORDPRESS DEFAULT CLASS
========================================================================== */
.bypostauthor {}
.alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
.wp-caption {
margin-bottom: 1.6em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
color: #222;
/* font: 'renatovarran'!important; */
font-size: 12px;
padding: 0.5em 0;
text-align: center;
}
.gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
/* ==========================================================================
2.1 SOCIAL SHARE
========================================================================== */
.jas-social i {
font-size: 16px;
}
.jas-social a {
display: inline-block;
margin: 0 10px;
}
.jas-social a.facebook:hover { color: #3b5998 !important; }
.jas-social a.twitter:hover { color: #00aced !important; }
.jas-social a[class*="google"]:hover { color: #dd4b39 !important; }
.jas-social a.linkedin:hover { color: #007bb6 !important; }
.jas-social a.youtube:hover { color: #bb0000 !important; }
.jas-social a.instagram:hover { color: #517fa4 !important; }
.jas-social a.pinterest:hover { color: #cb2027 !important; }
.jas-social a.flickr:hover { color: #ff0084 !important; }
.jas-social a.tumblr:hover { color: #32506d !important; }
.jas-social a.foursquare:hover { color: #0072b1 !important; }
.jas-social a.dribbble:hover { color: #ea4c89 !important; }
.jas-social a.skype:hover { color: #0078ca !important; }
#jas-header .jas-social a {
color: #222;
margin: 0 5px;
}
/* ==========================================================================
3.0 HEADER
========================================================================== */
.retina-logo {
display: none;
}
.header-sticky .header__mid {
background: #fff;
box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
z-index: 999;
width: 100%;
border:0;
}
.boxed .header-sticky .header__mid {
max-width: 1170px;
left: 50%;
transform: translateX(-50%);
}
.header-text i {
font-size: 16px;
vertical-align: middle;
}
.header-sticky .jas-menu > li > a {
line-height: 46px;
}
.header-sticky .header__mid .jas-row {
padding: 5px 0;
}
.header__bot .jas-navigation {
border-top: 1px solid #ececec;
}
.boxed .header__top,
.boxed .jas-wc-single .bgbl,
.boxed #jas-footer {
max-width: 73.125rem;
margin: auto;
padding: 0 15px;
}
.boxed .footer__bot {
margin: 0 -15px;
padding: 20px 15px;
}
.boxed .jas-wc-single .bgbl {
padding: 20px 15px;
}
/* 3.1 HEADER TRANSPARENT
========================================================================== */
.header-4 .header__transparent + .header__bot {
margin-top: 62px;
}
.header__transparent {
z-index: 10;
}
/* 3.2 HEADER ACTION ICON
========================================================================== */
.jas-action i {
font-size: 24px;
}
.jas-action > * {
padding: 0 6px;
}
/* 3.3 HEADER - SEARCH FORM
========================================================================== */
.header__search {
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .95);
z-index: 9999;
}
.header__search > div {
max-width: 550px;
top: calc(50% - 125px);
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.header__search input[type="text"] {
border: 0;
background: none;
border-bottom: 1px solid rgba(255, 255, 255, .08);
padding: 0;
text-align: center;
font-size: 20px;
color: #fff;
letter-spacing: 2px;
}
#sf-close {
right: 20px;
top: 40px;
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 60px;
}
#jas-header #sf-close i {
font-size: 60px;
}
#sf-close:hover {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.ui-autocomplete {
width: 235px;
padding: 15px;
background: #f7f7f7;
z-index: 99999;
height: 300px;
overflow: auto;
list-style: none;
}
.ui-autocomplete li:not(:first-child) {
border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
margin: 0;
padding: 0;
}
.ui-autocomplete img {
width: 60px;
}
/* 3.4 MY ACCOUNT
========================================================================== */
.jas-my-account ul {
width: 170px;
left: calc(50% - 85px);
list-style: none;
background: rgba(255,255,255,.95);
transition: all .3s;
top: 120%;
opacity: 0;
visibility: hidden;
z-index: 9;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.jas-my-account:hover ul {
top: 100%;
opacity: 1;
visibility: visible;
}
.jas-my-account ul li:not(:last-child) {
border-bottom: 1px solid #ddd;
}
.jas-my-account ul li a {
padding: 10px;
}
/* 3.5 MAIN NAVIGATION
========================================================================== */
.jas-menu li {
font-size: 14px;
list-style: none;
position: relative;
}
.jas-menu > li {
float: left;
}
.jas-navigation {
position: relative;
}
.jas-menu > li.mega-menu {
position: static;
}
.jas-menu > li.mega-menu > ul {
left: 0;
right: 0;
width: 100%;
}
.jas-menu > li:not(:first-child) {
margin-left: 35px;
}
.jas-menu > li > a {
color: #222;
line-height: 46px;
position: relative;
/* font: 'renatovarran'!important; */
font-weight: 400;
}
.header-6 .jas-menu > li > a {
line-height: 50px;
color: #fff;
}
.jas-menu li a:hover,
.jas-menu li.current-menu-ancestor > a,
.jas-menu li.current-menu-item > a {
color: #56cfe1;
}
.jas-menu li.hot > a:after,
.jas-menu li.sale > a:after,
.jas-menu li.new > a:after {
position: absolute;
color: #fff;
font-size: 9px;
padding: 1px 7px 0;
border-radius: 50px;
right: -28px;
top: -10px;
line-height: 16px;
}
.jas-menu ul li.hot > a:after,
.jas-menu ul li.sale > a:after,
.jas-menu ul li.new > a:after {
right: -3px;
top: 5px;
}
.jas-menu li.hot > a:after {
content: 'Hot';
background: #ff3e11;
}
.jas-menu li.sale > a {
color: #ec0101;
}
.jas-menu li.sale > a:after {
content: 'Sale';
background: #ffa800;
}
.jas-menu li.new > a:after {
content: 'New';
background: #01bad4;
}
.jas-menu > li > ul {
position: absolute;
min-width: 250px;
display: table;
background: #fff;
top: 120%;
opacity: 0;
visibility: hidden;
left: -17.5px;
transition: all .3s;
text-align: left;
z-index: 10;
padding: 0;
box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}
.jas-menu li:hover > ul {
top: 100%;
opacity: 1;
visibility: visible;
}
.jas-menu > li > ul > .sub-column-item {
display: table-cell;
}
.jas-menu > li > ul > li {
min-width: 230px;
}
.jas-menu ul .sub-column-item > a {
color: #222;
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
padding: 6px 0;
border-bottom: 1px solid #eee;
}
.sub-column-item .sub-column {
padding: 0;
}
.sub-column-item .sub-column > li {
padding: 6px 0;
}
.jas-menu ul li:not(:last-child) {
border-bottom: 1px solid #eee;
}
.jas-menu ul li {
line-height: 30px;
padding: 10px 15px;
}
.jas-menu ul li a {
font-size: 13px;
/* font: 'renatovarran'!important; */
font-weight: 300;
}
.jas-menu ul li a {
color: #878787;
display: block;
}
.jas-menu ul li:hover > a {
color: #222;
}
.jas-menu ul ul {
left: 250px;
top: 20%;
}
.jas-menu ul li:hover > ul {
top: 0;
}
.jas-menu .rtl-menu {
left: -250px;
}
.header-5 .jas-push-menu-btn {
top: 20px;
}
/* 3.6 MOBILE MENU
========================================================================== */
#jas-mobile-menu,
#jas-mobile-menu ul,
#jas-mobile-menu ul li,
#jas-mobile-menu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 32px;
display: block;
position: relative;
text-align: left;
}
#jas-mobile-menu {
padding: 25px 20px;
}
#jas-mobile-menu {
padding: 25px 20px;
}
#jas-mobile-menu ul ul {
display: none;
opacity: 1;
visibility: visible;
left: 0;
top: 0;
padding-left: 15px;
}
#jas-mobile-menu ul li a {
cursor: pointer;
z-index: 2;
padding: 5px 0;
color: #222;
font-size: 14px;
letter-spacing: .5px;
}
#jas-mobile-menu > ul > li > a:before {
display: none;
}
.holder {
width: 36px;
height: 36px;
position: absolute;
top: 5px;
right: -10px;
z-index: 10;
cursor: pointer;
transition: all .3s;
color: #222;
}
#jas-mobile-menu ul > li:hover > a,
#jas-mobile-menu ul > li.current-menu-item > a,
#jas-mobile-menu ul > li.current-menu-parent > a,
#jas-mobile-menu ul > li.current-menu-ancestor > a,
#jas-mobile-menu ul > li:hover > .holder,
#jas-mobile-menu ul > li.current-menu-item > .holder,
#jas-mobile-menu ul > li.current-menu-parent > .holder,
#jas-mobile-menu ul > li.current-menu-ancestor > .holder {
color: #56cfe1;
}
#jas-mobile-menu ul > li:hover > a {
padding-left: 5px;
}
.holder:after,
.holder:before {
display: block;
position: absolute;
content: "";
width: 13px;
height: 13px;
right: 10px;
z-index: 10;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.holder:after {
top: 12px;
right: 16px;
border-top: 1px solid;
border-left: 1px solid;
width: 1px;
}
.holder::before {
top: 18px;
height: 1px;
border-top: 1px solid;
border-left: 1px solid;
border-top-color: inherit;
border-left-color: inherit;
transition: all .3s;
}
#jas-mobile-menu ul li.open > .holder:before {
opacity: 0;
visibility: hidden;
}
nav.main-menu #jas-mobile-menu ul ul:after {
display: none;
}
#jas-mobile-menu ul ul li a {
text-transform: none;
font-weight: 300;
color: #878787;
}
/* 3.7 HEADER LEFT
========================================================================== */
.header-lateral #jas-wrapper {
padding-left: 250px;
}
.header-5 {
width: 250px;
margin-left: -250px;
z-index: 1000;
top: 0;
bottom: 0;
overflow-y: auto;
background: #f6f6f8;
}
.header-5 #jas-mobile-menu ul {
width: 100%;
margin: 0;
}
.header-5 #jas-mobile-menu > ul > li {
border-bottom: 1px solid #ccc;
}
.header-5 #jas-mobile-menu > ul > li > a {
line-height: 42px;
}
.header-5:before {
position: fixed !important;
width: 250px !important;
left: 0;
}
.header-5 #jas-mobile-menu ul ul {
border-top: 1px solid #ccc;
padding: 15px 0 0;
margin: 15px 0;
}
.header-5 #jas-mobile-menu ul ul li a {
text-transform: none;
padding: 5px 0;
line-height: 30px;
}
.header-5 .holder {
top: 8px;
}
.header-5 ul ul .holder {
top: 0;
}
.header-5 #jas-mobile-menu ul > li:hover > a {
padding-left: 0;
}
#jas-header.header-5 .jas-social a {
margin: 0 10px;
}
/* ==========================================================================
4.0 FOOTER
========================================================================== */
#jas-footer-menu li {
float: left;
list-style: none;
margin-left: 20px;
}
#jas-backtop {
right: 35px;
bottom: 25px;
padding: 5px;
cursor: pointer;
z-index: 100;
}
#jas-backtop span {
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
font-size: 35px;
border-radius: 3px;
background: #fff;
color: #878787;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
#jas-backtop span i {
z-index: 1;
color: #878787;
}
#jas-backtop:hover span i {
color: #222;
}
.footer__top a {
color: #878787;
}
.footer__top a:hover {
color: #56cfe1
}
.footer__top i {
font-size: 24px;
font-weight: bold;
margin-right: 5px;
vertical-align: middle;
}
.footer__top .jas-social i {
font-size: 16px;
}
.footer__top .jas-social li {
display: inline-block;
}
.footer__top .menu li {
list-style-type: none;
line-height: 30px;
margin-right: 0;
}
.footer__top p {
margin-bottom: 1.3em;
line-height: 24px;
}
.signup-newsletter-form {
border-radius: 50px;
border: 1px solid #878787;
padding: 2px;
}
.signup-newsletter-form input.submit-btn {
text-transform: none;
border-radius: 50px;
font-size: 14px;
padding: 0 20px;
float: right;
border: none;
background: #222;
color: #fff;
}
.signup-newsletter-form input.submit-btn:hover {
background: #56cfe1;
}
.signup-newsletter-form input.input-text {
border: none;
width: calc(100% - 114px);
border-radius: 50px;
float: left;
padding: 0 10px;
background: transparent;
}
.footer__bot {
background: #fff;
}
.preloader {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
background: rgba(0, 0, 0, .95);
display: none;
}
.preloader img {
max-width: 150px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.preloader .progress {
height: 4px;
width: 300px;
background: #56cfe1;
overflow: hidden;
left: calc(50% - 150px);
top: calc(50% - 2px);
}
.preloader .progress .indeterminate {
background: #3596a5;
}
.preloader .progress .indeterminate:before,
.preloader .progress .indeterminate:after {
content: "";
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
}
.preloader .progress .indeterminate:before {
-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.preloader .progress .indeterminate:after {
-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-webkit-animation-delay: 1.15s;
animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
0% {
left: -35%;
right: 100%
}
60% {
left: 100%;
right: -90%
}
100% {
left: 100%;
right: -90%
}
}
@keyframes indeterminate {
0% {
left: -35%;
right: 100%
}
60% {
left: 100%;
right: -90%
}
100% {
left: 100%;
right: -90%
}
}
@-webkit-keyframes indeterminate-short {
0% {
left: -200%;
right: 100%
}
60% {
left: 107%;
right: -8%
}
100% {
left: 107%;
right: -8%
}
}
@keyframes indeterminate-short {
0% {
left: -200%;
right: 100%
}
60% {
left: 107%;
right: -8%
}
100% {
left: 107%;
right: -8%
}
}
/* ==========================================================================
5.0 PAGE
========================================================================== */
/* ==========================================================================
5.1 PAGE - 404
========================================================================== */
.search-no-results #jas-wrapper,
.error404 #jas-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.search-no-results #jas-wrapper #jas-content,
.error404 #jas-wrapper #jas-content {
flex: 1;
}
.search-no-results .woocommerce-info {
position: static;
margin: 50px 0;
}
.error-404.not-found {
text-align: center;
padding: 100px 0 150px;
letter-spacing: 2px;
min-height: 50vh;
}
.error-404.not-found h1 {
font-size: 80px;
letter-spacing: 8px;
font-weight: bold;
margin: 0 0 5px;
}
.error-404.not-found h3 {
text-transform: uppercase;
font-size: 18px;
margin: 0 0 15px;
}
.error-404.not-found a {
font-weight: bold;
border-bottom: 1px solid #222;
padding: 2px 5px;
}
.error-404.not-found a:hover {
background: #222;
color: #fff;
}
/* ==========================================================================
6.0 BLOG
========================================================================== */
.jas-blog-slider .post-thumbnail > div {
background: rgba(0, 0, 0, .8);
padding: 20px;
bottom: 0;
}
.post.sticky .post-thumbnail {
margin-bottom: 0;
}
.post.sticky .post-content {
background: #f6f6f8;
padding: 25px;
}
.post-thumbnail div:first-child {
position: relative;
left: 0;
bottom: 0;
}
.post-thumbnail img {
max-width: 100%;
}
.inside-thumb {
left: 30px;
right: 30px;
bottom: 30px;
background: rgba(0, 0, 0, .9);
padding: 20px;
}
.jas-masonry .inside-thumb {
left: 15px;
right: 15px;
bottom: 15px;
padding: 15px;
}
.inside-thumb a:not(.cg),
.jas-blog-slider .post-thumbnail > div a {
color: #fff;
}
.inside-thumb a:hover,
.jas-blog-slider .post-thumbnail > div a:hover {
color: #56cfe1;
}
.post-meta span:not(:last-child) {
margin-right: 5px;
}
.post-action i {
line-height: 1;
}
.more-link {
margin: 20px auto;
line-height: 40px;
border: 2px solid #222;
padding: 0 30px;
font-weight: 600;
display: table;
border-radius: 40px;
}
.more-link span {
font-size: 18px;
}
.more-link:hover {
background: #222;
color: #fff;
}
.post-action {
border: 1px solid #f1f1f1;
padding: 8px 20px;
}
.comments-link i {
font-size: 20px;
top: 4px;
}
.jas-pagination,
.woocommerce-pagination {
border-top: 1px solid #ddd;
text-align: center;
max-width: 1170px;
width: 100%;
margin: 60px auto;
}
.page-numbers {
display: inline-block;
list-style: none;
margin: 10px 0;
}
.page-numbers li {
float: left;
margin: 0 20px;
color: #222;
}
.page-numbers li a {
color: #222;
}
.page-numbers li a:hover,
.page-numbers.current {
color: #ec0101;
}
.blog .post-content .wpb_content_element {
margin-bottom: 0;
}
.post-content p:last-child {
margin-bottom: 0;
}
.post-password-form label {
display: block;
font-weight: 500;
color: #000;
}
.post-password-form label input {
width: 100%;
margin-bottom: 10px;
}
.post-password-form input[type="submit"] {
background: #222;
border-radius: 2px;
color: #fff;
border-color: #222;
}
.single-product .post-password-form {
height: 50vh;
margin: 0 auto;
max-width: 1170px;
padding: 60px 0;
text-align: center;
}
.single-product .post-password-form label {
display: inline-block;
}
/* 6.1 SINGLE BLOG
========================================================================== */
.tag-comment {
border: 1px solid #f1f1f1;
padding: 15px 20px;
}
.page-links span:not(.page-links-title) {
margin: 0 5px;
}
.jas-single-blog .social-share {
text-align: center;
}
.jas-single-blog .social-share i {
margin-top: 40px;
}
.post-related h4 {
font-size: 16px;
font-weight: 600;
}
.post-related .jas-carousel {
margin: 0 -15px;
}
.post-related .item {
padding: 0 15px;
}
.post-related h5 {
font-weight: 500;
}
/* 6.2 COMMENT FORM
========================================================================== */
.commentlist li.comment {
list-style: none;
margin-top: 60px;
}
.commentlist .comment-text li {
margin-top: 10px;
}
.comment_container img {
float: left;
}
.comment-text {
padding-left: 20px;
overflow: hidden;
}
.comment-text .comment-author {
font-size: 13px;
}
.comment-text .star-rating {
float: right;
}
.comment-text .meta strong {
font-size: 14px;
font-weight: bold;
color: #000;
}
.comment-text .flex {
font-size: 13px;
}
.comment-text p {
margin-bottom: 5px;
}
.comment-text time {
color: #ccc;
font-size: 10px;
}
.commentlist .children {
padding-left: 30px;
}
.comment-respond {
margin-top: 50px;
}
#reviews .comment-respond {
margin-top: 15px;
}
.comment-reply-title {
font-size: 16px;
text-transform: uppercase;
margin: 0 0 30px;
font-weight: 600;
}
.comment-respond .form-submit {
text-align: right;
}
.comment-text .flex a {
text-transform: uppercase;
font-size: 10px;
}
.comment-respond label {
display: block;
}
.comment-respond .comment-form-comment label {
margin-bottom: 15px;
}
.comment-respond input:not([type="submit"]),
.comment-respond textarea {
background: transparent;
width: 100%;
}
.no-comments {
display: inline-block;
width: 100%;
margin-top: 30px;
}
#tab-reviews .comment-form-rating {
display: inline-block;
margin-bottom: 0;
}
#tab-reviews .comment-form-rating label {
float: left;
}
#tab-reviews .comment-form-rating .stars {
float: left;
margin-top: 2px;
margin-left: 10px;
font-size: 12px;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email {
float: left;
width: 49%;
margin-top: 10px;
}
#tab-reviews .comment-form-email {
margin-left: 2%;
}
#tab-reviews .form-submit {
clear: both;
margin-top: 10px;
display: inline-block;
}
input.submit {
padding: 0 40px;
}
#tab-reviews .comment-reply-title {
margin-bottom: 15px;
}
#tab-reviews .commentlist li {
margin-top: 0;
}
#tab-reviews .commentlist li + li {
margin-top: 32px;
}
#tab-reviews .commentlist .comment-text {
padding-left: 20px;
}
#tab-reviews .comment-text time {
font-size: 14px;
color: #878787;
}
/* ==========================================================================
7.0 PORTFOLIO
========================================================================== */
.single-portfolio .page-head .pr.mt__10 {
display: none;
}
.portfolio-item .mask:before {
content: '';
position: absolute;
background: rgba(246, 246, 246, .9);
left: 0;
top: 50%;
width: 100%;
height: 0;
opacity: 0;
transition: all .3s;
}
.portfolio-item .portfolio-title {
top: 50%;
left: 50%;
opacity: 0;
width: 100%;
padding: 0 30px;
-webkit-transform: translate(-50%, -120%);
-ms-transform: translate(-50%, -120%);
-o-transform: translate(-50%, -120%);
transform: translate(-50%, -120%);
}
.portfolio-item:hover .portfolio-title {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio-item:hover .mask:before {
top: 0;
height: 100%;
opacity: 1;
}
.jas-portfolio-single .portfolio-meta [class*="jas-col-"]:not(:last-child) {
border-right: 1px solid #d3d3d3;
}
.jas-portfolio-single .portfolio-meta span {
color: #222;
font-weight: bold;
}
.jas-portfolio-single .jas-social a {
width: 32px;
height: 32px;
line-height: 32px;
border-radius: 50%;
background: #000;
color: #fff;
}
.jas-portfolio-single .jas-social a i {
font-size: 14px;
}
.portfolio-navigation a {
font-size: 40px;
}
/* ==========================================================================
8.0 WIDGET
========================================================================== */
.sidebar .widget:not(:first-child) {
margin-top: 50px;
}
.widget h4.widget-title {
position: relative;
padding-bottom: 20px;
margin-top: 0;
font-size: 18px;
}
.widget h4.widget-title:after {
content: "";
width: 60px;
height: 2px;
background: #222;
left: 0;
bottom: 15px;
position: absolute;
}
.sidebar .widget ul ul {
padding-left: 5px;
}
.sidebar .widget ul li {
padding-left: 15px;
position: relative;
}
.sidebar .widget ul li:before {
color: #222;
content: "+";
left: 0;
position: absolute;
}
.widget ul li {
line-height: 25px;
list-style: outside none none;
margin-bottom: 5px;
}
.widget.widget_categories ul li {
line-height: 30px;
}
.widget ul.product_list_widget li {
display: inline-block;
line-height: 24px;
margin-bottom: 10px;
padding-bottom: 10px;
padding-left: 0;
width: 100%;
}
.widget ul.product_list_widget li:before {
content: "";
}
.widget ul.product_list_widget li a {
display: block;
}
.widget ul.product_list_widget li img {
float: left;
margin-right: 10px;
width: 80px;
}
.widget ul.product_list_widget li a span.product-title {
color: #222;
font-weight: 500;
}
.widget ul.product_list_widget li ins {
color: #ec0101;
text-decoration: none;
}
.widget .tagcloud a {
border: 1px solid #222;
border-radius: 20px;
color: #222;
display: inline-block;
font-size: 13px !important;
margin: 0 3px 8px 0;
padding: 2px 15px 1px;
}
.widget .tagcloud a:hover {
background: #56cfe1;
border-color: #56cfe1;
color: #ffffff;
}
.widget .woocommerce-product-search,
.widget .search-form {
border: 1px solid #222;
border-radius: 40px;
padding: 2px;
display: flex;
}
.widget .search-form label,
.widget .woocommerce-product-search .search-field {
width: calc(100% - 113px);
float: left;
}
.widget .woocommerce-product-search .search-field {
border-radius: 40px;
border: none;
}
.widget .search-form .search-field {
border: none;
width: 100%;
border-radius: 40px;
}
.widget .woocommerce-product-search input[type="submit"],
.widget .search-form .search-submit {
border: none;
background: #222;
line-height: 38px;
color: #fff;
float: right;
padding: 0 30px;
}
/* 8.1 INSTAGRAM
========================================================================== */
.jas-instagram {
margin: 0 -1px;
}
.jas-instagram .item {
padding: 1px;
width: 100%;
}
.columns-2 .item {
width: 50%;
}
.columns-3 .item {
width: 33.33%;
}
.columns-4 .item {
width: 25%;
}
.columns-5 .item {
width: 20%;
}
.columns-6 .item {
width: 16.66%;
}
.columns-7 .item {
width: 14.285%;
}
.columns-8 .item {
width: 12.5%;
}
.columns-9 .item {
width: 11.11%;
}
.columns-10 .item {
width: 10%;
}
.jas-sc-instagram .info {
top: 0;
left: 0;
right: 0;
height: 100%;
background: rgba(0, 0, 0, .6);
opacity: 0;
pointer-events: none;
}
.jas-sc-instagram .item:hover .info {
opacity: 1;
}
.jas-sc-instagram .info span {
margin: 0 5px;
}
.is-username {
background: rgba(246, 246, 248, .8);
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 20px 70px;
}
/* ==========================================================================
OFFLINE MODE
========================================================================== */
.offline {
height: 100vh;
}
.offline .ypop-modal {
display: none;
}
.jas-offline-content {
height: 100vh;
font-size: 13px;
color: #fff;
background-image: url(assets/images/maintenance-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.jas-offline-content h1 {
text-transform: uppercase;
font-size: 40px;
color: #fff;
}
.jas-offline-content h3 {
color: #fff;
font-size: 16px;
font-weight: 400;
}
.jas-offline-content .jas-countdown {
text-align: center;
}
.jas-offline-content .jas-countdown .pr {
display: inline-block;
margin: 0 10px;
background: rgba(0, 0, 0, 0.5);
padding: 15px 15px 10px;
border-radius: 5px;
}
.jas-offline-content .jas-countdown .pr .fs__16 {
font-size: 24px;
margin-top: 0;
font-weight: bold;
line-height: 1;
}
/* ==========================================================================
9.0 WOOCOMMERCE
========================================================================== */
.woocommerce-demo-store {
padding-bottom: 69px;
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em 1.41575em;
background-color: #3d9cd2;
color: #fff;
z-index: 999
}
.demo_store a {
color: #fff;
font-weight: 400;
background: rgba(0,0,0,.1);
float: right;
margin: -1em -1.41575em -1em 0;
padding: 1em 1.41575em
}
/* 9.1 MESSAGE
========================================================================== */
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
padding: 0 15px;
width: 100%;
}
.woocommerce-info,
.woocommerce-error,
.woocommerce-warning,
.woocommerce-message {
padding: 30px 50px;
box-sizing: border-box;
width: 100%;
bottom: 0;
left: 0;
z-index: 99;
margin-bottom: 30px;
list-style: none;
}
.woocommerce-message {
background: #dff0d8;
border: 1px solid #d6e9c6;
color: #3c763d;
}
.archive .woocommerce-message,
.archive .woocommerce-info {
margin-top: 30px;
}
.single-product .woocommerce-message,
.single-product .woocommerce-error {
position: fixed;
margin-bottom: 0;
}
.single-product .header-5~#jas-content .woocommerce-message,
.single-product .header-5~#jas-content .woocommerce-error {
padding-left: 350px;
}
.woocommerce-message a,
.woocommerce-error a {
float: right;
font-weight: bold;
margin-top: -8px;
}
.woocommerce-info {
background-color: #d9edf7;
border: 1px solid #bce8f1;
color: #31708f;
}
.woocommerce-error {
background-color: #f2dede;
border: 1px solid #ebccd1;
color: #a94442;
}
.woocommerce-warning {
background-color: #fcf8e3;
border: 1px solid #faebcc;
color: #8a6d3b;
}
.woocommerce-info + .login {
margin-top: -30px;
margin-bottom: 30px;
background: #f1f1f1;
padding: 20px;
}
.woocommerce-info + .checkout_coupon {
margin-top: -30px;
margin-bottom: 0;
background: #f1f1f1;
padding: 20px;
display: inline-block;
width: 100%;
}
.woocommerce-info + .login p.lost_password,
.woocommerce-info + .checkout_coupon p {
margin-bottom: 0;
}
.woocommerce form .form-row label.inline {
margin-top: 10px;
}
.woocommerce form .form-row label.inline input {
margin: 0 5px 0 0;
}
.woocommerce-checkout .woocommerce-error {
position: inherit;
display: inline-block;
width: 100%;
margin: -30px 15px 60px;
padding: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
vertical-align: middle;
margin: -2px 0 0 .5em;
padding: 0;
position: relative;
box-shadow: none;
max-height: 52px;
}
/* 9.2 FILTER SIDEBAR
========================================================================== */
.filter-sidebar {
width: 270px;
top: 0;
bottom: 0;
left: -270px;
transition: all .3s;
z-index: 999;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
overflow-y: auto;
}
.admin-bar .filter-sidebar {
top: 32px;
}
.filter-sidebar h3 {
font-size: 16px;
line-height: 50px;
margin: 0;
}
.filter-sidebar h3 i {
cursor: pointer;
font-size: 40px;
right: 8px;
line-height: 50px;
top: 0;
}
.filter-sidebar .filter-content {
padding: 10px 20px;
}
.opened .left {
left: 0;
}
.filter-sidebar.right {
left: auto;
right: -270px;
}
.filter-sidebar.right h3 i {
right: auto;
left: 8px;
}
.opened .right {
right: 0;
}
.filter-trigger {
cursor: pointer;
font-size: 24px;
}
.filter-trigger:hover,
.filter-trigger:focus {
color: #222;
}
.filter-sidebar.right .filter-trigger {
right: auto;
left: -93px;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
box-shadow: 1px -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.filter-content ul {
list-style: none;
}
.filter-content a,
.filter-content .widget {
color: #878787;
}
.filter-content ul li {
line-height: 30px;
}
.filter-content .widget {
margin-bottom: 30px;
}
.price_slider_wrapper {
position: relative;
padding-top: 30px;
}
.widget_price_filter .ui-slider-horizontal {
height: 5px;
background: #878787;
position: relative;
width: calc(100% - 8px);
border-radius: 10px;
}
.widget_price_filter .ui-slider-range {
background: #56cfe1;
height: 100%;
top: 0;
display: block;
font-size: 0.7em;
position: absolute;
z-index: 1;
}
.widget_price_filter .ui-state-default {
background: #56cfe1;
cursor: ew-resize;
height: 15px;
width: 15px;
position: absolute;
z-index: 2;
top: -5px;
border-radius: 50%;
}
.widget_price_filter .ui-state-default:focus {
outline: 0;
}
.widget_price_filter .price_slider_amount {
font-size: 12px;
padding: 20px 0 0;
text-align: center;
}
.price_label {
position: absolute;
top: 0;
left: 50%;
white-space: nowrap;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span,
.yith-wcan-list li a {
border: 1px solid #ddd;
border-radius: 50%;
height: 24px;
margin: 5px 8px 8px 0;
width: 24px;
display: inline-block;
text-align: center;
font-size: 12px;
line-height: 23px;
box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
border-radius: 50%;
border: 1px solid #ddd;
box-shadow: 0 0 0 2px rgba(0,0,0,0.15);
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
background: #fff;
border: 1px solid #878787;
display: block;
margin: 5px 5px 5px 0;
min-width: 30px;
overflow: hidden;
padding: 2px 8px 0;
text-align: center;
text-decoration: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
background-color: #222;
border: 1px solid #222;
}
.sidebar .widget.yith-woocommerce-ajax-product-filter ul li:before {
content:none;
}
.sidebar .widget.yith-woocommerce-ajax-product-filter ul li {
padding-left: 0;
}
.yith-wcan-list {
display: inline-block;
width: 100%;
}
.yith-wcan-list li {
float: left;
}
/* 9.3 MINI CART
========================================================================== */
.jas-icon-cart .count {
width: 20px;
height: 20px;
font-size: 12px;
line-height: 22px;
left: 14px;
top: 0;
}
.jas-push-menu {
position: fixed;
background: #fff;
width: 320px;
bottom: 0;
text-align: left;
top: 0;
z-index: 1000;
overflow-y: auto;
transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.mask-overlay {
content: '';
position: fixed;
background: rgba(0 ,0 ,0, .8);
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999;
}
.jas-mini-cart {
right: -320px;
}
.cart-opened .jas-mini-cart {
right: 0;
}
.jas-canvas-menu {
left: -320px;
}
.menu-opened .jas-canvas-menu {
left: 0;
}
.admin-bar .jas-push-menu {
top: 32px;
}
.jas-push-menu h3 {
font-size: 16px;
line-height: 50px;
}
.woocommerce .jas-push-menu h3 {
margin-bottom: 0;
}
.jas-push-menu h3 i {
left: 8px;
top: 0;
line-height: 50px;
cursor: pointer;
font-size: 40px;
}
.jas-push-menu h3 i.close-menu {
left: auto;
right: 8px;
}
.jas-mini-cart .widget_shopping_cart_content {
padding: 20px;
}
.jas-mini-cart .mini_cart_item,
.widget_shopping_cart .mini_cart_item {
list-style: none;
overflow: hidden;
position: relative;
margin-bottom: 15px;
}
.jas-mini-cart .mini_cart_item a:nth-child(2),
.widget_shopping_cart .mini_cart_item a:nth-child(2) {
line-height: 20px;
color: #222;
display: block;
}
.jas-mini-cart .remove,
.widget_shopping_cart .remove {
position: absolute;
left: 0;
top: 0;
font-size: 20px;
color: #fff;
right: 0;
width: 60px;
text-align: center;
background: rgba(0, 0, 0, .6);
opacity: 0;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.jas-mini-cart li:hover .remove,
.widget_shopping_cart li:hover .remove {
opacity: 1;
}
.jas-mini-cart .mini_cart_item img,
.widget_shopping_cart .mini_cart_item img {
float: left;
margin-right: 15px;
max-width: 60px;
}
.jas-mini-cart .variation,
.jas-mini-cart .quantity,
.widget_shopping_cart .variation,
.widget_shopping_cart .quantity {
float: left;
width: calc(100% - 75px);
display: block;
font-size: 12px;
color: #999;
margin: 0;
}
.jas-mini-cart .variation dt,
.jas-mini-cart .variation dd,
.cart_item .variation dt,
.cart_item .variation dd {
float: left;
text-transform: capitalize;
margin: 0 3px 0 0;
}
.jas-mini-cart .variation p,
.cart_item .variation p {
margin: 0;
}
.jas-mini-cart .total,
.widget_shopping_cart .total {
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
margin-top: 20px;
color: #000;
font-size: 18px;
}
.jas-mini-cart .button,
.widget_shopping_cart .button {
display: block;
text-align: center;
background: #222;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 11px;
border: none;
font-weight: 400;
line-height: 40px;
}
.jas-mini-cart .checkout,
.widget_shopping_cart .checkout {
background: #56cfe1;
margin-top: 10px;
}
.jas-mini-cart .button:hover,
.widget_shopping_cart .button:hover {
opacity: .8;
}
.jas-mini-cart .product-bundle,
.widget_shopping_cart .product-bundle {
width: calc(100% - 75px);
}
.jas-mini-cart .product-bundle li,
.widget_shopping_cart .product-bundle li {
margin: 0;
font-size: 12px;
padding-left: 10px;
}
.widget ul.product_list_widget li a.remove {
display: flex;
}
.jas-mini-cart .product-bundle li:before,
.widget_shopping_cart .product-bundle li:before {
content: "";
position: absolute;
width: 4px;
height: 4px;
border-radius: 4px;
background: #222;
left: 0;
top: 8px;
}
.widget_shopping_cart .product-bundle li:before {
top: 5px;
}
.widget.widget_shopping_cart ul.product_list_widget .product-bundle li {
padding-bottom: 0;
margin-bottom: 0;
padding-left: 10px;
line-height: 16px;
}
.wpa-message {
display: none;
}
/* 9.4 ARCHIVE PRODUCT
========================================================================== */
.shop-top-sidebar {
border-top: 1px solid #dedede;
}
.shop-top-sidebar .woocommerce {
margin: 0;
}
.shop-top-sidebar .widget {
text-align: center;
}
.shop-top-sidebar .widget ul li {
display: inline-block;
padding: 10px 15px;
margin: 0;
position: relative;
}
.shop-top-sidebar .widget ul li.current-cat a {
color: #56cfe1;
}
.shop-top-sidebar .product-categories ul {
position: absolute;
width: 250px;
background: rgba(255, 255, 255, 0.95);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
left: 0;
top: 120%;
z-index: 10;
opacity: 0;
visibility: hidden;
padding: 0;
transition: all .3s;
}
.shop-top-sidebar .product-categories li:hover > ul {
opacity: 1;
visibility: visible;
top: 100%;
}
.shop-top-sidebar .product-categories li ul ul {
left: 100%;
top: 20%;
}
.shop-top-sidebar .product-categories li ul li:hover ul {
top: 0%;
}
.shop-top-sidebar .product-categories ul li {
display: block;
text-align: left;
}
.shop-top-sidebar .product-categories ul li:not(:last-child) {
border-bottom: 1px solid #ddd;
}
.jas-breadcrumb li {
display: inline-block;
padding: 0 5px;
}
.archive .woocommerce-breadcrumb {
display: none;
}
.result-count-order {
margin: 30px 0 0;
}
.woocommerce-ordering {
position: relative;
z-index: 8;
border: 1px solid #ddd;
border-radius: 40px;
}
.woocommerce-ordering:after {
content: '\f107';
position: absolute;
/* font: 'renatovarran'!important; */
right: 16px;
top: 8px;
pointer-events: none;
}
.woocommerce-ordering select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
outline: 0;
padding: 0 10px;
color: #878787;
font-size: 14px;
cursor: pointer;
}
.result-count-order a {
color: #878787;
}
@media only screen and (min-width: 62em) {
.jas-masonry .jas-col-md-2 {
width: 16.666%;
}
.jas-masonry .jas-col-md-3 {
width: 25%;
}
.jas-masonry .jas-col-md-4 {
width: 33.333%;
}
.jas-masonry .jas-col-md-6 {
width: 50%;
}
}
.woocommerce-breadcrumb {
padding: 0;
font-size: 13px;
}
.woocommerce-breadcrumb i {
margin: 0 8px;
}
.wc-col-switch a {
border: 1px solid #878787;
height: 26px;
}
.wc-col-switch a.one {
width: 28px;
}
.wc-col-switch a.two {
width: 29px;
}
.wc-col-switch a.three {
width: 42px;
}
.wc-col-switch a.four {
width: 55px;
}
.wc-col-switch a.six {
width: 81px;
}
.wc-col-switch a:before {
content: "";
position: absolute;
top: 2px;
left: 2px;
width: 10px;
height: 20px;
background: #878787;
transition: all .3s;
}
.wc-col-switch a.one:before {
width: 22px;
}
.wc-col-switch a.two:before {
box-shadow: 13px 0 0 #878787, 13px 0 0 #878787;
}
.wc-col-switch a.three:before {
box-shadow: 13px 0 0 #878787, 26px 0 0 #878787;
}
.wc-col-switch a.four:before {
box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787;
}
.wc-col-switch a.six:before {
box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787, 52px 0 0 #878787, 65px 0 0 #878787;
}
.wc-col-switch a:hover,
.wc-col-switch a.active {
border-color: #222;
}
.wc-col-switch a:hover:before,
.wc-col-switch a.active:before {
background: #222;
}
.wc-col-switch a.one:hover:before,
.wc-col-switch a.one.active:before {
background: #222;
}
.wc-col-switch a.two:hover:before,
.wc-col-switch a.two.active:before {
box-shadow: 13px 0 0 #222, 13px 0 0 #222;
}
.wc-col-switch a.three:hover:before,
.wc-col-switch a.three.active:before {
box-shadow: 13px 0 0 #222, 26px 0 0 #222;
}
.wc-col-switch a.four:hover:before,
.wc-col-switch a.four.active:before {
box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222;
}
.wc-col-switch a.six:hover:before,
.wc-col-switch a.six.active:before {
box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222, 52px 0 0 #222, 65px 0 0 #222;
}
.product-btn {
top: 70%;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
z-index: 2;
white-space: nowrap;
opacity: 0;
visibility: hidden;
}
.product-image:hover .product-btn {
opacity: 1;
visibility: visible;
top: 70%;
}
.btn-quickview,
.product-image .product-btn .button,
.product-image .added_to_cart {
line-height: 40px;
margin: 10px 0;
}
.product-image .added_to_cart {
border-radius: 40px;
}
.product-image .product-btn .button,
.product-image .added_to_cart {
margin: 0;
background: #fff;
border: 0;
font-weight: 400;
line-height: 42px;
}
.product-image .product-btn .button:hover {
color: #fff;
background: #222;
}
.product-image .product-btn .button i {
display: none;
}
.product-image .add_to_cart_button.loading {
text-indent: -999em;
}
.product-image .add_to_cart_button.loading:before {
display: block;
content: "\f110";
position: absolute;
/* font: 'renatovarran'!important; */
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
text-indent: 0;
left: calc(50% - 5px);
top: -1px;
}
.product-image .add_to_cart_button.added,
.product-image .add_to_cart_button i {
display: none;
}
.btn-quickview:hover,
.product-image .add_to_cart_button:hover,
.product-image .added_to_cart:hover {
background: #222;
color: #fff;
}
.product-image {
text-align: center;
}
.product-image a.db:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .1);
z-index: 1;
transition: all .1s;
}
.product-image .yith-wcwl-add-to-wishlist {
z-index: 10;
left: 12px;
top: 12px;
width: 20px;
height: 22px;
text-align: center;
}
.product-image .yith-wcwl-add-to-wishlist a i,
.product-image .yith-wcwl-add-to-wishlist .ajax-loading {
margin: 0;
font-size: 18px;
}
.product-image .yith-wcwl-add-to-wishlist .ajax-loading,
.btn-atc .yith-wcwl-add-to-wishlist .ajax-loading {
width: auto !important;
height: auto !important;
left: 0;
top: 22px;
color: #fff;
}
.btn-atc .yith-wcwl-add-to-wishlist .ajax-loading {
top: 10px;
left: 6px;
color: #222;
}
.price ins {
color: #ec0101;
text-decoration: none;
}
.product-image-flip img {
transition: all .3s;
}
.jas-col-md-6 .product-image-flip img,
.metro-item .product-image-flip img {
width: 100%;
}
.product-image-flip .back {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.product-image:hover .product-image-flip .db:first-child,
.product-image .product-attr,
.product-image > .db:before,
.product-image .yith-wcwl-add-button a {
opacity: 0;
visibility: hidden;
}
.product-image:hover .product-image-flip .back,
.product-image:hover .product-attr,
.product-image:hover .db:before,
.product-image:hover .yith-wcwl-add-button a {
opacity: 1;
visibility: visible;
}
.product-image .product-attr {
bottom: 5px;
left: 15px;
z-index: 2;
}
.product-image .product-attr p {
margin: 0;
}
.badge .right,
.jas-wc-single .product-extra .badge .right {
right: 15px;
}
.badge .left,
.jas-wc-single .product-extra .badge .left {
left: 15px;
}
.badge span {
top: 15px;
height: 24px;
line-height: 24px;
background: #fe9931;
color: #fff;
z-index: 8;
width: 60px;
display: block;
}
.badge .onsale + .new {
top: 50px;
}
.badge .new {
background: #56cfe1;
}
.badge .sold-out {
background: #999;
}
.badge .onsale + .sold-out {
top: 45px;
}
.price {
color: #696969;
margin: 0;
}
.price del {
color: #878787;
}
.price ins {
text-decoration: none;
margin-left: 3px;
}
.countdown-time {
bottom: 70px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.countdown-time .pr {
background: rgba(0, 0, 0, 0.95);
width: 60px;
height: 60px;
margin: 0 4px;
border-radius: 3px;
padding-top: 3px;
}
.countdown-time .pr .cw {
line-height: 16px;
}
.countdown-time .pr span:last-child {
color: #999;
}
.product-countdown .product-info {
position: absolute;
bottom: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
white-space: nowrap;
padding: 0 20px;
}
.product-countdown .product-info h3 {
font-size: 16px;
}
.jas-ajax-load a {
border: 2px solid #222;
border-radius: 40px;
display: inline-block;
height: 50px;
line-height: 48px;
padding: 0 45px;
}
.jas-ajax-load a:hover {
border: 2px solid #56cfe1;
background: #56cfe1;
color: #fff;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.jas-ajax-load a.disabled {
pointer-events: none;
opacity: .2;
border-color: #878787;
}
/* METRO LAYOUT */
.products.metro .product-info {
position: absolute;
left: 15px;
bottom: 15px;
z-index: 10;
opacity: 0;
visibility: hidden;
}
.products.metro .product-info h3 a {
color: #fff;
}
.products.metro .product-info .price,
.products.metro .product-info .price del {
color: #ddd;
}
.products.metro .product-inner:hover .product-info {
opacity: 1;
visibility: visible;
}
.products.metro .product-image .product-attr {
display: none;
}
.metro-item .product-inner {
overflow: hidden;
}
.metro-item .product-inner .product-image {
margin: 0 0 -10px;
}
.products.metro .metro-item .product-image .product-attr {
bottom: 68px;
}
.item-colors li {
margin: 3px 5px 0 0;
}
.item-colors li a {
border-radius: 50%;
height: 22px;
width: 22px;
}
/* 9.5 SUB CATEGORY
-------------------------------------------------------------------------- */
.product-category,
.jas-banner {
position: relative;
margin-top: 0;
margin-bottom: 30px;
text-align: center;
}
.product-category h2,
.jas-banner h3 {
position: absolute;
bottom: 20px;
left: 50%;
font-size: 14px;
font-weight: 600;
background: #fff;
color: #222;
padding: 12px 20px;
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
min-width: 150px;
text-align: center;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.jas-banner h3 {
pointer-events: none;
}
.product-category h2 mark {
display: none;
background: none;
}
.product-category img,
.jas-banner img {
transition: all .3s;
}
.product-category:hover img,
.jas-banner:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* 9.8 SINGLE PRODUCT
========================================================================== */
.single-product-thumbnail .slick-slide img {
display: inline-block;
}
.p-item.woocommerce-product-gallery__image {
text-align: center;
}
.product-quickview .single-product-thumbnail img {
pointer-events: none;
}
.single-product-thumbnail.bottom .p-nav img {
width: 100%;
}
.single-product-thumbnail.loading:before {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9;
position: absolute;
content:'';
}
.single-product-thumbnail.loading:after {
background: url('assets/images/loader.svg') no-repeat 0 0;
background-size: 100%;
width: 50px;
height: 50px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 10;
content:'';
}
.p-nav .slick-slide {
cursor: pointer;
}
.single-product-thumbnail.left .p-nav,
.single-product-thumbnail.right .p-nav {
position: absolute;
max-width: 80px;
top: 0;
}
.single-product-thumbnail.left .p-nav > .slick-list,
.single-product-thumbnail.right .p-nav > .slick-list {
min-height: 462px;
}
.single-product-thumbnail.left .p-nav {
left: 0;
}
.single-product-thumbnail.right .p-nav {
right: 0;
}
.single-product-thumbnail.bottom .p-nav {
margin-top: 10px;
margin-right: -10px;
}
.single-product-thumbnail.left:not(.no-nav) .p-thumb,
.jas-wc-single .left + .social-share {
padding-left: 90px;
}
.single-product-thumbnail.right:not(.no-nav) .p-thumb,
.jas-wc-single .right + .social-share {
padding-right: 90px;
}
.single-product-thumbnail.left .p-nav .slick-slide,
.single-product-thumbnail.right .p-nav .slick-slide {
border: 0;
width: 80px;
}
.single-product-thumbnail.left .p-nav .slick-slide:not(:last-child),
.single-product-thumbnail.right .p-nav .slick-slide:not(:last-child) {
margin-bottom: 10px;
}
.single-product-thumbnail.bottom .p-nav .slick-slide:not(:last-child) {
margin-right: 10px;
}
.single-product-thumbnail.left .slick-prev {
left: 120px;
}
.single-product-thumbnail.right .slick-next {
right: 120px;
}
.p-nav .slick-slide {
opacity: .6;
}
.p-nav .slick-slide.slick-current {
opacity: 1;
}
.wc-single-2 .p-thumb.jas-masonry .p-item {
float: left;
padding: 5px;
width: 100%;
}
.wc-single-2 .p-thumb:not(.columns-full) .p-item {
width: 50%;
}
.wc-single-2 .p-thumb.jas-masonry {
margin: -5px;
overflow: hidden;
}
.wc-single-2 .p-thumb.columns-3 .p-item {
width: 33.3%;
}
.wc-single-3 .p-thumb .p-item:not(:last-child) {
margin-bottom: 30px;
}
.wc-single-3 .summary {
padding-top: 120px;
}
.wc-single-3 .quantity input.input-text[type="number"] {
width: 100px;
}
.wc-single-3 .star-rating {
margin: 0 auto;
font-size: 15px;
}
.wc-single-3 .woocommerce-review-link {
display: none;
}
.jas-wc-single.wc-single-3 .entry-summary > *:not(:last-child) {
margin-bottom: 10px;
}
.wc-single-3 .price {
font-size: 24px;
}
.wc-single-3 .product-info .price {
font-size: 14px;
}
.wc-single-3 .hidden-sm .btn-atc {
display: none;
}
.p-nav-outside > div {
float: left;
}
.p-nav-outside .slick-slide:not(:last-child) {
margin-right: 10px;
margin-bottom: 10px;
}
.p-nav-outside .slick-track {
width: 100% !important;
}
.p-nav-outside .slick-slide {
width: 80px !important;
}
.jas-wc-single .social-share {
text-align: center;
margin-top: 20px;
}
.jas-wc-single .jas-social i {
font-size: 20px;
}
.wc-single-3 form .quantity {
margin: 0 8px 0 0;
float: none;
display: inline-block;
}
.primary-sidebar.fixed-top .primary-sidebar-inner {
position: fixed;
}
.jas-wc-single .entry-summary > *:not(:last-child),
.product-quickview .entry-summary > *:not(:last-child) {
margin-bottom: 20px;
}
.product_title {
font-size: 16px;
margin-bottom: 10px !important;
font-weight: 600;
}
.wc-single-4 .entry-summary.is_stuck {
padding-top: 20px;
}
.admin-bar .wc-single-4 .entry-summary.is_stuck {
padding-top: 50px;
}
.header-sticky + #jas-content .wc-single-4 .entry-summary.is_stuck {
padding-top: 80px;
}
.admin-bar .header-sticky + #jas-content .wc-single-4 .entry-summary.is_stuck {
padding-top: 110px;
}
.wc-single-4 .images .p-item:not(:last-child) {
margin-bottom: 30px;
}
.price-review .woocommerce-product-rating {
-ms-order: 2;
order: 2;
-webkit-order: 2;
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}
.entry-summary .price {
font-size: 22px;
line-height: 22px;
}
.price-review .price ins {
color: #ec0101;
}
form .quantity {
height: 40px;
border: 1px solid #222;
text-align: center;
border-radius: 40px;
display: inline-block;
}
form .quantity.hidden {
display: none;
}
.quantity input.input-text[type="number"] {
-moz-appearance: textfield;
width: 115px;
border: 0;
height: 40px;
background: none;
padding: 0;
font-weight: 600;
font-size: 16px;
color: #222;
}
.content-quickview .quantity input.input-text[type="number"] {
width: 90px;
}
.quantity input.input-text[type="number"]:focus {
border-color: #222;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.quantity input[type="number"]:focus {
outline: none;
}
.quantity .qty a {
top: 8px;
}
.quantity .qty a:hover {
color: #56cfe1;
}
.quantity .qty a.plus {
right: 16px;
}
.quantity .qty a.minus {
left: 16px;
}
form.cart {
position: relative;
display: inline-block;
}
.single_add_to_cart_button {
background: #56cfe1;
border: none;
color: #fff;
text-transform: uppercase;
position: relative;
}
.single_add_to_cart_button:hover {
background: #000;
}
.entry-summary .single_add_to_cart_button.disabled {
cursor: auto;
opacity: .5;
}
.cart .yith-wcwl-add-to-wishlist {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
border: 1px solid #222;
text-align: center;
top: 0;
right: -50px;
transition: all .3s;
}
.external.cart .yith-wcwl-add-to-wishlist {
position: inherit;
right: auto;
margin-left: 10px;
}
.group_table .yith-wcwl-add-to-wishlist {
bottom: 0;
left: 190px;
top: auto;
}
.cart .yith-wcwl-add-to-wishlist:hover {
border-color: #56cfe1;
}
.cart .yith-wcwl-add-to-wishlist a {
color: #222;
display: block;
}
.cart .yith-wcwl-add-to-wishlist a:hover {
color: #56cfe1;
}
.cart .yith-wcwl-add-to-wishlist a i {
margin: 0;
}
.single_add_to_cart_button i.fa {
top: 12px;
right: 12px;
}
.variations_form .yith-wcwl-add-to-wishlist {
bottom: 0;
top: auto;
}
.jas-sticky-atc,
.jas-sticky-atc .yith-wcwl-add-to-wishlist,
.jas-sticky-atc .stock,
.jas-sticky-atc .atttribute-value {
display: none;
}
.jas-sticky-atc .woocommerce-variation {
display: none !important;
}
.jas-sticky-atc {
z-index: 999;
right: 10px;
}
.has-btn-sticky .single_variation_wrap,
.jas-sticky-atc form.cart .quantity {
margin: 0;
}
.jas-sticky-atc .button {
background: #000;
padding: 0 20px;
font-weight: 400;
font-size: 12px;
}
.jas-sticky-atc .quantity input.input-text[type="number"] {
width: 80px;
}
.jas-sticky-atc form.cart .quantity,
.jas-sticky-atc .quantity input.input-text[type="number"],
.jas-sticky-atc .quantity .tc a {
border-color: rgba(255, 255, 255, .2);
color: #fff;
border-radius: 0;
font-size: 10px;
line-height: 26px;
}
.jas-sticky-variable {
width: 40px;
height: 40px;
left: 0;
bottom: 0;
color: #aaa;
line-height: 40px;
}
.jas-sticky-atc .variations {
position: absolute;
background: rgba(255,255,255,0.98);
box-shadow: 0 0 0 1px rgba(39,44,48,0.05), 0 2px 7px 1px rgba(39,44,48,0.16);
padding: 10px;
bottom: calc(100% + 10px);
border-radius: 2px;
left: 0;
width: 100%;
transform: scale(.8);
transform-origin: 0 100px 0;
transition: all .3s ease;
opacity: 0;
visibility: hidden;
}
.jas-sticky-atc .variations.opened {
transform: scale(1);
opacity: 1;
visibility: visible;
}
.jas-sticky-atc .variations:before {
content: "";
position: absolute;
bottom: -12px;
left: 15px;
display: block;
z-index: 1;
border: 6px solid transparent;
border-top: 6px solid #fff;
}
.jas-sticky-atc .product-variable,
.jas-sticky-atc .product-attribute {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
}
.jas-sticky-atc .product-variable:not(:last-child),
.jas-sticky-atc .product-attribute:not(:last-child) {
margin-bottom: 10px;
}
.jas-sticky-atc .product-variable h4.label,
.jas-sticky-atc .product-attribute h4.label {
margin: 0;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 500;
}
.jas-sticky-atc .product-variable .value:after {
top: 4px;
}
.jas-sticky-atc .product-variable select {
height: 30px;
line-height: 30px;
}
.jas-sticky-atc .product-attribute > div:nth-child(2) {
display: block !important;
}
.jas-sticky-atc .single_add_to_cart_button .fa-spinner {
right: 5px;
}
.product_meta > span {
display: block;
margin-bottom: 5px;
}
.wc-tabs li {
list-style: none;
}
.wc-tabs li.active a,
.wc-tabs li a:hover {
color: #222;
}
.wc-tabs li a {
height: 40px;
line-height: 40px;
border: 1px solid transparent;
padding: 0 25px;
font-size: 14px;
font-weight: 600;
}
.wc-tabs li.active a {
border-color: #222;
}
.wc-tab {
padding: 25px 0;
}
.woocommerce-tabs .entry-content > h2:first-child {
display: none;
}
.summary .wc-tabs {
justify-content: start;
text-align: left;
}
.summary .wc-tabs li a {
font-size: 13px;
padding: 0 20px;
}
.tab-heading {
padding: 10px 20px;
}
.tab-heading:after {
content: "\f067";
position: absolute;
/* font: 'renatovarran'!important; */
right: 0;
width: 43px;
height: 43px;
text-align: center;
background: #222;
color: #fff;
top: 0;
line-height: 44px;
}
.active .tab-heading:after {
content: "\f068";
}
.wc-accordion:not(:last-child) {
margin-bottom: 10px;
}
.wc-accordion-content {
padding: 20px;
}
.woocommerce-Reviews #comments .woocommerce-Reviews-title,
.woocommerce-Reviews #comments .woocommerce-noreviews {
display: none;
}
.woocommerce-Reviews #comments .commentlist {
margin-bottom: 30px;
}
.entry-summary .woocommerce-tabs {
background: none;
padding: 0;
margin-top: 30px;
}
.product-extra {
margin-left: -1rem;
margin-right: -1rem;
}
.product-extra-title h2:before,
.product-extra-title h2:after,
.section-title:before,
.section-title:after,
.divider:before,
.divider:after {
content: "";
position: absolute;
width: 60px;
height: 2px;
background: #222;
top: 12px;
}
.product-extra-title h2:before,
.section-title:before,
.divider:before {
left: -75px;
}
.product-extra-title h2:after,
.section-title:after,
.divider:after {
right: -75px;
}
.product-extra .jas-carousel .product {
max-width: 100%;
flex-basis: 100%;
}
.divider {
display: table;
margin: auto;
}
.section-title {
font-weight: 600;
display: inline-block;
text-align: center;
text-transform: uppercase;
position: relative;
font-size: 24px;
}
.sub-title {
/* font: 'renatovarran'!important; */
font-style: italic;
font-size: 14px;
color: #878787;
font-weight: normal;
margin-top: 0;
}
.p-video {
bottom: 20px;
z-index: 9;
right: 20px;
}
.right .p-video {
right: 120px;
}
.left .p-video,
.outside .p-video {
right: 20px;
}
.bottom .p-video {
bottom: 208px;
}
.p-video a {
height: 44px;
line-height: 40px;
border: 2px solid #222;
}
.p-video a:hover {
border-color: #56cfe1;
}
.p-video a i {
margin-right: 5px;
font-size: 20px;
font-weight: bold;
vertical-align: middle;
}
.p-video iframe {
width: 100%;
}
#jas-vsh .wp-video {
margin: auto;
}
#jas-vsh .wp-video-shortcode {
width: 640px !important;
height: 360px !important;
}
p.out-of-stock {
color: #ec0101;
text-transform: uppercase;
}
/* 9.8.1 COLOR SWATCH
-------------------------------------------------------------------------- */
.swatch .swatch-item {
border-radius: 50%;
border: 1px solid #dcdcdc;
padding: 0;
margin: 5px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.swatch .swatch-item:first-child {
margin-left: 0;
}
.swatch .swatch-item.disable {
cursor: auto;
border: 1px solid #999;
position: relative;
}
.swatch .swatch-item.disable:after {
content:'\e680';
top: -29px;
left: -11px;
width: 100%;
height: 100%;
font-size: 50px;
font-family: 'Pe-icon-7-stroke';
position: absolute;
z-index: 10;
}
ul.swatch .swatch-item:hover,
ul.swatch .swatch-item.selected {
background: transparent;
border-radius: 50%;
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
color: #878787;
}
.swatch .swatch-item span {
border-radius: 50%;
height: 28px;
width: 28px;
line-height: 30px;
font-size: 13px;
}
.tooltipster-base {
background: #000;
color: #fff;
}
.reset_variations {
display: none !important;
}
.single_variation_wrap {
margin-top: 20px;
}
.woocommerce-variation-price .price {
margin-bottom: 20px;
display: block;
line-height: 1;
}
.variations {
display: block;
margin-bottom: 40px;
}
.variations h4.label {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
}
.variations .value {
position: relative;
color: #999;
border: 1px solid #999;
}
.variations .value:after {
content: '\f107';
position: absolute;
/* font: 'renatovarran'!important; */
right: 10px;
top: 7px;
pointer-events: none;
}
.variations .value select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
outline: 0;
padding: 0;
color: #999;
font-size: 14px;
cursor: pointer;
width: 100%;
height: 38px;
line-height: 38px;
padding: 0 30px 0 10px;
}
table.variations {
border: 0 none;
display: inherit;
}
table.variations td.label {
border: 0 none;
padding: 0 15px 10px 0;
}
table.variations td.value {
border: 0 none;
padding: 0 0 10px 0;
}
table.variations .value:after {
display: none;
}
.wcvs-loading + .p-nav {
opacity: 0;
}
/* 9.8.2 GROUPED PRODUCT
-------------------------------------------------------------------------- */
.group_table td,
.group_table td.label {
text-align: center;
padding: 10px;
}
.group_table td.label img {
margin-bottom: 5px;
}
.group_table td.label label {
display: block;
width: 100%;
}
.group_table td .quantity {
float: none;
margin: 0;
border-radius: 2px;
border-color: #ddd;
}
/* 9.8.3 BUNDLE PRODUCT
-------------------------------------------------------------------------- */
.summary .wpa-wcpb-list {
padding: 0;
display: inline-block;
}
.wpa-wcpb-list h4.wpa-title {
margin: 0;
}
.showbox {
display: none;
}
.wc-single-3 .summary .wpa-wcpb-list h4.wpa-title {
font-size: 15px;
margin-bottom: 10px;
}
.wc-single-3 .wpa-wcpb-list .price {
font-size: 14px;
}
.wc-single-3 .summary .wpa-wcpb-list .list-image {
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.wc-single-3 .summary .wpa-wcpb-list .wpa_wcpb_add_to_cart {
float: none;
margin-right: 0;
}
.wc-single-3 .wpa-wcpb-list .list-select {
text-align: left;
font-size: 11px;
}
.entry-summary .wpa-wcpb-list .price,
.product-quickview .entry-summary .wpa-wcpb-list .price {
font-size: 14px;
line-height: 14px;
}
.product-quickview .entry-summary .price {
font-size: 20px;
}
/* 9.8.3 LIGHT BOX POPUP
-------------------------------------------------------------------------- */
div.pp_woocommerce .pp_content_container {
border-radius: 0;
padding: 20px 0;
}
.pp_content_container .pp_left {
padding-left: 20px;
}
.pp_content_container .pp_right {
padding-right: 20px;
}
div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before,
div.pp_woocommerce .pp_close:before,
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce .pp_arrow_next:before,
div.pp_woocommerce .pp_arrow_previous:before {
font-family: 'Pe-icon-7-stroke';
;
color: #3e3e3e !important;
}
div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before {
content: '\e657';
}
div.pp_woocommerce .pp_close:before {
content: '\e680';
font-size: 30px;
}
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_arrow_next:before {
content: '\e684';
font-size: 25px;
}
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
font-size: 32px !important;
}
div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce .pp_arrow_previous:before {
content: '\e686';
font-size: 25px;
}
div.pp_woocommerce .pp_gallery .pp_arrow_previous,
div.pp_woocommerce .pp_gallery .pp_arrow_next {
display: none !important;
}
div.ppt,
div.pp_woocommerce .pp_description {
display: none !important;
}
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_close,
div.pp_woocommerce .pp_next::before,
div.pp_woocommerce .pp_previous::before,
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
background: none;
color: #3e3e3e;
text-shadow: none;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
}
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
top: -14px;
left: -14px;
background: #fff;
border-radius: 0;
}
div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover {
background: #fff;
}
div.pp_woocommerce a.pp_contract::before, div.pp_woocommerce a.pp_expand::before {
bottom: 0;
left: 0;
right: 0;
top: 0;
font-size: 20px;
}
div.pp_woocommerce .pp_close {
background: #fff;
border-radius: 0;
top: -14px;
right: -14px;
letter-spacing: 0;
}
div.pp_woocommerce .pp_close:hover {
background: #fff;
}
.pp_gallery {
margin-top: -75px;
}
.pp_gallery ul {
height: 60px;
}
div.pp_woocommerce .pp_gallery ul li a {
height: 60px;
border-color: rgba(0, 0, 0, 0.3);
border-radius: 0;
}
div.pp_woocommerce .pp_gallery ul li a:hover,
div.pp_woocommerce .pp_gallery ul li.selected a {
border-color: rgba(0, 0, 0, 0.5);
}
div.pp_woocommerce .pp_nav {
float: none;
margin: 0;
position: relative;
text-align: center;
}
.pp_nav .pp_pause,
.pp_nav .pp_play,
.pp_nav p,
a.pp_arrow_next,
a.pp_arrow_previous {
display: inline-block;
float: none;
}
/* 9.8.4 POPUP CART
-------------------------------------------------------------------------- */
.cart__popup {
padding: 20px;
max-width: 780px !important;
width: 100%;
}
.cart__popup.loading:before,
.cart__popup.loading:after {
content: "";
position: absolute;
}
.cart__popup.loading:before {
background: rgba(255, 255, 255 , .8);
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
}
.cart__popup.loading:after {
content: "\f110";
/* font: 'renatovarran'!important; */
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
z-index: 2;
font-size: 50px;
color: #000;
left: calc(50% - 25px);
top: calc(50% - 35px);
}
.cart__popup-item {
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
margin-bottom: -1px;
}
.cart__popup-item > div {
padding: 10px;
}
.cart__popup-item > div:first-child {
padding-left: 0;
}
.cart__popup-item > div:last-child {
padding-right: 0;
}
.cart__popup-thumb img {
max-width: 60px;
}
.cart__popup-quantity .quantity > * {
float: left;
}
.cart__popup-qty {
height: 30px;
display: block;
border: 1px solid #e3e3e3;
line-height: 30px;
width: 30px;
}
.cart__popup-qty--input {
-moz-appearance: textfield;
width: 30px !important;
height: 30px !important;
padding: 0 !important;
font-size: 11px !important;
border-left: 0 !important;
border-right: 0 !important;
border-color: #e3e3e3 !important;
}
.cart__popup-item .cart__popup-total {
padding: 10px 30px;
}
.cart__popup-remove,
.cart__popup-undo {
cursor: pointer;
}
.cart__popup-undo {
text-decoration: underline;
}
.popup__cart-product h4 {
letter-spacing: 0;
font-size: 14px;
}
.popup__cart-product .modal_btn_add_to_cart {
height: 30px;
line-height: 26px;
padding: 0 15px;
margin: 10px auto 0;
font-size: 13px;
display: table;
}
.cart__popup-related-title {
margin: 20px 0 10px;
}
.cart__popup-action .checkout-button {
background: #56cfe1;
color: #fff;
border: none;
line-height: 40px;
}
.cart__popup-action .checkout-button:hover {
background: #222;
color: #fff;
}
/* 9.9 PAGE HEADING
========================================================================== */
.page-head {
padding: 50px 0;
color: #ededed;
}
.page-head h1 {
font-size: 20px;
line-height: 20px;
font-weight: 500;
}
.page-head:before {
content: '';
position: absolute;
background: rgba(0, 0, 0, .5);
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.page-head .jas-container {
z-index: 1;
}
.page-head p {
margin-bottom: 0;
margin-top: 5px;
border-bottom: 1px solid #ddd;
}
.page-head a {
color: #fff;
}
.jas-breadcrumb {
padding: 10px 15px;
background: #f6f6f8;
}
/* 9.10 STAR RATING
========================================================================== */
.star-rating {
/* font: 'renatovarran'!important; */
font-size: 10px;
height: 20px;
line-height: 20px;
overflow: hidden;
position: relative;
text-align: left;
width: 5.8em;
letter-spacing: 3px;
margin: auto;
}
.star-rating:before,
.star-rating span:before {
content: '\f005\f005\f005\f005\f005';
left: 0;
top: 0;
position: absolute;
}
.star-rating:before {
color: #c1c1c1;
}
.star-rating span {
overflow: hidden;
position: absolute;
text-indent: -999em;
}
.star-rating span:before {
color: #ffa800;
text-indent: 0;
}
.stars {
font-size: 11px;
letter-spacing: 3px;
width: 7em;
margin-left: 15px;
margin-top: 1px;
}
.stars [class*="star"] {
text-indent: -999em;
display: block;
position: absolute;
display: inline-block;
color: #ffa800;
}
.stars [class*="star"]:before {
position: absolute;
/* font: 'renatovarran'!important; */
left: 0;
text-indent: 0;
}
.stars .star-1 {
width: 15px;
z-index: 50;
}
.stars .star-2 {
width: 30px;
z-index: 40;
}
.stars .star-3 {
width: 45px;
z-index: 30;
}
.stars .star-4 {
width: 60px;
z-index: 20;
}
.stars .star-5 {
width: 75px;
z-index: 10;
}
.stars .star-5:before {
content: "\f006\f006\f006\f006\f006";
}
.stars .star-1:hover:before,
.stars .star-1.active:before {
content: "\f005";
}
.stars .star-2:hover:before,
.stars .star-2.active:before {
content: "\f005\f005";
}
.stars .star-3:hover:before,
.stars .star-3.active:before {
content: "\f005\f005\f005";
}
.stars .star-4:hover:before,
.stars .star-4.active:before {
content: "\f005\f005\f005\f005";
}
.stars .star-5:hover:before,
.stars .star-5.active:before {
content: "\f005\f005\f005\f005\f005";
}
/* 9.11 SWITCH CURRENCY
========================================================================== */
.jas-currency {
cursor: pointer;
}
.jas-currency ul {
width: 160px;
right: -20px;
list-style: none;
z-index: 100;
opacity: 0;
visibility: hidden;
}
#jas-header .jas-currency .current i {
font-size: 14px;
}
.jas-currency:hover ul {
opacity: 1;
visibility: visible;
}
.jas-currency ul a {
padding: 8px 25px;
}
.jas-currency ul a:hover {
background: #eae9e9;
}
/* 9.12 PRODUCT QUICKVIEW
========================================================================== */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10421;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-fade.mfp-bg {
opacity: 0;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10431;
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: 10451;
}
.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: 'renatovarran'!important; */
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
background: none;
}
.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-holder .mfp-close:hover {
background: transparent;
}
.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;
}
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;
}
.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;
}
.zoomContainer {
background: #fff;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.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;
}
}
.product-quickview,
.wc-content-help {
background: #fff;
max-width: 950px;
margin: auto;
}
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
transition: all 0.3s;
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all 0.3s;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
}
.wc-content-help {
padding: 25px 35px;
}
.content-quickview {
padding: 20px 20px 20px 0;
}
.content-quickview h1 {
margin: 0 0 5px;
text-transform: none;
}
.content-quickview .price-stock {
margin-top: 5px;
}
.product-quickview .slick-slide a {
pointer-events: none;
display: block;
}
.product-quickview .jas-col-md-7 {
overflow: hidden;
}
.product-quickview .jas-col-md-5 {
overflow-x: auto;
}
.product-quickview .p-nav {
display: none;
}
.content-quickview .woocommerce-product-rating {
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
justify-content: space-between;
}
.content-quickview .extra-link,
.content-quickview .woocommerce-review-link {
display: none;
}
.loader {
position: fixed;
background: rgba(0,0,0,.85);
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
.loader-inner {
background: url('assets/images/loader.svg') no-repeat 0 0;
background-size: 100%;
width: 50px;
height: 50px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.product-quickview .flex.column.price-review {
flex-direction: row;
-moz-box-orient: row;
}
.product-quickview .woocommerce-product-rating {
margin-left: 10px;
}
.content-quickview .wpa-wcpb-list {
overflow: hidden;
}
.product-quickview .apple-pay-button-wrapper {
display: none;
}
/* 10.0 SHOPPING CART
========================================================================== */
.cart-empty,
.return-to-shop {
text-align: center;
}
.shop_table {
border-width: 1px;
}
.cart_totals .shop_table {
border-bottom: none;
}
.shop_table td,
.shop_table tr:last-child th,
.shop_table.woocommerce-checkout-review-order-table tr.shipping *,
.shop_table.woocommerce-checkout-review-order-table tr:last-child td,
.shop_table.order_details tfoot tr:last-child td,
.shop_table.customer_details tr:last-child td {
border-width: 0 0 0 0;
}
.shop_table th,
.shop_table tr.cart_item td,
.cart_totals .shop_table td,
.shop_table tr.bundle-products td,
.shop_table tr:first-child:last-child th,
.shop_table tr.order-total th,
.shop_table.woocommerce-checkout-review-order-table tr td,
.shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td,
.shop_table.order_details td,
.shop_table.customer_details td {
border-width: 0 0 1px 0;
}
.shop_table.woocommerce-checkout-review-order-table tr.order-total td,
.shop_table.woocommerce-checkout-review-order-table tr.order-total th {
border-width: 1px 0 0 0;
}
.shop_table tr.bundle-products td {
padding-top: 0;
}
.shop_table th {
color: #222;
}
.shop_table .product-price,
.shop_table .product-quantity,
.shop_table .product-remove {
text-align: center;
}
.shop_table .product-quantity .quantity {
display: inline-block;
float: none;
margin-right: 0;
}
.shop_table .product-subtotal {
text-align: right;
}
.shop_table .product-remove {
font-size: 30px;
}
.actions .coupon {
float: left;
}
.actions .coupon input {
margin-left: 10px;
border-radius: 40px;
}
.actions .button.update-cart {
float: right;
}
.cart-collaterals {
display: inline-block;
width: 100%;
margin-bottom: 60px;
}
.cart-collaterals .cross-sells {
float: left;
width: 58%;
margin-right: 2%;
}
.cart-collaterals .cart_totals {
float: right;
width: 40%;
}
.cart-collaterals h2 {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin: 30px 0 0;
margin-left: 15px;
}
#shipping_method li {
list-style-type: none;
margin-bottom: 5px;
}
#shipping_method li input {
margin: 0;
padding: 0;
}
.cart-collaterals .cart_totals h2 {
margin: 30px 0 30px;
}
.wc-proceed-to-checkout a {
float: right;
line-height: 36px;
}
.woocommerce-shipping-calculator #calc_shipping_country_field {
position: relative;
color: #999;
border: 1px solid #999;
}
.woocommerce-shipping-calculator #calc_shipping_country_field:after {
content: '\f107';
position: absolute;
/* font: 'renatovarran'!important; */
right: 10px;
top: 7px;
pointer-events: none;
}
.woocommerce-shipping-calculator #calc_shipping_country_field select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
outline: 0;
padding: 0;
color: #999;
font-size: 14px;
cursor: pointer;
width: 100%;
height: 38px;
line-height: 38px;
padding: 0 30px 0 10px;
}
.shipping-calculator-form input,
.shipping-calculator-form button {
width: 100%;
}
.cart_totals th {
width: 30%;
}
.cart_totals td {
width: 70%;
}
.order-total,
.order-total td {
color:#222;
font-size: 16px;
font-weight: bold;
}
.product-bundle-title td {
border-bottom: none;
padding-bottom: 0;
}
table.shop_table_responsive tr.product-bundle-title td:not(.product-quantity) {
text-align: left;
}
table.shop_table_responsive tr.product-bundle-title td:before {
content: '';
}
.product-bundle-title h4 {
margin: 0;
}
.product-bundle li {
list-style-type: none;
margin-bottom: 10px;
font-size: 12px;
}
.woocommerce-checkout-review-order-table .product-bundle li {
margin-bottom: 5px;
padding-left: 10px;
}
.woocommerce-checkout-review-order-table .product-bundle li:after {
background: #878787;
border-radius: 4px;
content: "";
height: 4px;
left: 0;
position: absolute;
top: 8px;
width: 4px;
}
.woocommerce-checkout-review-order-table .product-bundle li a {
color: #878787;
cursor: none;
pointer-events: none;
font-size: 12px;
}
.mini_cart_item .product-bundle li a {
font-size: 12px;
margin-bottom: 5px;
}
.product-bundle li a {
font-size: 14px;
margin-bottom: 5px;
}
.product-bundle li:last-child {
margin-bottom: 0;
}
.product-bundle li img {
max-width: 50px;
width: 100%;
margin-right: 15px;
}
.product-bundle-title + tr td.product-quantity .qty.tc {
display: none;
}
.product-bundle-title + tr td.product-quantity input {
cursor: auto;
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input.disabled[type="button"],
input[type="button"]:disabled,
input.disabled[type="reset"],
input[type="reset"]:disabled,
input.disabled[type="submit"],
input[type="submit"]:disabled {
cursor: auto;
opacity: 0.3;
}
/* 11.0 CHECKOUT
========================================================================== */
.woocommerce-checkout .woocommerce-info {
position: static;
margin-bottom: 30px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
width: 100%;
display: inherit;
}
.checkout.woocommerce-checkout h3 {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 10px;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
width: 49%;
float: left;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
width: 100%;
box-sizing: border-box;
outline: none;
margin: 0;
}
.woocommerce form .form-row-last {
float: right;
}
.woocommerce form .form-row label {
line-height: 2;
display: block;
margin-bottom: 5px;
}
.woocommerce form .form-row label .required {
color: #fc655e;
}
.select2-container .select2-choice {
border: 1px solid #e3e3e3;
border-radius: 0;
line-height: 40px;
height: 40px;
color: #999;
}
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border-color: #e3e3e3;
}
.woocommerce-shipping-fields {
margin-top: 60px;
}
p.create-account {
margin-bottom: 1em;
}
.product-name > div {
display: table-cell;
}
.product-thumb img {
max-width: 80px;
}
.product-name {
vertical-align: middle;
}
.woocommerce-checkout-payment {
padding: 15px;
border: 1px solid #e3e3e3;
}
.woocommerce-checkout-payment ul li {
list-style-type: none;
margin-bottom: 5px;
}
.woocommerce-checkout-payment ul li input {
margin: 0 5px 0 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
background-color: #f1f1f1;
border-radius: 2px;
box-sizing: border-box;
color: #999;
font-size: 0.92em;
line-height: 1.5;
margin: 5px 0 15px;
padding: 1em;
position: relative;
width: 100%;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #f1f1f1;
border-image: none;
border-style: solid;
border-width: 1em;
content: "";
display: block;
left: 0;
margin: -1em 0 0 2em;
position: absolute;
top: -0.75em;
}
.terms.pr {
width: 100%;
margin: 10px 0 15px;
}
.woocommerce-checkout .woocommerce-account-fields {
width: 100%;
display: inline-block;
}
.woocommerce-order-details h2 {
font-size: 24px;
}
.woocommerce-order-details .woocommerce-customer-details {
margin-top: 50px;
}
.woocommerce-order-details .addresses h3 {
float: none;
}
.woocommerce-order-details .woocommerce-columns .woocommerce-column {
width: 50%;
float: left;
}
/* ==========================================================================
12.0 MY ACCOUNT
========================================================================== */
.woocommerce-account .woocommerce {
display: inline-block;
width: 100%;
}
.woocommerce-MyAccount-navigation {
width: 20%;
float: left;
background: #f6f6f8;
padding: 25px;
}
.woocommerce-MyAccount-navigation ul li {
list-style-type: none;
line-height: 25px;
position: relative;
padding-left: 15px;
margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li:before {
content: "+";
left: 0;
position: absolute;
}
.woocommerce-MyAccount-navigation ul li a {
color: #222;
}
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
color: #56cfe1;
}
.woocommerce-MyAccount-content {
width: calc(80% - 30px);
padding: 25px;
float: right;
background: #f6f6f8;
min-height: 230px;
}
.woocommerce-MyAccount-content p {
margin-bottom: 1em;
}
.woocommerce-MyAccount-content .woocommerce-info {
margin: 0;
background: none;
color: #999;
border: none;
padding: 0;
position: static;
}
.woocommerce-MyAccount-content .woocommerce-info a {
margin-right: 15px;
}
.login-form h2 {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin: 0 0 20px;
}
.woocommerce .login-form form .form-row label {
margin-bottom: 10px;
}
.lost_password {
margin-bottom: 0;
}
.form-login .button.fr {
margin: 5px 0 10px;
}
.form-login .login-form .fr {
float: none;
}
.login-form .jas-row .fr {
float: right;
}
.style-checkbox {
display: inline-block;
position: relative;
}
span.style-checkbox {
margin-top: 10px;
}
.style-checkbox input {
float: left;
margin: 0 10px 0 0;
visibility: hidden;
}
.style-checkbox .checkbox {
display: inline-block;
}
.style-checkbox input[type="checkbox"]:checked + label::after {
opacity: 1;
}
.style-checkbox label {
background: transparent none repeat scroll 0 0;
border: 1px solid #e3e3e3;
cursor: pointer;
height: 16px;
left: 0;
position: absolute;
top: 3px;
width: 16px;
}
.style-checkbox label:after {
border: 2px solid #b3b3b3;
border-right: 0;
border-top: 0;
content: "";
height: 6px;
left: 2px;
opacity: 0;
position: absolute;
top: 3px;
transform: rotate(-45deg);
width: 10px;
}
.form-login {
background: #f8f8f8;
padding: 50px;
max-width: 500px;
text-align: center;
width: 100%;
margin: auto;
}
.form-login span.inline {
display: block;
}
.jas-row .form-login {
background: none;
padding: 0;
max-width: initial;
text-align: inherit;
margin: 0;
}
.jas-row .form-login .button.fr {
margin: 0;
}
.myaccount_user + h2 {
text-transform: uppercase;
font-size: 20px;
text-align: center;
margin-bottom: 5px;
font-weight: bold;
}
.myaccount_address {
text-align: center;
}
.addresses {
display: inline-block;
width: 100%;
margin-top: 30px;
}
.addresses .title {
display: inline-block;
padding-bottom: 5px;
margin-bottom: 10px;
width: 100%;
border-bottom: 1px solid #e3e3e3;
}
.addresses h3 {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
float: left;
margin: 0;
}
.addresses a {
float: right;
}
.addresses .address {
width: 49%;
display: inline-block;
float: left;
}
.addresses .address.col-2 {
float: right;
}
.edit-account fieldset {
margin-top: 60px;
}
.edit-account legend {
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin: 0 0 10px;
}
.woocommerce-MyAccount-content input.button {
margin-top: 15px;
}
/* ==========================================================================
13.0 WISHLIST
========================================================================== */
body.woocommerce {
max-width: inherit;
margin: 0;
}
.wishlist-title {
text-align: center;
width: 100%;
display: none;
}
.wishlist-title h2 {
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 30px;
}
.woocommerce table.wishlist_table {
font-size: 100%;
margin: 60px auto;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
border-top: none;
padding: 15px;
}
.woocommerce table.wishlist_table tr td.product-remove {
padding: 15px;
}
.product-stock-stauts {
text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
width: auto;
margin: 0;
white-space: nowrap;
}
.yith-wcwl-share h4 {
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
}
/* ==========================================================================
14.0 SHORTCODE - SERVICE
========================================================================== */
.jas-service .icon.small {
font-size: 24px;
}
.jas-service .icon.medium {
font-size: 36px;
}
.jas-service .icon.large {
font-size: 48px;
}
.jas-service .icon {
line-height: 100%;
}
.jas-service.tc .icon {
margin: auto;
}
.jas-service.jas-icon-square .small,
.jas-service.jas-icon-circle .small {
width: 60px;
height: 60px;
line-height: 60px;
}
.jas-service.jas-icon-square .medium,
.jas-service.jas-icon-circle .medium {
width: 80px;
height: 80px;
line-height: 80px;
}
.jas-service.jas-icon-square .large,
.jas-service.jas-icon-circle .large {
width: 140px;
height: 140px;
line-height: 140px;
}
.jas-service .title {
font-size: 14px;
}
.jas-service.tr .content,
.jas-service.tl .content {
overflow: hidden;
}
.jas-service.tr .icon,
.jas-service.tl .icon {
text-align: center;
}
.jas-service.tr .icon {
float: right;
margin-left: 20px;
}
.jas-service.tl .icon {
float: left;
margin-right: 20px;
}
.jas-service[class*="icon-"] .icon {
border: 1px solid;
position: relative;
}
.jas-service[class*="icon-"] .icon:before {
content: '';
position: absolute;
top: 8px;
left: 8px;
right: 8px;
bottom: 8px;
background: #56cfe1;
transition: all .3s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.jas-service[class*="icon-"]:hover .icon:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.jas-service[class*="icon-"]:hover i {
color: #fff;
position: relative;
z-index: 1;
}
.jas-service[class*="icon-"].tc .icon {
margin-bottom: 30px;
}
.jas-service.jas-icon-circle .icon,
.jas-service.jas-icon-circle .icon:before {
border-radius: 50%;
}
/* ==========================================================================
15.0 SHORTCODE - MEMBER
========================================================================== */
.jas-member {
padding-bottom: 15px;
}
.jas-member:before {
content: '';
position: absolute;
background: rgba(246, 246, 246, .9);
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all .3s;
z-index: 1;
}
.jas-member:hover:before,
.jas-member:hover .social {
opacity: 1;
}
.jas-member .social {
bottom: 30px;
opacity: 0;
z-index: 2;
}
.jas-member h4 {
margin-bottom: 0;
}
.jas-member .social a {
margin: 0 8px;
}
.jas-member .social i {
font-size: 20px;
}
/* ==========================================================================
16.0 SHORTCODE - LATEST BLOG
========================================================================== */
.jas-sc-blog .wpb_content_element {
display: none;
}
.jas-sc-blog .jas-blog-slider.jas-carousel [class*="jas-col"] {
padding: 0;
}
.placeholder .pa {
bottom: 30px;
left: 10px;
right: 10px;
}
/* ==========================================================================
17.0 SHORTCODE - PRODUCTS
========================================================================== */
.jas-filter a {
height: 40px;
line-height: 40px;
border: 1px solid transparent;
padding: 0 20px
}
.jas-filter a.selected,
.jas-filter a:hover {
color: #222;
}
.jas-filter a.selected {
border-color: #222;
}
/* TAB */
.wpb-js-composer .jas-row .vc_tta.vc_tta-style-classic .vc_tta-tab {
margin: 0 2px;
}
.wpb-js-composer .jas-row .vc_tta.vc_general .vc_tta-tab > a {
padding: 8px 25px 7px;
}
.wpb-js-composer .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
background-color: transparent;
border-color: transparent;
color: #878787;
border-radius: 40px !important;
}
.wpb-js-composer .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus,
.wpb-js-composer .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover,
.wpb-js-composer .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
background-color: transparent;
border: 1px solid #222;
color: #222;
}
.wpb-js-composer .jas-row .vc_tta.vc_general .vc_tta-panel-body {
padding: 0;
}
.jas-sc-product .type-product {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
margin: 0;
}
/* ==========================================================================
SHORTCODE - PROMOTION
========================================================================== */
.jas-promotion .pa {
z-index: 10;
pointer-events: none;
}
.jas-promotion:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.jas-promotion.left .pa {
left: 20px;
}
.jas-promotion.center .pa {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
}
.jas-promotion.right .pa {
right: 20px;
}
.jas-promotion.top .pa {
top: 20px;
}
.jas-promotion.middle .pa {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.jas-promotion.center.middle .pa {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.jas-promotion.bottom .pa {
bottom: 20px;
}
.jas-promotion h5 {
font-weight: 400;
}
.jas-promotion h3, .jas-promotion h4 {
white-space: nowrap;
}
/* ==========================================================================
18.0 META SLIDER
========================================================================== */
.pa-middle {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.pa-middle.right {
left: auto;
right: 30px;
}
.pa-middle.center {
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
-ms-transform: translate3d(-50%, -50%, 0);
-o-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.jas-page .metaslider .flexslider {
margin-bottom: 0;
position: relative;
}
.metaslider .flex-control-nav {
position: absolute;
bottom: 20px;
z-index: 9;
}
.metaslider .flexslider .caption-wrap {
background: transparent;
color: #878787;
opacity: 1;
top: 0;
max-width: 1170px;
margin: 0 auto;
right: 0;
}
.metaslider .flexslider .caption-wrap .caption {
padding: 0;
}
.metaslider .flexslider .caption-wrap h2,
.metaslider .flexslider .caption-wrap h3,
.metaslider .flexslider .caption-wrap h4 {
margin: 0;
line-height: 1;
color: #222;
}
.metaslider .flexslider .caption-wrap .f__libre {
color: #878787;
}
.metaslider .flexslider .caption-wrap h3 {
margin: 15px 0 10px;
}
.metaslider .flexslider .slides p {
margin-bottom: 15px;
}
.metaslider .flexslider .flex-prev,
.metaslider .flexslider .flex-next {
outline: none;
padding: 0;
overflow: hidden;
top: 50%;
margin-top: -23px;
width: 40px;
height: 40px;
z-index: 8;
background: #56cfe1;
}
.metaslider .flexslider:hover .flex-next {
right: -100px;
}
.metaslider .flexslider:hover .flex-prev {
left: -100px;
}
.metaslider .flexslider .flex-prev:hover,
.metaslider .flexslider .flex-next:hover {
opacity: 1;
}
.flex-prev:before, .flex-next:before {
font-family: 'Pe-icon-7-stroke';
font-size: 36px;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-indent: 0;
display: block;
line-height: 36px;
}
.flex-prev {
left: 30px;
}
[dir='rtl'] .flex-prev {
right: 30px;
left: auto;
}
.flex-prev:before {
content: '\e686';
}
[dir='rtl'] .flex-prev:before {
content: '\e684';
}
.flex-next {
right: 30px;
}
[dir='rtl'] .flex-next {
right: auto;
left: 30px;
}
.flex-next:before {
content: '\e684';
}
[dir='rtl'] .flex-next:before {
content: '\e686';
}
.metaslider .ms-image {
min-height: 350px;
}
.ms-image > a::after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 999;
}
/* ==========================================================================
19.0 LOOKBOOK
========================================================================== */
.pin-maker.pm-slick .slick-arrow {
width: 40px;
height: 40px;
border: none;
}
.pin-maker.pm-slick .slick-arrow:before {
text-align: center;
width: inherit;
position: inherit;
font-size: 16px;
}
/* ==========================================================================
20.0 CUSTOM CSS
========================================================================== */
.background-overlay {
position: relative;
}
.background-overlay:after {
content: '';
width: 100%;
height: 100% !important;
position: absolute;
background: rgba(0,0,0,.5);
visibility: visible !important;
display: block !important;
top: 0;
left: 0;
}
.background-overlay .text-overlay {
z-index: 5;
position: relative;
}
/* ==========================================================================
WC VENDOR STYLE
========================================================================== */
/* ---------- VENDOR DASHBOARD ---------- */
center + hr {
display: none;
}
center + hr + h2,
.table-vendor-sales-report + script + h2 {
font-size: 24px;
margin-top: 50px;
}
input.date-pick:not([type="radio"]):not([type="checkbox"]) {
border-radius: 30px;
margin-right: 5px;
}
.table-vendor-sales-report {
border: 1px solid #ddd;
}
.table-vendor-sales-report.table thead th,
.table-vendor-sales-report.table td {
padding: 15px;
}
.table-vendor-sales-report.table thead th {
font-weight: 600;
color: #222;
}
.all-33 .control {
padding-left: 20px;
}
input[type="submit"]#update_button {
border-radius: 0;
}
.wcv-grid a:hover {
text-decoration: none;
}
.wcv-grid nav.wcv-navigation ul.menu {
padding: 0.8em;
}
.wcv-grid ol li, .wcv-grid ul li {
margin: 0;
}
table.wcv-table td, table.wcv-table th {
padding: 10px;
}
table.wcv-table tr td, table.wcv-table tr th,
table.wcv-table tr:last-child td {
border-bottom: 1px solid #ddd;
}
.wcvendors-pro-dashboard-wrapper input[type="submit"],
.wcvendors-pro-dashboard-wrapper a.button,
button.wcv-button {
border-radius: 0;
background: #56cfe1 !important;
color: #fff !important;
border: none;
height: 40px;
line-height: 40px;
}
.wcvendors-pro-dashboard-wrapper .woocommerce-pagination {
border-top: none;
}
.wcv-form .control-group .control.append-button .wcv-button {
top: 1px;
position: relative;
}
/* ---------- STORE SETTING ---------- */
.wp-switch-editor {
border-radius: 0;
}
.pv_paypal_container,
.pv_shop_name_container {
width: 50%;
float: left;
}
.pv_paypal_container b,
.pv_shop_name_container b {
color: #222;
}
.pv_paypal_container input,
.pv_shop_name_container input {
margin-top: 10px;
width: 95%;
}
#pv_seller_info_container,
#pv_shop_description_container {
margin-top: 50px;
display: inline-block;
width: 100%;
}
#pv_seller_info_container b,
#pv_shop_description_container b {
font-size: 24px;
color: #222;
font-weight: 600;
}
div.mce-edit-area.mce-panel {
border: 1px solid #ddd !important;
border-top: none !important;
}
div.mce-toolbar-grp > div {
border: 1px solid #eee;
}
input[name="_wp_http_referer"] + input.btn.btn-inverse {
margin-top: 50px;
}
div.mce-statusbar {
border: 1px solid #ddd !important;
border-top: none !important;
}
/* ---------- ORDERS ---------- */
h2 + table.table.table-striped.table-bordered {
border-radius: 0;
}
h2 + table.table.table-striped.table-bordered th {
font-weight: 600;
color: #222;
}
h2 + table.table.table-striped.table-bordered td,
h2 + table.table.table-striped.table-bordered th {
border-right: none;
border-bottom: none;
padding: 15px;
border-radius: 0 !important;
}
/* ---------- VENDOR STORE ---------- */
.wcv-header-container {
overflow: initial;
position: relative;
margin-bottom: 0;
}
.wcv-header-container #banner-wrap {
min-height: 300px;
overflow: hidden;
}
#banner-wrap img.store-banner,
.single-product #banner-wrap img.store-banner {
height: auto;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
position: absolute;
}
.wcv-header-container #inner-element {
z-index: 2;
top: auto;
width: 100%;
max-width: 1170px;
background: rgba(255, 255, 255, .3) url('assets/images/store-bg.jpg') center center repeat;
height: initial;
bottom: 0;
left: 50%;
transform: translateX(-50%);
right: auto;
padding: 20px 10px 10px;
}
.wcv-header-container #inner-element .store-icon {
border-radius: 0;
}
.wcv-header-container #inner-element .store-brand {
width: 13.5%;
padding-left: 10px;
text-align: center;
}
.wcv-header-container #inner-element .store-brand img {
width: 100%;
height: 100%;
}
.wcv-header-container #inner-element .store-info {
width: 86.5%;
text-align: left;
line-height: 28px;
}
.wcv-header-container #inner-element .store-info h3 {
margin: 0;
}
.woocommerce-breadcrumb + h1 {
font-size: 30px;
padding: 30px 20px 0;
background: #f6f6f8;
margin: 0;
}
.woocommerce-breadcrumb + h1 + .wcv_shop_description {
background: #f6f6f8;
padding: 0 20px 30px;
}
.wcv_shop_description p {
margin: 0;
}
.jas-wc-single > h1,
.jas-wc-single .wcv_shop_description {
display: none;
}
#inner-element address {
font-style: normal;
margin: 0;
}
.wcv-header-container #inner-element ul.social-icons {
display: inline-block;
width: 100%;
margin-top: 10px;
}
.wcv-header-container #inner-element .social-icons li {
display: inline-block;
text-align: center;
}
.wcv-header-container #inner-element .store-brand .social-icons li a {
display: inline-block;
font-size: 20px;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-facebook-square {
color: #3d589b;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-instagram {
color: #967d5f;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-twitter-square {
color: #50a9ed;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-pinterest-square {
color: #bd081c;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-google-plus-square {
color: #dd4b39;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-youtube-square {
color: #cd201f;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-linkedin-square {
color: #007bb5;
}
.wcv-store-address-container {
padding: 20px;
background: #f6f6f8;
}
.wcv-store-address-container .store-address address, .wcv-store-address-container .store-phone a {
color: #696969;
}
.wcv-store-address-container .store-address {
text-align: right;
}
.wcv-store-address-container .store-phone {
text-align: left;
}
.wcv-store-address-container .store-phone a {
float: none;
}
/* ---------- VENDOR LIST ---------- */
.wcv-pro-vendorlist {
background-color: #f6f6f8;
border: 1px solid #ddd;
float: left;
height: 230px;
margin: 0 4% 30px 0;
width: 22%;
}
.wcv-pro-vendorlist:nth-child(4n+4) {
margin-right: 0;
}
.wcv-pro-vendorlist .store-banner {
display: none;
}
.wcv-pro-vendorlist .wcv-inner-details {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #000;
left: 0;
padding: 20px;
position: inherit;
text-align: center;
top: 0;
width: 100%;
}
.wcv-store-grid__col.wcv-store-grid__col--1-of-3.wcv-icon-container {
margin-right: 0;
padding-left: 0;
width: 100%;
}
.wcv-pro-vendorlist .wcv-inner-details h4 {
color: #000;
font-size: 1em;
position: relative;
text-transform: none;
z-index: 9999;
}
.wcv-pro-vendorlist .wcv-inner-details p {
color: #000;
display: none;
font-weight: 400;
}
.wcv-store-grid__col.wcv-store-grid__col--2-of-3.store-info.wcv-shop-details {
float: none;
margin: 0;
min-height: 20px;
padding: 0;
width: 100%;
}
.wcv-pro-vendorlist .wcv-banner-wrapper {
max-height: 230px;
}
/* ==========================================================================
WC MARKETPLACE STYLE
========================================================================== */
.tax-dc_vendor_shop .page-head {
display: none;
}
.vendor_description_background {
position: relative;
margin-bottom: 0 !important;
height: 300px;
}
.vendor_description_background:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.35);
}
.vendor_description_background .vendor_description {
padding: 35px 0;
width: 1170px;
max-width: 100%;
margin: 0 auto;
background: none;
display: inherit;
position: relative;
z-index: 10;
}
.vendor_description_background .vendor_description .vendor_img_add {
float: none;
width: 100%;
display: flex;
}
.vendor_img_add .img_div img {
max-width: 125px;
}
.vendor_description_background .vendor_address {
padding-left: 20px;
}
.vendor_description_background .vendor_address p {
margin-bottom: 5px;
}
.vendor_address label {
font-weight: 500;
}
.vendor_description_background .vendor_description .description {
width: 100%;
top: -30px;
float: none;
padding-top: 0;
padding-left: 145px;
}
.vendor_description .social_profile {
float: none;
}
.vendor_description_background + .description_data {
width: 100%;
background: rgb(0, 0, 0, 0.3);
color: #fff;
top: -55px;
position: relative;
}
.vendor_description_background + .description_data table {
margin: 0 auto;
border: none;
max-width: 1170px;
}
.vendor_description_background + .description_data table tr td {
border: none;
}
.vendor_description_background + .description_data table tr td:first-child {
display: none;
}
/* ==========================================================================
21.0 RETINA DISPLAY
========================================================================== */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.regular-logo {
display: none;
}
.retina-logo {
display: inline-block;
}
}
/* ==========================================================================
22.0 RESPONSIVE
========================================================================== */
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
#jas-content > .jas-container {
padding: 0 30px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 992px) {
.header-3 .header__mid .jas-row .hide-md.visible-sm {
flex-basis: 16.666%;
max-width: 16.666%
}
.header-3 .header__mid .jas-row .jas-col-md-2.jas-col-xs-6 {
flex-basis: 66.666%;
max-width: 66.667%
}
.header-3 .jas-branding {
text-align: center;
}
.header__top .jas-col-md-4.jas-col-sm-2,
.header__top .jas-col-md-4.jas-col-sm-3 {
display: block;
}
.header-2 .header__mid .jas-row .jas-col-md-8.jas-col-sm-4 .jas-col-md-2 {
flex-basis: 100%;
max-width: 100%
}
}
@media only screen and (max-width: 1024px) {
.visible-1024 {
display: block;
}
.header-5 .visible-1024 {
cursor: pointer;
font-size: 40px !important;
right: 10px;
z-index: 1011;
}
.top-menu.visible-1024 {
left: 0;
top: 0;
z-index: 999;
background: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.admin-bar .top-menu.visible-1024 {
top: 32px;
}
.top-menu.visible-1024 i {
font-size: 28px;
}
.top-menu.visible-1024 + #jas-content {
margin-top: 70px;
}
.header-lateral #jas-wrapper {
padding-left: 0;
}
.visible-1024.top-menu .start-md {
text-align: center;
}
.header-5 {
left: -250px;
margin-left: 0;
transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.header-5::before {
left: -250px;
margin-left: -250px;
transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.menu-opened .header-5,
.menu-opened .header-5:before {
left: 0;
margin-left: 0;
}
.hidden-sm {
display: none;
}
.visible-sm {
display: block;
}
.visible-sm.flex {
display: flex;
}
.jas-col-sm-4.jas-col-md-6 {
width: 50%;
max-width: 50%;
flex-basis: 50%;
}
.metaslider .flexslider .caption-wrap h3 {
font-size: 45px;
}
.metaslider .flexslider .caption-wrap p {
font-size: 12px;
}
.quantity input.input-text[type="number"] {
width: 95px;
}
.single_add_to_cart_button {
padding: 0 20px;
}
.wc-single-3 .summary {
padding-top: 0;
}
.wc-single-3 .p-thumb .p-item:not(:last-child) {
margin: 0;
}
.woocommerce-product-rating {
margin-bottom: 10px;
}
.footer__top div[class*="jas-col"]:not(:last-child) {
margin-bottom: 50px;
}
.footer__bot #jas-footer-menu {
margin-top: 15px;
}
.header__mid .jas-row {
padding: 10px 0;
}
.product-image .yith-wcwl-add-button a,
.product-btn {
opacity: 1;
visibility: visible;
color: #878787;
}
.product-btn {
left: 12px;
transform: none;
top: 0 !important;
}
.yith-wcwl-add-to-wishlist ~ .product-btn {
top: 30px !important;
}
.btn-quickview {
text-indent: -999em;
background: none;
border: none;
padding: 0;
}
.product-image .product-btn .button {
display: none;
}
.btn-quickview::after {
color: #878787;
content: '\e63e';
font-family: "Pe-icon-7-stroke";
font-size: 20px;
left: 0;
position: absolute;
text-indent: 0;
top: 0;
z-index: 99999;
}
.header-4 .header__bot {
height: 0;
}
.wcv-header-container #banner-wrap {
min-height: 400px;
}
.vendor_description_background {
padding: 0 15px;
}
.vendor_description_background + .description_data {
top: 0;
background: #f6f6f8;
color: #696969;
}
}
@media only screen and (max-width: 800px) {
.cart-collaterals .cross-sells {
width: 49%;
margin-right: 2%;
}
.cart-collaterals .cart_totals {
width: 49%;
}
.metaslider .ms-image {
min-height: initial;
}
.bottom .p-video {
bottom: 148px;
}
.jas-col-sm-4.jas-col-md-6.metro-item {
width: 33.33%;
max-width: 33.33%;
flex-basis: 33.33%;
}
.metro-item .product-inner .product-image {
margin-bottom: 0;
}
.wcv-header-container #banner-wrap {
min-height: 450px;
}
#banner-wrap img.store-banner,
.single-product #banner-wrap img.store-banner {
position: inherit;
top: 0;
bottom: auto;
right: auto;
left: auto;
transform: translateX(0);
}
.wcv-pro-vendorlist {
width: 48%;
margin-right: 4%;
}
.wcv-pro-vendorlist:nth-child(2n+2) {
margin-right: 0;
}
.wcv-pro-vendorlist:nth-child(4n+4) {
margin-right: 4%;
}
}
@media only screen and (max-width: 768px) {
.admin-bar .top-menu.visible-1024 {
top: 46px;
}
.wc-single-4 .product-extra-title h2:before,
.wc-single-4 .product-extra-title h2:after {
display: none;
}
.wc-single-4 .images .p-item:not(:last-child) {
margin-bottom: 0;
}
.price-review {
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
-webkit-box-align: flex-start;
align-items: flex-start;
}
.price-review .woocommerce-product-rating {
margin: 5px 0 0;
}
.popup__cart-product {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 767px) {
.wc-single-4 .product-extra {
margin-left: 0;
margin-right: 0;
}
.p-nav-outside {
display: none !important;
}
.wcv-header-container #inner-element .store-brand,
.wcv-header-container #inner-element .store-info {
width: 100%;
text-align: center;
}
.wcv-store-address-container .store-address,
.wcv-store-address-container .store-phone {
text-align: center;
}
.wcv-header-container #banner-wrap {
overflow: inherit;
min-height: inherit;
}
.wcv-header-container #inner-element {
position: inherit;
top: auto;
bottom: auto;
right: auto;
left: auto;
transform: translateX(0);
margin-top: -90px;
}
.wcv-header-container #inner-element .store-brand img {
max-width: 150px;
float: none;
}
.jas-portfolio-single {
padding: 0 15px;
}
}
@media only screen and (max-width: 736px) {
.admin-bar .top-menu.visible-1024 + #jas-content {
margin-top: 25px;
}
.hidden-xs {
display: none;
}
.visible-xs {
display: block;
}
.visible-xs.flex {
display: flex;
}
.jas-full,
.jas-container {
padding: 0 15px;
}
.jas-container .jas-container {
padding: 0;
}
.jas-currency ul {
right: 50%;
transform: translateX(50%);
}
.jas-col-sm-4.jas-col-md-6,
.jas-masonry .jas-col-xs-12,
.jas-masonry .jas-col-xs-6.jas-col-md-12 {
width: 100%;
max-width: 100%;
flex-basis: 100%;
}
.jas-masonry .jas-col-xs-6.jas-col-md-6 {
width: 50%;
max-width: 50%;
flex-basis: 50%;
}
.admin-bar .filter-sidebar {
top: 0;
}
.wc-single-3 .slick-dots,
.wc-single-4 .slick-dots {
bottom: -10px;
}
.footer__bot {
line-height: 1.5;
}
#jas-footer-menu {
margin-top: 20px;
}
.single_add_to_cart_button {
padding: 0 30px;
white-space: nowrap;
}
.summary .jas-container {
padding: 0;
}
.single-product-thumbnail.right:not(.no-nav) .p-thumb,
.jas-wc-single .right + .social-share {
padding-right: 0;
display: block;
}
.single-product-thumbnail.left:not(.no-nav) .p-thumb, .jas-wc-single .left + .social-share {
padding-left: 0;
display: block;
}
.single-product-thumbnail.left .p-nav,
.single-product-thumbnail.right .p-nav {
max-width: 100%;
position: relative;
margin-top: 5px;
}
.single-product-thumbnail.right .slick-next {
right: 30px;
}
.single-product-thumbnail.left .slick-prev {
left: 30px;
}
.product .summary {
margin-top: 30px;
}
.product .pr__0 {
padding-right: 15px;
}
.woocommerce-tabs .jas-container {
padding: 0;
}
.pl__0 {
padding-left: 15px;
}
.wc-single-3 .single_variation_wrap {
margin-left: -45px;
}
.single-product-thumbnail.left .p-nav .slick-slide:not(:last-child),
.single-product-thumbnail.right .p-nav .slick-slide:not(:last-child) {
margin-bottom: 0;
margin-right: 5px;
}
.right .p-video {
right: 20px;
}
.product-extra .slick-next {
right: 0;
}
.product-extra .slick-prev {
left: 0;
}
.product-extra [class*="jas-col-"] {
padding-left: 5px;
padding-right: 5px;
}
.wc-single-3 .p-video,
.wc-single-4 .p-video {
bottom: 50px
}
table.shop_table_responsive tbody th,
table.shop_table_responsive thead,
table.shop_table_responsive tr td.product-thumbnail:before,
table.wishlist_table tbody th,
table.wishlist_table thead,
table.wishlist_table tr td.product-thumbnail:before {
display: none;
}
table.shop_table_responsive tr td,
table.wishlist_table tr td {
display: block;
clear: both;
overflow: hidden;
}
table.shop_table_responsive tr td:not(.product-quantity) {
text-align: right;
}
table.shop_table_responsive tr.bundle-products td:not(.product-quantity) {
text-align: left;
}
table.wishlist_table tr td:not(.product-quantity) {
text-align: left;
}
table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
font-weight: 600;
float: left;
color: #222;
}
table.shop_table_responsive tr.bundle-products td:before {
display: none;
}
table.shop_table_responsive tr td.product-remove:before,
table.shop_table_responsive tr td.actions:before,
table.wishlist_table tr td.product-remove:before,
table.wishlist_table tr td.actions:before {
content: '';
}
table.shop_table_responsive tr td.product-thumbnail,
table.wishlist_table tr td.product-thumbnail {
text-align: center;
}
table.shop_table_responsive .product-quantity .quantity {
float: right;
}
.shop_table td, .shop_table.woocommerce-checkout-review-order-table tr:last-child td {
border-width: 0 0 1px 0;
}
.shop_table tr.bundle-products td {
padding-top: 15px;
}
.cart-collaterals .cross-sells,
.cart-collaterals .cross-sells + .cart_totals,
.cart_totals td {
width: 100%;
}
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
width: 100%;
}
.actions .coupon {
float: none;
width: 100%;
display: block;
}
.actions .coupon label {
text-align: center;
width: 100%;
display: inline-block;
}
.actions .coupon input {
width: 100%;
display: block;
margin: 10px 0 0;
}
.actions .button.update-cart {
width: 100%;
margin-top: 10px;
}
.woocommerce-MyAccount-navigation {
width: 100%;
}
.woocommerce-MyAccount-content {
width: 100%;
margin-top: 30px;
}
#jas-backtop {
right: 15px;
}
.login-form .col-2 {
margin-top: 60px;
}
.content-quickview {
padding: 20px;
}
.single-product-thumbnail.left .p-nav > .slick-list,
.single-product-thumbnail.right .p-nav > .slick-list {
min-height: 100px;
}
.left .p-video, .outside .p-video {
bottom: 120px;
}
.single-product-thumbnail .slick-slide img {
width: 100%;
}
.single-product-thumbnail.left .p-nav .slick-slide,
.single-product-thumbnail.right .p-nav .slick-slide {
width: inherit;
}
.shop-top-sidebar {
overflow-x: scroll;
overflow-y: hidden;
}
.shop-top-sidebar .woocommerce {
min-width: 1050px;
text-align: left;
width: auto;
}
.shop-top-sidebar .product-categories {
margin-left: -20px;
}
.wcv-header-container {
min-height: 200px;
}
.store-banner img, .single-product .store-banner img {
height: 100%;
}
.store-brand {
text-align: center;
margin-bottom: 20px;
}
.store-brand img {
width: auto;
}
.store-info {
text-align: center;
}
.shop-top-sidebar .widget ul li {
padding: 10px;
}
form.cart {
width: 100%;
}
.single_add_to_cart_button {
width: calc(100% - 155px);
}
.btn-wpa.single_add_to_cart_button,
.jas-sticky-atc .single_add_to_cart_button {
width: auto;
}
.cart .yith-wcwl-add-to-wishlist {
right: 0;
}
}
@media only screen and (max-width: 667px) {
.metaslider .flexslider .caption-wrap p {
display: none;
}
.metaslider .flexslider .caption-wrap h3 {
font-size: 35px;
}
.wc-tabs li a {
padding: 0;
border: none;
border-radius: 0;
margin: 0 15px;
height: auto;
line-height: 1.2;
}
.wc-tabs li.active a,
.wc-tabs li:hover a {
border-bottom: 2px solid #222;
}
}
@media only screen and (max-width: 568px) {
.header-sticky .header__mid {
top: 0 !important;
}
.woocommerce-tabs {
padding-top: 0;
}
.cart__popup-item,
.cart__popup-action {
flex-direction: column;
}
.cart__popup-item > div {
padding: 0 !important;
margin-top: 8px;
}
}
@media only screen and (max-width: 480px) {
.text-overlay .fs__60 {
font-size: 55px;
line-height: 1.1;
}
.ypop-modal .ypop-wrapper {
width: 100% !important;
}
.admin-bar .top-menu.visible-1024 {
top: 0;
}
.pv_paypal_container,
.pv_shop_name_container {
width: 100%;
float: none;
}
.pv_shop_name_container {
margin-top: 15px;
}
.pv_paypal_container input,
.pv_shop_name_container input {
width: 100%;
}
.woocommerce-order-details .woocommerce-columns .woocommerce-column {
width: 100%;
}
.woocommerce-order-details .woocommerce-columns .woocommerce-column:last-child {
margin-top: 15px;
}
.vendor_description_background .vendor_description {
padding-top: 30px;
}
.vendor_description_background .vendor_description .description {
top: 20px;
width: 100%;
text-align: center;
padding-left: 0;
}
.wcv-pro-vendorlist {
width: 100%;
margin: 0 0 15px;
}
}
@media only screen and (max-width: 414px) {
.jas-wc-single .woocommerce-breadcrumb {
line-height: 1.4;
}
.metaslider .flexslider .caption-wrap .f__libre,
.metaslider .flexslider .caption-wrap h4 {
font-size: 13px;
}
.metaslider .flexslider .caption-wrap h3 {
font-size: 18px;
}
.text-overlay .fs__60 {
font-size: 40px;
}
.p-video {
bottom: 140px
}
.wc-single-2 .p-video {
bottom: 20px
}
.group_table td {
display: block;
}
.badge span {
font-size: 10px;
width: 40px;
}
.badge span.sold-out {
width: 65px;
}
.all-33 {
width: 50%;
}
.wcv-search .all-30 {
width: 100%;
}
.wcv-order-header .tiny-50,
.wcv-form .tiny-50 {
width: 100%;
}
.wcv-order-header .all-33 .control,
.wcv-form .all-33 .control {
padding-left: 0;
}
.wcv-order-header .all-33,
.wcv-order-header .all-50,
.wcv-form .all-33 {
width: 100%;
}
.wcv-order-header .all-50 a.button {
width: 100%;
text-align: center;
}
.wcv-cols-group + .wcv-cols-group {
margin-top: 30px;
}
.wcv-search .all-30 {
width: 100%;
}
.wcv-order-header + h3 {
margin-top: 30px;
}
}
@media only screen and (max-width: 384px) {
.woocommerce-ordering::after {
right: 11px;
top: 6px;
}
.woocommerce-ordering select {
font-size: 13px;
padding: 0 8px;
height: 36px;
line-height: 36px;
width: 160px;
}
.product-category h3 {
min-width: 120px;
}
.p-video {
bottom: 130px
}
.wcvendors-pro-dashboard-wrapper input[type="submit"],
.wcvendors-pro-dashboard-wrapper a.button {
padding: 0 20px;
}
}
@media only screen and (max-width: 375px) {
.wc-tabs li a {
margin: 0 10px;
font-size: 13px;
font-weight: 500;
}
}
@media only screen and (max-width: 360px) {
.metaslider .flexslider .caption-wrap .f__libre,
.metaslider .flexslider .caption-wrap h4 {
font-size: 12px;
}
.metaslider a.button {
height: 36px;
line-height: 32px!important;
padding: 0 30px;
}
.btn-quickview {
font-size: 12px;
}
.p-video,
.bottom .p-video {
bottom: 120px
}
.outside .p-video {
bottom: 20px;
}
.product-extra .slick-next {
right: -10px;
}
.product-extra .slick-prev {
left: -10px;
}
.products .jas-col-xs-6:first-child,
.products .jas-col-xs-6:nth-child(2n+1) {
padding-right: 0.5rem;
}
.products .jas-col-xs-6:nth-child(2n) {
padding-left: 0.5rem;
}
.products.jas-masonry .jas-col-xs-6:first-child,
.products.jas-masonry .jas-col-xs-6:nth-child(2n+1) {
padding-left: 0.5rem;
}
.products.jas-masonry .jas-col-xs-6:nth-child(2n) {
padding-right: 0.5rem;
}
}
@media only screen and (max-width: 320px) {
.metaslider a.button {
height: 32px;
line-height: 28px!important;
padding: 0 20px;
font-size: 12px;
}
h3.product-title {
font-size: 13px;
}
.metaslider .flex-control-nav {
bottom: 10px;
}
.quantity input.input-text[type="number"] {
width: 95px;
}
.single_add_to_cart_button {
padding: 0 20px;
}
.wc-tabs li a {
margin: 0 5px;
font-size: 13px;
font-weight: 500;
}
.cart-moved {
overflow: hidden;
}
.cart-moved .btn-atc {
float: left;
}
.cart-moved .btn-atc .button {
margin-left: -5px;
white-space: nowrap;
}
.cart-moved .cart .yith-wcwl-add-to-wishlist {
right: -45px;
}
.wc-single-3 .p-video,
.wc-single-4 .p-video {
bottom: 20px;
}
}
/* Apple Pay */
@supports (-webkit-appearance: -apple-pay-button) {
.single-product div.product .stripe-enabled form.cart .apple-pay-button {
max-width: 100%;
margin-right: 0;
height: 40px;
margin-top: 15px;
}
.single-product div.product .stripe-enabled form.cart .quantity input {
width: 115px;
}
.single-product div.product .stripe-enabled form.cart .quantity~.button {
width: calc(100% - 128px);
white-space: nowrap;
}
@media only screen and (max-width: 800px) {
.stripe-enabled .cart .yith-wcwl-add-to-wishlist {
bottom: 0;
top: auto;
right: 0;
}
.single-product div.product .stripe-enabled form.cart .apple-pay-button {
width: calc(100% - 50px);
}
form.cart {
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.single-product div.product .stripe-enabled form.cart .quantity {
float: left;
text-align: center;
}
.single-product div.product .stripe-enabled form.cart .apple-pay-button-wrapper {
width: 100%;
float: right;
}
.single-product div.product .stripe-enabled form.cart .apple-pay-button {
width: 100%;
margin: 0;
}
.single-product div.product .stripe-enabled form.cart .quantity~.button {
margin-top: 15px;
width: calc(100% - 50px);
margin-bottom: 0;
}
}
}
body, body a{
/* font: 'renatovarran'!important; */
}
#jas-header {
height:60px!important;
border:0;
}
.header__top.bgbl.pt__10.pb__10.pl__15.pr__15.fs__12 {
padding-top:5px;
padding-bottom:4px;
font-size:11px;
}
div.header__mid.pl__15.pr__15.header__transparent.pa.w__100 {
overflow:hidden!important;
height:48px;
}
div.jas-branding.ts__05 {
line-height:48px!important;
}
.jas-row.middle-xs.pt__10.pb__10 {
background-color: #050505!important;
border:0;
border-image:0!important;
padding-top:0px;
padding-bottom:0px;
overflow:hidden!important;
height:48px;
}
.jas-navigation.flex.center-xs {
border:0;
margin:0;
}
div.header__bot.hidden-sm {
margin:0;
margin-top:48px!important;
line-height:48px!important;
}
.header-4 {
/* font: 'renatovarran'!important; */
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
}
.jas-navigation.flex.center-xs {
background-color: white;
height:44px;
line-height:44px!important;
}
.jas-navigation.flex.center-xs a {
color:#121212;
font-size:13px!important;
}
.jas-navigation.flex.center-xs a:hover {
color:#606060;
}
.menu-item.menu-item-type-custom.menu-item-object-custom a:hover {
color:#606060!important;
}
.menu-item.menu-item-type-custom.menu-item-object-custom {
margin-left:20px;
margin-right:20px;
}
body.home div.page-head.pr.tc {
display:none!important;
}
body.home div#jas-content {
margin-top:-30px;;
}
#topmenuphoto {
height:550px;
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
color:#121212;
font-size:13px;
}
#topmenuphoto a{
color:#f6f6f6;
}
.topmenuphototext a:hover{
color:#888888!important;
}
#titlemenswear {
font-size: 20px!important;
text-shadow: rgba(0, 0, 0, 0.180392) -1px 1px 7px;
margin-top: 17px;
margin-bottom:20px;
color:#f6f6f6;
}
#titlemultibrand {
font-size: 16px!important;
text-shadow: rgba(0, 0, 0, 0.180392) -1px 1px 7px;
margin-top: 17px;
margin-bottom:20px;
color:#f6f6f6;
}
.antialiasedtext {
-webkit-font-smoothing: antialiased;
}
/*------------------------Mobile---------------------------------------------------*/
.mobilelist {
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
color:#121212;
font-size:14px;
/*text-shadow: rgba(0, 0, 0, 0.180392) -1px 1px 5px; */
}
#titlemenswearmobile {
font-size: 22px;
margin-bottom:20px;
}
@media screen and (max-width: 1024px) {
#jas-header {
height:68px!important;
}
#topmenuphoto {
height:500px!important;
}
}
@media screen and (max-width: 700px) {
#topmenuphoto {
height:500px!important;
}
}
#menu-menu-left a:hover{
color:#878787!important;
}
ul#menu-menu-left.menu a:hover{
color:#878787!important;
}
ul#menu-menu-left.menu a{
color:#121212!important;
text-transform:uppercase;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom a{
font-size:13px!important;
}
span.holder {
color:#121212!important;
}
h3.mg__0.tc.cw.bgb.tu.ls__2 {
background-color: #151515!important;
}
/*------------------------Mobile---------------------------------------------------*/
#buttonlookbook {
/* font: 'renatovarran'!important; */
text-transform: uppercase!important;
-webkit-font-smoothing: antialiased!important;
font-size:15px!important;
}
#instagramtitle {
/* font: 'renatovarran'!important; */
-webkit-font-smoothing: antialiased!important;
font-size:15px!important;
}
.sub-menu {
margin-top:-2px!important;
border:0!important;
box-shadow: 0px 0px 0px black!important;
transition-duration:0.05s!important;
border-style:solid!important;
border-width:1px!important;
border-color:#ddd!important;
}
@media screen and (max-width: 1024px) {
a#contact{
display:none;
}
}
/*transition-duration----------------------------------------------------------------*/
a {
transition-duration:0.05s;
}
.jas-canvas-menu.jas-push-menu {
transition-duration:0.3s;
}
.jas-mini-cart.jas-push-menu {
transition-duration:0.3s;
}
/*transition-duration----------------------------------------------------------------*/
/*woocomerce single product----------------------------------------------------------------*/
div.bgbl.pt__20.pb__20.pl__15.pr__15.lh__1 {
background-color: white;
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
font-size:10px!important;
padding:5px;
padding-bottom:8px;
margin-left:auto!important;
text-align:center;
}
nav.woocommerce-breadcrumb {
font-size:10px!important;
color:#121212;
}
div.bgbl.pt__20.pb__20.pl__15.pr__15.lh__1 a{
font-size:10px!important;
color:#777777;
}
div.bgbl.pt__20.pb__20.pl__15.pr__15.lh__1 a:hover{
color:#121212;
}
h4.swatch__title, .product-subtitle, h1.product_title.entry-title {
font-weight:normal;
/* font: 'renatovarran'!important; */
text-transform: uppercase;
}
.product-subtitle{
font-size:17px;
}
h1.product_title.entry-title {
font-size:13px;
}
h4.swatch__title {
font-size:13px;
}
div.summary.entry-summary {
text-align: center;
position:relative!important;
padding-top:30px;
border-top-style:solid!important;
border-top-width:1px!important;
border-top-color:#ddd!important;
}
p.price {
width:100%;
}
span.woocommerce-Price-amount.amount {
font-size:15px;
color:#121212;
}
h4.swatch__title, div.product_meta {
display:none;
}
ul.swatch__list.is-flex {
justify-content: center;
}
div.content-quickview.entry-summary > div.btn-atc.atc-slide > form.variations_form.cart > div.variations > div.swatch.is-label > ul.swatch__list.is-flex {
justify-content: left!important;
}
li.swatch__list--item.is-relative {
border-bottom-left-radius:1px;
border-bottom-right-radius:1px;
border-top-left-radius:1px;
border-top-right-radius:1px;
}
li.swatch__list--item.is-relative.is-selected {
background-color: #202020!important;
}
li.swatch__list--item.is-relative:hover {
border-color:#202020;
}
div.yith-wcwl-add-to-wishlist, div.quantity.pr.fl.mr__10 {
display:none!important;
}
div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
width:100%;
}
form.variations_form.cart {
width:100%;
}
button.single_add_to_cart_button.button.alt {
border-bottom-left-radius: 2px!important;
border-bottom-right-radius: 2px!important;
border-top-left-radius: 2px!important;
border-top-right-radius: 2px!important;
width:80%;
font-weight:normal;
/* font: 'renatovarran'!important; */
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
font-size:13px;
line-height:35px!important;
background-color:#202020;
transition-delay: 0s;
transition-duration: 0.05s;
}
button.single_add_to_cart_button.button.alt:hover {
background-color:white;
color:#121212;
border-style:solid;
border-width:1px;
border-color:#888888;
transition-delay: 0s;
transition-duration: 0.05s;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
background-color: #202020;
opacity:1;
transition-delay: 0s;
transition-duration: 0.05s;
cursor:pointer;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover {
background-color: #aaa;
border:0;
color:white;
}
ul.tabs.wc-tabs.flex.center-xs.fs__16 {
justify-content: center;
border-style:solid!important;
border-bottom-width:1px!important;
border-color:#ddd!important;
}
a.db.br__40.cg {
border:0;
font-weight:normal;
/* font: 'renatovarran'!important; */
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
font-size:13px;
}
div.woocommerce-tabs.wc-tabs-wrapper.pt__50 {
font-size:13px;
}
div.product-info.mt__15 > p.product-subtitle {
font-size:15px;
text-align:center;
margin-bottom:5px;
}
div.product-info.mt__15 {
text-align:center;
text-transform:uppercase;
}
h3.product-title.pr.fs__14.mg__0.fwm a{
-webkit-font-smoothing:antialiased;
color:#808080;
font-size:11px;
}
h3.product-title.pr.fs__14.mg__0.fwm {
margin-bottom:5px;
}
div.product-info.mt__15 > span.price > span.woocommerce-Price-amount.amount {
color:#121212;
font-size:14px;
}
div.product-extra-title.tc > h2.tu.mg__0.fs__24.pr.dib.fwsb {
font-weight: normal;
}
div.product-extra-title.tc {
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#ddd;
}
h2.tu.mg__0.fs__24.pr.dib.fwsb {
font-size:17px;
}
h2.tu.mg__0.fs__24.pr.dib.fwsb::after, h2.tu.mg__0.fs__24.pr.dib.fwsb::before {
display:none;
}
button.slick-next.slick-arrow, button.slick-prev.slick-arrow{
font-weight:500;
border-bottom-width:1px;
border-top-width:1px;
border-left-width:1px;
border-right-width:1px;
border:0;
transition-duration: 0.05s;
color:#555;
font-size: 23px;
}
button.slick-next.slick-arrow:hover, button.slick-prev.slick-arrow:hover {
background:none;
color:#121212
}
button.slick-next.slick-arrow {
right:-30px;
}
button.slick-prev.slick-arrow {
left:-30px;
}
/***** CHeckout----------------------------------------- */
.button, .input-text, a.checkout-button.button.alt.wc-forward {
border-top-left-radius: 2px!important;
border-top-right-radius: 2px!important;
border-bottom-left-radius: 2px!important;
border-bottom-right-radius: 2px!important;
/* font: 'renatovarran'!important; */
-webkit-font-smoothing: antialiased;
line-height:40px!important;
}
.input-text {
color:#121212!important;
}
input.button, a.checkout-button.button.alt.wc-forward, a.button.wc-forward, a.button.wc-backward {
/* font: 'renatovarran'!important; */
font-weight:normal;
border-bottom-width:1px;
border-top-width:1px;
border-left-width:1px;
border-right-width:1px;
transition-duration:0.1s;
background-color:#202020;
color:white!important;
font-size:13px;
line-height:40px!important;
}
input.button:hover {
background-color:white!important;
color:#121212!important;
}
a.checkout-button.button.alt.wc-forward {
text-transform:uppercase;
font-size: 13px;
line-height:40px!important;
}
a.checkout-button.button.alt.wc-forward:hover {
background-color:white!important;
color:#121212!important;
}
tr.cart_item > td.product-quantity > div.quantity.pr.fl.mr__10 {
display:block!important;
}
div.woocommerce-message a{
font-weight:normal;
}
a.about_paypal {
display:none!important;
}
/***** Checkout----------------------------------------- */
/*woocomerce single product----------------------------------------------------------------*/
/*woocomerce products listings----------------------------------------------------------------*/
h1.cw {
display:none;
}
div.page-head.pr.tc {
padding:0px;
text-transform: uppercase;
font-size:17px;
background-color:white!important;
background-image: none;
color:#121212;
margin:0px;
height:20px;
padding-top:0px;
}
div.page-head.pr.tc > div.jas-container.pr {
background-color:white;
height:100%;
width:100%;
padding:0px;
margin:0px;
text-align: center;
}
select.orderby {
display:none;
}
div.result-count-order {
margin:0px;
margin-top:5px;
height:0px;
border-top-style:solid;
border-top-width:1px;
border-top-color:#ddd;
}
div.sidebar {
position:relative;
left:-14px;
top:2px;
margin-top:0px;
padding-top:35px;
background-color:#fff;
border-top-style:solid;
border-top-width:1px;
border-top-color:#ddd;
border-right-style:solid;
border-right-width:1px;
border-right-color:#ddd;
}
@media screen and (max-width: 1024px) {
div.sidebar {
padding-left: 30px;
}
}
h4.widget-title.fwm {
text-transform:uppercase;
color:#121212;
font-size:16px;
padding-bottom:5px;
}
h4.widget-title.fwm::after {
display:none;
}
li.cat-item::before {
display: none;
}
li.cat-item {
text-transform: uppercase;
font-size:12px;
}
li.cat-item a{
color:#707070;
}
li.cat-item a:hover{
color:#121212;
}
li.current-cat a{
color:#121212;
}
div.jas-wc {
margin-bottom:0px;
padding-bottom:0px;
}
div.products {
margin-bottom:60px;
}
a.btn-quickview.cd.br__40.pl__25.pr__25.bgw.tc.dib {
border-bottom-left-radius:2px;
border-bottom-right-radius:2px;
border-top-left-radius:2px;
border-top-right-radius:2px;
transform: matrix(1, 0, 0, 1, 0, 0);
width:100%;
text-align:center;
font-weight:normal;
/* font: 'renatovarran'!important; */
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
font-size:13px;
height:35px;
opacity:0.8;
background-color:#ddd;
color:#121212;
}
a.btn-quickview.cd.br__40.pl__25.pr__25.bgw.tc.dib:hover {
background-color:#202020;
color:white;
opacity:0.95
}
div.product-btn.pa.flex.column.ts__03 {
transform: matrix(1, 0, 0, 1, 0, 0);
transform: translate(0, 0)!important;
transition-duration:0.05s;
width:100%;
}
@media screen and (max-width: 1024px) {
div.product-btn.pa.flex.column.ts__03 {
transform: matrix(1, 0, 0, 1, 0, 0);
transform: translate(0, 0)!important;
transition-duration:0.05s;
width:100%;
display:none;
}
}
/*woocomerce products listings----------------------------------------------------------------*/
/*lookbook----------------------------------------------------------------*/
div.pin-maker.pm-3col {
position:relative;
top:-30px;
}
a#contact{
color:#888888;
float:left;
}
a#contact:hover{
color:white;
}
div.jas-col-md-12.jas-col-xs-12.mt__60.mb__60 > h3 {
text-transform: uppercase!important;
font-weight:normal!important;
font-size:17px!important;
padding-bottom:20px!important;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#ddd;
margin-top:0px;
}
footer#jas-footer {
position:relative;
top:-5px;
border-top-style:solid;
border-top-width:1px;
border-top-color:#ddd;
}
div.footer__top {
padding-top:30px;
padding-bottom:0px;
}
div.footer__bot {
align-items:right;
font-size:11px;
background-color:#fafafa;
position:relative;
top:5px;
padding-top:7px;
padding-bottom:10px;
}
.widget-title {
font-weight:normal;
font-size:13px;
text-transform: uppercase;
margin-bottom:20px;
}
div.textwidget {
font-size:10.5px;
text-transform: uppercase;
}
div.textwidget > p {
margin-bottom:5px;
}
div.mc4wp-form-fields > p > input[type="submit"] {
/* font: 'renatovarran'!important; */
font-weight:normal;
border-bottom-width:1px;
border-top-width:1px;
border-left-width:1px;
border-right-width:1px;
transition-duration:0.1s;
background-color:#202020;
color:white!important;
font-size:13px;
line-height:40px!important;
border-top-left-radius: 2px!important;
border-top-right-radius: 2px!important;
border-bottom-left-radius: 2px!important;
border-bottom-right-radius: 2px!important;
-webkit-font-smoothing: antialiased;
}
div.mc4wp-form-fields > p > input[type="submit"]:hover {
background-color:white!important;
color:#121212!important;
}
#sizeguide {
font-size:11px;
text-transform: uppercase;
}
div.wc-extra-content.dib.w__100.mt__30 {
margin:0;
}
p {
line-height:22px;
}
span.onsale {
background-color:#999999;
}
|
client/assets/css/style.css
|
[Table of contents]
1. RESET BROWSER
1.1 TYPOGRAPHY
1.2 FORM
1.3 CLEARING
1.4 FLEXBOX
2. WORDPRESS DEFAULT CLASS
2.1. SOCIAL SHARE
3. HEADER
3.1 HEADER TRANSPARENT
3.2 ACTION ICO
3.3 SEARCH FORM
3.4 MY ACCOUNT
3.5 MAIN NAVIGATION
3.6 MOBILE MENU
3.7 HEADER LEFT
4. FOOTER
5.0 PAGE
5.1 PAGE - 404
6.0 BLOG
6.1 SINGLE BLOG
6.2 COMMENT FORM
7.0 PORTFOLIO
8.0 WIDGET
8.1 INSTAGRAM
9.0 WOOCOMMERCE
9.1 MESSAGE
9.2 MINI CART
9.3 ARCHIVE PRODUCT
9.4 BREADCRUMB & FILTER
9.5 SUB CATEGORY
9.6 SIDEBAR
9.7 PRODUCT LISTING
9.8 PRODUCT SINGLE
9.8.1 COLOR SWATCH
9.8.2 CLOUD ZOOM
9.8.3 LIGHT BOX POPUP
9.8.4 POPUP CART
9.9 PAGE HEADING
9.10 STAR RATING
9.11 SWITCH CURRENCY
9.12 PRODUCT QUICKVIEW
10.0 SHOPPING CART PAGE
11.0 CHECKOUT PAGE
12.0 MY ACCOUNT PAGE
13.0 WISHLIST
14.0 SHORTCODE - SERVICE
15.0 SHORTCODE - MEMBER
16.0 SHORTCODE - LATEST BLOG
17.0 SHORTCODE - PRODUCTS TAB
18.0 META SLIDER
19.0 LOOKBOOK
20.0 CUSTOM CSS
21.0 RETINA DISPLAY
22.0 RESPONSIVE
------------------------------------------- */
/* ==========================================================================
1.0 RESET BROWSER
========================================================================== */
@font-face {
font-family: 'renatovarran';
src: url('fonts/renatovarran.woff2') format('woff2');
font-weight: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a {
/* font-family: 'renatovarran'!important; */
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
/* /* font: 'renatovarran'!important; */ */
color: #878787;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
ul {
list-style: inside;
}
ol {
list-style: inside none decimal;
}
ul ul,
ol ol {
padding-left: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote, q {
quotes: none;
background: #f1f1f1;
padding: 30px 25px 30px 60px;
margin-bottom: 20px;
position: relative;
/* font: 'renatovarran'!important; */
font-style: italic;
display: block;
}
blockquote:before,
q:before {
position: absolute;
content: '“';
left: 25px;
top: 0;
font-size: 50px;
color: #999;
}
blockquote p {
margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 500;
}
blockquote > :last-child {
margin-bottom: 0;
}
blockquote p, q p {
margin: 0;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 500;
}
dd {
margin: 0 0 1.75em;
}
table,
th,
td {
border: 1px solid #ddd;
vertical-align: middle;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 1.5em 0 1.75em;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 600;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 15px;
}
th p,
td p {
margin: 0;
}
small {
font-size: 75%;
}
address {
font-style: italic;
margin: 0 0 1.75em;
}
b, strong {
font-weight: bold;
}
code,
kbd,
tt,
var,
samp,
pre {
/* font: 'renatovarran'!important; */
}
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code {
background-color: #d1d1d1;
padding: 0.125em 0.25em;
}
abbr,
acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help;
}
mark {
background: #222;
padding: 0.125em 0.25em;
text-decoration: none;
color: #fff;
}
big {
font-size: 125%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ==========================================================================
1.1 TYPOGRAPHY
========================================================================== */
a {
color: #222;
transition: all .3s;
}
a, a:hover, a:focus, a:active {
text-decoration: none;
outline: 0;
}
a:hover, a:active {
color: #56cfe1;
}
em {
font-style: italic;
/* font: 'renatovarran'!important; */
}
strong {
font-weight: 600;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
margin: 0.65em 0 0.5em;
line-height: 1.428;
/* font: 'renatovarran'!important; */
color: #222;
letter-spacing: 0.5px;
}
h1 {
margin: 0;
font-size: 2.6179em;
}
h2 {
font-size: 2.0581em;
}
h3 {
font-size: 1.618em;
}
h4 {
font-size: 1.3em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1.1em;
}
p {
margin-bottom: 1.3em;
}
/* ==========================================================================
1.2 FORM
========================================================================== */
input,
button,
textarea {
transition: all .3s;
}
input:focus,
button:focus,
textarea:focus {
outline: 0;
box-shadow: none;
}
input:not([type="radio"]):not([type="checkbox"]),
button,
select,
a.button,
.jas-ajax-load a {
height: 40px;
line-height: 36px;
}
input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
border: 1px solid #ccc;
font-size: 13px;
outline: 0;
padding: 0 15px;
color: #878787;
/* font: 'renatovarran'!important; */
border-radius: 0;
max-width: 100%;
}
input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
border-color: #222;
}
textarea {
padding: 15px;
}
input[type="submit"],
button,
a.button,
.jas-ajax-load a {
cursor: pointer;
border: 2px solid;
padding: 0 34px;
background: #fff;
color: #222;
border-radius: 40px;
font-size: 14px;
font-weight: 600;
}
a.button,
.jas-ajax-load a {
display: inline-block;
background: transparent;
}
a.button.button-o-w {
border-color: #fff;
color: #fff;
}
input[type="submit"]:hover,
button:hover,
a.button:hover,
.jas-ajax-load a:hover {
border-color: #56cfe1;
background: #56cfe1;
color: #fff;
}
button,
input[type="submit"] {
-webkit-appearance: button;
}
[disabled="disabled"],
input[disabled="disabled"],
button[disabled="disabled"] {
cursor: auto;
opacity: .5;
}
::-webkit-input-placeholder {
color: #c1c1c1;
}
:-moz-placeholder {
color: #c1c1c1;
}
::-moz-placeholder {
color: #c1c1c1;
}
:-ms-input-placeholder {
color: #c1c1c1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
@-moz-document url-prefix() {
select:-moz-focusring,
select::-moz-focus-inner {
color: transparent !important;
text-shadow: 0 0 0 #999 !important;
background-image: none !important;
border: 0;
}
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent;}
input:focus:-ms-input-placeholder { color:transparent;}
.full-width-image img {
width: 100%;
}
#jas-wrapper {
overflow-x: hidden;
}
/* ==========================================================================
1.3 CLEARING
========================================================================== */
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
content: ' ';
display: table;
}
.clearfix:after {
clear: both;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.jas-carousel {
visibility: hidden;
opacity: 0;
transition: all .3s;
}
.jas-carousel.slick-initialized {
visibility: visible;
opacity: 1;
}
/* ==========================================================================
1.4 FLEXBOX
========================================================================== */
.jas-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
-webkit-box-flex: 0;
flex: 0 1 auto;
-webkit-flex-direction: row;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -1rem;
margin-left: -1rem;
}
.flex {
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}
.flex .grow {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
flex: 1 1 auto;
}
.flex.column {
-webkit-flex-direction: column;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: column;
flex-direction: column;
}
.jas-container,
.jas-row.wide {
margin: auto;
}
.jas-container {
max-width: 100%;
}
.jas-row.reverse {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
.jas-col.reverse {
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse;
}
.jas-col-xs, .jas-col-xs-1, .jas-col-xs-2, .jas-col-xs-3, .jas-col-xs-4, .jas-col-xs-5, .jas-col-xs-6, .jas-col-xs-7, .jas-col-xs-8, .jas-col-xs-9, .jas-col-xs-10, .jas-col-xs-11, .jas-col-xs-12 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.jas-col-xs {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%;
}
.jas-col-xs-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.jas-col-xs-2 {
-ms-flex-preferred-size: 16.666%;
-webkit-flex-basis: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.jas-col-xs-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.jas-col-xs-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.jas-col-xs-5 {
-ms-flex-preferred-size: 41.666%;
-webkit-flex-basis: 41.666%;
flex-basis: 41.666%;
max-width: 41.666%;
}
.jas-col-xs-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.jas-col-xs-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.jas-col-xs-8 {
-ms-flex-preferred-size: 66.666%;
-webkit-flex-basis: 66.666%;
flex-basis: 66.666%;
max-width: 66.666%;
}
.jas-col-xs-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%;
}
.jas-col-xs-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.jas-col-xs-11 {
-ms-flex-preferred-size: 91.666%;
-webkit-flex-basis: 91.666%;
flex-basis: 91.666%;
max-width: 91.666%;
}
.jas-col-xs-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.jas-col-xs-offset-1 {
margin-left: 8.333%;
}
.jas-col-xs-offset-2 {
margin-left: 16.666%;
}
.jas-col-xs-offset-3 {
margin-left: 25%;
}
.jas-col-xs-offset-4 {
margin-left: 33.333%;
}
.jas-col-xs-offset-5 {
margin-left: 41.666%;
}
.jas-col-xs-offset-6 {
margin-left: 50%;
}
.jas-col-xs-offset-7 {
margin-left: 58.333%;
}
.jas-col-xs-offset-8 {
margin-left: 66.666%;
}
.jas-col-xs-offset-9 {
margin-left: 75%;
}
.jas-col-xs-offset-10 {
margin-left: 83.333%;
}
.jas-col-xs-offset-11 {
margin-left: 91.666%;
}
.start-xs {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xs {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-xs {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xs {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-xs {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-xs {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-xs {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xs {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-xs {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-xs {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.visible-xs {
display: block;
}
.hide-xs {
display: none;
}
@media only screen and (min-width: 48em) {
.jas-container {
width: 46rem;
}
.jas-col-sm, .jas-col-sm-1, .jas-col-sm-2, .jas-col-sm-3, .jas-col-sm-4, .jas-col-sm-5, .jas-col-sm-6, .jas-col-sm-7, .jas-col-sm-8, .jas-col-sm-9, .jas-col-sm-10, .jas-col-sm-11, .jas-col-sm-12 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.jas-col-sm {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%;
}
.jas-col-sm-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.jas-col-sm-2 {
-ms-flex-preferred-size: 16.666%;
-webkit-flex-basis: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.jas-col-sm-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.jas-col-sm-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.jas-col-sm-5 {
-ms-flex-preferred-size: 41.666%;
-webkit-flex-basis: 41.666%;
flex-basis: 41.666%;
max-width: 41.666%;
}
.jas-col-sm-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.jas-col-sm-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.jas-col-sm-8 {
-ms-flex-preferred-size: 66.666%;
-webkit-flex-basis: 66.666%;
flex-basis: 66.666%;
max-width: 66.666%;
}
.jas-col-sm-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%;
}
.jas-col-sm-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.jas-col-sm-11 {
-ms-flex-preferred-size: 91.666%;
-webkit-flex-basis: 91.666%;
flex-basis: 91.666%;
max-width: 91.666%;
}
.jas-col-sm-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.jas-col-sm-offset-1 {
margin-left: 8.333%;
}
.jas-col-sm-offset-2 {
margin-left: 16.666%;
}
.jas-col-sm-offset-3 {
margin-left: 25%;
}
.jas-col-sm-offset-4 {
margin-left: 33.333%;
}
.jas-col-sm-offset-5 {
margin-left: 41.666%;
}
.jas-col-sm-offset-6 {
margin-left: 50%;
}
.jas-col-sm-offset-7 {
margin-left: 58.333%;
}
.jas-col-sm-offset-8 {
margin-left: 66.666%;
}
.jas-col-sm-offset-9 {
margin-left: 75%;
}
.jas-col-sm-offset-10 {
margin-left: 83.333%;
}
.jas-col-sm-offset-11 {
margin-left: 91.666%;
}
.start-sm {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-sm {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-sm {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-sm {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-sm {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-sm {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-sm {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-sm {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-sm {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-sm {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.visible-sm {
display: block;
}
.hide-sm {
display: none;
}
}
@media only screen and (min-width: 62em) {
.jas-container {
width: 61rem;
}
.jas-col-md, .jas-col-md-1, .jas-col-md-2, .jas-col-md-3, .jas-col-md-4, .jas-col-md-5, .jas-col-md-6, .jas-col-md-7, .jas-col-md-8, .jas-col-md-9, .jas-col-md-10, .jas-col-md-11, .jas-col-md-12 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.jas-col-md {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%;
}
.jas-col-md-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.jas-col-md-2 {
-ms-flex-preferred-size: 16.666%;
-webkit-flex-basis: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.jas-col-md-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.jas-col-md-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.jas-col-md-5 {
-ms-flex-preferred-size: 41.666%;
-webkit-flex-basis: 41.666%;
flex-basis: 41.666%;
max-width: 41.666%;
}
.jas-col-md-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.jas-col-md-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.jas-col-md-8 {
-ms-flex-preferred-size: 66.666%;
-webkit-flex-basis: 66.666%;
flex-basis: 66.666%;
max-width: 66.666%;
}
.jas-col-md-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%;
}
.jas-col-md-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.jas-col-md-11 {
-ms-flex-preferred-size: 91.666%;
-webkit-flex-basis: 91.666%;
flex-basis: 91.666%;
max-width: 91.666%;
}
.jas-col-md-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.jas-col-md-offset-1 {
margin-left: 8.333%;
}
.jas-col-md-offset-2 {
margin-left: 16.666%;
}
.jas-col-md-offset-3 {
margin-left: 25%;
}
.jas-col-md-offset-4 {
margin-left: 33.333%;
}
.jas-col-md-offset-5 {
margin-left: 41.666%;
}
.jas-col-md-offset-6 {
margin-left: 50%;
}
.jas-col-md-offset-7 {
margin-left: 58.333%;
}
.jas-col-md-offset-8 {
margin-left: 66.666%;
}
.jas-col-md-offset-9 {
margin-left: 75%;
}
.jas-col-md-offset-10 {
margin-left: 83.333%;
}
.jas-col-md-offset-11 {
margin-left: 91.666%;
}
.start-md {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-md {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-md {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-md {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-md {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-md {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-md {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-md {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-md {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-md {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.visible-md {
display: block;
}
.hide-md,
.pe-7s-close.hide-md {
display: none;
}
.grid-sizer.size-2 {
width: 16.666%;
}
.grid-sizer.size-3 {
width: 25%;
}
.grid-sizer.size-4 {
width: 33.3%;
}
.grid-sizer.size-6 {
width: 50%;
}
.grid-sizer.size-12 {
width: 100%;
}
}
@media only screen and (min-width: 75em) {
.jas-container {
width: 73.125rem;
}
.jas-col-lg, .jas-col-lg-1, .jas-col-lg-2, .jas-col-lg-3, .jas-col-lg-4, .jas-col-lg-5, .jas-col-lg-6, .jas-col-lg-7, .jas-col-lg-8, .jas-col-lg-9, .jas-col-lg-10, .jas-col-lg-11, .jas-col-lg-12 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.jas-col-lg {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%;
}
.jas-col-lg-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.jas-col-lg-2 {
-ms-flex-preferred-size: 16.666%;
-webkit-flex-basis: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.jas-col-lg-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.jas-col-lg-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.jas-col-lg-5 {
-ms-flex-preferred-size: 41.666%;
-webkit-flex-basis: 41.666%;
flex-basis: 41.666%;
max-width: 41.666%;
}
.jas-col-lg-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.jas-col-lg-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.jas-col-lg-8 {
-ms-flex-preferred-size: 66.666%;
-webkit-flex-basis: 66.666%;
flex-basis: 66.666%;
max-width: 66.666%;
}
.jas-col-lg-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%;
}
.jas-col-lg-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.jas-col-lg-11 {
-ms-flex-preferred-size: 91.666%;
-webkit-flex-basis: 91.666%;
flex-basis: 91.666%;
max-width: 91.666%;
}
.jas-col-lg-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.jas-col-lg-offset-1 {
margin-left: 8.333%;
}
.jas-col-lg-offset-2 {
margin-left: 16.666%;
}
.jas-col-lg-offset-3 {
margin-left: 25%;
}
.jas-col-lg-offset-4 {
margin-left: 33.333%;
}
.jas-col-lg-offset-5 {
margin-left: 41.666%;
}
.jas-col-lg-offset-6 {
margin-left: 50%;
}
.jas-col-lg-offset-7 {
margin-left: 58.333%;
}
.jas-col-lg-offset-8 {
margin-left: 66.666%;
}
.jas-col-lg-offset-9 {
margin-left: 75%;
}
.jas-col-lg-offset-10 {
margin-left: 83.333%;
}
.jas-col-lg-offset-11 {
margin-left: 91.666%;
}
.start-lg {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-lg {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-lg {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-lg {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-lg {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-lg {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-lg {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-lg {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-lg {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-lg {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.visible-lg {
display: block;
}
.hide-lg {
display: none;
}
}
.grid-sizer {
min-height: 1px;
float: left;
position: absolute;
}
/* ==========================================================================
HELPER CLASS
========================================================================== */
.mg__0 { margin: 0; }
.mt__5 { margin-top: 5px; }
.mt__10 { margin-top: 10px; }
.mt__15 { margin-top: 15px; }
.mt__20 { margin-top: 20px; }
.mt__25 { margin-top: 25px; }
.mt__30 { margin-top: 30px; }
.mt__35 { margin-top: 35px; }
.mt__40 { margin-top: 0px; }
.mt__45 { margin-top: 45px; }
.mt__50 { margin-top: 50px; }
.mt__55 { margin-top: 55px; }
.mt__60 { margin-top: 60px; }
.mt__65 { margin-top: 65px; }
.mt__70 { margin-top: 70px; }
.mt__75 { margin-top: 75px; }
.mt__80 { margin-top: 80px; }
.mt__85 { margin-top: 85px; }
.mt__90 { margin-top: 90px; }
.mt__95 { margin-top: 95px; }
.mt__100 { margin-top: 100px; }
.mr__5 { margin-right: 5px; }
.mr__10 { margin-right: 10px; }
.mr__15 { margin-right: 15px; }
.mr__20 { margin-right: 20px; }
.mr__25 { margin-right: 25px; }
.mr__30 { margin-right: 30px; }
.mr__35 { margin-right: 35px; }
.mr__40 { margin-right: 40px; }
.mr__45 { margin-right: 45px; }
.mr__50 { margin-right: 50px; }
.mr__55 { margin-right: 55px; }
.mr__60 { margin-right: 60px; }
.mr__65 { margin-right: 65px; }
.mr__70 { margin-right: 70px; }
.mr__75 { margin-right: 75px; }
.mr__80 { margin-right: 80px; }
.mr__85 { margin-right: 85px; }
.mr__90 { margin-right: 90px; }
.mr__95 { margin-right: 95px; }
.mr__100 { margin-right: 100px; }
.mb__5 { margin-bottom: 5px; }
.mb__10 { margin-bottom: 10px; }
.mb__15 { margin-bottom: 15px; }
.mb__20 { margin-bottom: 20px; }
.mb__25 { margin-bottom: 25px; }
.mb__30 { margin-bottom: 30px; }
.mb__35 { margin-bottom: 35px; }
.mb__40 { margin-bottom: 40px; }
.mb__45 { margin-bottom: 45px; }
.mb__50 { margin-bottom: 50px; }
.mb__55 { margin-bottom: 55px; }
.mb__60 { margin-bottom: 60px; }
.mb__65 { margin-bottom: 65px; }
.mb__70 { margin-bottom: 70px; }
.mb__75 { margin-bottom: 75px; }
.mb__80 { margin-bottom: 80px; }
.mb__85 { margin-bottom: 85px; }
.mb__90 { margin-bottom: 90px; }
.mb__95 { margin-bottom: 95px; }
.mb__100 { margin-bottom: 100px; }
.ml__5 { margin-left: 5px; }
.ml__10 { margin-left: 10px; }
.ml__15 { margin-left: 15px; }
.ml__20 { margin-left: 20px; }
.ml__25 { margin-left: 25px; }
.ml__30 { margin-left: 30px; }
.ml__35 { margin-left: 35px; }
.ml__40 { margin-left: 40px; }
.ml__45 { margin-left: 45px; }
.ml__50 { margin-left: 50px; }
.ml__55 { margin-left: 55px; }
.ml__60 { margin-left: 60px; }
.ml__65 { margin-left: 65px; }
.ml__70 { margin-left: 70px; }
.ml__75 { margin-left: 75px; }
.ml__80 { margin-left: 80px; }
.ml__85 { margin-left: 85px; }
.ml__90 { margin-left: 90px; }
.ml__95 { margin-left: 95px; }
.ml__100 { margin-left: 100px; }
.pd__0 { padding: 0; }
.pt__0 { padding-top: 0; }
.pt__5 { padding-top: 5px; }
.pt__10 { padding-top: 10px; }
.pt__15 { padding-top: 15px; }
.pt__20 { padding-top: 20px; }
.pt__25 { padding-top: 25px; }
.pt__30 { padding-top: 30px; }
.pt__35 { padding-top: 35px; }
.pt__40 { padding-top: 40px; }
.pt__45 { padding-top: 45px; }
.pt__50 { padding-top: 50px; }
.pt__55 { padding-top: 55px; }
.pt__60 { padding-top: 60px; }
.pt__65 { padding-top: 65px; }
.pt__70 { padding-top: 70px; }
.pt__75 { padding-top: 75px; }
.pt__80 { padding-top: 80px; }
.pt__85 { padding-top: 85px; }
.pt__90 { padding-top: 90px; }
.pt__95 { padding-top: 95px; }
.pt__100 { padding-top: 100px; }
.pr__0 { padding-right: 0; }
.pr__5 { padding-right: 5px; }
.pr__10 { padding-right: 10px; }
.pr__15 { padding-right: 15px; }
.pr__20 { padding-right: 20px; }
.pr__25 { padding-right: 25px; }
.pr__30 { padding-right: 30px; }
.pr__35 { padding-right: 35px; }
.pr__40 { padding-right: 40px; }
.pr__45 { padding-right: 45px; }
.pr__50 { padding-right: 50px; }
.pr__55 { padding-right: 55px; }
.pr__60 { padding-right: 60px; }
.pr__65 { padding-right: 65px; }
.pr__70 { padding-right: 70px; }
.pr__75 { padding-right: 75px; }
.pr__80 { padding-right: 80px; }
.pr__85 { padding-right: 85px; }
.pr__90 { padding-right: 90px; }
.pr__95 { padding-right: 95px; }
.pr__100 { padding-right: 100px; }
.pb__0 { padding-bottom: 0; }
.pb__5 { padding-bottom: 5px; }
.pb__10 { padding-bottom: 10px; }
.pb__15 { padding-bottom: 15px; }
.pb__20 { padding-bottom: 20px; }
.pb__25 { padding-bottom: 25px; }
.pb__30 { padding-bottom: 30px; }
.pb__35 { padding-bottom: 35px; }
.pb__40 { padding-bottom: 40px; }
.pb__45 { padding-bottom: 45px; }
.pb__50 { padding-bottom: 50px; }
.pb__55 { padding-bottom: 55px; }
.pb__60 { padding-bottom: 60px; }
.pb__65 { padding-bottom: 65px; }
.pb__70 { padding-bottom: 70px; }
.pb__75 { padding-bottom: 75px; }
.pb__80 { padding-bottom: 80px; }
.pb__85 { padding-bottom: 85px; }
.pb__90 { padding-bottom: 90px; }
.pb__95 { padding-bottom: 95px; }
.pb__100 { padding-bottom: 100px; }
.pl__0 { padding-left: 0; }
.pl__5 { padding-left: 5px; }
.pl__10 { padding-left: 10px; }
.pl__15 { padding-left: 15px; }
.pl__20 { padding-left: 20px; }
.pl__25 { padding-left: 25px; }
.pl__30 { padding-left: 30px; }
.pl__35 { padding-left: 35px; }
.pl__40 { padding-left: 40px; }
.pl__45 { padding-left: 45px; }
.pl__50 { padding-left: 50px; }
.pl__55 { padding-left: 55px; }
.pl__60 { padding-left: 60px; }
.pl__65 { padding-left: 65px; }
.pl__70 { padding-left: 70px; }
.pl__75 { padding-left: 75px; }
.pl__80 { padding-left: 80px; }
.pl__85 { padding-left: 85px; }
.pl__90 { padding-left: 90px; }
.pl__95 { padding-left: 95px; }
.pl__100 { padding-left: 100px; }
.w__100 { width: 100%; }
.br__40 { border-radius: 40px; }
.br__50 { border-radius: 50%; }
.fs__10 { font-size: 10px; }
.fs__12 { font-size: 12px; }
.fs__13 { font-size: 13px; }
.fs__14 { font-size: 14px; }
.fs__16 { font-size: 16px; }
.fs__18 { font-size: 18px; }
.fs__20 { font-size: 20px; }
.fs__24 { font-size: 24px; }
.fs__30 { font-size: 30px; }
.fs__35 { font-size: 35px; }
.fs__50 { font-size: 50px; }
.fs__60 { font-size: 60px; }
.db { display: block; }
.dn { display: none; }
.dib { display: inline-block; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.fl { float: left; }
.fr { float: right; }
.pa { position: absolute; }
.pr { position: relative; }
.pf { position: fixed; }
.pa-center {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate3D(-50%, -50%, 0);
-moz-transform: translate3D(-50%, -50%, 0);
-ms-transform: translate3D(-50%, -50%, 0);
-o-transform: translate3D(-50%, -50%, 0);
transform: translate3D(-50%, -50%, 0);
}
.cb { color: #000; }
.cd { color: #222; }
.cp, .chp:hover { color: #56cfe1; }
.cw, .bghp:hover, .bghp:active, .bghp:focus { color: #fff; }
.cg { color: #878787;}
.cr { color: #ec0101;}
.cgreen, .chg:hover { color: #90c11a;}
.bgw { background: #fff; }
.bgb { background: #000; }
.bgbl { background: #f6f6f8; } /* Black Lighter */
.bgp, .bghp:hover { background: #56cfe1; }
.bgd { background: #222; }
.tu { text-transform: uppercase; }
.fwm { font-weight: 500; }
.fwsb{ font-weight: 600; }
.fwb { font-weight: 700; }
.ls__0 { letter-spacing: 0; }
.ls__1 { letter-spacing: 1px; }
.ls__2 { letter-spacing: 2px; }
.ls__3 { letter-spacing: 3px; }
.ls__4 { letter-spacing: 4px; }
.ls__5 { letter-spacing: 5px; }
.ts__03 { transition: all .3s; }
.ts__04 { transition: all .4s; }
.ts__05 { transition: all .5s; }
.lh__1 { line-height: 1; }
.f__pop { /* font: 'renatovarran'!important; */}
.f__libre { /* font: 'renatovarran'!important; */ }
.oh { overflow: hidden; }
/* ==========================================================================
2.0 WORDPRESS DEFAULT CLASS
========================================================================== */
.bypostauthor {}
.alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
.wp-caption {
margin-bottom: 1.6em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
color: #222;
/* font: 'renatovarran'!important; */
font-size: 12px;
padding: 0.5em 0;
text-align: center;
}
.gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
/* ==========================================================================
2.1 SOCIAL SHARE
========================================================================== */
.jas-social i {
font-size: 16px;
}
.jas-social a {
display: inline-block;
margin: 0 10px;
}
.jas-social a.facebook:hover { color: #3b5998 !important; }
.jas-social a.twitter:hover { color: #00aced !important; }
.jas-social a[class*="google"]:hover { color: #dd4b39 !important; }
.jas-social a.linkedin:hover { color: #007bb6 !important; }
.jas-social a.youtube:hover { color: #bb0000 !important; }
.jas-social a.instagram:hover { color: #517fa4 !important; }
.jas-social a.pinterest:hover { color: #cb2027 !important; }
.jas-social a.flickr:hover { color: #ff0084 !important; }
.jas-social a.tumblr:hover { color: #32506d !important; }
.jas-social a.foursquare:hover { color: #0072b1 !important; }
.jas-social a.dribbble:hover { color: #ea4c89 !important; }
.jas-social a.skype:hover { color: #0078ca !important; }
#jas-header .jas-social a {
color: #222;
margin: 0 5px;
}
/* ==========================================================================
3.0 HEADER
========================================================================== */
.retina-logo {
display: none;
}
.header-sticky .header__mid {
background: #fff;
box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
z-index: 999;
width: 100%;
border:0;
}
.boxed .header-sticky .header__mid {
max-width: 1170px;
left: 50%;
transform: translateX(-50%);
}
.header-text i {
font-size: 16px;
vertical-align: middle;
}
.header-sticky .jas-menu > li > a {
line-height: 46px;
}
.header-sticky .header__mid .jas-row {
padding: 5px 0;
}
.header__bot .jas-navigation {
border-top: 1px solid #ececec;
}
.boxed .header__top,
.boxed .jas-wc-single .bgbl,
.boxed #jas-footer {
max-width: 73.125rem;
margin: auto;
padding: 0 15px;
}
.boxed .footer__bot {
margin: 0 -15px;
padding: 20px 15px;
}
.boxed .jas-wc-single .bgbl {
padding: 20px 15px;
}
/* 3.1 HEADER TRANSPARENT
========================================================================== */
.header-4 .header__transparent + .header__bot {
margin-top: 62px;
}
.header__transparent {
z-index: 10;
}
/* 3.2 HEADER ACTION ICON
========================================================================== */
.jas-action i {
font-size: 24px;
}
.jas-action > * {
padding: 0 6px;
}
/* 3.3 HEADER - SEARCH FORM
========================================================================== */
.header__search {
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .95);
z-index: 9999;
}
.header__search > div {
max-width: 550px;
top: calc(50% - 125px);
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.header__search input[type="text"] {
border: 0;
background: none;
border-bottom: 1px solid rgba(255, 255, 255, .08);
padding: 0;
text-align: center;
font-size: 20px;
color: #fff;
letter-spacing: 2px;
}
#sf-close {
right: 20px;
top: 40px;
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 60px;
}
#jas-header #sf-close i {
font-size: 60px;
}
#sf-close:hover {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.ui-autocomplete {
width: 235px;
padding: 15px;
background: #f7f7f7;
z-index: 99999;
height: 300px;
overflow: auto;
list-style: none;
}
.ui-autocomplete li:not(:first-child) {
border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
margin: 0;
padding: 0;
}
.ui-autocomplete img {
width: 60px;
}
/* 3.4 MY ACCOUNT
========================================================================== */
.jas-my-account ul {
width: 170px;
left: calc(50% - 85px);
list-style: none;
background: rgba(255,255,255,.95);
transition: all .3s;
top: 120%;
opacity: 0;
visibility: hidden;
z-index: 9;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.jas-my-account:hover ul {
top: 100%;
opacity: 1;
visibility: visible;
}
.jas-my-account ul li:not(:last-child) {
border-bottom: 1px solid #ddd;
}
.jas-my-account ul li a {
padding: 10px;
}
/* 3.5 MAIN NAVIGATION
========================================================================== */
.jas-menu li {
font-size: 14px;
list-style: none;
position: relative;
}
.jas-menu > li {
float: left;
}
.jas-navigation {
position: relative;
}
.jas-menu > li.mega-menu {
position: static;
}
.jas-menu > li.mega-menu > ul {
left: 0;
right: 0;
width: 100%;
}
.jas-menu > li:not(:first-child) {
margin-left: 35px;
}
.jas-menu > li > a {
color: #222;
line-height: 46px;
position: relative;
/* font: 'renatovarran'!important; */
font-weight: 400;
}
.header-6 .jas-menu > li > a {
line-height: 50px;
color: #fff;
}
.jas-menu li a:hover,
.jas-menu li.current-menu-ancestor > a,
.jas-menu li.current-menu-item > a {
color: #56cfe1;
}
.jas-menu li.hot > a:after,
.jas-menu li.sale > a:after,
.jas-menu li.new > a:after {
position: absolute;
color: #fff;
font-size: 9px;
padding: 1px 7px 0;
border-radius: 50px;
right: -28px;
top: -10px;
line-height: 16px;
}
.jas-menu ul li.hot > a:after,
.jas-menu ul li.sale > a:after,
.jas-menu ul li.new > a:after {
right: -3px;
top: 5px;
}
.jas-menu li.hot > a:after {
content: 'Hot';
background: #ff3e11;
}
.jas-menu li.sale > a {
color: #ec0101;
}
.jas-menu li.sale > a:after {
content: 'Sale';
background: #ffa800;
}
.jas-menu li.new > a:after {
content: 'New';
background: #01bad4;
}
.jas-menu > li > ul {
position: absolute;
min-width: 250px;
display: table;
background: #fff;
top: 120%;
opacity: 0;
visibility: hidden;
left: -17.5px;
transition: all .3s;
text-align: left;
z-index: 10;
padding: 0;
box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}
.jas-menu li:hover > ul {
top: 100%;
opacity: 1;
visibility: visible;
}
.jas-menu > li > ul > .sub-column-item {
display: table-cell;
}
.jas-menu > li > ul > li {
min-width: 230px;
}
.jas-menu ul .sub-column-item > a {
color: #222;
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
padding: 6px 0;
border-bottom: 1px solid #eee;
}
.sub-column-item .sub-column {
padding: 0;
}
.sub-column-item .sub-column > li {
padding: 6px 0;
}
.jas-menu ul li:not(:last-child) {
border-bottom: 1px solid #eee;
}
.jas-menu ul li {
line-height: 30px;
padding: 10px 15px;
}
.jas-menu ul li a {
font-size: 13px;
/* font: 'renatovarran'!important; */
font-weight: 300;
}
.jas-menu ul li a {
color: #878787;
display: block;
}
.jas-menu ul li:hover > a {
color: #222;
}
.jas-menu ul ul {
left: 250px;
top: 20%;
}
.jas-menu ul li:hover > ul {
top: 0;
}
.jas-menu .rtl-menu {
left: -250px;
}
.header-5 .jas-push-menu-btn {
top: 20px;
}
/* 3.6 MOBILE MENU
========================================================================== */
#jas-mobile-menu,
#jas-mobile-menu ul,
#jas-mobile-menu ul li,
#jas-mobile-menu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 32px;
display: block;
position: relative;
text-align: left;
}
#jas-mobile-menu {
padding: 25px 20px;
}
#jas-mobile-menu {
padding: 25px 20px;
}
#jas-mobile-menu ul ul {
display: none;
opacity: 1;
visibility: visible;
left: 0;
top: 0;
padding-left: 15px;
}
#jas-mobile-menu ul li a {
cursor: pointer;
z-index: 2;
padding: 5px 0;
color: #222;
font-size: 14px;
letter-spacing: .5px;
}
#jas-mobile-menu > ul > li > a:before {
display: none;
}
.holder {
width: 36px;
height: 36px;
position: absolute;
top: 5px;
right: -10px;
z-index: 10;
cursor: pointer;
transition: all .3s;
color: #222;
}
#jas-mobile-menu ul > li:hover > a,
#jas-mobile-menu ul > li.current-menu-item > a,
#jas-mobile-menu ul > li.current-menu-parent > a,
#jas-mobile-menu ul > li.current-menu-ancestor > a,
#jas-mobile-menu ul > li:hover > .holder,
#jas-mobile-menu ul > li.current-menu-item > .holder,
#jas-mobile-menu ul > li.current-menu-parent > .holder,
#jas-mobile-menu ul > li.current-menu-ancestor > .holder {
color: #56cfe1;
}
#jas-mobile-menu ul > li:hover > a {
padding-left: 5px;
}
.holder:after,
.holder:before {
display: block;
position: absolute;
content: "";
width: 13px;
height: 13px;
right: 10px;
z-index: 10;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.holder:after {
top: 12px;
right: 16px;
border-top: 1px solid;
border-left: 1px solid;
width: 1px;
}
.holder::before {
top: 18px;
height: 1px;
border-top: 1px solid;
border-left: 1px solid;
border-top-color: inherit;
border-left-color: inherit;
transition: all .3s;
}
#jas-mobile-menu ul li.open > .holder:before {
opacity: 0;
visibility: hidden;
}
nav.main-menu #jas-mobile-menu ul ul:after {
display: none;
}
#jas-mobile-menu ul ul li a {
text-transform: none;
font-weight: 300;
color: #878787;
}
/* 3.7 HEADER LEFT
========================================================================== */
.header-lateral #jas-wrapper {
padding-left: 250px;
}
.header-5 {
width: 250px;
margin-left: -250px;
z-index: 1000;
top: 0;
bottom: 0;
overflow-y: auto;
background: #f6f6f8;
}
.header-5 #jas-mobile-menu ul {
width: 100%;
margin: 0;
}
.header-5 #jas-mobile-menu > ul > li {
border-bottom: 1px solid #ccc;
}
.header-5 #jas-mobile-menu > ul > li > a {
line-height: 42px;
}
.header-5:before {
position: fixed !important;
width: 250px !important;
left: 0;
}
.header-5 #jas-mobile-menu ul ul {
border-top: 1px solid #ccc;
padding: 15px 0 0;
margin: 15px 0;
}
.header-5 #jas-mobile-menu ul ul li a {
text-transform: none;
padding: 5px 0;
line-height: 30px;
}
.header-5 .holder {
top: 8px;
}
.header-5 ul ul .holder {
top: 0;
}
.header-5 #jas-mobile-menu ul > li:hover > a {
padding-left: 0;
}
#jas-header.header-5 .jas-social a {
margin: 0 10px;
}
/* ==========================================================================
4.0 FOOTER
========================================================================== */
#jas-footer-menu li {
float: left;
list-style: none;
margin-left: 20px;
}
#jas-backtop {
right: 35px;
bottom: 25px;
padding: 5px;
cursor: pointer;
z-index: 100;
}
#jas-backtop span {
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
font-size: 35px;
border-radius: 3px;
background: #fff;
color: #878787;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
#jas-backtop span i {
z-index: 1;
color: #878787;
}
#jas-backtop:hover span i {
color: #222;
}
.footer__top a {
color: #878787;
}
.footer__top a:hover {
color: #56cfe1
}
.footer__top i {
font-size: 24px;
font-weight: bold;
margin-right: 5px;
vertical-align: middle;
}
.footer__top .jas-social i {
font-size: 16px;
}
.footer__top .jas-social li {
display: inline-block;
}
.footer__top .menu li {
list-style-type: none;
line-height: 30px;
margin-right: 0;
}
.footer__top p {
margin-bottom: 1.3em;
line-height: 24px;
}
.signup-newsletter-form {
border-radius: 50px;
border: 1px solid #878787;
padding: 2px;
}
.signup-newsletter-form input.submit-btn {
text-transform: none;
border-radius: 50px;
font-size: 14px;
padding: 0 20px;
float: right;
border: none;
background: #222;
color: #fff;
}
.signup-newsletter-form input.submit-btn:hover {
background: #56cfe1;
}
.signup-newsletter-form input.input-text {
border: none;
width: calc(100% - 114px);
border-radius: 50px;
float: left;
padding: 0 10px;
background: transparent;
}
.footer__bot {
background: #fff;
}
.preloader {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
background: rgba(0, 0, 0, .95);
display: none;
}
.preloader img {
max-width: 150px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.preloader .progress {
height: 4px;
width: 300px;
background: #56cfe1;
overflow: hidden;
left: calc(50% - 150px);
top: calc(50% - 2px);
}
.preloader .progress .indeterminate {
background: #3596a5;
}
.preloader .progress .indeterminate:before,
.preloader .progress .indeterminate:after {
content: "";
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
}
.preloader .progress .indeterminate:before {
-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.preloader .progress .indeterminate:after {
-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-webkit-animation-delay: 1.15s;
animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
0% {
left: -35%;
right: 100%
}
60% {
left: 100%;
right: -90%
}
100% {
left: 100%;
right: -90%
}
}
@keyframes indeterminate {
0% {
left: -35%;
right: 100%
}
60% {
left: 100%;
right: -90%
}
100% {
left: 100%;
right: -90%
}
}
@-webkit-keyframes indeterminate-short {
0% {
left: -200%;
right: 100%
}
60% {
left: 107%;
right: -8%
}
100% {
left: 107%;
right: -8%
}
}
@keyframes indeterminate-short {
0% {
left: -200%;
right: 100%
}
60% {
left: 107%;
right: -8%
}
100% {
left: 107%;
right: -8%
}
}
/* ==========================================================================
5.0 PAGE
========================================================================== */
/* ==========================================================================
5.1 PAGE - 404
========================================================================== */
.search-no-results #jas-wrapper,
.error404 #jas-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.search-no-results #jas-wrapper #jas-content,
.error404 #jas-wrapper #jas-content {
flex: 1;
}
.search-no-results .woocommerce-info {
position: static;
margin: 50px 0;
}
.error-404.not-found {
text-align: center;
padding: 100px 0 150px;
letter-spacing: 2px;
min-height: 50vh;
}
.error-404.not-found h1 {
font-size: 80px;
letter-spacing: 8px;
font-weight: bold;
margin: 0 0 5px;
}
.error-404.not-found h3 {
text-transform: uppercase;
font-size: 18px;
margin: 0 0 15px;
}
.error-404.not-found a {
font-weight: bold;
border-bottom: 1px solid #222;
padding: 2px 5px;
}
.error-404.not-found a:hover {
background: #222;
color: #fff;
}
/* ==========================================================================
6.0 BLOG
========================================================================== */
.jas-blog-slider .post-thumbnail > div {
background: rgba(0, 0, 0, .8);
padding: 20px;
bottom: 0;
}
.post.sticky .post-thumbnail {
margin-bottom: 0;
}
.post.sticky .post-content {
background: #f6f6f8;
padding: 25px;
}
.post-thumbnail div:first-child {
position: relative;
left: 0;
bottom: 0;
}
.post-thumbnail img {
max-width: 100%;
}
.inside-thumb {
left: 30px;
right: 30px;
bottom: 30px;
background: rgba(0, 0, 0, .9);
padding: 20px;
}
.jas-masonry .inside-thumb {
left: 15px;
right: 15px;
bottom: 15px;
padding: 15px;
}
.inside-thumb a:not(.cg),
.jas-blog-slider .post-thumbnail > div a {
color: #fff;
}
.inside-thumb a:hover,
.jas-blog-slider .post-thumbnail > div a:hover {
color: #56cfe1;
}
.post-meta span:not(:last-child) {
margin-right: 5px;
}
.post-action i {
line-height: 1;
}
.more-link {
margin: 20px auto;
line-height: 40px;
border: 2px solid #222;
padding: 0 30px;
font-weight: 600;
display: table;
border-radius: 40px;
}
.more-link span {
font-size: 18px;
}
.more-link:hover {
background: #222;
color: #fff;
}
.post-action {
border: 1px solid #f1f1f1;
padding: 8px 20px;
}
.comments-link i {
font-size: 20px;
top: 4px;
}
.jas-pagination,
.woocommerce-pagination {
border-top: 1px solid #ddd;
text-align: center;
max-width: 1170px;
width: 100%;
margin: 60px auto;
}
.page-numbers {
display: inline-block;
list-style: none;
margin: 10px 0;
}
.page-numbers li {
float: left;
margin: 0 20px;
color: #222;
}
.page-numbers li a {
color: #222;
}
.page-numbers li a:hover,
.page-numbers.current {
color: #ec0101;
}
.blog .post-content .wpb_content_element {
margin-bottom: 0;
}
.post-content p:last-child {
margin-bottom: 0;
}
.post-password-form label {
display: block;
font-weight: 500;
color: #000;
}
.post-password-form label input {
width: 100%;
margin-bottom: 10px;
}
.post-password-form input[type="submit"] {
background: #222;
border-radius: 2px;
color: #fff;
border-color: #222;
}
.single-product .post-password-form {
height: 50vh;
margin: 0 auto;
max-width: 1170px;
padding: 60px 0;
text-align: center;
}
.single-product .post-password-form label {
display: inline-block;
}
/* 6.1 SINGLE BLOG
========================================================================== */
.tag-comment {
border: 1px solid #f1f1f1;
padding: 15px 20px;
}
.page-links span:not(.page-links-title) {
margin: 0 5px;
}
.jas-single-blog .social-share {
text-align: center;
}
.jas-single-blog .social-share i {
margin-top: 40px;
}
.post-related h4 {
font-size: 16px;
font-weight: 600;
}
.post-related .jas-carousel {
margin: 0 -15px;
}
.post-related .item {
padding: 0 15px;
}
.post-related h5 {
font-weight: 500;
}
/* 6.2 COMMENT FORM
========================================================================== */
.commentlist li.comment {
list-style: none;
margin-top: 60px;
}
.commentlist .comment-text li {
margin-top: 10px;
}
.comment_container img {
float: left;
}
.comment-text {
padding-left: 20px;
overflow: hidden;
}
.comment-text .comment-author {
font-size: 13px;
}
.comment-text .star-rating {
float: right;
}
.comment-text .meta strong {
font-size: 14px;
font-weight: bold;
color: #000;
}
.comment-text .flex {
font-size: 13px;
}
.comment-text p {
margin-bottom: 5px;
}
.comment-text time {
color: #ccc;
font-size: 10px;
}
.commentlist .children {
padding-left: 30px;
}
.comment-respond {
margin-top: 50px;
}
#reviews .comment-respond {
margin-top: 15px;
}
.comment-reply-title {
font-size: 16px;
text-transform: uppercase;
margin: 0 0 30px;
font-weight: 600;
}
.comment-respond .form-submit {
text-align: right;
}
.comment-text .flex a {
text-transform: uppercase;
font-size: 10px;
}
.comment-respond label {
display: block;
}
.comment-respond .comment-form-comment label {
margin-bottom: 15px;
}
.comment-respond input:not([type="submit"]),
.comment-respond textarea {
background: transparent;
width: 100%;
}
.no-comments {
display: inline-block;
width: 100%;
margin-top: 30px;
}
#tab-reviews .comment-form-rating {
display: inline-block;
margin-bottom: 0;
}
#tab-reviews .comment-form-rating label {
float: left;
}
#tab-reviews .comment-form-rating .stars {
float: left;
margin-top: 2px;
margin-left: 10px;
font-size: 12px;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email {
float: left;
width: 49%;
margin-top: 10px;
}
#tab-reviews .comment-form-email {
margin-left: 2%;
}
#tab-reviews .form-submit {
clear: both;
margin-top: 10px;
display: inline-block;
}
input.submit {
padding: 0 40px;
}
#tab-reviews .comment-reply-title {
margin-bottom: 15px;
}
#tab-reviews .commentlist li {
margin-top: 0;
}
#tab-reviews .commentlist li + li {
margin-top: 32px;
}
#tab-reviews .commentlist .comment-text {
padding-left: 20px;
}
#tab-reviews .comment-text time {
font-size: 14px;
color: #878787;
}
/* ==========================================================================
7.0 PORTFOLIO
========================================================================== */
.single-portfolio .page-head .pr.mt__10 {
display: none;
}
.portfolio-item .mask:before {
content: '';
position: absolute;
background: rgba(246, 246, 246, .9);
left: 0;
top: 50%;
width: 100%;
height: 0;
opacity: 0;
transition: all .3s;
}
.portfolio-item .portfolio-title {
top: 50%;
left: 50%;
opacity: 0;
width: 100%;
padding: 0 30px;
-webkit-transform: translate(-50%, -120%);
-ms-transform: translate(-50%, -120%);
-o-transform: translate(-50%, -120%);
transform: translate(-50%, -120%);
}
.portfolio-item:hover .portfolio-title {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio-item:hover .mask:before {
top: 0;
height: 100%;
opacity: 1;
}
.jas-portfolio-single .portfolio-meta [class*="jas-col-"]:not(:last-child) {
border-right: 1px solid #d3d3d3;
}
.jas-portfolio-single .portfolio-meta span {
color: #222;
font-weight: bold;
}
.jas-portfolio-single .jas-social a {
width: 32px;
height: 32px;
line-height: 32px;
border-radius: 50%;
background: #000;
color: #fff;
}
.jas-portfolio-single .jas-social a i {
font-size: 14px;
}
.portfolio-navigation a {
font-size: 40px;
}
/* ==========================================================================
8.0 WIDGET
========================================================================== */
.sidebar .widget:not(:first-child) {
margin-top: 50px;
}
.widget h4.widget-title {
position: relative;
padding-bottom: 20px;
margin-top: 0;
font-size: 18px;
}
.widget h4.widget-title:after {
content: "";
width: 60px;
height: 2px;
background: #222;
left: 0;
bottom: 15px;
position: absolute;
}
.sidebar .widget ul ul {
padding-left: 5px;
}
.sidebar .widget ul li {
padding-left: 15px;
position: relative;
}
.sidebar .widget ul li:before {
color: #222;
content: "+";
left: 0;
position: absolute;
}
.widget ul li {
line-height: 25px;
list-style: outside none none;
margin-bottom: 5px;
}
.widget.widget_categories ul li {
line-height: 30px;
}
.widget ul.product_list_widget li {
display: inline-block;
line-height: 24px;
margin-bottom: 10px;
padding-bottom: 10px;
padding-left: 0;
width: 100%;
}
.widget ul.product_list_widget li:before {
content: "";
}
.widget ul.product_list_widget li a {
display: block;
}
.widget ul.product_list_widget li img {
float: left;
margin-right: 10px;
width: 80px;
}
.widget ul.product_list_widget li a span.product-title {
color: #222;
font-weight: 500;
}
.widget ul.product_list_widget li ins {
color: #ec0101;
text-decoration: none;
}
.widget .tagcloud a {
border: 1px solid #222;
border-radius: 20px;
color: #222;
display: inline-block;
font-size: 13px !important;
margin: 0 3px 8px 0;
padding: 2px 15px 1px;
}
.widget .tagcloud a:hover {
background: #56cfe1;
border-color: #56cfe1;
color: #ffffff;
}
.widget .woocommerce-product-search,
.widget .search-form {
border: 1px solid #222;
border-radius: 40px;
padding: 2px;
display: flex;
}
.widget .search-form label,
.widget .woocommerce-product-search .search-field {
width: calc(100% - 113px);
float: left;
}
.widget .woocommerce-product-search .search-field {
border-radius: 40px;
border: none;
}
.widget .search-form .search-field {
border: none;
width: 100%;
border-radius: 40px;
}
.widget .woocommerce-product-search input[type="submit"],
.widget .search-form .search-submit {
border: none;
background: #222;
line-height: 38px;
color: #fff;
float: right;
padding: 0 30px;
}
/* 8.1 INSTAGRAM
========================================================================== */
.jas-instagram {
margin: 0 -1px;
}
.jas-instagram .item {
padding: 1px;
width: 100%;
}
.columns-2 .item {
width: 50%;
}
.columns-3 .item {
width: 33.33%;
}
.columns-4 .item {
width: 25%;
}
.columns-5 .item {
width: 20%;
}
.columns-6 .item {
width: 16.66%;
}
.columns-7 .item {
width: 14.285%;
}
.columns-8 .item {
width: 12.5%;
}
.columns-9 .item {
width: 11.11%;
}
.columns-10 .item {
width: 10%;
}
.jas-sc-instagram .info {
top: 0;
left: 0;
right: 0;
height: 100%;
background: rgba(0, 0, 0, .6);
opacity: 0;
pointer-events: none;
}
.jas-sc-instagram .item:hover .info {
opacity: 1;
}
.jas-sc-instagram .info span {
margin: 0 5px;
}
.is-username {
background: rgba(246, 246, 248, .8);
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 20px 70px;
}
/* ==========================================================================
OFFLINE MODE
========================================================================== */
.offline {
height: 100vh;
}
.offline .ypop-modal {
display: none;
}
.jas-offline-content {
height: 100vh;
font-size: 13px;
color: #fff;
background-image: url(assets/images/maintenance-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.jas-offline-content h1 {
text-transform: uppercase;
font-size: 40px;
color: #fff;
}
.jas-offline-content h3 {
color: #fff;
font-size: 16px;
font-weight: 400;
}
.jas-offline-content .jas-countdown {
text-align: center;
}
.jas-offline-content .jas-countdown .pr {
display: inline-block;
margin: 0 10px;
background: rgba(0, 0, 0, 0.5);
padding: 15px 15px 10px;
border-radius: 5px;
}
.jas-offline-content .jas-countdown .pr .fs__16 {
font-size: 24px;
margin-top: 0;
font-weight: bold;
line-height: 1;
}
/* ==========================================================================
9.0 WOOCOMMERCE
========================================================================== */
.woocommerce-demo-store {
padding-bottom: 69px;
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em 1.41575em;
background-color: #3d9cd2;
color: #fff;
z-index: 999
}
.demo_store a {
color: #fff;
font-weight: 400;
background: rgba(0,0,0,.1);
float: right;
margin: -1em -1.41575em -1em 0;
padding: 1em 1.41575em
}
/* 9.1 MESSAGE
========================================================================== */
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
padding: 0 15px;
width: 100%;
}
.woocommerce-info,
.woocommerce-error,
.woocommerce-warning,
.woocommerce-message {
padding: 30px 50px;
box-sizing: border-box;
width: 100%;
bottom: 0;
left: 0;
z-index: 99;
margin-bottom: 30px;
list-style: none;
}
.woocommerce-message {
background: #dff0d8;
border: 1px solid #d6e9c6;
color: #3c763d;
}
.archive .woocommerce-message,
.archive .woocommerce-info {
margin-top: 30px;
}
.single-product .woocommerce-message,
.single-product .woocommerce-error {
position: fixed;
margin-bottom: 0;
}
.single-product .header-5~#jas-content .woocommerce-message,
.single-product .header-5~#jas-content .woocommerce-error {
padding-left: 350px;
}
.woocommerce-message a,
.woocommerce-error a {
float: right;
font-weight: bold;
margin-top: -8px;
}
.woocommerce-info {
background-color: #d9edf7;
border: 1px solid #bce8f1;
color: #31708f;
}
.woocommerce-error {
background-color: #f2dede;
border: 1px solid #ebccd1;
color: #a94442;
}
.woocommerce-warning {
background-color: #fcf8e3;
border: 1px solid #faebcc;
color: #8a6d3b;
}
.woocommerce-info + .login {
margin-top: -30px;
margin-bottom: 30px;
background: #f1f1f1;
padding: 20px;
}
.woocommerce-info + .checkout_coupon {
margin-top: -30px;
margin-bottom: 0;
background: #f1f1f1;
padding: 20px;
display: inline-block;
width: 100%;
}
.woocommerce-info + .login p.lost_password,
.woocommerce-info + .checkout_coupon p {
margin-bottom: 0;
}
.woocommerce form .form-row label.inline {
margin-top: 10px;
}
.woocommerce form .form-row label.inline input {
margin: 0 5px 0 0;
}
.woocommerce-checkout .woocommerce-error {
position: inherit;
display: inline-block;
width: 100%;
margin: -30px 15px 60px;
padding: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
vertical-align: middle;
margin: -2px 0 0 .5em;
padding: 0;
position: relative;
box-shadow: none;
max-height: 52px;
}
/* 9.2 FILTER SIDEBAR
========================================================================== */
.filter-sidebar {
width: 270px;
top: 0;
bottom: 0;
left: -270px;
transition: all .3s;
z-index: 999;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
overflow-y: auto;
}
.admin-bar .filter-sidebar {
top: 32px;
}
.filter-sidebar h3 {
font-size: 16px;
line-height: 50px;
margin: 0;
}
.filter-sidebar h3 i {
cursor: pointer;
font-size: 40px;
right: 8px;
line-height: 50px;
top: 0;
}
.filter-sidebar .filter-content {
padding: 10px 20px;
}
.opened .left {
left: 0;
}
.filter-sidebar.right {
left: auto;
right: -270px;
}
.filter-sidebar.right h3 i {
right: auto;
left: 8px;
}
.opened .right {
right: 0;
}
.filter-trigger {
cursor: pointer;
font-size: 24px;
}
.filter-trigger:hover,
.filter-trigger:focus {
color: #222;
}
.filter-sidebar.right .filter-trigger {
right: auto;
left: -93px;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
box-shadow: 1px -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.filter-content ul {
list-style: none;
}
.filter-content a,
.filter-content .widget {
color: #878787;
}
.filter-content ul li {
line-height: 30px;
}
.filter-content .widget {
margin-bottom: 30px;
}
.price_slider_wrapper {
position: relative;
padding-top: 30px;
}
.widget_price_filter .ui-slider-horizontal {
height: 5px;
background: #878787;
position: relative;
width: calc(100% - 8px);
border-radius: 10px;
}
.widget_price_filter .ui-slider-range {
background: #56cfe1;
height: 100%;
top: 0;
display: block;
font-size: 0.7em;
position: absolute;
z-index: 1;
}
.widget_price_filter .ui-state-default {
background: #56cfe1;
cursor: ew-resize;
height: 15px;
width: 15px;
position: absolute;
z-index: 2;
top: -5px;
border-radius: 50%;
}
.widget_price_filter .ui-state-default:focus {
outline: 0;
}
.widget_price_filter .price_slider_amount {
font-size: 12px;
padding: 20px 0 0;
text-align: center;
}
.price_label {
position: absolute;
top: 0;
left: 50%;
white-space: nowrap;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span,
.yith-wcan-list li a {
border: 1px solid #ddd;
border-radius: 50%;
height: 24px;
margin: 5px 8px 8px 0;
width: 24px;
display: inline-block;
text-align: center;
font-size: 12px;
line-height: 23px;
box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
border-radius: 50%;
border: 1px solid #ddd;
box-shadow: 0 0 0 2px rgba(0,0,0,0.15);
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
background: #fff;
border: 1px solid #878787;
display: block;
margin: 5px 5px 5px 0;
min-width: 30px;
overflow: hidden;
padding: 2px 8px 0;
text-align: center;
text-decoration: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
background-color: #222;
border: 1px solid #222;
}
.sidebar .widget.yith-woocommerce-ajax-product-filter ul li:before {
content:none;
}
.sidebar .widget.yith-woocommerce-ajax-product-filter ul li {
padding-left: 0;
}
.yith-wcan-list {
display: inline-block;
width: 100%;
}
.yith-wcan-list li {
float: left;
}
/* 9.3 MINI CART
========================================================================== */
.jas-icon-cart .count {
width: 20px;
height: 20px;
font-size: 12px;
line-height: 22px;
left: 14px;
top: 0;
}
.jas-push-menu {
position: fixed;
background: #fff;
width: 320px;
bottom: 0;
text-align: left;
top: 0;
z-index: 1000;
overflow-y: auto;
transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.mask-overlay {
content: '';
position: fixed;
background: rgba(0 ,0 ,0, .8);
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999;
}
.jas-mini-cart {
right: -320px;
}
.cart-opened .jas-mini-cart {
right: 0;
}
.jas-canvas-menu {
left: -320px;
}
.menu-opened .jas-canvas-menu {
left: 0;
}
.admin-bar .jas-push-menu {
top: 32px;
}
.jas-push-menu h3 {
font-size: 16px;
line-height: 50px;
}
.woocommerce .jas-push-menu h3 {
margin-bottom: 0;
}
.jas-push-menu h3 i {
left: 8px;
top: 0;
line-height: 50px;
cursor: pointer;
font-size: 40px;
}
.jas-push-menu h3 i.close-menu {
left: auto;
right: 8px;
}
.jas-mini-cart .widget_shopping_cart_content {
padding: 20px;
}
.jas-mini-cart .mini_cart_item,
.widget_shopping_cart .mini_cart_item {
list-style: none;
overflow: hidden;
position: relative;
margin-bottom: 15px;
}
.jas-mini-cart .mini_cart_item a:nth-child(2),
.widget_shopping_cart .mini_cart_item a:nth-child(2) {
line-height: 20px;
color: #222;
display: block;
}
.jas-mini-cart .remove,
.widget_shopping_cart .remove {
position: absolute;
left: 0;
top: 0;
font-size: 20px;
color: #fff;
right: 0;
width: 60px;
text-align: center;
background: rgba(0, 0, 0, .6);
opacity: 0;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.jas-mini-cart li:hover .remove,
.widget_shopping_cart li:hover .remove {
opacity: 1;
}
.jas-mini-cart .mini_cart_item img,
.widget_shopping_cart .mini_cart_item img {
float: left;
margin-right: 15px;
max-width: 60px;
}
.jas-mini-cart .variation,
.jas-mini-cart .quantity,
.widget_shopping_cart .variation,
.widget_shopping_cart .quantity {
float: left;
width: calc(100% - 75px);
display: block;
font-size: 12px;
color: #999;
margin: 0;
}
.jas-mini-cart .variation dt,
.jas-mini-cart .variation dd,
.cart_item .variation dt,
.cart_item .variation dd {
float: left;
text-transform: capitalize;
margin: 0 3px 0 0;
}
.jas-mini-cart .variation p,
.cart_item .variation p {
margin: 0;
}
.jas-mini-cart .total,
.widget_shopping_cart .total {
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
margin-top: 20px;
color: #000;
font-size: 18px;
}
.jas-mini-cart .button,
.widget_shopping_cart .button {
display: block;
text-align: center;
background: #222;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 11px;
border: none;
font-weight: 400;
line-height: 40px;
}
.jas-mini-cart .checkout,
.widget_shopping_cart .checkout {
background: #56cfe1;
margin-top: 10px;
}
.jas-mini-cart .button:hover,
.widget_shopping_cart .button:hover {
opacity: .8;
}
.jas-mini-cart .product-bundle,
.widget_shopping_cart .product-bundle {
width: calc(100% - 75px);
}
.jas-mini-cart .product-bundle li,
.widget_shopping_cart .product-bundle li {
margin: 0;
font-size: 12px;
padding-left: 10px;
}
.widget ul.product_list_widget li a.remove {
display: flex;
}
.jas-mini-cart .product-bundle li:before,
.widget_shopping_cart .product-bundle li:before {
content: "";
position: absolute;
width: 4px;
height: 4px;
border-radius: 4px;
background: #222;
left: 0;
top: 8px;
}
.widget_shopping_cart .product-bundle li:before {
top: 5px;
}
.widget.widget_shopping_cart ul.product_list_widget .product-bundle li {
padding-bottom: 0;
margin-bottom: 0;
padding-left: 10px;
line-height: 16px;
}
.wpa-message {
display: none;
}
/* 9.4 ARCHIVE PRODUCT
========================================================================== */
.shop-top-sidebar {
border-top: 1px solid #dedede;
}
.shop-top-sidebar .woocommerce {
margin: 0;
}
.shop-top-sidebar .widget {
text-align: center;
}
.shop-top-sidebar .widget ul li {
display: inline-block;
padding: 10px 15px;
margin: 0;
position: relative;
}
.shop-top-sidebar .widget ul li.current-cat a {
color: #56cfe1;
}
.shop-top-sidebar .product-categories ul {
position: absolute;
width: 250px;
background: rgba(255, 255, 255, 0.95);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
left: 0;
top: 120%;
z-index: 10;
opacity: 0;
visibility: hidden;
padding: 0;
transition: all .3s;
}
.shop-top-sidebar .product-categories li:hover > ul {
opacity: 1;
visibility: visible;
top: 100%;
}
.shop-top-sidebar .product-categories li ul ul {
left: 100%;
top: 20%;
}
.shop-top-sidebar .product-categories li ul li:hover ul {
top: 0%;
}
.shop-top-sidebar .product-categories ul li {
display: block;
text-align: left;
}
.shop-top-sidebar .product-categories ul li:not(:last-child) {
border-bottom: 1px solid #ddd;
}
.jas-breadcrumb li {
display: inline-block;
padding: 0 5px;
}
.archive .woocommerce-breadcrumb {
display: none;
}
.result-count-order {
margin: 30px 0 0;
}
.woocommerce-ordering {
position: relative;
z-index: 8;
border: 1px solid #ddd;
border-radius: 40px;
}
.woocommerce-ordering:after {
content: '\f107';
position: absolute;
/* font: 'renatovarran'!important; */
right: 16px;
top: 8px;
pointer-events: none;
}
.woocommerce-ordering select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
outline: 0;
padding: 0 10px;
color: #878787;
font-size: 14px;
cursor: pointer;
}
.result-count-order a {
color: #878787;
}
@media only screen and (min-width: 62em) {
.jas-masonry .jas-col-md-2 {
width: 16.666%;
}
.jas-masonry .jas-col-md-3 {
width: 25%;
}
.jas-masonry .jas-col-md-4 {
width: 33.333%;
}
.jas-masonry .jas-col-md-6 {
width: 50%;
}
}
.woocommerce-breadcrumb {
padding: 0;
font-size: 13px;
}
.woocommerce-breadcrumb i {
margin: 0 8px;
}
.wc-col-switch a {
border: 1px solid #878787;
height: 26px;
}
.wc-col-switch a.one {
width: 28px;
}
.wc-col-switch a.two {
width: 29px;
}
.wc-col-switch a.three {
width: 42px;
}
.wc-col-switch a.four {
width: 55px;
}
.wc-col-switch a.six {
width: 81px;
}
.wc-col-switch a:before {
content: "";
position: absolute;
top: 2px;
left: 2px;
width: 10px;
height: 20px;
background: #878787;
transition: all .3s;
}
.wc-col-switch a.one:before {
width: 22px;
}
.wc-col-switch a.two:before {
box-shadow: 13px 0 0 #878787, 13px 0 0 #878787;
}
.wc-col-switch a.three:before {
box-shadow: 13px 0 0 #878787, 26px 0 0 #878787;
}
.wc-col-switch a.four:before {
box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787;
}
.wc-col-switch a.six:before {
box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787, 52px 0 0 #878787, 65px 0 0 #878787;
}
.wc-col-switch a:hover,
.wc-col-switch a.active {
border-color: #222;
}
.wc-col-switch a:hover:before,
.wc-col-switch a.active:before {
background: #222;
}
.wc-col-switch a.one:hover:before,
.wc-col-switch a.one.active:before {
background: #222;
}
.wc-col-switch a.two:hover:before,
.wc-col-switch a.two.active:before {
box-shadow: 13px 0 0 #222, 13px 0 0 #222;
}
.wc-col-switch a.three:hover:before,
.wc-col-switch a.three.active:before {
box-shadow: 13px 0 0 #222, 26px 0 0 #222;
}
.wc-col-switch a.four:hover:before,
.wc-col-switch a.four.active:before {
box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222;
}
.wc-col-switch a.six:hover:before,
.wc-col-switch a.six.active:before {
box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222, 52px 0 0 #222, 65px 0 0 #222;
}
.product-btn {
top: 70%;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
z-index: 2;
white-space: nowrap;
opacity: 0;
visibility: hidden;
}
.product-image:hover .product-btn {
opacity: 1;
visibility: visible;
top: 70%;
}
.btn-quickview,
.product-image .product-btn .button,
.product-image .added_to_cart {
line-height: 40px;
margin: 10px 0;
}
.product-image .added_to_cart {
border-radius: 40px;
}
.product-image .product-btn .button,
.product-image .added_to_cart {
margin: 0;
background: #fff;
border: 0;
font-weight: 400;
line-height: 42px;
}
.product-image .product-btn .button:hover {
color: #fff;
background: #222;
}
.product-image .product-btn .button i {
display: none;
}
.product-image .add_to_cart_button.loading {
text-indent: -999em;
}
.product-image .add_to_cart_button.loading:before {
display: block;
content: "\f110";
position: absolute;
/* font: 'renatovarran'!important; */
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
text-indent: 0;
left: calc(50% - 5px);
top: -1px;
}
.product-image .add_to_cart_button.added,
.product-image .add_to_cart_button i {
display: none;
}
.btn-quickview:hover,
.product-image .add_to_cart_button:hover,
.product-image .added_to_cart:hover {
background: #222;
color: #fff;
}
.product-image {
text-align: center;
}
.product-image a.db:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .1);
z-index: 1;
transition: all .1s;
}
.product-image .yith-wcwl-add-to-wishlist {
z-index: 10;
left: 12px;
top: 12px;
width: 20px;
height: 22px;
text-align: center;
}
.product-image .yith-wcwl-add-to-wishlist a i,
.product-image .yith-wcwl-add-to-wishlist .ajax-loading {
margin: 0;
font-size: 18px;
}
.product-image .yith-wcwl-add-to-wishlist .ajax-loading,
.btn-atc .yith-wcwl-add-to-wishlist .ajax-loading {
width: auto !important;
height: auto !important;
left: 0;
top: 22px;
color: #fff;
}
.btn-atc .yith-wcwl-add-to-wishlist .ajax-loading {
top: 10px;
left: 6px;
color: #222;
}
.price ins {
color: #ec0101;
text-decoration: none;
}
.product-image-flip img {
transition: all .3s;
}
.jas-col-md-6 .product-image-flip img,
.metro-item .product-image-flip img {
width: 100%;
}
.product-image-flip .back {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.product-image:hover .product-image-flip .db:first-child,
.product-image .product-attr,
.product-image > .db:before,
.product-image .yith-wcwl-add-button a {
opacity: 0;
visibility: hidden;
}
.product-image:hover .product-image-flip .back,
.product-image:hover .product-attr,
.product-image:hover .db:before,
.product-image:hover .yith-wcwl-add-button a {
opacity: 1;
visibility: visible;
}
.product-image .product-attr {
bottom: 5px;
left: 15px;
z-index: 2;
}
.product-image .product-attr p {
margin: 0;
}
.badge .right,
.jas-wc-single .product-extra .badge .right {
right: 15px;
}
.badge .left,
.jas-wc-single .product-extra .badge .left {
left: 15px;
}
.badge span {
top: 15px;
height: 24px;
line-height: 24px;
background: #fe9931;
color: #fff;
z-index: 8;
width: 60px;
display: block;
}
.badge .onsale + .new {
top: 50px;
}
.badge .new {
background: #56cfe1;
}
.badge .sold-out {
background: #999;
}
.badge .onsale + .sold-out {
top: 45px;
}
.price {
color: #696969;
margin: 0;
}
.price del {
color: #878787;
}
.price ins {
text-decoration: none;
margin-left: 3px;
}
.countdown-time {
bottom: 70px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.countdown-time .pr {
background: rgba(0, 0, 0, 0.95);
width: 60px;
height: 60px;
margin: 0 4px;
border-radius: 3px;
padding-top: 3px;
}
.countdown-time .pr .cw {
line-height: 16px;
}
.countdown-time .pr span:last-child {
color: #999;
}
.product-countdown .product-info {
position: absolute;
bottom: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
white-space: nowrap;
padding: 0 20px;
}
.product-countdown .product-info h3 {
font-size: 16px;
}
.jas-ajax-load a {
border: 2px solid #222;
border-radius: 40px;
display: inline-block;
height: 50px;
line-height: 48px;
padding: 0 45px;
}
.jas-ajax-load a:hover {
border: 2px solid #56cfe1;
background: #56cfe1;
color: #fff;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.jas-ajax-load a.disabled {
pointer-events: none;
opacity: .2;
border-color: #878787;
}
/* METRO LAYOUT */
.products.metro .product-info {
position: absolute;
left: 15px;
bottom: 15px;
z-index: 10;
opacity: 0;
visibility: hidden;
}
.products.metro .product-info h3 a {
color: #fff;
}
.products.metro .product-info .price,
.products.metro .product-info .price del {
color: #ddd;
}
.products.metro .product-inner:hover .product-info {
opacity: 1;
visibility: visible;
}
.products.metro .product-image .product-attr {
display: none;
}
.metro-item .product-inner {
overflow: hidden;
}
.metro-item .product-inner .product-image {
margin: 0 0 -10px;
}
.products.metro .metro-item .product-image .product-attr {
bottom: 68px;
}
.item-colors li {
margin: 3px 5px 0 0;
}
.item-colors li a {
border-radius: 50%;
height: 22px;
width: 22px;
}
/* 9.5 SUB CATEGORY
-------------------------------------------------------------------------- */
.product-category,
.jas-banner {
position: relative;
margin-top: 0;
margin-bottom: 30px;
text-align: center;
}
.product-category h2,
.jas-banner h3 {
position: absolute;
bottom: 20px;
left: 50%;
font-size: 14px;
font-weight: 600;
background: #fff;
color: #222;
padding: 12px 20px;
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
min-width: 150px;
text-align: center;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.jas-banner h3 {
pointer-events: none;
}
.product-category h2 mark {
display: none;
background: none;
}
.product-category img,
.jas-banner img {
transition: all .3s;
}
.product-category:hover img,
.jas-banner:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* 9.8 SINGLE PRODUCT
========================================================================== */
.single-product-thumbnail .slick-slide img {
display: inline-block;
}
.p-item.woocommerce-product-gallery__image {
text-align: center;
}
.product-quickview .single-product-thumbnail img {
pointer-events: none;
}
.single-product-thumbnail.bottom .p-nav img {
width: 100%;
}
.single-product-thumbnail.loading:before {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9;
position: absolute;
content:'';
}
.single-product-thumbnail.loading:after {
background: url('assets/images/loader.svg') no-repeat 0 0;
background-size: 100%;
width: 50px;
height: 50px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 10;
content:'';
}
.p-nav .slick-slide {
cursor: pointer;
}
.single-product-thumbnail.left .p-nav,
.single-product-thumbnail.right .p-nav {
position: absolute;
max-width: 80px;
top: 0;
}
.single-product-thumbnail.left .p-nav > .slick-list,
.single-product-thumbnail.right .p-nav > .slick-list {
min-height: 462px;
}
.single-product-thumbnail.left .p-nav {
left: 0;
}
.single-product-thumbnail.right .p-nav {
right: 0;
}
.single-product-thumbnail.bottom .p-nav {
margin-top: 10px;
margin-right: -10px;
}
.single-product-thumbnail.left:not(.no-nav) .p-thumb,
.jas-wc-single .left + .social-share {
padding-left: 90px;
}
.single-product-thumbnail.right:not(.no-nav) .p-thumb,
.jas-wc-single .right + .social-share {
padding-right: 90px;
}
.single-product-thumbnail.left .p-nav .slick-slide,
.single-product-thumbnail.right .p-nav .slick-slide {
border: 0;
width: 80px;
}
.single-product-thumbnail.left .p-nav .slick-slide:not(:last-child),
.single-product-thumbnail.right .p-nav .slick-slide:not(:last-child) {
margin-bottom: 10px;
}
.single-product-thumbnail.bottom .p-nav .slick-slide:not(:last-child) {
margin-right: 10px;
}
.single-product-thumbnail.left .slick-prev {
left: 120px;
}
.single-product-thumbnail.right .slick-next {
right: 120px;
}
.p-nav .slick-slide {
opacity: .6;
}
.p-nav .slick-slide.slick-current {
opacity: 1;
}
.wc-single-2 .p-thumb.jas-masonry .p-item {
float: left;
padding: 5px;
width: 100%;
}
.wc-single-2 .p-thumb:not(.columns-full) .p-item {
width: 50%;
}
.wc-single-2 .p-thumb.jas-masonry {
margin: -5px;
overflow: hidden;
}
.wc-single-2 .p-thumb.columns-3 .p-item {
width: 33.3%;
}
.wc-single-3 .p-thumb .p-item:not(:last-child) {
margin-bottom: 30px;
}
.wc-single-3 .summary {
padding-top: 120px;
}
.wc-single-3 .quantity input.input-text[type="number"] {
width: 100px;
}
.wc-single-3 .star-rating {
margin: 0 auto;
font-size: 15px;
}
.wc-single-3 .woocommerce-review-link {
display: none;
}
.jas-wc-single.wc-single-3 .entry-summary > *:not(:last-child) {
margin-bottom: 10px;
}
.wc-single-3 .price {
font-size: 24px;
}
.wc-single-3 .product-info .price {
font-size: 14px;
}
.wc-single-3 .hidden-sm .btn-atc {
display: none;
}
.p-nav-outside > div {
float: left;
}
.p-nav-outside .slick-slide:not(:last-child) {
margin-right: 10px;
margin-bottom: 10px;
}
.p-nav-outside .slick-track {
width: 100% !important;
}
.p-nav-outside .slick-slide {
width: 80px !important;
}
.jas-wc-single .social-share {
text-align: center;
margin-top: 20px;
}
.jas-wc-single .jas-social i {
font-size: 20px;
}
.wc-single-3 form .quantity {
margin: 0 8px 0 0;
float: none;
display: inline-block;
}
.primary-sidebar.fixed-top .primary-sidebar-inner {
position: fixed;
}
.jas-wc-single .entry-summary > *:not(:last-child),
.product-quickview .entry-summary > *:not(:last-child) {
margin-bottom: 20px;
}
.product_title {
font-size: 16px;
margin-bottom: 10px !important;
font-weight: 600;
}
.wc-single-4 .entry-summary.is_stuck {
padding-top: 20px;
}
.admin-bar .wc-single-4 .entry-summary.is_stuck {
padding-top: 50px;
}
.header-sticky + #jas-content .wc-single-4 .entry-summary.is_stuck {
padding-top: 80px;
}
.admin-bar .header-sticky + #jas-content .wc-single-4 .entry-summary.is_stuck {
padding-top: 110px;
}
.wc-single-4 .images .p-item:not(:last-child) {
margin-bottom: 30px;
}
.price-review .woocommerce-product-rating {
-ms-order: 2;
order: 2;
-webkit-order: 2;
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}
.entry-summary .price {
font-size: 22px;
line-height: 22px;
}
.price-review .price ins {
color: #ec0101;
}
form .quantity {
height: 40px;
border: 1px solid #222;
text-align: center;
border-radius: 40px;
display: inline-block;
}
form .quantity.hidden {
display: none;
}
.quantity input.input-text[type="number"] {
-moz-appearance: textfield;
width: 115px;
border: 0;
height: 40px;
background: none;
padding: 0;
font-weight: 600;
font-size: 16px;
color: #222;
}
.content-quickview .quantity input.input-text[type="number"] {
width: 90px;
}
.quantity input.input-text[type="number"]:focus {
border-color: #222;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.quantity input[type="number"]:focus {
outline: none;
}
.quantity .qty a {
top: 8px;
}
.quantity .qty a:hover {
color: #56cfe1;
}
.quantity .qty a.plus {
right: 16px;
}
.quantity .qty a.minus {
left: 16px;
}
form.cart {
position: relative;
display: inline-block;
}
.single_add_to_cart_button {
background: #56cfe1;
border: none;
color: #fff;
text-transform: uppercase;
position: relative;
}
.single_add_to_cart_button:hover {
background: #000;
}
.entry-summary .single_add_to_cart_button.disabled {
cursor: auto;
opacity: .5;
}
.cart .yith-wcwl-add-to-wishlist {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
border: 1px solid #222;
text-align: center;
top: 0;
right: -50px;
transition: all .3s;
}
.external.cart .yith-wcwl-add-to-wishlist {
position: inherit;
right: auto;
margin-left: 10px;
}
.group_table .yith-wcwl-add-to-wishlist {
bottom: 0;
left: 190px;
top: auto;
}
.cart .yith-wcwl-add-to-wishlist:hover {
border-color: #56cfe1;
}
.cart .yith-wcwl-add-to-wishlist a {
color: #222;
display: block;
}
.cart .yith-wcwl-add-to-wishlist a:hover {
color: #56cfe1;
}
.cart .yith-wcwl-add-to-wishlist a i {
margin: 0;
}
.single_add_to_cart_button i.fa {
top: 12px;
right: 12px;
}
.variations_form .yith-wcwl-add-to-wishlist {
bottom: 0;
top: auto;
}
.jas-sticky-atc,
.jas-sticky-atc .yith-wcwl-add-to-wishlist,
.jas-sticky-atc .stock,
.jas-sticky-atc .atttribute-value {
display: none;
}
.jas-sticky-atc .woocommerce-variation {
display: none !important;
}
.jas-sticky-atc {
z-index: 999;
right: 10px;
}
.has-btn-sticky .single_variation_wrap,
.jas-sticky-atc form.cart .quantity {
margin: 0;
}
.jas-sticky-atc .button {
background: #000;
padding: 0 20px;
font-weight: 400;
font-size: 12px;
}
.jas-sticky-atc .quantity input.input-text[type="number"] {
width: 80px;
}
.jas-sticky-atc form.cart .quantity,
.jas-sticky-atc .quantity input.input-text[type="number"],
.jas-sticky-atc .quantity .tc a {
border-color: rgba(255, 255, 255, .2);
color: #fff;
border-radius: 0;
font-size: 10px;
line-height: 26px;
}
.jas-sticky-variable {
width: 40px;
height: 40px;
left: 0;
bottom: 0;
color: #aaa;
line-height: 40px;
}
.jas-sticky-atc .variations {
position: absolute;
background: rgba(255,255,255,0.98);
box-shadow: 0 0 0 1px rgba(39,44,48,0.05), 0 2px 7px 1px rgba(39,44,48,0.16);
padding: 10px;
bottom: calc(100% + 10px);
border-radius: 2px;
left: 0;
width: 100%;
transform: scale(.8);
transform-origin: 0 100px 0;
transition: all .3s ease;
opacity: 0;
visibility: hidden;
}
.jas-sticky-atc .variations.opened {
transform: scale(1);
opacity: 1;
visibility: visible;
}
.jas-sticky-atc .variations:before {
content: "";
position: absolute;
bottom: -12px;
left: 15px;
display: block;
z-index: 1;
border: 6px solid transparent;
border-top: 6px solid #fff;
}
.jas-sticky-atc .product-variable,
.jas-sticky-atc .product-attribute {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
}
.jas-sticky-atc .product-variable:not(:last-child),
.jas-sticky-atc .product-attribute:not(:last-child) {
margin-bottom: 10px;
}
.jas-sticky-atc .product-variable h4.label,
.jas-sticky-atc .product-attribute h4.label {
margin: 0;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 500;
}
.jas-sticky-atc .product-variable .value:after {
top: 4px;
}
.jas-sticky-atc .product-variable select {
height: 30px;
line-height: 30px;
}
.jas-sticky-atc .product-attribute > div:nth-child(2) {
display: block !important;
}
.jas-sticky-atc .single_add_to_cart_button .fa-spinner {
right: 5px;
}
.product_meta > span {
display: block;
margin-bottom: 5px;
}
.wc-tabs li {
list-style: none;
}
.wc-tabs li.active a,
.wc-tabs li a:hover {
color: #222;
}
.wc-tabs li a {
height: 40px;
line-height: 40px;
border: 1px solid transparent;
padding: 0 25px;
font-size: 14px;
font-weight: 600;
}
.wc-tabs li.active a {
border-color: #222;
}
.wc-tab {
padding: 25px 0;
}
.woocommerce-tabs .entry-content > h2:first-child {
display: none;
}
.summary .wc-tabs {
justify-content: start;
text-align: left;
}
.summary .wc-tabs li a {
font-size: 13px;
padding: 0 20px;
}
.tab-heading {
padding: 10px 20px;
}
.tab-heading:after {
content: "\f067";
position: absolute;
/* font: 'renatovarran'!important; */
right: 0;
width: 43px;
height: 43px;
text-align: center;
background: #222;
color: #fff;
top: 0;
line-height: 44px;
}
.active .tab-heading:after {
content: "\f068";
}
.wc-accordion:not(:last-child) {
margin-bottom: 10px;
}
.wc-accordion-content {
padding: 20px;
}
.woocommerce-Reviews #comments .woocommerce-Reviews-title,
.woocommerce-Reviews #comments .woocommerce-noreviews {
display: none;
}
.woocommerce-Reviews #comments .commentlist {
margin-bottom: 30px;
}
.entry-summary .woocommerce-tabs {
background: none;
padding: 0;
margin-top: 30px;
}
.product-extra {
margin-left: -1rem;
margin-right: -1rem;
}
.product-extra-title h2:before,
.product-extra-title h2:after,
.section-title:before,
.section-title:after,
.divider:before,
.divider:after {
content: "";
position: absolute;
width: 60px;
height: 2px;
background: #222;
top: 12px;
}
.product-extra-title h2:before,
.section-title:before,
.divider:before {
left: -75px;
}
.product-extra-title h2:after,
.section-title:after,
.divider:after {
right: -75px;
}
.product-extra .jas-carousel .product {
max-width: 100%;
flex-basis: 100%;
}
.divider {
display: table;
margin: auto;
}
.section-title {
font-weight: 600;
display: inline-block;
text-align: center;
text-transform: uppercase;
position: relative;
font-size: 24px;
}
.sub-title {
/* font: 'renatovarran'!important; */
font-style: italic;
font-size: 14px;
color: #878787;
font-weight: normal;
margin-top: 0;
}
.p-video {
bottom: 20px;
z-index: 9;
right: 20px;
}
.right .p-video {
right: 120px;
}
.left .p-video,
.outside .p-video {
right: 20px;
}
.bottom .p-video {
bottom: 208px;
}
.p-video a {
height: 44px;
line-height: 40px;
border: 2px solid #222;
}
.p-video a:hover {
border-color: #56cfe1;
}
.p-video a i {
margin-right: 5px;
font-size: 20px;
font-weight: bold;
vertical-align: middle;
}
.p-video iframe {
width: 100%;
}
#jas-vsh .wp-video {
margin: auto;
}
#jas-vsh .wp-video-shortcode {
width: 640px !important;
height: 360px !important;
}
p.out-of-stock {
color: #ec0101;
text-transform: uppercase;
}
/* 9.8.1 COLOR SWATCH
-------------------------------------------------------------------------- */
.swatch .swatch-item {
border-radius: 50%;
border: 1px solid #dcdcdc;
padding: 0;
margin: 5px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.swatch .swatch-item:first-child {
margin-left: 0;
}
.swatch .swatch-item.disable {
cursor: auto;
border: 1px solid #999;
position: relative;
}
.swatch .swatch-item.disable:after {
content:'\e680';
top: -29px;
left: -11px;
width: 100%;
height: 100%;
font-size: 50px;
font-family: 'Pe-icon-7-stroke';
position: absolute;
z-index: 10;
}
ul.swatch .swatch-item:hover,
ul.swatch .swatch-item.selected {
background: transparent;
border-radius: 50%;
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
color: #878787;
}
.swatch .swatch-item span {
border-radius: 50%;
height: 28px;
width: 28px;
line-height: 30px;
font-size: 13px;
}
.tooltipster-base {
background: #000;
color: #fff;
}
.reset_variations {
display: none !important;
}
.single_variation_wrap {
margin-top: 20px;
}
.woocommerce-variation-price .price {
margin-bottom: 20px;
display: block;
line-height: 1;
}
.variations {
display: block;
margin-bottom: 40px;
}
.variations h4.label {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
}
.variations .value {
position: relative;
color: #999;
border: 1px solid #999;
}
.variations .value:after {
content: '\f107';
position: absolute;
/* font: 'renatovarran'!important; */
right: 10px;
top: 7px;
pointer-events: none;
}
.variations .value select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
outline: 0;
padding: 0;
color: #999;
font-size: 14px;
cursor: pointer;
width: 100%;
height: 38px;
line-height: 38px;
padding: 0 30px 0 10px;
}
table.variations {
border: 0 none;
display: inherit;
}
table.variations td.label {
border: 0 none;
padding: 0 15px 10px 0;
}
table.variations td.value {
border: 0 none;
padding: 0 0 10px 0;
}
table.variations .value:after {
display: none;
}
.wcvs-loading + .p-nav {
opacity: 0;
}
/* 9.8.2 GROUPED PRODUCT
-------------------------------------------------------------------------- */
.group_table td,
.group_table td.label {
text-align: center;
padding: 10px;
}
.group_table td.label img {
margin-bottom: 5px;
}
.group_table td.label label {
display: block;
width: 100%;
}
.group_table td .quantity {
float: none;
margin: 0;
border-radius: 2px;
border-color: #ddd;
}
/* 9.8.3 BUNDLE PRODUCT
-------------------------------------------------------------------------- */
.summary .wpa-wcpb-list {
padding: 0;
display: inline-block;
}
.wpa-wcpb-list h4.wpa-title {
margin: 0;
}
.showbox {
display: none;
}
.wc-single-3 .summary .wpa-wcpb-list h4.wpa-title {
font-size: 15px;
margin-bottom: 10px;
}
.wc-single-3 .wpa-wcpb-list .price {
font-size: 14px;
}
.wc-single-3 .summary .wpa-wcpb-list .list-image {
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.wc-single-3 .summary .wpa-wcpb-list .wpa_wcpb_add_to_cart {
float: none;
margin-right: 0;
}
.wc-single-3 .wpa-wcpb-list .list-select {
text-align: left;
font-size: 11px;
}
.entry-summary .wpa-wcpb-list .price,
.product-quickview .entry-summary .wpa-wcpb-list .price {
font-size: 14px;
line-height: 14px;
}
.product-quickview .entry-summary .price {
font-size: 20px;
}
/* 9.8.3 LIGHT BOX POPUP
-------------------------------------------------------------------------- */
div.pp_woocommerce .pp_content_container {
border-radius: 0;
padding: 20px 0;
}
.pp_content_container .pp_left {
padding-left: 20px;
}
.pp_content_container .pp_right {
padding-right: 20px;
}
div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before,
div.pp_woocommerce .pp_close:before,
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce .pp_arrow_next:before,
div.pp_woocommerce .pp_arrow_previous:before {
font-family: 'Pe-icon-7-stroke';
;
color: #3e3e3e !important;
}
div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before {
content: '\e657';
}
div.pp_woocommerce .pp_close:before {
content: '\e680';
font-size: 30px;
}
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_arrow_next:before {
content: '\e684';
font-size: 25px;
}
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
font-size: 32px !important;
}
div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce .pp_arrow_previous:before {
content: '\e686';
font-size: 25px;
}
div.pp_woocommerce .pp_gallery .pp_arrow_previous,
div.pp_woocommerce .pp_gallery .pp_arrow_next {
display: none !important;
}
div.ppt,
div.pp_woocommerce .pp_description {
display: none !important;
}
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_close,
div.pp_woocommerce .pp_next::before,
div.pp_woocommerce .pp_previous::before,
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
background: none;
color: #3e3e3e;
text-shadow: none;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
}
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
top: -14px;
left: -14px;
background: #fff;
border-radius: 0;
}
div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover {
background: #fff;
}
div.pp_woocommerce a.pp_contract::before, div.pp_woocommerce a.pp_expand::before {
bottom: 0;
left: 0;
right: 0;
top: 0;
font-size: 20px;
}
div.pp_woocommerce .pp_close {
background: #fff;
border-radius: 0;
top: -14px;
right: -14px;
letter-spacing: 0;
}
div.pp_woocommerce .pp_close:hover {
background: #fff;
}
.pp_gallery {
margin-top: -75px;
}
.pp_gallery ul {
height: 60px;
}
div.pp_woocommerce .pp_gallery ul li a {
height: 60px;
border-color: rgba(0, 0, 0, 0.3);
border-radius: 0;
}
div.pp_woocommerce .pp_gallery ul li a:hover,
div.pp_woocommerce .pp_gallery ul li.selected a {
border-color: rgba(0, 0, 0, 0.5);
}
div.pp_woocommerce .pp_nav {
float: none;
margin: 0;
position: relative;
text-align: center;
}
.pp_nav .pp_pause,
.pp_nav .pp_play,
.pp_nav p,
a.pp_arrow_next,
a.pp_arrow_previous {
display: inline-block;
float: none;
}
/* 9.8.4 POPUP CART
-------------------------------------------------------------------------- */
.cart__popup {
padding: 20px;
max-width: 780px !important;
width: 100%;
}
.cart__popup.loading:before,
.cart__popup.loading:after {
content: "";
position: absolute;
}
.cart__popup.loading:before {
background: rgba(255, 255, 255 , .8);
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
}
.cart__popup.loading:after {
content: "\f110";
/* font: 'renatovarran'!important; */
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
z-index: 2;
font-size: 50px;
color: #000;
left: calc(50% - 25px);
top: calc(50% - 35px);
}
.cart__popup-item {
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
margin-bottom: -1px;
}
.cart__popup-item > div {
padding: 10px;
}
.cart__popup-item > div:first-child {
padding-left: 0;
}
.cart__popup-item > div:last-child {
padding-right: 0;
}
.cart__popup-thumb img {
max-width: 60px;
}
.cart__popup-quantity .quantity > * {
float: left;
}
.cart__popup-qty {
height: 30px;
display: block;
border: 1px solid #e3e3e3;
line-height: 30px;
width: 30px;
}
.cart__popup-qty--input {
-moz-appearance: textfield;
width: 30px !important;
height: 30px !important;
padding: 0 !important;
font-size: 11px !important;
border-left: 0 !important;
border-right: 0 !important;
border-color: #e3e3e3 !important;
}
.cart__popup-item .cart__popup-total {
padding: 10px 30px;
}
.cart__popup-remove,
.cart__popup-undo {
cursor: pointer;
}
.cart__popup-undo {
text-decoration: underline;
}
.popup__cart-product h4 {
letter-spacing: 0;
font-size: 14px;
}
.popup__cart-product .modal_btn_add_to_cart {
height: 30px;
line-height: 26px;
padding: 0 15px;
margin: 10px auto 0;
font-size: 13px;
display: table;
}
.cart__popup-related-title {
margin: 20px 0 10px;
}
.cart__popup-action .checkout-button {
background: #56cfe1;
color: #fff;
border: none;
line-height: 40px;
}
.cart__popup-action .checkout-button:hover {
background: #222;
color: #fff;
}
/* 9.9 PAGE HEADING
========================================================================== */
.page-head {
padding: 50px 0;
color: #ededed;
}
.page-head h1 {
font-size: 20px;
line-height: 20px;
font-weight: 500;
}
.page-head:before {
content: '';
position: absolute;
background: rgba(0, 0, 0, .5);
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.page-head .jas-container {
z-index: 1;
}
.page-head p {
margin-bottom: 0;
margin-top: 5px;
border-bottom: 1px solid #ddd;
}
.page-head a {
color: #fff;
}
.jas-breadcrumb {
padding: 10px 15px;
background: #f6f6f8;
}
/* 9.10 STAR RATING
========================================================================== */
.star-rating {
/* font: 'renatovarran'!important; */
font-size: 10px;
height: 20px;
line-height: 20px;
overflow: hidden;
position: relative;
text-align: left;
width: 5.8em;
letter-spacing: 3px;
margin: auto;
}
.star-rating:before,
.star-rating span:before {
content: '\f005\f005\f005\f005\f005';
left: 0;
top: 0;
position: absolute;
}
.star-rating:before {
color: #c1c1c1;
}
.star-rating span {
overflow: hidden;
position: absolute;
text-indent: -999em;
}
.star-rating span:before {
color: #ffa800;
text-indent: 0;
}
.stars {
font-size: 11px;
letter-spacing: 3px;
width: 7em;
margin-left: 15px;
margin-top: 1px;
}
.stars [class*="star"] {
text-indent: -999em;
display: block;
position: absolute;
display: inline-block;
color: #ffa800;
}
.stars [class*="star"]:before {
position: absolute;
/* font: 'renatovarran'!important; */
left: 0;
text-indent: 0;
}
.stars .star-1 {
width: 15px;
z-index: 50;
}
.stars .star-2 {
width: 30px;
z-index: 40;
}
.stars .star-3 {
width: 45px;
z-index: 30;
}
.stars .star-4 {
width: 60px;
z-index: 20;
}
.stars .star-5 {
width: 75px;
z-index: 10;
}
.stars .star-5:before {
content: "\f006\f006\f006\f006\f006";
}
.stars .star-1:hover:before,
.stars .star-1.active:before {
content: "\f005";
}
.stars .star-2:hover:before,
.stars .star-2.active:before {
content: "\f005\f005";
}
.stars .star-3:hover:before,
.stars .star-3.active:before {
content: "\f005\f005\f005";
}
.stars .star-4:hover:before,
.stars .star-4.active:before {
content: "\f005\f005\f005\f005";
}
.stars .star-5:hover:before,
.stars .star-5.active:before {
content: "\f005\f005\f005\f005\f005";
}
/* 9.11 SWITCH CURRENCY
========================================================================== */
.jas-currency {
cursor: pointer;
}
.jas-currency ul {
width: 160px;
right: -20px;
list-style: none;
z-index: 100;
opacity: 0;
visibility: hidden;
}
#jas-header .jas-currency .current i {
font-size: 14px;
}
.jas-currency:hover ul {
opacity: 1;
visibility: visible;
}
.jas-currency ul a {
padding: 8px 25px;
}
.jas-currency ul a:hover {
background: #eae9e9;
}
/* 9.12 PRODUCT QUICKVIEW
========================================================================== */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10421;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-fade.mfp-bg {
opacity: 0;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10431;
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: 10451;
}
.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: 'renatovarran'!important; */
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
background: none;
}
.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-holder .mfp-close:hover {
background: transparent;
}
.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;
}
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;
}
.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;
}
.zoomContainer {
background: #fff;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.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;
}
}
.product-quickview,
.wc-content-help {
background: #fff;
max-width: 950px;
margin: auto;
}
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
transition: all 0.3s;
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all 0.3s;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
}
.wc-content-help {
padding: 25px 35px;
}
.content-quickview {
padding: 20px 20px 20px 0;
}
.content-quickview h1 {
margin: 0 0 5px;
text-transform: none;
}
.content-quickview .price-stock {
margin-top: 5px;
}
.product-quickview .slick-slide a {
pointer-events: none;
display: block;
}
.product-quickview .jas-col-md-7 {
overflow: hidden;
}
.product-quickview .jas-col-md-5 {
overflow-x: auto;
}
.product-quickview .p-nav {
display: none;
}
.content-quickview .woocommerce-product-rating {
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
justify-content: space-between;
}
.content-quickview .extra-link,
.content-quickview .woocommerce-review-link {
display: none;
}
.loader {
position: fixed;
background: rgba(0,0,0,.85);
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
.loader-inner {
background: url('assets/images/loader.svg') no-repeat 0 0;
background-size: 100%;
width: 50px;
height: 50px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.product-quickview .flex.column.price-review {
flex-direction: row;
-moz-box-orient: row;
}
.product-quickview .woocommerce-product-rating {
margin-left: 10px;
}
.content-quickview .wpa-wcpb-list {
overflow: hidden;
}
.product-quickview .apple-pay-button-wrapper {
display: none;
}
/* 10.0 SHOPPING CART
========================================================================== */
.cart-empty,
.return-to-shop {
text-align: center;
}
.shop_table {
border-width: 1px;
}
.cart_totals .shop_table {
border-bottom: none;
}
.shop_table td,
.shop_table tr:last-child th,
.shop_table.woocommerce-checkout-review-order-table tr.shipping *,
.shop_table.woocommerce-checkout-review-order-table tr:last-child td,
.shop_table.order_details tfoot tr:last-child td,
.shop_table.customer_details tr:last-child td {
border-width: 0 0 0 0;
}
.shop_table th,
.shop_table tr.cart_item td,
.cart_totals .shop_table td,
.shop_table tr.bundle-products td,
.shop_table tr:first-child:last-child th,
.shop_table tr.order-total th,
.shop_table.woocommerce-checkout-review-order-table tr td,
.shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td,
.shop_table.order_details td,
.shop_table.customer_details td {
border-width: 0 0 1px 0;
}
.shop_table.woocommerce-checkout-review-order-table tr.order-total td,
.shop_table.woocommerce-checkout-review-order-table tr.order-total th {
border-width: 1px 0 0 0;
}
.shop_table tr.bundle-products td {
padding-top: 0;
}
.shop_table th {
color: #222;
}
.shop_table .product-price,
.shop_table .product-quantity,
.shop_table .product-remove {
text-align: center;
}
.shop_table .product-quantity .quantity {
display: inline-block;
float: none;
margin-right: 0;
}
.shop_table .product-subtotal {
text-align: right;
}
.shop_table .product-remove {
font-size: 30px;
}
.actions .coupon {
float: left;
}
.actions .coupon input {
margin-left: 10px;
border-radius: 40px;
}
.actions .button.update-cart {
float: right;
}
.cart-collaterals {
display: inline-block;
width: 100%;
margin-bottom: 60px;
}
.cart-collaterals .cross-sells {
float: left;
width: 58%;
margin-right: 2%;
}
.cart-collaterals .cart_totals {
float: right;
width: 40%;
}
.cart-collaterals h2 {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin: 30px 0 0;
margin-left: 15px;
}
#shipping_method li {
list-style-type: none;
margin-bottom: 5px;
}
#shipping_method li input {
margin: 0;
padding: 0;
}
.cart-collaterals .cart_totals h2 {
margin: 30px 0 30px;
}
.wc-proceed-to-checkout a {
float: right;
line-height: 36px;
}
.woocommerce-shipping-calculator #calc_shipping_country_field {
position: relative;
color: #999;
border: 1px solid #999;
}
.woocommerce-shipping-calculator #calc_shipping_country_field:after {
content: '\f107';
position: absolute;
/* font: 'renatovarran'!important; */
right: 10px;
top: 7px;
pointer-events: none;
}
.woocommerce-shipping-calculator #calc_shipping_country_field select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
outline: 0;
padding: 0;
color: #999;
font-size: 14px;
cursor: pointer;
width: 100%;
height: 38px;
line-height: 38px;
padding: 0 30px 0 10px;
}
.shipping-calculator-form input,
.shipping-calculator-form button {
width: 100%;
}
.cart_totals th {
width: 30%;
}
.cart_totals td {
width: 70%;
}
.order-total,
.order-total td {
color:#222;
font-size: 16px;
font-weight: bold;
}
.product-bundle-title td {
border-bottom: none;
padding-bottom: 0;
}
table.shop_table_responsive tr.product-bundle-title td:not(.product-quantity) {
text-align: left;
}
table.shop_table_responsive tr.product-bundle-title td:before {
content: '';
}
.product-bundle-title h4 {
margin: 0;
}
.product-bundle li {
list-style-type: none;
margin-bottom: 10px;
font-size: 12px;
}
.woocommerce-checkout-review-order-table .product-bundle li {
margin-bottom: 5px;
padding-left: 10px;
}
.woocommerce-checkout-review-order-table .product-bundle li:after {
background: #878787;
border-radius: 4px;
content: "";
height: 4px;
left: 0;
position: absolute;
top: 8px;
width: 4px;
}
.woocommerce-checkout-review-order-table .product-bundle li a {
color: #878787;
cursor: none;
pointer-events: none;
font-size: 12px;
}
.mini_cart_item .product-bundle li a {
font-size: 12px;
margin-bottom: 5px;
}
.product-bundle li a {
font-size: 14px;
margin-bottom: 5px;
}
.product-bundle li:last-child {
margin-bottom: 0;
}
.product-bundle li img {
max-width: 50px;
width: 100%;
margin-right: 15px;
}
.product-bundle-title + tr td.product-quantity .qty.tc {
display: none;
}
.product-bundle-title + tr td.product-quantity input {
cursor: auto;
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input.disabled[type="button"],
input[type="button"]:disabled,
input.disabled[type="reset"],
input[type="reset"]:disabled,
input.disabled[type="submit"],
input[type="submit"]:disabled {
cursor: auto;
opacity: 0.3;
}
/* 11.0 CHECKOUT
========================================================================== */
.woocommerce-checkout .woocommerce-info {
position: static;
margin-bottom: 30px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
width: 100%;
display: inherit;
}
.checkout.woocommerce-checkout h3 {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 10px;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
width: 49%;
float: left;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
width: 100%;
box-sizing: border-box;
outline: none;
margin: 0;
}
.woocommerce form .form-row-last {
float: right;
}
.woocommerce form .form-row label {
line-height: 2;
display: block;
margin-bottom: 5px;
}
.woocommerce form .form-row label .required {
color: #fc655e;
}
.select2-container .select2-choice {
border: 1px solid #e3e3e3;
border-radius: 0;
line-height: 40px;
height: 40px;
color: #999;
}
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border-color: #e3e3e3;
}
.woocommerce-shipping-fields {
margin-top: 60px;
}
p.create-account {
margin-bottom: 1em;
}
.product-name > div {
display: table-cell;
}
.product-thumb img {
max-width: 80px;
}
.product-name {
vertical-align: middle;
}
.woocommerce-checkout-payment {
padding: 15px;
border: 1px solid #e3e3e3;
}
.woocommerce-checkout-payment ul li {
list-style-type: none;
margin-bottom: 5px;
}
.woocommerce-checkout-payment ul li input {
margin: 0 5px 0 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
background-color: #f1f1f1;
border-radius: 2px;
box-sizing: border-box;
color: #999;
font-size: 0.92em;
line-height: 1.5;
margin: 5px 0 15px;
padding: 1em;
position: relative;
width: 100%;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #f1f1f1;
border-image: none;
border-style: solid;
border-width: 1em;
content: "";
display: block;
left: 0;
margin: -1em 0 0 2em;
position: absolute;
top: -0.75em;
}
.terms.pr {
width: 100%;
margin: 10px 0 15px;
}
.woocommerce-checkout .woocommerce-account-fields {
width: 100%;
display: inline-block;
}
.woocommerce-order-details h2 {
font-size: 24px;
}
.woocommerce-order-details .woocommerce-customer-details {
margin-top: 50px;
}
.woocommerce-order-details .addresses h3 {
float: none;
}
.woocommerce-order-details .woocommerce-columns .woocommerce-column {
width: 50%;
float: left;
}
/* ==========================================================================
12.0 MY ACCOUNT
========================================================================== */
.woocommerce-account .woocommerce {
display: inline-block;
width: 100%;
}
.woocommerce-MyAccount-navigation {
width: 20%;
float: left;
background: #f6f6f8;
padding: 25px;
}
.woocommerce-MyAccount-navigation ul li {
list-style-type: none;
line-height: 25px;
position: relative;
padding-left: 15px;
margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li:before {
content: "+";
left: 0;
position: absolute;
}
.woocommerce-MyAccount-navigation ul li a {
color: #222;
}
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
color: #56cfe1;
}
.woocommerce-MyAccount-content {
width: calc(80% - 30px);
padding: 25px;
float: right;
background: #f6f6f8;
min-height: 230px;
}
.woocommerce-MyAccount-content p {
margin-bottom: 1em;
}
.woocommerce-MyAccount-content .woocommerce-info {
margin: 0;
background: none;
color: #999;
border: none;
padding: 0;
position: static;
}
.woocommerce-MyAccount-content .woocommerce-info a {
margin-right: 15px;
}
.login-form h2 {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin: 0 0 20px;
}
.woocommerce .login-form form .form-row label {
margin-bottom: 10px;
}
.lost_password {
margin-bottom: 0;
}
.form-login .button.fr {
margin: 5px 0 10px;
}
.form-login .login-form .fr {
float: none;
}
.login-form .jas-row .fr {
float: right;
}
.style-checkbox {
display: inline-block;
position: relative;
}
span.style-checkbox {
margin-top: 10px;
}
.style-checkbox input {
float: left;
margin: 0 10px 0 0;
visibility: hidden;
}
.style-checkbox .checkbox {
display: inline-block;
}
.style-checkbox input[type="checkbox"]:checked + label::after {
opacity: 1;
}
.style-checkbox label {
background: transparent none repeat scroll 0 0;
border: 1px solid #e3e3e3;
cursor: pointer;
height: 16px;
left: 0;
position: absolute;
top: 3px;
width: 16px;
}
.style-checkbox label:after {
border: 2px solid #b3b3b3;
border-right: 0;
border-top: 0;
content: "";
height: 6px;
left: 2px;
opacity: 0;
position: absolute;
top: 3px;
transform: rotate(-45deg);
width: 10px;
}
.form-login {
background: #f8f8f8;
padding: 50px;
max-width: 500px;
text-align: center;
width: 100%;
margin: auto;
}
.form-login span.inline {
display: block;
}
.jas-row .form-login {
background: none;
padding: 0;
max-width: initial;
text-align: inherit;
margin: 0;
}
.jas-row .form-login .button.fr {
margin: 0;
}
.myaccount_user + h2 {
text-transform: uppercase;
font-size: 20px;
text-align: center;
margin-bottom: 5px;
font-weight: bold;
}
.myaccount_address {
text-align: center;
}
.addresses {
display: inline-block;
width: 100%;
margin-top: 30px;
}
.addresses .title {
display: inline-block;
padding-bottom: 5px;
margin-bottom: 10px;
width: 100%;
border-bottom: 1px solid #e3e3e3;
}
.addresses h3 {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
float: left;
margin: 0;
}
.addresses a {
float: right;
}
.addresses .address {
width: 49%;
display: inline-block;
float: left;
}
.addresses .address.col-2 {
float: right;
}
.edit-account fieldset {
margin-top: 60px;
}
.edit-account legend {
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin: 0 0 10px;
}
.woocommerce-MyAccount-content input.button {
margin-top: 15px;
}
/* ==========================================================================
13.0 WISHLIST
========================================================================== */
body.woocommerce {
max-width: inherit;
margin: 0;
}
.wishlist-title {
text-align: center;
width: 100%;
display: none;
}
.wishlist-title h2 {
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 30px;
}
.woocommerce table.wishlist_table {
font-size: 100%;
margin: 60px auto;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
border-top: none;
padding: 15px;
}
.woocommerce table.wishlist_table tr td.product-remove {
padding: 15px;
}
.product-stock-stauts {
text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
width: auto;
margin: 0;
white-space: nowrap;
}
.yith-wcwl-share h4 {
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
}
/* ==========================================================================
14.0 SHORTCODE - SERVICE
========================================================================== */
.jas-service .icon.small {
font-size: 24px;
}
.jas-service .icon.medium {
font-size: 36px;
}
.jas-service .icon.large {
font-size: 48px;
}
.jas-service .icon {
line-height: 100%;
}
.jas-service.tc .icon {
margin: auto;
}
.jas-service.jas-icon-square .small,
.jas-service.jas-icon-circle .small {
width: 60px;
height: 60px;
line-height: 60px;
}
.jas-service.jas-icon-square .medium,
.jas-service.jas-icon-circle .medium {
width: 80px;
height: 80px;
line-height: 80px;
}
.jas-service.jas-icon-square .large,
.jas-service.jas-icon-circle .large {
width: 140px;
height: 140px;
line-height: 140px;
}
.jas-service .title {
font-size: 14px;
}
.jas-service.tr .content,
.jas-service.tl .content {
overflow: hidden;
}
.jas-service.tr .icon,
.jas-service.tl .icon {
text-align: center;
}
.jas-service.tr .icon {
float: right;
margin-left: 20px;
}
.jas-service.tl .icon {
float: left;
margin-right: 20px;
}
.jas-service[class*="icon-"] .icon {
border: 1px solid;
position: relative;
}
.jas-service[class*="icon-"] .icon:before {
content: '';
position: absolute;
top: 8px;
left: 8px;
right: 8px;
bottom: 8px;
background: #56cfe1;
transition: all .3s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.jas-service[class*="icon-"]:hover .icon:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.jas-service[class*="icon-"]:hover i {
color: #fff;
position: relative;
z-index: 1;
}
.jas-service[class*="icon-"].tc .icon {
margin-bottom: 30px;
}
.jas-service.jas-icon-circle .icon,
.jas-service.jas-icon-circle .icon:before {
border-radius: 50%;
}
/* ==========================================================================
15.0 SHORTCODE - MEMBER
========================================================================== */
.jas-member {
padding-bottom: 15px;
}
.jas-member:before {
content: '';
position: absolute;
background: rgba(246, 246, 246, .9);
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all .3s;
z-index: 1;
}
.jas-member:hover:before,
.jas-member:hover .social {
opacity: 1;
}
.jas-member .social {
bottom: 30px;
opacity: 0;
z-index: 2;
}
.jas-member h4 {
margin-bottom: 0;
}
.jas-member .social a {
margin: 0 8px;
}
.jas-member .social i {
font-size: 20px;
}
/* ==========================================================================
16.0 SHORTCODE - LATEST BLOG
========================================================================== */
.jas-sc-blog .wpb_content_element {
display: none;
}
.jas-sc-blog .jas-blog-slider.jas-carousel [class*="jas-col"] {
padding: 0;
}
.placeholder .pa {
bottom: 30px;
left: 10px;
right: 10px;
}
/* ==========================================================================
17.0 SHORTCODE - PRODUCTS
========================================================================== */
.jas-filter a {
height: 40px;
line-height: 40px;
border: 1px solid transparent;
padding: 0 20px
}
.jas-filter a.selected,
.jas-filter a:hover {
color: #222;
}
.jas-filter a.selected {
border-color: #222;
}
/* TAB */
.wpb-js-composer .jas-row .vc_tta.vc_tta-style-classic .vc_tta-tab {
margin: 0 2px;
}
.wpb-js-composer .jas-row .vc_tta.vc_general .vc_tta-tab > a {
padding: 8px 25px 7px;
}
.wpb-js-composer .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
background-color: transparent;
border-color: transparent;
color: #878787;
border-radius: 40px !important;
}
.wpb-js-composer .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus,
.wpb-js-composer .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover,
.wpb-js-composer .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
background-color: transparent;
border: 1px solid #222;
color: #222;
}
.wpb-js-composer .jas-row .vc_tta.vc_general .vc_tta-panel-body {
padding: 0;
}
.jas-sc-product .type-product {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
margin: 0;
}
/* ==========================================================================
SHORTCODE - PROMOTION
========================================================================== */
.jas-promotion .pa {
z-index: 10;
pointer-events: none;
}
.jas-promotion:hover img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.jas-promotion.left .pa {
left: 20px;
}
.jas-promotion.center .pa {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
}
.jas-promotion.right .pa {
right: 20px;
}
.jas-promotion.top .pa {
top: 20px;
}
.jas-promotion.middle .pa {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.jas-promotion.center.middle .pa {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.jas-promotion.bottom .pa {
bottom: 20px;
}
.jas-promotion h5 {
font-weight: 400;
}
.jas-promotion h3, .jas-promotion h4 {
white-space: nowrap;
}
/* ==========================================================================
18.0 META SLIDER
========================================================================== */
.pa-middle {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.pa-middle.right {
left: auto;
right: 30px;
}
.pa-middle.center {
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
-ms-transform: translate3d(-50%, -50%, 0);
-o-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.jas-page .metaslider .flexslider {
margin-bottom: 0;
position: relative;
}
.metaslider .flex-control-nav {
position: absolute;
bottom: 20px;
z-index: 9;
}
.metaslider .flexslider .caption-wrap {
background: transparent;
color: #878787;
opacity: 1;
top: 0;
max-width: 1170px;
margin: 0 auto;
right: 0;
}
.metaslider .flexslider .caption-wrap .caption {
padding: 0;
}
.metaslider .flexslider .caption-wrap h2,
.metaslider .flexslider .caption-wrap h3,
.metaslider .flexslider .caption-wrap h4 {
margin: 0;
line-height: 1;
color: #222;
}
.metaslider .flexslider .caption-wrap .f__libre {
color: #878787;
}
.metaslider .flexslider .caption-wrap h3 {
margin: 15px 0 10px;
}
.metaslider .flexslider .slides p {
margin-bottom: 15px;
}
.metaslider .flexslider .flex-prev,
.metaslider .flexslider .flex-next {
outline: none;
padding: 0;
overflow: hidden;
top: 50%;
margin-top: -23px;
width: 40px;
height: 40px;
z-index: 8;
background: #56cfe1;
}
.metaslider .flexslider:hover .flex-next {
right: -100px;
}
.metaslider .flexslider:hover .flex-prev {
left: -100px;
}
.metaslider .flexslider .flex-prev:hover,
.metaslider .flexslider .flex-next:hover {
opacity: 1;
}
.flex-prev:before, .flex-next:before {
font-family: 'Pe-icon-7-stroke';
font-size: 36px;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-indent: 0;
display: block;
line-height: 36px;
}
.flex-prev {
left: 30px;
}
[dir='rtl'] .flex-prev {
right: 30px;
left: auto;
}
.flex-prev:before {
content: '\e686';
}
[dir='rtl'] .flex-prev:before {
content: '\e684';
}
.flex-next {
right: 30px;
}
[dir='rtl'] .flex-next {
right: auto;
left: 30px;
}
.flex-next:before {
content: '\e684';
}
[dir='rtl'] .flex-next:before {
content: '\e686';
}
.metaslider .ms-image {
min-height: 350px;
}
.ms-image > a::after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 999;
}
/* ==========================================================================
19.0 LOOKBOOK
========================================================================== */
.pin-maker.pm-slick .slick-arrow {
width: 40px;
height: 40px;
border: none;
}
.pin-maker.pm-slick .slick-arrow:before {
text-align: center;
width: inherit;
position: inherit;
font-size: 16px;
}
/* ==========================================================================
20.0 CUSTOM CSS
========================================================================== */
.background-overlay {
position: relative;
}
.background-overlay:after {
content: '';
width: 100%;
height: 100% !important;
position: absolute;
background: rgba(0,0,0,.5);
visibility: visible !important;
display: block !important;
top: 0;
left: 0;
}
.background-overlay .text-overlay {
z-index: 5;
position: relative;
}
/* ==========================================================================
WC VENDOR STYLE
========================================================================== */
/* ---------- VENDOR DASHBOARD ---------- */
center + hr {
display: none;
}
center + hr + h2,
.table-vendor-sales-report + script + h2 {
font-size: 24px;
margin-top: 50px;
}
input.date-pick:not([type="radio"]):not([type="checkbox"]) {
border-radius: 30px;
margin-right: 5px;
}
.table-vendor-sales-report {
border: 1px solid #ddd;
}
.table-vendor-sales-report.table thead th,
.table-vendor-sales-report.table td {
padding: 15px;
}
.table-vendor-sales-report.table thead th {
font-weight: 600;
color: #222;
}
.all-33 .control {
padding-left: 20px;
}
input[type="submit"]#update_button {
border-radius: 0;
}
.wcv-grid a:hover {
text-decoration: none;
}
.wcv-grid nav.wcv-navigation ul.menu {
padding: 0.8em;
}
.wcv-grid ol li, .wcv-grid ul li {
margin: 0;
}
table.wcv-table td, table.wcv-table th {
padding: 10px;
}
table.wcv-table tr td, table.wcv-table tr th,
table.wcv-table tr:last-child td {
border-bottom: 1px solid #ddd;
}
.wcvendors-pro-dashboard-wrapper input[type="submit"],
.wcvendors-pro-dashboard-wrapper a.button,
button.wcv-button {
border-radius: 0;
background: #56cfe1 !important;
color: #fff !important;
border: none;
height: 40px;
line-height: 40px;
}
.wcvendors-pro-dashboard-wrapper .woocommerce-pagination {
border-top: none;
}
.wcv-form .control-group .control.append-button .wcv-button {
top: 1px;
position: relative;
}
/* ---------- STORE SETTING ---------- */
.wp-switch-editor {
border-radius: 0;
}
.pv_paypal_container,
.pv_shop_name_container {
width: 50%;
float: left;
}
.pv_paypal_container b,
.pv_shop_name_container b {
color: #222;
}
.pv_paypal_container input,
.pv_shop_name_container input {
margin-top: 10px;
width: 95%;
}
#pv_seller_info_container,
#pv_shop_description_container {
margin-top: 50px;
display: inline-block;
width: 100%;
}
#pv_seller_info_container b,
#pv_shop_description_container b {
font-size: 24px;
color: #222;
font-weight: 600;
}
div.mce-edit-area.mce-panel {
border: 1px solid #ddd !important;
border-top: none !important;
}
div.mce-toolbar-grp > div {
border: 1px solid #eee;
}
input[name="_wp_http_referer"] + input.btn.btn-inverse {
margin-top: 50px;
}
div.mce-statusbar {
border: 1px solid #ddd !important;
border-top: none !important;
}
/* ---------- ORDERS ---------- */
h2 + table.table.table-striped.table-bordered {
border-radius: 0;
}
h2 + table.table.table-striped.table-bordered th {
font-weight: 600;
color: #222;
}
h2 + table.table.table-striped.table-bordered td,
h2 + table.table.table-striped.table-bordered th {
border-right: none;
border-bottom: none;
padding: 15px;
border-radius: 0 !important;
}
/* ---------- VENDOR STORE ---------- */
.wcv-header-container {
overflow: initial;
position: relative;
margin-bottom: 0;
}
.wcv-header-container #banner-wrap {
min-height: 300px;
overflow: hidden;
}
#banner-wrap img.store-banner,
.single-product #banner-wrap img.store-banner {
height: auto;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
position: absolute;
}
.wcv-header-container #inner-element {
z-index: 2;
top: auto;
width: 100%;
max-width: 1170px;
background: rgba(255, 255, 255, .3) url('assets/images/store-bg.jpg') center center repeat;
height: initial;
bottom: 0;
left: 50%;
transform: translateX(-50%);
right: auto;
padding: 20px 10px 10px;
}
.wcv-header-container #inner-element .store-icon {
border-radius: 0;
}
.wcv-header-container #inner-element .store-brand {
width: 13.5%;
padding-left: 10px;
text-align: center;
}
.wcv-header-container #inner-element .store-brand img {
width: 100%;
height: 100%;
}
.wcv-header-container #inner-element .store-info {
width: 86.5%;
text-align: left;
line-height: 28px;
}
.wcv-header-container #inner-element .store-info h3 {
margin: 0;
}
.woocommerce-breadcrumb + h1 {
font-size: 30px;
padding: 30px 20px 0;
background: #f6f6f8;
margin: 0;
}
.woocommerce-breadcrumb + h1 + .wcv_shop_description {
background: #f6f6f8;
padding: 0 20px 30px;
}
.wcv_shop_description p {
margin: 0;
}
.jas-wc-single > h1,
.jas-wc-single .wcv_shop_description {
display: none;
}
#inner-element address {
font-style: normal;
margin: 0;
}
.wcv-header-container #inner-element ul.social-icons {
display: inline-block;
width: 100%;
margin-top: 10px;
}
.wcv-header-container #inner-element .social-icons li {
display: inline-block;
text-align: center;
}
.wcv-header-container #inner-element .store-brand .social-icons li a {
display: inline-block;
font-size: 20px;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-facebook-square {
color: #3d589b;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-instagram {
color: #967d5f;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-twitter-square {
color: #50a9ed;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-pinterest-square {
color: #bd081c;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-google-plus-square {
color: #dd4b39;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-youtube-square {
color: #cd201f;
}
.wcv-header-container #inner-element .store-brand .social-icons li a .fa-linkedin-square {
color: #007bb5;
}
.wcv-store-address-container {
padding: 20px;
background: #f6f6f8;
}
.wcv-store-address-container .store-address address, .wcv-store-address-container .store-phone a {
color: #696969;
}
.wcv-store-address-container .store-address {
text-align: right;
}
.wcv-store-address-container .store-phone {
text-align: left;
}
.wcv-store-address-container .store-phone a {
float: none;
}
/* ---------- VENDOR LIST ---------- */
.wcv-pro-vendorlist {
background-color: #f6f6f8;
border: 1px solid #ddd;
float: left;
height: 230px;
margin: 0 4% 30px 0;
width: 22%;
}
.wcv-pro-vendorlist:nth-child(4n+4) {
margin-right: 0;
}
.wcv-pro-vendorlist .store-banner {
display: none;
}
.wcv-pro-vendorlist .wcv-inner-details {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #000;
left: 0;
padding: 20px;
position: inherit;
text-align: center;
top: 0;
width: 100%;
}
.wcv-store-grid__col.wcv-store-grid__col--1-of-3.wcv-icon-container {
margin-right: 0;
padding-left: 0;
width: 100%;
}
.wcv-pro-vendorlist .wcv-inner-details h4 {
color: #000;
font-size: 1em;
position: relative;
text-transform: none;
z-index: 9999;
}
.wcv-pro-vendorlist .wcv-inner-details p {
color: #000;
display: none;
font-weight: 400;
}
.wcv-store-grid__col.wcv-store-grid__col--2-of-3.store-info.wcv-shop-details {
float: none;
margin: 0;
min-height: 20px;
padding: 0;
width: 100%;
}
.wcv-pro-vendorlist .wcv-banner-wrapper {
max-height: 230px;
}
/* ==========================================================================
WC MARKETPLACE STYLE
========================================================================== */
.tax-dc_vendor_shop .page-head {
display: none;
}
.vendor_description_background {
position: relative;
margin-bottom: 0 !important;
height: 300px;
}
.vendor_description_background:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.35);
}
.vendor_description_background .vendor_description {
padding: 35px 0;
width: 1170px;
max-width: 100%;
margin: 0 auto;
background: none;
display: inherit;
position: relative;
z-index: 10;
}
.vendor_description_background .vendor_description .vendor_img_add {
float: none;
width: 100%;
display: flex;
}
.vendor_img_add .img_div img {
max-width: 125px;
}
.vendor_description_background .vendor_address {
padding-left: 20px;
}
.vendor_description_background .vendor_address p {
margin-bottom: 5px;
}
.vendor_address label {
font-weight: 500;
}
.vendor_description_background .vendor_description .description {
width: 100%;
top: -30px;
float: none;
padding-top: 0;
padding-left: 145px;
}
.vendor_description .social_profile {
float: none;
}
.vendor_description_background + .description_data {
width: 100%;
background: rgb(0, 0, 0, 0.3);
color: #fff;
top: -55px;
position: relative;
}
.vendor_description_background + .description_data table {
margin: 0 auto;
border: none;
max-width: 1170px;
}
.vendor_description_background + .description_data table tr td {
border: none;
}
.vendor_description_background + .description_data table tr td:first-child {
display: none;
}
/* ==========================================================================
21.0 RETINA DISPLAY
========================================================================== */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.regular-logo {
display: none;
}
.retina-logo {
display: inline-block;
}
}
/* ==========================================================================
22.0 RESPONSIVE
========================================================================== */
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
#jas-content > .jas-container {
padding: 0 30px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 992px) {
.header-3 .header__mid .jas-row .hide-md.visible-sm {
flex-basis: 16.666%;
max-width: 16.666%
}
.header-3 .header__mid .jas-row .jas-col-md-2.jas-col-xs-6 {
flex-basis: 66.666%;
max-width: 66.667%
}
.header-3 .jas-branding {
text-align: center;
}
.header__top .jas-col-md-4.jas-col-sm-2,
.header__top .jas-col-md-4.jas-col-sm-3 {
display: block;
}
.header-2 .header__mid .jas-row .jas-col-md-8.jas-col-sm-4 .jas-col-md-2 {
flex-basis: 100%;
max-width: 100%
}
}
@media only screen and (max-width: 1024px) {
.visible-1024 {
display: block;
}
.header-5 .visible-1024 {
cursor: pointer;
font-size: 40px !important;
right: 10px;
z-index: 1011;
}
.top-menu.visible-1024 {
left: 0;
top: 0;
z-index: 999;
background: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.admin-bar .top-menu.visible-1024 {
top: 32px;
}
.top-menu.visible-1024 i {
font-size: 28px;
}
.top-menu.visible-1024 + #jas-content {
margin-top: 70px;
}
.header-lateral #jas-wrapper {
padding-left: 0;
}
.visible-1024.top-menu .start-md {
text-align: center;
}
.header-5 {
left: -250px;
margin-left: 0;
transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.header-5::before {
left: -250px;
margin-left: -250px;
transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.menu-opened .header-5,
.menu-opened .header-5:before {
left: 0;
margin-left: 0;
}
.hidden-sm {
display: none;
}
.visible-sm {
display: block;
}
.visible-sm.flex {
display: flex;
}
.jas-col-sm-4.jas-col-md-6 {
width: 50%;
max-width: 50%;
flex-basis: 50%;
}
.metaslider .flexslider .caption-wrap h3 {
font-size: 45px;
}
.metaslider .flexslider .caption-wrap p {
font-size: 12px;
}
.quantity input.input-text[type="number"] {
width: 95px;
}
.single_add_to_cart_button {
padding: 0 20px;
}
.wc-single-3 .summary {
padding-top: 0;
}
.wc-single-3 .p-thumb .p-item:not(:last-child) {
margin: 0;
}
.woocommerce-product-rating {
margin-bottom: 10px;
}
.footer__top div[class*="jas-col"]:not(:last-child) {
margin-bottom: 50px;
}
.footer__bot #jas-footer-menu {
margin-top: 15px;
}
.header__mid .jas-row {
padding: 10px 0;
}
.product-image .yith-wcwl-add-button a,
.product-btn {
opacity: 1;
visibility: visible;
color: #878787;
}
.product-btn {
left: 12px;
transform: none;
top: 0 !important;
}
.yith-wcwl-add-to-wishlist ~ .product-btn {
top: 30px !important;
}
.btn-quickview {
text-indent: -999em;
background: none;
border: none;
padding: 0;
}
.product-image .product-btn .button {
display: none;
}
.btn-quickview::after {
color: #878787;
content: '\e63e';
font-family: "Pe-icon-7-stroke";
font-size: 20px;
left: 0;
position: absolute;
text-indent: 0;
top: 0;
z-index: 99999;
}
.header-4 .header__bot {
height: 0;
}
.wcv-header-container #banner-wrap {
min-height: 400px;
}
.vendor_description_background {
padding: 0 15px;
}
.vendor_description_background + .description_data {
top: 0;
background: #f6f6f8;
color: #696969;
}
}
@media only screen and (max-width: 800px) {
.cart-collaterals .cross-sells {
width: 49%;
margin-right: 2%;
}
.cart-collaterals .cart_totals {
width: 49%;
}
.metaslider .ms-image {
min-height: initial;
}
.bottom .p-video {
bottom: 148px;
}
.jas-col-sm-4.jas-col-md-6.metro-item {
width: 33.33%;
max-width: 33.33%;
flex-basis: 33.33%;
}
.metro-item .product-inner .product-image {
margin-bottom: 0;
}
.wcv-header-container #banner-wrap {
min-height: 450px;
}
#banner-wrap img.store-banner,
.single-product #banner-wrap img.store-banner {
position: inherit;
top: 0;
bottom: auto;
right: auto;
left: auto;
transform: translateX(0);
}
.wcv-pro-vendorlist {
width: 48%;
margin-right: 4%;
}
.wcv-pro-vendorlist:nth-child(2n+2) {
margin-right: 0;
}
.wcv-pro-vendorlist:nth-child(4n+4) {
margin-right: 4%;
}
}
@media only screen and (max-width: 768px) {
.admin-bar .top-menu.visible-1024 {
top: 46px;
}
.wc-single-4 .product-extra-title h2:before,
.wc-single-4 .product-extra-title h2:after {
display: none;
}
.wc-single-4 .images .p-item:not(:last-child) {
margin-bottom: 0;
}
.price-review {
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
-webkit-box-align: flex-start;
align-items: flex-start;
}
.price-review .woocommerce-product-rating {
margin: 5px 0 0;
}
.popup__cart-product {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 767px) {
.wc-single-4 .product-extra {
margin-left: 0;
margin-right: 0;
}
.p-nav-outside {
display: none !important;
}
.wcv-header-container #inner-element .store-brand,
.wcv-header-container #inner-element .store-info {
width: 100%;
text-align: center;
}
.wcv-store-address-container .store-address,
.wcv-store-address-container .store-phone {
text-align: center;
}
.wcv-header-container #banner-wrap {
overflow: inherit;
min-height: inherit;
}
.wcv-header-container #inner-element {
position: inherit;
top: auto;
bottom: auto;
right: auto;
left: auto;
transform: translateX(0);
margin-top: -90px;
}
.wcv-header-container #inner-element .store-brand img {
max-width: 150px;
float: none;
}
.jas-portfolio-single {
padding: 0 15px;
}
}
@media only screen and (max-width: 736px) {
.admin-bar .top-menu.visible-1024 + #jas-content {
margin-top: 25px;
}
.hidden-xs {
display: none;
}
.visible-xs {
display: block;
}
.visible-xs.flex {
display: flex;
}
.jas-full,
.jas-container {
padding: 0 15px;
}
.jas-container .jas-container {
padding: 0;
}
.jas-currency ul {
right: 50%;
transform: translateX(50%);
}
.jas-col-sm-4.jas-col-md-6,
.jas-masonry .jas-col-xs-12,
.jas-masonry .jas-col-xs-6.jas-col-md-12 {
width: 100%;
max-width: 100%;
flex-basis: 100%;
}
.jas-masonry .jas-col-xs-6.jas-col-md-6 {
width: 50%;
max-width: 50%;
flex-basis: 50%;
}
.admin-bar .filter-sidebar {
top: 0;
}
.wc-single-3 .slick-dots,
.wc-single-4 .slick-dots {
bottom: -10px;
}
.footer__bot {
line-height: 1.5;
}
#jas-footer-menu {
margin-top: 20px;
}
.single_add_to_cart_button {
padding: 0 30px;
white-space: nowrap;
}
.summary .jas-container {
padding: 0;
}
.single-product-thumbnail.right:not(.no-nav) .p-thumb,
.jas-wc-single .right + .social-share {
padding-right: 0;
display: block;
}
.single-product-thumbnail.left:not(.no-nav) .p-thumb, .jas-wc-single .left + .social-share {
padding-left: 0;
display: block;
}
.single-product-thumbnail.left .p-nav,
.single-product-thumbnail.right .p-nav {
max-width: 100%;
position: relative;
margin-top: 5px;
}
.single-product-thumbnail.right .slick-next {
right: 30px;
}
.single-product-thumbnail.left .slick-prev {
left: 30px;
}
.product .summary {
margin-top: 30px;
}
.product .pr__0 {
padding-right: 15px;
}
.woocommerce-tabs .jas-container {
padding: 0;
}
.pl__0 {
padding-left: 15px;
}
.wc-single-3 .single_variation_wrap {
margin-left: -45px;
}
.single-product-thumbnail.left .p-nav .slick-slide:not(:last-child),
.single-product-thumbnail.right .p-nav .slick-slide:not(:last-child) {
margin-bottom: 0;
margin-right: 5px;
}
.right .p-video {
right: 20px;
}
.product-extra .slick-next {
right: 0;
}
.product-extra .slick-prev {
left: 0;
}
.product-extra [class*="jas-col-"] {
padding-left: 5px;
padding-right: 5px;
}
.wc-single-3 .p-video,
.wc-single-4 .p-video {
bottom: 50px
}
table.shop_table_responsive tbody th,
table.shop_table_responsive thead,
table.shop_table_responsive tr td.product-thumbnail:before,
table.wishlist_table tbody th,
table.wishlist_table thead,
table.wishlist_table tr td.product-thumbnail:before {
display: none;
}
table.shop_table_responsive tr td,
table.wishlist_table tr td {
display: block;
clear: both;
overflow: hidden;
}
table.shop_table_responsive tr td:not(.product-quantity) {
text-align: right;
}
table.shop_table_responsive tr.bundle-products td:not(.product-quantity) {
text-align: left;
}
table.wishlist_table tr td:not(.product-quantity) {
text-align: left;
}
table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
font-weight: 600;
float: left;
color: #222;
}
table.shop_table_responsive tr.bundle-products td:before {
display: none;
}
table.shop_table_responsive tr td.product-remove:before,
table.shop_table_responsive tr td.actions:before,
table.wishlist_table tr td.product-remove:before,
table.wishlist_table tr td.actions:before {
content: '';
}
table.shop_table_responsive tr td.product-thumbnail,
table.wishlist_table tr td.product-thumbnail {
text-align: center;
}
table.shop_table_responsive .product-quantity .quantity {
float: right;
}
.shop_table td, .shop_table.woocommerce-checkout-review-order-table tr:last-child td {
border-width: 0 0 1px 0;
}
.shop_table tr.bundle-products td {
padding-top: 15px;
}
.cart-collaterals .cross-sells,
.cart-collaterals .cross-sells + .cart_totals,
.cart_totals td {
width: 100%;
}
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
width: 100%;
}
.actions .coupon {
float: none;
width: 100%;
display: block;
}
.actions .coupon label {
text-align: center;
width: 100%;
display: inline-block;
}
.actions .coupon input {
width: 100%;
display: block;
margin: 10px 0 0;
}
.actions .button.update-cart {
width: 100%;
margin-top: 10px;
}
.woocommerce-MyAccount-navigation {
width: 100%;
}
.woocommerce-MyAccount-content {
width: 100%;
margin-top: 30px;
}
#jas-backtop {
right: 15px;
}
.login-form .col-2 {
margin-top: 60px;
}
.content-quickview {
padding: 20px;
}
.single-product-thumbnail.left .p-nav > .slick-list,
.single-product-thumbnail.right .p-nav > .slick-list {
min-height: 100px;
}
.left .p-video, .outside .p-video {
bottom: 120px;
}
.single-product-thumbnail .slick-slide img {
width: 100%;
}
.single-product-thumbnail.left .p-nav .slick-slide,
.single-product-thumbnail.right .p-nav .slick-slide {
width: inherit;
}
.shop-top-sidebar {
overflow-x: scroll;
overflow-y: hidden;
}
.shop-top-sidebar .woocommerce {
min-width: 1050px;
text-align: left;
width: auto;
}
.shop-top-sidebar .product-categories {
margin-left: -20px;
}
.wcv-header-container {
min-height: 200px;
}
.store-banner img, .single-product .store-banner img {
height: 100%;
}
.store-brand {
text-align: center;
margin-bottom: 20px;
}
.store-brand img {
width: auto;
}
.store-info {
text-align: center;
}
.shop-top-sidebar .widget ul li {
padding: 10px;
}
form.cart {
width: 100%;
}
.single_add_to_cart_button {
width: calc(100% - 155px);
}
.btn-wpa.single_add_to_cart_button,
.jas-sticky-atc .single_add_to_cart_button {
width: auto;
}
.cart .yith-wcwl-add-to-wishlist {
right: 0;
}
}
@media only screen and (max-width: 667px) {
.metaslider .flexslider .caption-wrap p {
display: none;
}
.metaslider .flexslider .caption-wrap h3 {
font-size: 35px;
}
.wc-tabs li a {
padding: 0;
border: none;
border-radius: 0;
margin: 0 15px;
height: auto;
line-height: 1.2;
}
.wc-tabs li.active a,
.wc-tabs li:hover a {
border-bottom: 2px solid #222;
}
}
@media only screen and (max-width: 568px) {
.header-sticky .header__mid {
top: 0 !important;
}
.woocommerce-tabs {
padding-top: 0;
}
.cart__popup-item,
.cart__popup-action {
flex-direction: column;
}
.cart__popup-item > div {
padding: 0 !important;
margin-top: 8px;
}
}
@media only screen and (max-width: 480px) {
.text-overlay .fs__60 {
font-size: 55px;
line-height: 1.1;
}
.ypop-modal .ypop-wrapper {
width: 100% !important;
}
.admin-bar .top-menu.visible-1024 {
top: 0;
}
.pv_paypal_container,
.pv_shop_name_container {
width: 100%;
float: none;
}
.pv_shop_name_container {
margin-top: 15px;
}
.pv_paypal_container input,
.pv_shop_name_container input {
width: 100%;
}
.woocommerce-order-details .woocommerce-columns .woocommerce-column {
width: 100%;
}
.woocommerce-order-details .woocommerce-columns .woocommerce-column:last-child {
margin-top: 15px;
}
.vendor_description_background .vendor_description {
padding-top: 30px;
}
.vendor_description_background .vendor_description .description {
top: 20px;
width: 100%;
text-align: center;
padding-left: 0;
}
.wcv-pro-vendorlist {
width: 100%;
margin: 0 0 15px;
}
}
@media only screen and (max-width: 414px) {
.jas-wc-single .woocommerce-breadcrumb {
line-height: 1.4;
}
.metaslider .flexslider .caption-wrap .f__libre,
.metaslider .flexslider .caption-wrap h4 {
font-size: 13px;
}
.metaslider .flexslider .caption-wrap h3 {
font-size: 18px;
}
.text-overlay .fs__60 {
font-size: 40px;
}
.p-video {
bottom: 140px
}
.wc-single-2 .p-video {
bottom: 20px
}
.group_table td {
display: block;
}
.badge span {
font-size: 10px;
width: 40px;
}
.badge span.sold-out {
width: 65px;
}
.all-33 {
width: 50%;
}
.wcv-search .all-30 {
width: 100%;
}
.wcv-order-header .tiny-50,
.wcv-form .tiny-50 {
width: 100%;
}
.wcv-order-header .all-33 .control,
.wcv-form .all-33 .control {
padding-left: 0;
}
.wcv-order-header .all-33,
.wcv-order-header .all-50,
.wcv-form .all-33 {
width: 100%;
}
.wcv-order-header .all-50 a.button {
width: 100%;
text-align: center;
}
.wcv-cols-group + .wcv-cols-group {
margin-top: 30px;
}
.wcv-search .all-30 {
width: 100%;
}
.wcv-order-header + h3 {
margin-top: 30px;
}
}
@media only screen and (max-width: 384px) {
.woocommerce-ordering::after {
right: 11px;
top: 6px;
}
.woocommerce-ordering select {
font-size: 13px;
padding: 0 8px;
height: 36px;
line-height: 36px;
width: 160px;
}
.product-category h3 {
min-width: 120px;
}
.p-video {
bottom: 130px
}
.wcvendors-pro-dashboard-wrapper input[type="submit"],
.wcvendors-pro-dashboard-wrapper a.button {
padding: 0 20px;
}
}
@media only screen and (max-width: 375px) {
.wc-tabs li a {
margin: 0 10px;
font-size: 13px;
font-weight: 500;
}
}
@media only screen and (max-width: 360px) {
.metaslider .flexslider .caption-wrap .f__libre,
.metaslider .flexslider .caption-wrap h4 {
font-size: 12px;
}
.metaslider a.button {
height: 36px;
line-height: 32px!important;
padding: 0 30px;
}
.btn-quickview {
font-size: 12px;
}
.p-video,
.bottom .p-video {
bottom: 120px
}
.outside .p-video {
bottom: 20px;
}
.product-extra .slick-next {
right: -10px;
}
.product-extra .slick-prev {
left: -10px;
}
.products .jas-col-xs-6:first-child,
.products .jas-col-xs-6:nth-child(2n+1) {
padding-right: 0.5rem;
}
.products .jas-col-xs-6:nth-child(2n) {
padding-left: 0.5rem;
}
.products.jas-masonry .jas-col-xs-6:first-child,
.products.jas-masonry .jas-col-xs-6:nth-child(2n+1) {
padding-left: 0.5rem;
}
.products.jas-masonry .jas-col-xs-6:nth-child(2n) {
padding-right: 0.5rem;
}
}
@media only screen and (max-width: 320px) {
.metaslider a.button {
height: 32px;
line-height: 28px!important;
padding: 0 20px;
font-size: 12px;
}
h3.product-title {
font-size: 13px;
}
.metaslider .flex-control-nav {
bottom: 10px;
}
.quantity input.input-text[type="number"] {
width: 95px;
}
.single_add_to_cart_button {
padding: 0 20px;
}
.wc-tabs li a {
margin: 0 5px;
font-size: 13px;
font-weight: 500;
}
.cart-moved {
overflow: hidden;
}
.cart-moved .btn-atc {
float: left;
}
.cart-moved .btn-atc .button {
margin-left: -5px;
white-space: nowrap;
}
.cart-moved .cart .yith-wcwl-add-to-wishlist {
right: -45px;
}
.wc-single-3 .p-video,
.wc-single-4 .p-video {
bottom: 20px;
}
}
/* Apple Pay */
@supports (-webkit-appearance: -apple-pay-button) {
.single-product div.product .stripe-enabled form.cart .apple-pay-button {
max-width: 100%;
margin-right: 0;
height: 40px;
margin-top: 15px;
}
.single-product div.product .stripe-enabled form.cart .quantity input {
width: 115px;
}
.single-product div.product .stripe-enabled form.cart .quantity~.button {
width: calc(100% - 128px);
white-space: nowrap;
}
@media only screen and (max-width: 800px) {
.stripe-enabled .cart .yith-wcwl-add-to-wishlist {
bottom: 0;
top: auto;
right: 0;
}
.single-product div.product .stripe-enabled form.cart .apple-pay-button {
width: calc(100% - 50px);
}
form.cart {
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.single-product div.product .stripe-enabled form.cart .quantity {
float: left;
text-align: center;
}
.single-product div.product .stripe-enabled form.cart .apple-pay-button-wrapper {
width: 100%;
float: right;
}
.single-product div.product .stripe-enabled form.cart .apple-pay-button {
width: 100%;
margin: 0;
}
.single-product div.product .stripe-enabled form.cart .quantity~.button {
margin-top: 15px;
width: calc(100% - 50px);
margin-bottom: 0;
}
}
}
body, body a{
/* font: 'renatovarran'!important; */
}
#jas-header {
height:60px!important;
border:0;
}
.header__top.bgbl.pt__10.pb__10.pl__15.pr__15.fs__12 {
padding-top:5px;
padding-bottom:4px;
font-size:11px;
}
div.header__mid.pl__15.pr__15.header__transparent.pa.w__100 {
overflow:hidden!important;
height:48px;
}
div.jas-branding.ts__05 {
line-height:48px!important;
}
.jas-row.middle-xs.pt__10.pb__10 {
background-color: #050505!important;
border:0;
border-image:0!important;
padding-top:0px;
padding-bottom:0px;
overflow:hidden!important;
height:48px;
}
.jas-navigation.flex.center-xs {
border:0;
margin:0;
}
div.header__bot.hidden-sm {
margin:0;
margin-top:48px!important;
line-height:48px!important;
}
.header-4 {
/* font: 'renatovarran'!important; */
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
}
.jas-navigation.flex.center-xs {
background-color: white;
height:44px;
line-height:44px!important;
}
.jas-navigation.flex.center-xs a {
color:#121212;
font-size:13px!important;
}
.jas-navigation.flex.center-xs a:hover {
color:#606060;
}
.menu-item.menu-item-type-custom.menu-item-object-custom a:hover {
color:#606060!important;
}
.menu-item.menu-item-type-custom.menu-item-object-custom {
margin-left:20px;
margin-right:20px;
}
body.home div.page-head.pr.tc {
display:none!important;
}
body.home div#jas-content {
margin-top:-30px;;
}
#topmenuphoto {
height:550px;
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
color:#121212;
font-size:13px;
}
#topmenuphoto a{
color:#f6f6f6;
}
.topmenuphototext a:hover{
color:#888888!important;
}
#titlemenswear {
font-size: 20px!important;
text-shadow: rgba(0, 0, 0, 0.180392) -1px 1px 7px;
margin-top: 17px;
margin-bottom:20px;
color:#f6f6f6;
}
#titlemultibrand {
font-size: 16px!important;
text-shadow: rgba(0, 0, 0, 0.180392) -1px 1px 7px;
margin-top: 17px;
margin-bottom:20px;
color:#f6f6f6;
}
.antialiasedtext {
-webkit-font-smoothing: antialiased;
}
/*------------------------Mobile---------------------------------------------------*/
.mobilelist {
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
color:#121212;
font-size:14px;
/*text-shadow: rgba(0, 0, 0, 0.180392) -1px 1px 5px; */
}
#titlemenswearmobile {
font-size: 22px;
margin-bottom:20px;
}
@media screen and (max-width: 1024px) {
#jas-header {
height:68px!important;
}
#topmenuphoto {
height:500px!important;
}
}
@media screen and (max-width: 700px) {
#topmenuphoto {
height:500px!important;
}
}
#menu-menu-left a:hover{
color:#878787!important;
}
ul#menu-menu-left.menu a:hover{
color:#878787!important;
}
ul#menu-menu-left.menu a{
color:#121212!important;
text-transform:uppercase;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom a{
font-size:13px!important;
}
span.holder {
color:#121212!important;
}
h3.mg__0.tc.cw.bgb.tu.ls__2 {
background-color: #151515!important;
}
/*------------------------Mobile---------------------------------------------------*/
#buttonlookbook {
/* font: 'renatovarran'!important; */
text-transform: uppercase!important;
-webkit-font-smoothing: antialiased!important;
font-size:15px!important;
}
#instagramtitle {
/* font: 'renatovarran'!important; */
-webkit-font-smoothing: antialiased!important;
font-size:15px!important;
}
.sub-menu {
margin-top:-2px!important;
border:0!important;
box-shadow: 0px 0px 0px black!important;
transition-duration:0.05s!important;
border-style:solid!important;
border-width:1px!important;
border-color:#ddd!important;
}
@media screen and (max-width: 1024px) {
a#contact{
display:none;
}
}
/*transition-duration----------------------------------------------------------------*/
a {
transition-duration:0.05s;
}
.jas-canvas-menu.jas-push-menu {
transition-duration:0.3s;
}
.jas-mini-cart.jas-push-menu {
transition-duration:0.3s;
}
/*transition-duration----------------------------------------------------------------*/
/*woocomerce single product----------------------------------------------------------------*/
div.bgbl.pt__20.pb__20.pl__15.pr__15.lh__1 {
background-color: white;
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
font-size:10px!important;
padding:5px;
padding-bottom:8px;
margin-left:auto!important;
text-align:center;
}
nav.woocommerce-breadcrumb {
font-size:10px!important;
color:#121212;
}
div.bgbl.pt__20.pb__20.pl__15.pr__15.lh__1 a{
font-size:10px!important;
color:#777777;
}
div.bgbl.pt__20.pb__20.pl__15.pr__15.lh__1 a:hover{
color:#121212;
}
h4.swatch__title, .product-subtitle, h1.product_title.entry-title {
font-weight:normal;
/* font: 'renatovarran'!important; */
text-transform: uppercase;
}
.product-subtitle{
font-size:17px;
}
h1.product_title.entry-title {
font-size:13px;
}
h4.swatch__title {
font-size:13px;
}
div.summary.entry-summary {
text-align: center;
position:relative!important;
padding-top:30px;
border-top-style:solid!important;
border-top-width:1px!important;
border-top-color:#ddd!important;
}
p.price {
width:100%;
}
span.woocommerce-Price-amount.amount {
font-size:15px;
color:#121212;
}
h4.swatch__title, div.product_meta {
display:none;
}
ul.swatch__list.is-flex {
justify-content: center;
}
div.content-quickview.entry-summary > div.btn-atc.atc-slide > form.variations_form.cart > div.variations > div.swatch.is-label > ul.swatch__list.is-flex {
justify-content: left!important;
}
li.swatch__list--item.is-relative {
border-bottom-left-radius:1px;
border-bottom-right-radius:1px;
border-top-left-radius:1px;
border-top-right-radius:1px;
}
li.swatch__list--item.is-relative.is-selected {
background-color: #202020!important;
}
li.swatch__list--item.is-relative:hover {
border-color:#202020;
}
div.yith-wcwl-add-to-wishlist, div.quantity.pr.fl.mr__10 {
display:none!important;
}
div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
width:100%;
}
form.variations_form.cart {
width:100%;
}
button.single_add_to_cart_button.button.alt {
border-bottom-left-radius: 2px!important;
border-bottom-right-radius: 2px!important;
border-top-left-radius: 2px!important;
border-top-right-radius: 2px!important;
width:80%;
font-weight:normal;
/* font: 'renatovarran'!important; */
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
font-size:13px;
line-height:35px!important;
background-color:#202020;
transition-delay: 0s;
transition-duration: 0.05s;
}
button.single_add_to_cart_button.button.alt:hover {
background-color:white;
color:#121212;
border-style:solid;
border-width:1px;
border-color:#888888;
transition-delay: 0s;
transition-duration: 0.05s;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
background-color: #202020;
opacity:1;
transition-delay: 0s;
transition-duration: 0.05s;
cursor:pointer;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover {
background-color: #aaa;
border:0;
color:white;
}
ul.tabs.wc-tabs.flex.center-xs.fs__16 {
justify-content: center;
border-style:solid!important;
border-bottom-width:1px!important;
border-color:#ddd!important;
}
a.db.br__40.cg {
border:0;
font-weight:normal;
/* font: 'renatovarran'!important; */
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
font-size:13px;
}
div.woocommerce-tabs.wc-tabs-wrapper.pt__50 {
font-size:13px;
}
div.product-info.mt__15 > p.product-subtitle {
font-size:15px;
text-align:center;
margin-bottom:5px;
}
div.product-info.mt__15 {
text-align:center;
text-transform:uppercase;
}
h3.product-title.pr.fs__14.mg__0.fwm a{
-webkit-font-smoothing:antialiased;
color:#808080;
font-size:11px;
}
h3.product-title.pr.fs__14.mg__0.fwm {
margin-bottom:5px;
}
div.product-info.mt__15 > span.price > span.woocommerce-Price-amount.amount {
color:#121212;
font-size:14px;
}
div.product-extra-title.tc > h2.tu.mg__0.fs__24.pr.dib.fwsb {
font-weight: normal;
}
div.product-extra-title.tc {
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#ddd;
}
h2.tu.mg__0.fs__24.pr.dib.fwsb {
font-size:17px;
}
h2.tu.mg__0.fs__24.pr.dib.fwsb::after, h2.tu.mg__0.fs__24.pr.dib.fwsb::before {
display:none;
}
button.slick-next.slick-arrow, button.slick-prev.slick-arrow{
font-weight:500;
border-bottom-width:1px;
border-top-width:1px;
border-left-width:1px;
border-right-width:1px;
border:0;
transition-duration: 0.05s;
color:#555;
font-size: 23px;
}
button.slick-next.slick-arrow:hover, button.slick-prev.slick-arrow:hover {
background:none;
color:#121212
}
button.slick-next.slick-arrow {
right:-30px;
}
button.slick-prev.slick-arrow {
left:-30px;
}
/***** CHeckout----------------------------------------- */
.button, .input-text, a.checkout-button.button.alt.wc-forward {
border-top-left-radius: 2px!important;
border-top-right-radius: 2px!important;
border-bottom-left-radius: 2px!important;
border-bottom-right-radius: 2px!important;
/* font: 'renatovarran'!important; */
-webkit-font-smoothing: antialiased;
line-height:40px!important;
}
.input-text {
color:#121212!important;
}
input.button, a.checkout-button.button.alt.wc-forward, a.button.wc-forward, a.button.wc-backward {
/* font: 'renatovarran'!important; */
font-weight:normal;
border-bottom-width:1px;
border-top-width:1px;
border-left-width:1px;
border-right-width:1px;
transition-duration:0.1s;
background-color:#202020;
color:white!important;
font-size:13px;
line-height:40px!important;
}
input.button:hover {
background-color:white!important;
color:#121212!important;
}
a.checkout-button.button.alt.wc-forward {
text-transform:uppercase;
font-size: 13px;
line-height:40px!important;
}
a.checkout-button.button.alt.wc-forward:hover {
background-color:white!important;
color:#121212!important;
}
tr.cart_item > td.product-quantity > div.quantity.pr.fl.mr__10 {
display:block!important;
}
div.woocommerce-message a{
font-weight:normal;
}
a.about_paypal {
display:none!important;
}
/***** Checkout----------------------------------------- */
/*woocomerce single product----------------------------------------------------------------*/
/*woocomerce products listings----------------------------------------------------------------*/
h1.cw {
display:none;
}
div.page-head.pr.tc {
padding:0px;
text-transform: uppercase;
font-size:17px;
background-color:white!important;
background-image: none;
color:#121212;
margin:0px;
height:20px;
padding-top:0px;
}
div.page-head.pr.tc > div.jas-container.pr {
background-color:white;
height:100%;
width:100%;
padding:0px;
margin:0px;
text-align: center;
}
select.orderby {
display:none;
}
div.result-count-order {
margin:0px;
margin-top:5px;
height:0px;
border-top-style:solid;
border-top-width:1px;
border-top-color:#ddd;
}
div.sidebar {
position:relative;
left:-14px;
top:2px;
margin-top:0px;
padding-top:35px;
background-color:#fff;
border-top-style:solid;
border-top-width:1px;
border-top-color:#ddd;
border-right-style:solid;
border-right-width:1px;
border-right-color:#ddd;
}
@media screen and (max-width: 1024px) {
div.sidebar {
padding-left: 30px;
}
}
h4.widget-title.fwm {
text-transform:uppercase;
color:#121212;
font-size:16px;
padding-bottom:5px;
}
h4.widget-title.fwm::after {
display:none;
}
li.cat-item::before {
display: none;
}
li.cat-item {
text-transform: uppercase;
font-size:12px;
}
li.cat-item a{
color:#707070;
}
li.cat-item a:hover{
color:#121212;
}
li.current-cat a{
color:#121212;
}
div.jas-wc {
margin-bottom:0px;
padding-bottom:0px;
}
div.products {
margin-bottom:60px;
}
a.btn-quickview.cd.br__40.pl__25.pr__25.bgw.tc.dib {
border-bottom-left-radius:2px;
border-bottom-right-radius:2px;
border-top-left-radius:2px;
border-top-right-radius:2px;
transform: matrix(1, 0, 0, 1, 0, 0);
width:100%;
text-align:center;
font-weight:normal;
/* font: 'renatovarran'!important; */
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
font-size:13px;
height:35px;
opacity:0.8;
background-color:#ddd;
color:#121212;
}
a.btn-quickview.cd.br__40.pl__25.pr__25.bgw.tc.dib:hover {
background-color:#202020;
color:white;
opacity:0.95
}
div.product-btn.pa.flex.column.ts__03 {
transform: matrix(1, 0, 0, 1, 0, 0);
transform: translate(0, 0)!important;
transition-duration:0.05s;
width:100%;
}
@media screen and (max-width: 1024px) {
div.product-btn.pa.flex.column.ts__03 {
transform: matrix(1, 0, 0, 1, 0, 0);
transform: translate(0, 0)!important;
transition-duration:0.05s;
width:100%;
display:none;
}
}
/*woocomerce products listings----------------------------------------------------------------*/
/*lookbook----------------------------------------------------------------*/
div.pin-maker.pm-3col {
position:relative;
top:-30px;
}
a#contact{
color:#888888;
float:left;
}
a#contact:hover{
color:white;
}
div.jas-col-md-12.jas-col-xs-12.mt__60.mb__60 > h3 {
text-transform: uppercase!important;
font-weight:normal!important;
font-size:17px!important;
padding-bottom:20px!important;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#ddd;
margin-top:0px;
}
footer#jas-footer {
position:relative;
top:-5px;
border-top-style:solid;
border-top-width:1px;
border-top-color:#ddd;
}
div.footer__top {
padding-top:30px;
padding-bottom:0px;
}
div.footer__bot {
align-items:right;
font-size:11px;
background-color:#fafafa;
position:relative;
top:5px;
padding-top:7px;
padding-bottom:10px;
}
.widget-title {
font-weight:normal;
font-size:13px;
text-transform: uppercase;
margin-bottom:20px;
}
div.textwidget {
font-size:10.5px;
text-transform: uppercase;
}
div.textwidget > p {
margin-bottom:5px;
}
div.mc4wp-form-fields > p > input[type="submit"] {
/* font: 'renatovarran'!important; */
font-weight:normal;
border-bottom-width:1px;
border-top-width:1px;
border-left-width:1px;
border-right-width:1px;
transition-duration:0.1s;
background-color:#202020;
color:white!important;
font-size:13px;
line-height:40px!important;
border-top-left-radius: 2px!important;
border-top-right-radius: 2px!important;
border-bottom-left-radius: 2px!important;
border-bottom-right-radius: 2px!important;
-webkit-font-smoothing: antialiased;
}
div.mc4wp-form-fields > p > input[type="submit"]:hover {
background-color:white!important;
color:#121212!important;
}
#sizeguide {
font-size:11px;
text-transform: uppercase;
}
div.wc-extra-content.dib.w__100.mt__30 {
margin:0;
}
p {
line-height:22px;
}
span.onsale {
background-color:#999999;
}
| 0.226185 | 0.107297 |
.dashboard .card {
border: none;
}
.dashboard .card-header {
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
.dashboard .card-block {
padding: 0.5em;
}
.dashboard .content {
border: 1px solid #e5e5e5;
border-top: none;
overflow: auto;
height: 280px;
}
.dashboard .card-block.collapse.show {
display: block;
}
.dashboard .loading {
background-image: url('https://aimeos.org/aimeos-spinner.gif');
background-repeat: no-repeat;
background-position: center;
background-size: 128px;
}
.dashboard table {
margin: 0;
}
.dashboard td {
border-top: none;
height: inherit;
}
/* job styles */
.dashboard .dashboard-job .content {
height: auto;
}
/* Common SVG diagram styles */
.dashboard .axis {
fill: #808080;
text-anchor: middle;
}
.dashboard .axis line,
.dashboard .axis path {
fill: none;
stroke: #A0A0A0;
shape-rendering: crispEdges;
}
/* Order per day diagram styles */
.dashboard .order-day .day {
fill: #f8f8f8;
}
.dashboard .order-day .path-month {
fill: none;
stroke: #800000;
stroke-width: 1px;
}
.dashboard .order-day .q0 { fill: #f8f8f8; }
.dashboard .order-day .q1 { fill: #d5efcf; }
.dashboard .order-day .q2 { fill: #bae4b4; }
.dashboard .order-day .q3 { fill: #9ad696; }
.dashboard .order-day .q4 { fill: #75c47a; }
.dashboard .order-day .q5 { fill: #4fb063; }
.dashboard .order-day .q6 { fill: #30994f; }
.dashboard .order-day .q7 { fill: #167f3b; }
.dashboard .order-day .q8 { fill: #036429; }
.dashboard .order-day .q9 { fill: #00441b; }
/* Order per hour diagram styles */
.dashboard .order-hour .bar {
fill: #1f77b4;
}
/* Latest order list styles */
.dashboard .order-latest .content {
min-height: 280px;
height: auto;
}
.dashboard .order-latest td {
height: inherit;
}
.dashboard .order-latest .order-id,
.dashboard .order-latest .order-base-price,
.dashboard .order-latest .order-statuspayment {
text-align: right;
}
.dashboard .order-latest .order-base-address-name,
.dashboard .order-latest .order-base-service-payment {
text-align: left;
}
.dashboard .order-latest .order-statuspayment,
.dashboard .order-latest .order-base-price {
font-weight: bold;
}
.dashboard .order-latest .order-base-service-payment:before {
content: "(";
}
.dashboard .order-latest .order-base-service-payment:after {
content: ")";
}
@media (max-width: 768px) {
.dashboard .order-latest .content {
height: 280px;
}
.dashboard .order-latest .order-base-service-payment {
display: none;
}
}
@media (max-width: 640px) {
.dashboard .order-latest .order-base-address-name {
display: none;
}
}
/* Order per payment status diagram styles */
.dashboard #order-paymentstatus-data {
position: relative;
}
.dashboard .order-paymentstatus .focus {
stroke: #555;
}
.dashboard .order-paymentstatus .overlay {
pointer-events: all;
fill: none;
}
.dashboard .order-paymentstatus .pay-unfinished { fill: #969696; }
.dashboard .order-paymentstatus .pay-deleted { fill: #e6550d; }
.dashboard .order-paymentstatus .pay-canceled { fill: #fd8d3c; }
.dashboard .order-paymentstatus .pay-refused { fill: #fdae6b; }
.dashboard .order-paymentstatus .pay-refund { fill: #756bb1; }
.dashboard .order-paymentstatus .pay-pending { fill: #3182bd; }
.dashboard .order-paymentstatus .pay-authorized { fill: #74c476; }
.dashboard .order-paymentstatus .pay-received { fill: #31a354; }
.dashboard .order-paymentstatus .tooltip {
background: rgba(0, 0, 0, 0.6);
border-radius: 2px;
font-weight: bold;
line-height: 1;
padding: 10px;
margin: 0;
color: #fff;
opacity: 1;
display: none;
position: absolute;
left: 0;
top: 0;
}
.dashboard .order-paymentstatus .tooltip .head {
font-size: 100%;
font-weight: bold;
text-align: center;
}
.dashboard .order-paymentstatus .tooltip .values th,
.dashboard .order-paymentstatus .tooltip .values td {
text-align: right;
height: inherit;
}
|
ext/ai-admin-jqadm/admin/jqadm/themes/default/dashboard.css
|
.dashboard .card {
border: none;
}
.dashboard .card-header {
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
.dashboard .card-block {
padding: 0.5em;
}
.dashboard .content {
border: 1px solid #e5e5e5;
border-top: none;
overflow: auto;
height: 280px;
}
.dashboard .card-block.collapse.show {
display: block;
}
.dashboard .loading {
background-image: url('https://aimeos.org/aimeos-spinner.gif');
background-repeat: no-repeat;
background-position: center;
background-size: 128px;
}
.dashboard table {
margin: 0;
}
.dashboard td {
border-top: none;
height: inherit;
}
/* job styles */
.dashboard .dashboard-job .content {
height: auto;
}
/* Common SVG diagram styles */
.dashboard .axis {
fill: #808080;
text-anchor: middle;
}
.dashboard .axis line,
.dashboard .axis path {
fill: none;
stroke: #A0A0A0;
shape-rendering: crispEdges;
}
/* Order per day diagram styles */
.dashboard .order-day .day {
fill: #f8f8f8;
}
.dashboard .order-day .path-month {
fill: none;
stroke: #800000;
stroke-width: 1px;
}
.dashboard .order-day .q0 { fill: #f8f8f8; }
.dashboard .order-day .q1 { fill: #d5efcf; }
.dashboard .order-day .q2 { fill: #bae4b4; }
.dashboard .order-day .q3 { fill: #9ad696; }
.dashboard .order-day .q4 { fill: #75c47a; }
.dashboard .order-day .q5 { fill: #4fb063; }
.dashboard .order-day .q6 { fill: #30994f; }
.dashboard .order-day .q7 { fill: #167f3b; }
.dashboard .order-day .q8 { fill: #036429; }
.dashboard .order-day .q9 { fill: #00441b; }
/* Order per hour diagram styles */
.dashboard .order-hour .bar {
fill: #1f77b4;
}
/* Latest order list styles */
.dashboard .order-latest .content {
min-height: 280px;
height: auto;
}
.dashboard .order-latest td {
height: inherit;
}
.dashboard .order-latest .order-id,
.dashboard .order-latest .order-base-price,
.dashboard .order-latest .order-statuspayment {
text-align: right;
}
.dashboard .order-latest .order-base-address-name,
.dashboard .order-latest .order-base-service-payment {
text-align: left;
}
.dashboard .order-latest .order-statuspayment,
.dashboard .order-latest .order-base-price {
font-weight: bold;
}
.dashboard .order-latest .order-base-service-payment:before {
content: "(";
}
.dashboard .order-latest .order-base-service-payment:after {
content: ")";
}
@media (max-width: 768px) {
.dashboard .order-latest .content {
height: 280px;
}
.dashboard .order-latest .order-base-service-payment {
display: none;
}
}
@media (max-width: 640px) {
.dashboard .order-latest .order-base-address-name {
display: none;
}
}
/* Order per payment status diagram styles */
.dashboard #order-paymentstatus-data {
position: relative;
}
.dashboard .order-paymentstatus .focus {
stroke: #555;
}
.dashboard .order-paymentstatus .overlay {
pointer-events: all;
fill: none;
}
.dashboard .order-paymentstatus .pay-unfinished { fill: #969696; }
.dashboard .order-paymentstatus .pay-deleted { fill: #e6550d; }
.dashboard .order-paymentstatus .pay-canceled { fill: #fd8d3c; }
.dashboard .order-paymentstatus .pay-refused { fill: #fdae6b; }
.dashboard .order-paymentstatus .pay-refund { fill: #756bb1; }
.dashboard .order-paymentstatus .pay-pending { fill: #3182bd; }
.dashboard .order-paymentstatus .pay-authorized { fill: #74c476; }
.dashboard .order-paymentstatus .pay-received { fill: #31a354; }
.dashboard .order-paymentstatus .tooltip {
background: rgba(0, 0, 0, 0.6);
border-radius: 2px;
font-weight: bold;
line-height: 1;
padding: 10px;
margin: 0;
color: #fff;
opacity: 1;
display: none;
position: absolute;
left: 0;
top: 0;
}
.dashboard .order-paymentstatus .tooltip .head {
font-size: 100%;
font-weight: bold;
text-align: center;
}
.dashboard .order-paymentstatus .tooltip .values th,
.dashboard .order-paymentstatus .tooltip .values td {
text-align: right;
height: inherit;
}
| 0.345436 | 0.089654 |
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
-webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
outline: 0;
}
ol, ul {
list-style: none;
margin: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a img {
border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
embed, iframe, object {
max-width: 100%;
}
/* =Global
----------------------------------------------- */
body, input, textarea {
color: #555;
font: 18px 'Gentium Basic', serif;
line-height: 26px;
word-wrap: break-word;
}
body {
background-color: #f8f8f8;
}
.wrapper {
margin: 0 auto;
max-width: 978px;
width: 94%;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1 {
font-size: 40px;
line-height: 50px;
}
h2 {
font-size: 38px;
line-height: 48px;
}
h3{
font-size: 34px;
line-height: 43px;
}
h4 {
font-size: 30px;
line-height: 38px;
}
h5 {
font-size: 26px;
line-height: 30px;
}
h6 {
font-size: 22px;
text-transform: uppercase;
line-height: 27px;
}
/* No Border/Margin/Padding */
.no-margin-top {
margin-top:0px !important;
}
.no-margin-bottom {
margin-bottom:0px !important;
}
.no-margin-left {
margin-left:0px !important;
}
.no-margin-right {
margin-right:0px !important;
}
.no-padding-top {
padding-top:0px !important;
}
.no-padding-bottom {
padding-bottom:0px !important;
}
.no-padding-left {
padding-left:0px !important;
}
.no-padding-right {
padding-right:0px !important;
}
.no-border-top {
border-top:0 none !important;
}
.no-border-bottom {
border-bottom:0 none !important;
}
.no-border-left {
border-left:0 none !important;
}
.no-border-right {
border-right:0 none !important;
}
/* Horizontal Line */
hr {
border-color: #bbb;
border-style: dotted none none;
border-width: 2px 0 0;
height: 0;
margin: 0 0 50px;
}
/* Text elements */
p {
margin-bottom: 22px;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
pre {
background-color: #fff;
margin-bottom: 40px;
overflow: auto;
padding: 20px;
}
pre, code, kbd {
font-family:"Courier 10 Pitch",Courier,monospace;
font-size: 16px;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #666;
cursor: help;
}
address {
display: block;
margin: 0 0 1.625em;
}
ins {
background: #fff9c0;
}
/* Superscript and Subscript */
sup, sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
/* Blockquote */
blockquote {
font-style: italic;
font-weight: normal;
padding: 20px;
background: #fff;
border-left: 4px solid #5F85B0;
border-right: 1px solid #bbb;
margin-bottom: 40px;
/* max-width: 564px; */
}
blockquote p {
margin: 0;
color: #555;
}
blockquote em, blockquote i, blockquote cite {
font-style: normal;
}
blockquote cite {
color: #666;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
text-transform: uppercase;
}
/* Breadcrumb */
.breadcrumb {
margin-bottom: 20px;
}
.breadcrumb a {
color: #999;
margin-bottom: 10px;
}
.breadcrumb,
.breadcrumb a:hover {
color: #666;
}
/* Forms */
input, textarea {
-webkit-border-radius:0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
/* -webkit-appearance: caret;
-moz-appearance: caret; */
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
padding: 10px 10px 8px;
-webkit-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
-moz-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
border: 1px solid #cccccc;
line-height: 20px;
width: 100%;
margin: 0 0 30px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
textarea:hover {
background-color: #FAFAFA;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
background-color: #f7f7f7;
}
input.s {
background: url(images/search.png) no-repeat right 6px #fff;
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
border: 1px solid #ccc !important;
-webkit-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
-moz-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
width: 95px;
padding: 4px 33px 4px 10px;
height: 22px;
color: #bbb;
font-size: 16px;
font-style: italic;
margin: 0;
}
input.s:focus {
width: 200px;
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
background-color: #5F85B0;
border: 1px solid #466282;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
border-radius: 19px;
color: #FFFFFF;
display: inline-block;
height: 30px;
margin:30px 0;
padding: 5px 25px 27px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
cursor: pointer;
}
/* Links */
a {
color: #5f85b0;
text-decoration: none;
}
a:focus, a:active, a:hover {
text-decoration: none;
}
/* Images */
figure {
margin: 0;
}
img {
max-width:100%;
height:auto;
vertical-align:top;
}
.entry-content img, .comment-content img, .widget img {
max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
}
img.size-full, img.size-large {
max-width: 100%;
height: auto;
}
.entry-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 1.625em;
}
p img {
}
img#wpstats {
display: none;
}
/* Assistive text */
.assistive-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active, #access a.assistive-text:focus {
background: #eee;
border-bottom: 1px solid #ddd;
color: #1982d1;
clip: auto !important;
font-size: 12px;
position: absolute;
text-decoration: underline;
top: 0;
left: 7.6%;
}
/* clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
height:1%;
}
.clearfix {
display: block;
}
/* close commented backslash hack */
/* Readmore */
a.readmore, a.more-link {
color: #fff;
display:inline-block;
border: 1px solid #466282;
background-color: #5f85b0;
padding: 5px 25px 0;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
border-radius: 19px;
height: 30px;
margin-bottom: 22px;
}
a.readmore:hover, a.more-link:hover {
background-color: #577da7;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.alignright {
display: inline;
float: right;
margin-left: 30px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/* Back to Top */
.back-to-top {
position: fixed;
bottom: 10px;
right: 10px;
}
.back-to-top a {
width: 35px;
height: 35px;
text-indent: -20000px;
display: block;
background-image: url("images/back-to-top.png");
}
/* =Header
----------------------------------------------- */
#branding {
background: url("images/header-bg.jpg");
border-bottom: 1px solid #ddd;
-moz-box-shadow: 0 7px 0 #f3f3f3;
-webkit-box-shadow: 0 7px 0 #f3f3f3;
box-shadow: 0 7px 0 #f3f3f3;
}
.hgroup-wrap {
padding-top: 25px;
padding-bottom: 45px;
}
.hgroup-wrap a {
display: block;
}
.hgroup-wrap img {
margin-top: 39px;
margin-bottom: 13px;
}
#site-logo {
float:left;
margin-top: 39px;
margin-bottom: 13px;
}
#site-title {
font: 42px 'Gentium Basic', serif;
line-height:50px;
}
#site-title a {
color: #555;
}
#site-title a img {
vertical-align: inherit;
}
#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
color: #5f85b0;
}
#site-description {
font-size: 16px;
color: #888;
}
.hgroup-right {
float: right;
width: 31.28%;
margin-top: 20px;
}
/* Social Profiles */
.social-profiles ul {
margin: -10px 0 0;
float:right;
}
.social-profiles ul li {
margin-left:10px;
margin-top:10px;
float:left;
}
.social-profiles ul li a {
display:block;
width:30px;
height:30px;
text-indent: -99999px;
background-image: url("images/social-icons.png");
background-position: right bottom;
}
.social-profiles ul li.facebook a {
background-position: 0 0;
}
.social-profiles ul li.facebook a:hover {
background-position: 0 -40px;
}
.social-profiles ul li.twitter a {
background-position: -40px 0;
}
.social-profiles ul li.twitter a:hover {
background-position: -40px -40px;
}
.social-profiles ul li.google-plus a {
background-position: -80px 0;
}
.social-profiles ul li.google-plus a:hover {
background-position: -80px -40px;
}
.social-profiles ul li.pinterest a {
background-position: -120px 0 ;
}
.social-profiles ul li.pinterest a:hover {
background-position: -120px -40px ;
}
.social-profiles ul li.linked a {
background-position: -160px 0;
}
.social-profiles ul li.linked a:hover {
background-position: -160px -40px;
}
.social-profiles ul li.tumblr a {
background-position: -200px 0 ;
}
.social-profiles ul li.tumblr a:hover {
background-position: -200px -40px;
}
.social-profiles ul li.vimeo a {
background-position: -240px 0;
}
.social-profiles ul li.vimeo a:hover {
background-position: -240px -40px;
}
.social-profiles ul li.my-space a {
background-position: -280px 0;
}
.social-profiles ul li.my-space a:hover {
background-position: -280px -40px;
}
.social-profiles ul li.flickr a {
background-position: -320px 0;
}
.social-profiles ul li.flickr a:hover {
background-position: -320px -40px;
}
.social-profiles ul li.you-tube a {
background-position: -360px 0;
}
.social-profiles ul li.you-tube a:hover {
background-position: -360px -40px;
}
.social-profiles ul li.rss a {
background-position: -400px 0;
}
.social-profiles ul li.rss a:hover {
background-position: -400px -40px;
}
/* =Menu
-------------------------------------------------------------- */
#access {
background: url('images/access-bg.png') top center #fff;
border-bottom: 1px solid #bbb;
margin-bottom: 40px;
}
#access ul {
}
#access li {
float: left;
position: relative;
}
li.default-menu {
display: none;
}
#access a {
color: #555;
display: block;
float: left;
font-size: 21px;
padding: 21px 10px 0;
height: 45px;
}
#access a:hover,
#access ul li.current-menu-item a,
#access ul li.current_page_ancestor a,
#access ul li.current-menu-ancestor a,
#access ul li.current_page_item a,
#access ul li:hover > a {
border-top: 5px solid #5f85b0;
color: #5f85b0;
padding-top: 16px;
}
#access ul ul {
}
#access ul ul ul {
}
#access ul ul a {
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
}
#access li:hover > a,
#access a:focus {
}
#access ul li:hover > ul {
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
}
/* Dropdown */
#access ul li ul,
#access ul li:hover ul ul,
#access ul ul li:hover ul ul,
#access ul ul ul li:hover ul ul,
#access ul ul ul ul li:hover ul ul {
display:none;
z-index: 9999;
}
#access ul li:hover ul,
#access ul ul li:hover ul,
#access ul ul ul li:hover ul,
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
display:block;
}
#access ul li ul {
border-top: 5px solid #5f85b0;
position:absolute;
background-color: #fff;
top:66px;
left:0px;
width:190px;
}
#access ul li ul li {
float:none;
border-bottom:1px solid #ddd;
border-right:0 none;
}
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
color:#999;
border-top: 0 none;
float:none;
line-height:21px;
font-size:17px;
font-weight:normal;
height: 100%;
padding: 8px 10px;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
border-top: 0 none;
background-color: #f5f5f5;
padding: 8px 10px;
color: #5f85b0;
}
#access ul li ul li ul {
left: 190px;
top: -5px;
}
#access select {
display: none;
}
/* Slogan */
.slogan {
font-size: 40px;
line-height: 49px;
text-align: center;
margin-bottom: 40px;
}
.slogan span {
font-size: 26px;
line-height: 32px;
display: block;
font-style: italic;
padding-top: 5px;
text-align: center;
}
/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider .slider-wrap {
background-color: #fff;
border: 1px solid #ddd;
margin-bottom: 30px;
padding: 7px;
}
.featured-slider .displayblock {
display: block;
}
.featured-slider .displaynone {
display: none;
}
.featured-text {
padding: 15px 13px 13px;
}
.featured-text span {
font-size: 22px;
color: #5f85b0;
display: block;
line-height: 28px;
padding-bottom: 10px;
}
/* Controllers */
#controllers {
text-align:center;
line-height:0;
padding-bottom: 30px;
}
#controllers a {
width:16px;
height:16px;
margin:0 5px;
overflow:hidden;
display:inline-block;
background-color:#ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color: #ccc;
}
#controllers a:hover, #controllers a.active {
background-color: #5f85b0;
color: #5f85b0;
}
/* Search Form */
#branding .searchform {
margin-top:20px;
float: right;
}
#branding .searchform div {
}
#branding #s {
}
#branding #s:focus {
}
#branding #searchsubmit {
}
#branding .only-search .searchform {
}
#branding .only-search #s {
}
#branding .only-search #s,
#branding .only-search #s:focus {
}
#branding .only-search #s:focus {
}
#branding .with-image .searchform {
}
#branding .only-search + #access div {
}
/* =Content
----------------------------------------------- */
#main {
padding-top: 60px;
}
#main select {
background-color: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
height: 40px;
padding: 10px 15px;
width: 100%;
color: #777777;
}
#main form input, #main form textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
padding-bottom: 13px;
}
#content ul {
list-style-type: disc;
}
#content ul, #content ol {
margin: 0 0 30px 30px;
}
#content ul a, #content ol a {
color: #555;
}
#content ul a:hover, #content ol a:hover {
text-decoration: none;
color: #5F85B0;
}
#content ol {
list-style-type: decimal;
}
#content ol ol {
list-style: upper-alpha;
}
#content ol ol ol {
list-style: lower-roman;
}
#content ol ol ol ol {
list-style: lower-alpha;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
margin-bottom: 0;
}
.services {
margin: 20px 0 30px -3.06%;
}
.services-item {
float: left;
margin: 0 0 30px 2.97%;
width: 30.35%;
background: url('images/access-bg.png') repeat-x center top #FFFFFF;
border-bottom: 1px solid #ccc;
}
.services-item a {
padding: 20px;
display: block;
border-top: 5px solid transparent;
}
.services-item a:hover {
border-top: 5px solid #5F85B0;
}
.service-title {
font-size: 26px;
text-align: center;
line-height: 30px;
color: #555;
}
.services-item a:hover .service-title {
color: #5F85B0;
}
.services-item p {
color: #777;
margin-bottom: 0px;
text-align: center;
}
.services-item .service-icon {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-color: #555;
display: block;
height: 70px;
width: 70px;
margin: 0 auto 20px;
}
.services-item .service-icon img {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
height: 70px;
width: 70px;
}
.sticky {
background-color: #E6E6E6;
padding: 20px;
}
#primary {
float: left;
margin-left: 3.06%;
width: 65.64%;
}
#content .post {
padding-bottom: 28px;
}
.page-title {
font-size: 40px;
line-height: 50px;
margin-bottom: 40px;
color: #555;
font-weight: normal;
}
.page-title a {
color: #555;
}
.entry-title,
.entry-header .entry-meta {
}
.entry-header {
padding-bottom: 12px;
}
.entry-title {
font-size: 40px;
line-height: 50px;
font-family: 'Gentium Basic',serif;
}
.entry-title,
.entry-title a {
color: #555;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
color: #5f85b0;
}
.entry-meta {
color: #aaa;
}
.entry-meta a {
color: #888;
}
.entry-meta a:hover {
color: #5f85b0;
}
.entry-meta span {
padding: 0 30px 10px 25px;
display: inline-block;
background-position: left 6px;
background-repeat: no-repeat;
}
.entry-meta .by-author {
background-image: url('images/by-author.png');
}
.entry-meta .date {
background-image: url('images/date.png');
}
.entry-meta .category {
background-image: url('images/tags.png');
}
.entry-meta .comments {
background-image: url('images/comments.png');
}
.tags {
margin-bottom: 50px;
}
.tags a {
color: #888;
padding: 0 0 0 10px;
}
.tags a:hover {
color: #5F85B0;
}
.single-author .entry-meta .by-author {
}
.post-featured-image {
margin-bottom: 26px;
max-width: 700px;
}
.post-featured-image a {
border: 1px solid #ccc;
padding: 5px;
background-color: #fff;
display: block;
}
.entry-content dt,
.comment-content dt {
font-weight: bold;
}
.entry-content dd,
.comment-content dd {
margin-bottom: 20px;
}
.entry-content,
.entry-summary {
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
}
.entry-content h3,
.comment-content h3 {
}
.entry-content table,
.comment-content table {
border-bottom: 1px solid #ddd;
margin: 0 0 1.625em;
width: 100%;
}
.entry-content th,
.comment-content th {
color: #666;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
}
.entry-content td,
.comment-content td {
border-top: 1px solid #ddd;
padding: 6px 10px 6px 0;
}
.page-link {
}
.page-link a {
}
.page-link a:hover {
}
.page-link span {
}
#secondary {
float: left;
font-size: 16px;
line-height: 24px;
margin-left: 3.06%;
padding-bottom: 20px;
width: 31.28%;
color: #777;
}
.left-sidebar-template #primary {
float: right;
}
.left-sidebar-template #secondary {
float: left;
}
.one-column-template .wrapper {
width: 708px;
}
.no-sidebar-template #content {
width: 708px;
margin: 0 auto;
}
/* Custom Gallery Page */
.custom-gallery {
margin-left: -3.06%;
padding-bottom: 30px;
}
.custom-gallery-item {
width: 30.35%;
float: left;
margin: 0 0 0 2.97%;
padding-bottom: 30px;
}
#content .custom-gallery-title, .custom-gallery-title a {
font-size: 26px;
text-align: center;
line-height: 30px;
color: #555;
padding-bottom: 0;
}
.custom-gallery-title a:hover {
color: #5F85B0;
}
.custom-gallery-icon {
padding: 5px;
margin-bottom: 10px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
}
/* Blog Medium Page */
.blog-medium .post-featured-image {
width: 34.57%;
float: left;
margin-right: 4.67%;
margin-bottom: 22px;
}
.blog-medium .entry-content {
width: 60.74%;
float: left;
}
/* Contact Page */
.map-location {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
margin-bottom: 26px;
padding: 5px;
}
.contact #primary .form label {
display: block;
}
.wpcf7 p {
margin-bottom: 0;
}
/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
background: #f9f9f9;
border: 1px solid #ddd;
border-width: 1px 0;
margin: 0 -8.9% 1.625em;
overflow: hidden;
padding: 1.625em 1.625em 0;
text-align: center;
}
.image-attachment div.attachment img {
display: block;
height: auto;
margin: 0 auto 1.625em;
max-width: 100%;
}
.image-attachment div.attachment a img {
border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
border-color: #ddd;
background: #fff;
}
.image-attachment .entry-caption p {
font-size: 10px;
letter-spacing: 0.1em;
line-height: 2.6em;
margin: 0 0 2.6em;
text-transform: uppercase;
}
/* =Comments
-------------------------------------------------------------- */
.comments-title {
font-size: 30px;
font-weight: normal;
line-height: 38px;
padding-bottom: 15px;
}
#content .comments-area ul, #content .comments-area ol {
margin: 0 0 30px 30px;
}
#content .comments-area ul ul, #content .comments-area ol ol{
margin-bottom: 0;
}
.comments-area article {
margin: 24px 0;
margin: 1.714285714rem 0;
}
.comments-area article header {
margin: 0 0 48px;
margin: 0 0 3.428571429rem;
overflow: hidden;
position: relative;
}
.comments-area article header img {
float: left;
padding: 0;
line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
display: block;
margin-left: 85px;
margin-left: 6.071428571rem;
}
.comments-area article header cite {
font-style: normal;
font-size: 15px;
font-size: 1.071428571rem;
line-height: 1.42857143;
}
.comments-area article header time {
line-height: 1.714285714;
text-decoration: none;
font-size: 12px;
font-size: 0.857142857rem;
color: #5e5e5e;
}
.comments-area article header a {
text-decoration: none;
color: #5e5e5e;
}
.comments-area article header a:hover {
color: #21759b;
}
.comments-area article header cite a {
color: #444;
}
.comments-area article header cite a:hover {
text-decoration: underline;
}
.comments-area article header h4 {
position: absolute;
top: 0;
right: 0;
padding: 6px 12px;
padding: 0.428571429rem 0.857142857rem;
font-size: 12px;
font-size: 0.857142857rem;
font-weight: normal;
color: #fff;
background-color: #0088d0;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #009cee, #0088d0);
background-image: -ms-linear-gradient(top, #009cee, #0088d0);
background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
background-image: -o-linear-gradient(top, #009cee, #0088d0);
background-image: linear-gradient(top, #009cee, #0088d0);
border-radius: 3px;
border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
position: absolute;
margin-left: 5px;
margin-left: 0.357142857rem;
padding: 2px 5px;
padding: 0.142857143rem 0.357142857rem;
font-size: 10px;
font-size: 0.714285714rem;
}
a.comment-reply-link {
font-size: 13px;
font-size: 0.928571429rem;
line-height: 1.846153846;
color: #686868;
}
a.comment-reply-link:hover {
color: #21759b;
}
.commentlist .pingback {
line-height: 1.714285714;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
.commentlist .children {
margin-left: 48px;
margin-left: 3.428571429rem;
}
/* Comment form */
#respond {
margin-top: 48px;
margin-top: 3.428571429rem;
}
#respond h3#reply-title {
font-size: 30px;
font-weight: normal;
line-height: 38px;
padding-bottom: 15px;
}
#respond h3#reply-title #cancel-comment-reply-link {
margin-left: 10px;
margin-left: 0.714285714rem;
font-weight: normal;
font-size: 12px;
font-size: 0.857142857rem;
}
#respond form {
margin: 24px 0;
margin: 1.714285714rem 0;
}
#respond form p {
margin: 11px 0;
margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
#respond form label {
display: block;
line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-size: 0.857142857rem;
line-height: 1.714285714;
padding: 10px;
padding: 0.714285714rem;
width: 100%;
}
#respond form p.form-allowed-tags {
margin: 0;
font-size: 12px;
font-size: 0.857142857rem;
line-height: 2;
color: #5e5e5e;
}
.required {
color: red;
}
label ~ span.required {
display: block;
float: left;
margin: -18px 0 0 -16px;
margin: -1.285714286rem 0 0 -1.142857143rem;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"] {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {/* Add some useful style to those fancy borders for linked images ... */
}
.img-border {
background-color: #fff;
padding: 5px;
border: 1px solid #ccc;
}
.img-border a:hover {
}
/* =Pagination
-------------------------------------------------------------- */
#wp_page_numbers {
margin-bottom: 50px;
background: url("images/wp_page_numbers-bg.png") repeat scroll center top #FFFFFF;
border-bottom: 1px solid #BBBBBB;
}
#wp_page_numbers ul {
list-style-type: none;
list-style-image: none;
margin: 0;
float: right;
}
#wp_page_numbers ul li {
float: left;
}
#wp_page_numbers ul li.page_info {
padding: 14px 15px 0;
color: #888;
}
#wp_page_numbers ul li a {
color: #555555;
display: block;
float: left;
font-size: 21px;
height: 36px;
padding: 14px 15px 0;
}
#wp_page_numbers ul li a:hover, #wp_page_numbers ul li.active_page a {
border-top: 5px solid #5F85B0;
color: #5F85B0;
padding-top: 9px;
}
/* wp-pagenavi */
.wp-pagenavi {
margin-bottom: 50px;
background: url("images/wp_page_numbers-bg.png") repeat scroll center top #FFFFFF;
border-bottom: 1px solid #BBBBBB;
text-align: center;
}
.wp-pagenavi .pages {
padding: 14px 15px 0;
color: #888;
}
.wp-pagenavi .current, .wp-pagenavi a {
color: #555555;
display: inline-block;
font-size: 21px;
height: 36px;
margin-left: -4px;
padding: 14px 15px 0;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
border-top: 5px solid #5F85B0;
color: #5F85B0;
padding-top: 9px;
}
/* Default wp-page */
#content ul.default-wp-page {
margin: 0;
list-style: none;
margin-bottom: 50px;
}
ul.default-wp-page li {
background: url("images/wp_page_numbers-bg.png") repeat-x center top #FFFFFF;
border-bottom: 1px solid #BBBBBB;
padding-bottom: 5px;
margin-top: -1px;
}
ul.default-wp-page li.previous {
float:left;
}
ul.default-wp-page li.next {
float:right;
}
ul.default-wp-page li a {
color: #555555;
display: inline-block;
font-size: 21px;
padding: 14px 15px 6px;
}
ul.default-wp-page li a:hover {
border-top: 5px solid #5F85B0;
color: #5F85B0;
padding-top: 9px;
}
/* Single pagination */
.pagination {
margin-bottom: 50px;
background: url("images/wp_page_numbers-bg.png") repeat center top;
text-align: center;
color: #888;
}
.pagination span {
color: #5F85B0;
padding: 10px 15px 0;
font-size: 21px;
display: inline-block;
margin-left: -4px;
height: 35px;
border-top: 5px solid #5F85B0;
}
.pagination a span {
color: #555555;
border-top: 5px solid transparent;
}
.pagination a:hover span {
border-top: 5px solid #5F85B0;
color: #5F85B0;
padding-top: 10px;
}
/* =Widgets
----------------------------------------------- */
.widget {
margin-bottom: 40px;
}
.widget ul li a {
color: #777;
}
.widget ul li a:hover {
color: #5F85B0;
}
.widget-title {
font-size: 30px;
line-height: 38px;
padding-bottom: 15px;
font-weight: normal;
}
.widget-title, .widget-title a {
color:#555;
}
.widget-title a:hover {
color: #5f85b0;
}
/* Search Widget */
.widget_search input.s {
width: 100%;
height: 40px;
padding: 0 35px 0 15px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #777;
background-position: right 10px;
}
/* Calendar Widget */
.widget_calendar #wp-calendar {
color: #555;
width: 95%;
text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
text-align: center;
}
.widget_calendar #wp-calendar caption {
font-size: 11px;
font-weight: 500;
padding: 5px 0 3px 0;
text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
background: #f4f4f4;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
background: #f4f4f4;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
/* Article Widget */
.widget_article {
margin-bottom: 20px;
}
.widget_article .article-title, .widget_article .article-title a {
font-weight: bold;
}
.widget_article .article-title a:hover {
text-decoration: underline;
}
.widget_article .post {
padding-bottom: 20px;
}
.widget_article .article-content p {
margin-bottom: 0px;
}
/* Tag Cloud */
.widget_tag_cloud a {
margin-right: 5px;
color: #777;
padding: 10px 0;
}
.widget_tag_cloud a:hover {
color:#5F85B0;
}
/* Custom Tag Cloud */
.widget_custom-tagcloud a {
margin:0 4px 8px 0;
background-color: #eee;
border: 1px solid #ccc;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
border-radius: 19px;
color: #777;
display: inline-block;
height: 26px;
padding: 2px 15px 0;
}
.widget_custom-tagcloud a:hover {
background-color: #5F85B0;
border: 1px solid #466282;
color: #fff;
}
/* WP Caption */
.wp-caption {
margin-bottom: 26px;
max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
font-style: italic;
font-size: 16px;
line-height: 20px;
}
.wp-caption .wp-caption-text {
margin-bottom: 0;
padding: 15px;
border-bottom: 1px solid #ccc;
}
/* =Footer
----------------------------------------------- */
#colophon {
background: url("images/header-bg.jpg");
border-top: 1px solid #ddd;
-moz-box-shadow: 0 -7px 0 #f3f3f3;
-webkit-box-shadow: 0 -7px 0 #f3f3f3;
box-shadow: 0 -7px 0 #f3f3f3;
padding-top: 40px;
font-size: 15px;
line-height: 22px;
color: #777;
}
#colophon select {
background-color: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
height: 40px;
padding: 10px 15px;
width: 100%;
color: #777777;
}
#colophon hr {
border-top: 1px solid #ccc;
margin-bottom: 40px;
}
#colophon form input, #colophon form textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#colophon .widget-area {
margin-left: -3.06%;
padding: 10px 0 10px;
}
#colophon .widget {
float: left;
margin-left: 2.97%;
width: 30.35%;
}
#colophon .widget_archive,
#colophon .widget_pages,
#colophon .widget_nav_menu,
#colophon .widget_recent_entries,
#colophon .widget_categories,
#colophon .widget_recent_comments,
#colophon .widget_meta,
#colophon .widget_rss {
margin-bottom: 32px;
}
#colophon .widget_archive ul li,
#colophon .widget_pages ul li,
#colophon .widget_nav_menu ul li,
#colophon .widget_recent_entries ul li,
#colophon .widget_categories ul li,
#colophon .widget_recent_comments ul li,
#colophon .widget_meta ul li,
#colophon .widget_rss ul li {
padding-bottom: 8px;
}
#colophon .widget-title {
font-size: 22px;
font-weight: normal;
text-transform: uppercase;
line-height: 27px;
padding-bottom: 19px;
}
#colophon .widget_info, #colophon .widget_text {
margin-bottom: 18px;
}
#colophon a {
}
#colophon a:hover {
}
#colophon ul {
}
#supplementary .widget-area {
}
#supplementary .widget-title {
}
#supplementary #first,
#supplementary #second,
#supplementary #third {
}
#supplementary #first {
}
#supplementary #second {
}
#supplementary #third {
}
/* Site Generator */
#site-generator {
padding-bottom: 40px;
color: #999;
}
#site-generator .social-profiles {
float: right;
width: 31.28%;
}
#site-generator .copyright {
float: left;
padding-top: 5px;
width: 65.64%;
}
#site-generator .copyright a {
color: #777;
}
#site-generator .copyright a:hover {
color: #5F85B0
}
/* =Responsive Structure
----------------------------------------------- */
/* All Tablet Portrait size smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width: 1023px) {
.wrapper {
width: 708px;
}
.hgroup-right {
width: 41.28%;
}
#primary, #secondary, #colophon .widget {
float: none;
margin-left: 0;
width: 100%;
}
.no-sidebar-template #content {
margin: 0 ;
width: 100%;
}
#colophon .widget-area {
margin-left: 0;
}
#colophon .widget_info, #colophon .widget_text {
margin-bottom: 40px;
}
}
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) {
input[type="text"], input[type="password"], textarea {
margin-bottom: 20px;
}
input[type="reset"], input[type="button"], input[type="submit"] {
margin: 20px 0;
}
.one-column-template .wrapper, .wrapper {
width: 300px;
}
input.s, input.s:focus {
width: 120px;
margin: 0;
}
hr {
margin: 0 0 40px;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 23px;
}
h6 {
font-size: 22px;
}
.widget-title {
font-size: 26px;
line-height: 32px;
}
.comments-title, #respond h3#reply-title {
font-size: 26px;
line-height: 32px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
padding-bottom: 15px;
}
.hgroup-wrap {
padding-bottom: 30px;
padding-top: 0;
}
.hgroup-wrap img {
margin-top: 30px;
}
.hgroup-right {
margin-top: 10px;
width: 100%;
}
.hgroup-right .social-profiles {
display: none;
}
#site-logo {
float: left;
margin-top: 30px;
margin-bottom: 0;
}
#site-title {
font-size: 35px;
line-height: 42px;
}
#access {
height: 41px;
padding: 25px 20px 0;
margin-bottom: 30px;
}
#access ul {
display: none;
}
#access select {
display: block;
width: 100%;
background: url(images/responsive-menu-bg.png) right center no-repeat;
background-size: 37px 22px;
border: 0 none;
height: 25px;
font-size: 21px;
font-family: 'Gentium Basic', serif;
color: #555;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.breadcrumb {
margin-bottom: 10px;
font-size: 15px;
}
.page-title {
margin-bottom: 30px;
font-size: 32px;
line-height: 39px;
}
.slogan {
font-size: 30px;
line-height: 39px;
margin-bottom: 30px;
}
.slogan span {
font-size: 21px;
line-height: 27px;
}
#main {
padding-top: 40px;
}
#content .post {
padding-bottom: 18px;
}
.entry-title {
font-size: 30px;
line-height: 39px;
}
.tags {
margin-bottom: 30px;
}
#secondary {
padding-bottom: 0;
}
.widget_search input.s {
width: 260px;
}
#wp_page_numbers, .wp-pagenavi, #content ul.default-wp-page, .pagination {
margin-bottom: 40px;
}
#wp_page_numbers ul li.page_info, .wp-pagenavi .pages {
display: none;
}
#colophon {
padding-top: 30px;
}
#colophon hr {
margin-bottom: 30px;
}
#colophon .widget-area {
padding-bottom: 0;
}
#site-generator {
padding-bottom: 30px;
}
#site-generator .social-profiles, #site-generator .copyright {
float: none;
width: 100%;
}
#site-generator .social-profiles ul {
margin-bottom: 10px;
text-align: center;
float: none;
}
#site-generator .social-profiles ul li {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
float: none;
}
#site-generator .copyright {
padding-top: 10px;
text-align: center;
}
.custom-gallery {
margin-left: 0;
padding-bottom: 0;
}
.custom-gallery-item {
float: none;
margin: 0%;
width: 100%;
}
.services {
margin: 0 0 10px 0;
}
.services-item {
float: none;
margin: 0 0 30px;
width: 100%;
}
}
/* All Mobile landscape size and All Mini Tablet Portrait size smaller than standard 768 and larger than 480 (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.one-column-template .wrapper, .wrapper {
width: 450px;
}
.hgroup-right {
width: 40%;
}
.custom-gallery {
margin-left: -3.07%;
}
.custom-gallery-item {
float: left;
margin: 0 0 0 2.97%;
padding-bottom: 30px;
width: 47.03%;
}
.services {
margin: 20px 0 30px -3.06%;
}
.services-item {
float: left;
margin: 0 0 30px 2.97%;
width: 47.03%;
}
}
/* All Mobile size smaller than standard 320 (devices and browsers) */
@media only screen and (max-width: 319px) {
.one-column-template .wrapper, .wrapper {
width: 95%;
}
}
/* =Retina Ready Structure
----------------------------------------------- */
/* All Retina Ready devices larger than 1.5 pixel ratio */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.back-to-top a {
background-image: url("images/[email protected]");
background-size: 35px 35px;
}
#access {
background-image: url('images/[email protected]');
background-size: 1px 66px;
background-repeat: repeat;
}
input.s {
background-image: url('images/[email protected]');
background-size: 29px 17px;
}
.social-profiles ul li a {
background-image: none;
background-size: 30px 30px;
}
.social-profiles ul li.facebook a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.facebook a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.twitter a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.twitter a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.google-plus a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.google-plus a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.pinterest a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.pinterest a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.linked a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.linked a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.tumblr a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.tumblr a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.vimeo a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.vimeo a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.my-space a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.my-space a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.flickr a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.flickr a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.you-tube a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.you-tube a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.rss a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.rss a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.entry-meta .by-author {
background-image: url('images/[email protected]');
background-size: 15px 14px;
}
.entry-meta .date {
background-image: url('images/[email protected]');
background-size: 14px 14px;
}
.entry-meta .category {
background-image: url('images/[email protected]');
background-size: 16px 14px;
}
.entry-meta .comments {
background-image: url('images/[email protected]');
background-size: 15px 13px;
}
#wp_page_numbers {
background-image: url("images/[email protected]");
background-size: 1px 50px;
}
.wp-pagenavi {
background-image: url("images/[email protected]");
background-size: 1px 50px;
}
ul.default-wp-page li {
background-image: url("images/[email protected]");
background-size: 1px 50px;
}
.pagination {
background-image: url("images/[email protected]");
background-size: 1px 50px;
}
}
|
ARCHIVE/WEBDEV/cleanretina.css
|
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
-webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
outline: 0;
}
ol, ul {
list-style: none;
margin: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a img {
border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
embed, iframe, object {
max-width: 100%;
}
/* =Global
----------------------------------------------- */
body, input, textarea {
color: #555;
font: 18px 'Gentium Basic', serif;
line-height: 26px;
word-wrap: break-word;
}
body {
background-color: #f8f8f8;
}
.wrapper {
margin: 0 auto;
max-width: 978px;
width: 94%;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1 {
font-size: 40px;
line-height: 50px;
}
h2 {
font-size: 38px;
line-height: 48px;
}
h3{
font-size: 34px;
line-height: 43px;
}
h4 {
font-size: 30px;
line-height: 38px;
}
h5 {
font-size: 26px;
line-height: 30px;
}
h6 {
font-size: 22px;
text-transform: uppercase;
line-height: 27px;
}
/* No Border/Margin/Padding */
.no-margin-top {
margin-top:0px !important;
}
.no-margin-bottom {
margin-bottom:0px !important;
}
.no-margin-left {
margin-left:0px !important;
}
.no-margin-right {
margin-right:0px !important;
}
.no-padding-top {
padding-top:0px !important;
}
.no-padding-bottom {
padding-bottom:0px !important;
}
.no-padding-left {
padding-left:0px !important;
}
.no-padding-right {
padding-right:0px !important;
}
.no-border-top {
border-top:0 none !important;
}
.no-border-bottom {
border-bottom:0 none !important;
}
.no-border-left {
border-left:0 none !important;
}
.no-border-right {
border-right:0 none !important;
}
/* Horizontal Line */
hr {
border-color: #bbb;
border-style: dotted none none;
border-width: 2px 0 0;
height: 0;
margin: 0 0 50px;
}
/* Text elements */
p {
margin-bottom: 22px;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
pre {
background-color: #fff;
margin-bottom: 40px;
overflow: auto;
padding: 20px;
}
pre, code, kbd {
font-family:"Courier 10 Pitch",Courier,monospace;
font-size: 16px;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #666;
cursor: help;
}
address {
display: block;
margin: 0 0 1.625em;
}
ins {
background: #fff9c0;
}
/* Superscript and Subscript */
sup, sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
/* Blockquote */
blockquote {
font-style: italic;
font-weight: normal;
padding: 20px;
background: #fff;
border-left: 4px solid #5F85B0;
border-right: 1px solid #bbb;
margin-bottom: 40px;
/* max-width: 564px; */
}
blockquote p {
margin: 0;
color: #555;
}
blockquote em, blockquote i, blockquote cite {
font-style: normal;
}
blockquote cite {
color: #666;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
text-transform: uppercase;
}
/* Breadcrumb */
.breadcrumb {
margin-bottom: 20px;
}
.breadcrumb a {
color: #999;
margin-bottom: 10px;
}
.breadcrumb,
.breadcrumb a:hover {
color: #666;
}
/* Forms */
input, textarea {
-webkit-border-radius:0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
/* -webkit-appearance: caret;
-moz-appearance: caret; */
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
padding: 10px 10px 8px;
-webkit-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
-moz-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
border: 1px solid #cccccc;
line-height: 20px;
width: 100%;
margin: 0 0 30px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
textarea:hover {
background-color: #FAFAFA;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
background-color: #f7f7f7;
}
input.s {
background: url(images/search.png) no-repeat right 6px #fff;
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
border: 1px solid #ccc !important;
-webkit-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
-moz-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
width: 95px;
padding: 4px 33px 4px 10px;
height: 22px;
color: #bbb;
font-size: 16px;
font-style: italic;
margin: 0;
}
input.s:focus {
width: 200px;
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
background-color: #5F85B0;
border: 1px solid #466282;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
border-radius: 19px;
color: #FFFFFF;
display: inline-block;
height: 30px;
margin:30px 0;
padding: 5px 25px 27px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
cursor: pointer;
}
/* Links */
a {
color: #5f85b0;
text-decoration: none;
}
a:focus, a:active, a:hover {
text-decoration: none;
}
/* Images */
figure {
margin: 0;
}
img {
max-width:100%;
height:auto;
vertical-align:top;
}
.entry-content img, .comment-content img, .widget img {
max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
}
img.size-full, img.size-large {
max-width: 100%;
height: auto;
}
.entry-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 1.625em;
}
p img {
}
img#wpstats {
display: none;
}
/* Assistive text */
.assistive-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active, #access a.assistive-text:focus {
background: #eee;
border-bottom: 1px solid #ddd;
color: #1982d1;
clip: auto !important;
font-size: 12px;
position: absolute;
text-decoration: underline;
top: 0;
left: 7.6%;
}
/* clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
height:1%;
}
.clearfix {
display: block;
}
/* close commented backslash hack */
/* Readmore */
a.readmore, a.more-link {
color: #fff;
display:inline-block;
border: 1px solid #466282;
background-color: #5f85b0;
padding: 5px 25px 0;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
border-radius: 19px;
height: 30px;
margin-bottom: 22px;
}
a.readmore:hover, a.more-link:hover {
background-color: #577da7;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.alignright {
display: inline;
float: right;
margin-left: 30px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/* Back to Top */
.back-to-top {
position: fixed;
bottom: 10px;
right: 10px;
}
.back-to-top a {
width: 35px;
height: 35px;
text-indent: -20000px;
display: block;
background-image: url("images/back-to-top.png");
}
/* =Header
----------------------------------------------- */
#branding {
background: url("images/header-bg.jpg");
border-bottom: 1px solid #ddd;
-moz-box-shadow: 0 7px 0 #f3f3f3;
-webkit-box-shadow: 0 7px 0 #f3f3f3;
box-shadow: 0 7px 0 #f3f3f3;
}
.hgroup-wrap {
padding-top: 25px;
padding-bottom: 45px;
}
.hgroup-wrap a {
display: block;
}
.hgroup-wrap img {
margin-top: 39px;
margin-bottom: 13px;
}
#site-logo {
float:left;
margin-top: 39px;
margin-bottom: 13px;
}
#site-title {
font: 42px 'Gentium Basic', serif;
line-height:50px;
}
#site-title a {
color: #555;
}
#site-title a img {
vertical-align: inherit;
}
#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
color: #5f85b0;
}
#site-description {
font-size: 16px;
color: #888;
}
.hgroup-right {
float: right;
width: 31.28%;
margin-top: 20px;
}
/* Social Profiles */
.social-profiles ul {
margin: -10px 0 0;
float:right;
}
.social-profiles ul li {
margin-left:10px;
margin-top:10px;
float:left;
}
.social-profiles ul li a {
display:block;
width:30px;
height:30px;
text-indent: -99999px;
background-image: url("images/social-icons.png");
background-position: right bottom;
}
.social-profiles ul li.facebook a {
background-position: 0 0;
}
.social-profiles ul li.facebook a:hover {
background-position: 0 -40px;
}
.social-profiles ul li.twitter a {
background-position: -40px 0;
}
.social-profiles ul li.twitter a:hover {
background-position: -40px -40px;
}
.social-profiles ul li.google-plus a {
background-position: -80px 0;
}
.social-profiles ul li.google-plus a:hover {
background-position: -80px -40px;
}
.social-profiles ul li.pinterest a {
background-position: -120px 0 ;
}
.social-profiles ul li.pinterest a:hover {
background-position: -120px -40px ;
}
.social-profiles ul li.linked a {
background-position: -160px 0;
}
.social-profiles ul li.linked a:hover {
background-position: -160px -40px;
}
.social-profiles ul li.tumblr a {
background-position: -200px 0 ;
}
.social-profiles ul li.tumblr a:hover {
background-position: -200px -40px;
}
.social-profiles ul li.vimeo a {
background-position: -240px 0;
}
.social-profiles ul li.vimeo a:hover {
background-position: -240px -40px;
}
.social-profiles ul li.my-space a {
background-position: -280px 0;
}
.social-profiles ul li.my-space a:hover {
background-position: -280px -40px;
}
.social-profiles ul li.flickr a {
background-position: -320px 0;
}
.social-profiles ul li.flickr a:hover {
background-position: -320px -40px;
}
.social-profiles ul li.you-tube a {
background-position: -360px 0;
}
.social-profiles ul li.you-tube a:hover {
background-position: -360px -40px;
}
.social-profiles ul li.rss a {
background-position: -400px 0;
}
.social-profiles ul li.rss a:hover {
background-position: -400px -40px;
}
/* =Menu
-------------------------------------------------------------- */
#access {
background: url('images/access-bg.png') top center #fff;
border-bottom: 1px solid #bbb;
margin-bottom: 40px;
}
#access ul {
}
#access li {
float: left;
position: relative;
}
li.default-menu {
display: none;
}
#access a {
color: #555;
display: block;
float: left;
font-size: 21px;
padding: 21px 10px 0;
height: 45px;
}
#access a:hover,
#access ul li.current-menu-item a,
#access ul li.current_page_ancestor a,
#access ul li.current-menu-ancestor a,
#access ul li.current_page_item a,
#access ul li:hover > a {
border-top: 5px solid #5f85b0;
color: #5f85b0;
padding-top: 16px;
}
#access ul ul {
}
#access ul ul ul {
}
#access ul ul a {
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
}
#access li:hover > a,
#access a:focus {
}
#access ul li:hover > ul {
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
}
/* Dropdown */
#access ul li ul,
#access ul li:hover ul ul,
#access ul ul li:hover ul ul,
#access ul ul ul li:hover ul ul,
#access ul ul ul ul li:hover ul ul {
display:none;
z-index: 9999;
}
#access ul li:hover ul,
#access ul ul li:hover ul,
#access ul ul ul li:hover ul,
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
display:block;
}
#access ul li ul {
border-top: 5px solid #5f85b0;
position:absolute;
background-color: #fff;
top:66px;
left:0px;
width:190px;
}
#access ul li ul li {
float:none;
border-bottom:1px solid #ddd;
border-right:0 none;
}
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
color:#999;
border-top: 0 none;
float:none;
line-height:21px;
font-size:17px;
font-weight:normal;
height: 100%;
padding: 8px 10px;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
border-top: 0 none;
background-color: #f5f5f5;
padding: 8px 10px;
color: #5f85b0;
}
#access ul li ul li ul {
left: 190px;
top: -5px;
}
#access select {
display: none;
}
/* Slogan */
.slogan {
font-size: 40px;
line-height: 49px;
text-align: center;
margin-bottom: 40px;
}
.slogan span {
font-size: 26px;
line-height: 32px;
display: block;
font-style: italic;
padding-top: 5px;
text-align: center;
}
/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider .slider-wrap {
background-color: #fff;
border: 1px solid #ddd;
margin-bottom: 30px;
padding: 7px;
}
.featured-slider .displayblock {
display: block;
}
.featured-slider .displaynone {
display: none;
}
.featured-text {
padding: 15px 13px 13px;
}
.featured-text span {
font-size: 22px;
color: #5f85b0;
display: block;
line-height: 28px;
padding-bottom: 10px;
}
/* Controllers */
#controllers {
text-align:center;
line-height:0;
padding-bottom: 30px;
}
#controllers a {
width:16px;
height:16px;
margin:0 5px;
overflow:hidden;
display:inline-block;
background-color:#ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color: #ccc;
}
#controllers a:hover, #controllers a.active {
background-color: #5f85b0;
color: #5f85b0;
}
/* Search Form */
#branding .searchform {
margin-top:20px;
float: right;
}
#branding .searchform div {
}
#branding #s {
}
#branding #s:focus {
}
#branding #searchsubmit {
}
#branding .only-search .searchform {
}
#branding .only-search #s {
}
#branding .only-search #s,
#branding .only-search #s:focus {
}
#branding .only-search #s:focus {
}
#branding .with-image .searchform {
}
#branding .only-search + #access div {
}
/* =Content
----------------------------------------------- */
#main {
padding-top: 60px;
}
#main select {
background-color: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
height: 40px;
padding: 10px 15px;
width: 100%;
color: #777777;
}
#main form input, #main form textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
padding-bottom: 13px;
}
#content ul {
list-style-type: disc;
}
#content ul, #content ol {
margin: 0 0 30px 30px;
}
#content ul a, #content ol a {
color: #555;
}
#content ul a:hover, #content ol a:hover {
text-decoration: none;
color: #5F85B0;
}
#content ol {
list-style-type: decimal;
}
#content ol ol {
list-style: upper-alpha;
}
#content ol ol ol {
list-style: lower-roman;
}
#content ol ol ol ol {
list-style: lower-alpha;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
margin-bottom: 0;
}
.services {
margin: 20px 0 30px -3.06%;
}
.services-item {
float: left;
margin: 0 0 30px 2.97%;
width: 30.35%;
background: url('images/access-bg.png') repeat-x center top #FFFFFF;
border-bottom: 1px solid #ccc;
}
.services-item a {
padding: 20px;
display: block;
border-top: 5px solid transparent;
}
.services-item a:hover {
border-top: 5px solid #5F85B0;
}
.service-title {
font-size: 26px;
text-align: center;
line-height: 30px;
color: #555;
}
.services-item a:hover .service-title {
color: #5F85B0;
}
.services-item p {
color: #777;
margin-bottom: 0px;
text-align: center;
}
.services-item .service-icon {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-color: #555;
display: block;
height: 70px;
width: 70px;
margin: 0 auto 20px;
}
.services-item .service-icon img {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
height: 70px;
width: 70px;
}
.sticky {
background-color: #E6E6E6;
padding: 20px;
}
#primary {
float: left;
margin-left: 3.06%;
width: 65.64%;
}
#content .post {
padding-bottom: 28px;
}
.page-title {
font-size: 40px;
line-height: 50px;
margin-bottom: 40px;
color: #555;
font-weight: normal;
}
.page-title a {
color: #555;
}
.entry-title,
.entry-header .entry-meta {
}
.entry-header {
padding-bottom: 12px;
}
.entry-title {
font-size: 40px;
line-height: 50px;
font-family: 'Gentium Basic',serif;
}
.entry-title,
.entry-title a {
color: #555;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
color: #5f85b0;
}
.entry-meta {
color: #aaa;
}
.entry-meta a {
color: #888;
}
.entry-meta a:hover {
color: #5f85b0;
}
.entry-meta span {
padding: 0 30px 10px 25px;
display: inline-block;
background-position: left 6px;
background-repeat: no-repeat;
}
.entry-meta .by-author {
background-image: url('images/by-author.png');
}
.entry-meta .date {
background-image: url('images/date.png');
}
.entry-meta .category {
background-image: url('images/tags.png');
}
.entry-meta .comments {
background-image: url('images/comments.png');
}
.tags {
margin-bottom: 50px;
}
.tags a {
color: #888;
padding: 0 0 0 10px;
}
.tags a:hover {
color: #5F85B0;
}
.single-author .entry-meta .by-author {
}
.post-featured-image {
margin-bottom: 26px;
max-width: 700px;
}
.post-featured-image a {
border: 1px solid #ccc;
padding: 5px;
background-color: #fff;
display: block;
}
.entry-content dt,
.comment-content dt {
font-weight: bold;
}
.entry-content dd,
.comment-content dd {
margin-bottom: 20px;
}
.entry-content,
.entry-summary {
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
}
.entry-content h3,
.comment-content h3 {
}
.entry-content table,
.comment-content table {
border-bottom: 1px solid #ddd;
margin: 0 0 1.625em;
width: 100%;
}
.entry-content th,
.comment-content th {
color: #666;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
}
.entry-content td,
.comment-content td {
border-top: 1px solid #ddd;
padding: 6px 10px 6px 0;
}
.page-link {
}
.page-link a {
}
.page-link a:hover {
}
.page-link span {
}
#secondary {
float: left;
font-size: 16px;
line-height: 24px;
margin-left: 3.06%;
padding-bottom: 20px;
width: 31.28%;
color: #777;
}
.left-sidebar-template #primary {
float: right;
}
.left-sidebar-template #secondary {
float: left;
}
.one-column-template .wrapper {
width: 708px;
}
.no-sidebar-template #content {
width: 708px;
margin: 0 auto;
}
/* Custom Gallery Page */
.custom-gallery {
margin-left: -3.06%;
padding-bottom: 30px;
}
.custom-gallery-item {
width: 30.35%;
float: left;
margin: 0 0 0 2.97%;
padding-bottom: 30px;
}
#content .custom-gallery-title, .custom-gallery-title a {
font-size: 26px;
text-align: center;
line-height: 30px;
color: #555;
padding-bottom: 0;
}
.custom-gallery-title a:hover {
color: #5F85B0;
}
.custom-gallery-icon {
padding: 5px;
margin-bottom: 10px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
}
/* Blog Medium Page */
.blog-medium .post-featured-image {
width: 34.57%;
float: left;
margin-right: 4.67%;
margin-bottom: 22px;
}
.blog-medium .entry-content {
width: 60.74%;
float: left;
}
/* Contact Page */
.map-location {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
margin-bottom: 26px;
padding: 5px;
}
.contact #primary .form label {
display: block;
}
.wpcf7 p {
margin-bottom: 0;
}
/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
background: #f9f9f9;
border: 1px solid #ddd;
border-width: 1px 0;
margin: 0 -8.9% 1.625em;
overflow: hidden;
padding: 1.625em 1.625em 0;
text-align: center;
}
.image-attachment div.attachment img {
display: block;
height: auto;
margin: 0 auto 1.625em;
max-width: 100%;
}
.image-attachment div.attachment a img {
border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
border-color: #ddd;
background: #fff;
}
.image-attachment .entry-caption p {
font-size: 10px;
letter-spacing: 0.1em;
line-height: 2.6em;
margin: 0 0 2.6em;
text-transform: uppercase;
}
/* =Comments
-------------------------------------------------------------- */
.comments-title {
font-size: 30px;
font-weight: normal;
line-height: 38px;
padding-bottom: 15px;
}
#content .comments-area ul, #content .comments-area ol {
margin: 0 0 30px 30px;
}
#content .comments-area ul ul, #content .comments-area ol ol{
margin-bottom: 0;
}
.comments-area article {
margin: 24px 0;
margin: 1.714285714rem 0;
}
.comments-area article header {
margin: 0 0 48px;
margin: 0 0 3.428571429rem;
overflow: hidden;
position: relative;
}
.comments-area article header img {
float: left;
padding: 0;
line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
display: block;
margin-left: 85px;
margin-left: 6.071428571rem;
}
.comments-area article header cite {
font-style: normal;
font-size: 15px;
font-size: 1.071428571rem;
line-height: 1.42857143;
}
.comments-area article header time {
line-height: 1.714285714;
text-decoration: none;
font-size: 12px;
font-size: 0.857142857rem;
color: #5e5e5e;
}
.comments-area article header a {
text-decoration: none;
color: #5e5e5e;
}
.comments-area article header a:hover {
color: #21759b;
}
.comments-area article header cite a {
color: #444;
}
.comments-area article header cite a:hover {
text-decoration: underline;
}
.comments-area article header h4 {
position: absolute;
top: 0;
right: 0;
padding: 6px 12px;
padding: 0.428571429rem 0.857142857rem;
font-size: 12px;
font-size: 0.857142857rem;
font-weight: normal;
color: #fff;
background-color: #0088d0;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #009cee, #0088d0);
background-image: -ms-linear-gradient(top, #009cee, #0088d0);
background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
background-image: -o-linear-gradient(top, #009cee, #0088d0);
background-image: linear-gradient(top, #009cee, #0088d0);
border-radius: 3px;
border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
position: absolute;
margin-left: 5px;
margin-left: 0.357142857rem;
padding: 2px 5px;
padding: 0.142857143rem 0.357142857rem;
font-size: 10px;
font-size: 0.714285714rem;
}
a.comment-reply-link {
font-size: 13px;
font-size: 0.928571429rem;
line-height: 1.846153846;
color: #686868;
}
a.comment-reply-link:hover {
color: #21759b;
}
.commentlist .pingback {
line-height: 1.714285714;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
.commentlist .children {
margin-left: 48px;
margin-left: 3.428571429rem;
}
/* Comment form */
#respond {
margin-top: 48px;
margin-top: 3.428571429rem;
}
#respond h3#reply-title {
font-size: 30px;
font-weight: normal;
line-height: 38px;
padding-bottom: 15px;
}
#respond h3#reply-title #cancel-comment-reply-link {
margin-left: 10px;
margin-left: 0.714285714rem;
font-weight: normal;
font-size: 12px;
font-size: 0.857142857rem;
}
#respond form {
margin: 24px 0;
margin: 1.714285714rem 0;
}
#respond form p {
margin: 11px 0;
margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
#respond form label {
display: block;
line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-size: 0.857142857rem;
line-height: 1.714285714;
padding: 10px;
padding: 0.714285714rem;
width: 100%;
}
#respond form p.form-allowed-tags {
margin: 0;
font-size: 12px;
font-size: 0.857142857rem;
line-height: 2;
color: #5e5e5e;
}
.required {
color: red;
}
label ~ span.required {
display: block;
float: left;
margin: -18px 0 0 -16px;
margin: -1.285714286rem 0 0 -1.142857143rem;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"] {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {/* Add some useful style to those fancy borders for linked images ... */
}
.img-border {
background-color: #fff;
padding: 5px;
border: 1px solid #ccc;
}
.img-border a:hover {
}
/* =Pagination
-------------------------------------------------------------- */
#wp_page_numbers {
margin-bottom: 50px;
background: url("images/wp_page_numbers-bg.png") repeat scroll center top #FFFFFF;
border-bottom: 1px solid #BBBBBB;
}
#wp_page_numbers ul {
list-style-type: none;
list-style-image: none;
margin: 0;
float: right;
}
#wp_page_numbers ul li {
float: left;
}
#wp_page_numbers ul li.page_info {
padding: 14px 15px 0;
color: #888;
}
#wp_page_numbers ul li a {
color: #555555;
display: block;
float: left;
font-size: 21px;
height: 36px;
padding: 14px 15px 0;
}
#wp_page_numbers ul li a:hover, #wp_page_numbers ul li.active_page a {
border-top: 5px solid #5F85B0;
color: #5F85B0;
padding-top: 9px;
}
/* wp-pagenavi */
.wp-pagenavi {
margin-bottom: 50px;
background: url("images/wp_page_numbers-bg.png") repeat scroll center top #FFFFFF;
border-bottom: 1px solid #BBBBBB;
text-align: center;
}
.wp-pagenavi .pages {
padding: 14px 15px 0;
color: #888;
}
.wp-pagenavi .current, .wp-pagenavi a {
color: #555555;
display: inline-block;
font-size: 21px;
height: 36px;
margin-left: -4px;
padding: 14px 15px 0;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
border-top: 5px solid #5F85B0;
color: #5F85B0;
padding-top: 9px;
}
/* Default wp-page */
#content ul.default-wp-page {
margin: 0;
list-style: none;
margin-bottom: 50px;
}
ul.default-wp-page li {
background: url("images/wp_page_numbers-bg.png") repeat-x center top #FFFFFF;
border-bottom: 1px solid #BBBBBB;
padding-bottom: 5px;
margin-top: -1px;
}
ul.default-wp-page li.previous {
float:left;
}
ul.default-wp-page li.next {
float:right;
}
ul.default-wp-page li a {
color: #555555;
display: inline-block;
font-size: 21px;
padding: 14px 15px 6px;
}
ul.default-wp-page li a:hover {
border-top: 5px solid #5F85B0;
color: #5F85B0;
padding-top: 9px;
}
/* Single pagination */
.pagination {
margin-bottom: 50px;
background: url("images/wp_page_numbers-bg.png") repeat center top;
text-align: center;
color: #888;
}
.pagination span {
color: #5F85B0;
padding: 10px 15px 0;
font-size: 21px;
display: inline-block;
margin-left: -4px;
height: 35px;
border-top: 5px solid #5F85B0;
}
.pagination a span {
color: #555555;
border-top: 5px solid transparent;
}
.pagination a:hover span {
border-top: 5px solid #5F85B0;
color: #5F85B0;
padding-top: 10px;
}
/* =Widgets
----------------------------------------------- */
.widget {
margin-bottom: 40px;
}
.widget ul li a {
color: #777;
}
.widget ul li a:hover {
color: #5F85B0;
}
.widget-title {
font-size: 30px;
line-height: 38px;
padding-bottom: 15px;
font-weight: normal;
}
.widget-title, .widget-title a {
color:#555;
}
.widget-title a:hover {
color: #5f85b0;
}
/* Search Widget */
.widget_search input.s {
width: 100%;
height: 40px;
padding: 0 35px 0 15px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #777;
background-position: right 10px;
}
/* Calendar Widget */
.widget_calendar #wp-calendar {
color: #555;
width: 95%;
text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
text-align: center;
}
.widget_calendar #wp-calendar caption {
font-size: 11px;
font-weight: 500;
padding: 5px 0 3px 0;
text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
background: #f4f4f4;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
background: #f4f4f4;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
/* Article Widget */
.widget_article {
margin-bottom: 20px;
}
.widget_article .article-title, .widget_article .article-title a {
font-weight: bold;
}
.widget_article .article-title a:hover {
text-decoration: underline;
}
.widget_article .post {
padding-bottom: 20px;
}
.widget_article .article-content p {
margin-bottom: 0px;
}
/* Tag Cloud */
.widget_tag_cloud a {
margin-right: 5px;
color: #777;
padding: 10px 0;
}
.widget_tag_cloud a:hover {
color:#5F85B0;
}
/* Custom Tag Cloud */
.widget_custom-tagcloud a {
margin:0 4px 8px 0;
background-color: #eee;
border: 1px solid #ccc;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
border-radius: 19px;
color: #777;
display: inline-block;
height: 26px;
padding: 2px 15px 0;
}
.widget_custom-tagcloud a:hover {
background-color: #5F85B0;
border: 1px solid #466282;
color: #fff;
}
/* WP Caption */
.wp-caption {
margin-bottom: 26px;
max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
font-style: italic;
font-size: 16px;
line-height: 20px;
}
.wp-caption .wp-caption-text {
margin-bottom: 0;
padding: 15px;
border-bottom: 1px solid #ccc;
}
/* =Footer
----------------------------------------------- */
#colophon {
background: url("images/header-bg.jpg");
border-top: 1px solid #ddd;
-moz-box-shadow: 0 -7px 0 #f3f3f3;
-webkit-box-shadow: 0 -7px 0 #f3f3f3;
box-shadow: 0 -7px 0 #f3f3f3;
padding-top: 40px;
font-size: 15px;
line-height: 22px;
color: #777;
}
#colophon select {
background-color: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
height: 40px;
padding: 10px 15px;
width: 100%;
color: #777777;
}
#colophon hr {
border-top: 1px solid #ccc;
margin-bottom: 40px;
}
#colophon form input, #colophon form textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#colophon .widget-area {
margin-left: -3.06%;
padding: 10px 0 10px;
}
#colophon .widget {
float: left;
margin-left: 2.97%;
width: 30.35%;
}
#colophon .widget_archive,
#colophon .widget_pages,
#colophon .widget_nav_menu,
#colophon .widget_recent_entries,
#colophon .widget_categories,
#colophon .widget_recent_comments,
#colophon .widget_meta,
#colophon .widget_rss {
margin-bottom: 32px;
}
#colophon .widget_archive ul li,
#colophon .widget_pages ul li,
#colophon .widget_nav_menu ul li,
#colophon .widget_recent_entries ul li,
#colophon .widget_categories ul li,
#colophon .widget_recent_comments ul li,
#colophon .widget_meta ul li,
#colophon .widget_rss ul li {
padding-bottom: 8px;
}
#colophon .widget-title {
font-size: 22px;
font-weight: normal;
text-transform: uppercase;
line-height: 27px;
padding-bottom: 19px;
}
#colophon .widget_info, #colophon .widget_text {
margin-bottom: 18px;
}
#colophon a {
}
#colophon a:hover {
}
#colophon ul {
}
#supplementary .widget-area {
}
#supplementary .widget-title {
}
#supplementary #first,
#supplementary #second,
#supplementary #third {
}
#supplementary #first {
}
#supplementary #second {
}
#supplementary #third {
}
/* Site Generator */
#site-generator {
padding-bottom: 40px;
color: #999;
}
#site-generator .social-profiles {
float: right;
width: 31.28%;
}
#site-generator .copyright {
float: left;
padding-top: 5px;
width: 65.64%;
}
#site-generator .copyright a {
color: #777;
}
#site-generator .copyright a:hover {
color: #5F85B0
}
/* =Responsive Structure
----------------------------------------------- */
/* All Tablet Portrait size smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width: 1023px) {
.wrapper {
width: 708px;
}
.hgroup-right {
width: 41.28%;
}
#primary, #secondary, #colophon .widget {
float: none;
margin-left: 0;
width: 100%;
}
.no-sidebar-template #content {
margin: 0 ;
width: 100%;
}
#colophon .widget-area {
margin-left: 0;
}
#colophon .widget_info, #colophon .widget_text {
margin-bottom: 40px;
}
}
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) {
input[type="text"], input[type="password"], textarea {
margin-bottom: 20px;
}
input[type="reset"], input[type="button"], input[type="submit"] {
margin: 20px 0;
}
.one-column-template .wrapper, .wrapper {
width: 300px;
}
input.s, input.s:focus {
width: 120px;
margin: 0;
}
hr {
margin: 0 0 40px;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 23px;
}
h6 {
font-size: 22px;
}
.widget-title {
font-size: 26px;
line-height: 32px;
}
.comments-title, #respond h3#reply-title {
font-size: 26px;
line-height: 32px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
padding-bottom: 15px;
}
.hgroup-wrap {
padding-bottom: 30px;
padding-top: 0;
}
.hgroup-wrap img {
margin-top: 30px;
}
.hgroup-right {
margin-top: 10px;
width: 100%;
}
.hgroup-right .social-profiles {
display: none;
}
#site-logo {
float: left;
margin-top: 30px;
margin-bottom: 0;
}
#site-title {
font-size: 35px;
line-height: 42px;
}
#access {
height: 41px;
padding: 25px 20px 0;
margin-bottom: 30px;
}
#access ul {
display: none;
}
#access select {
display: block;
width: 100%;
background: url(images/responsive-menu-bg.png) right center no-repeat;
background-size: 37px 22px;
border: 0 none;
height: 25px;
font-size: 21px;
font-family: 'Gentium Basic', serif;
color: #555;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.breadcrumb {
margin-bottom: 10px;
font-size: 15px;
}
.page-title {
margin-bottom: 30px;
font-size: 32px;
line-height: 39px;
}
.slogan {
font-size: 30px;
line-height: 39px;
margin-bottom: 30px;
}
.slogan span {
font-size: 21px;
line-height: 27px;
}
#main {
padding-top: 40px;
}
#content .post {
padding-bottom: 18px;
}
.entry-title {
font-size: 30px;
line-height: 39px;
}
.tags {
margin-bottom: 30px;
}
#secondary {
padding-bottom: 0;
}
.widget_search input.s {
width: 260px;
}
#wp_page_numbers, .wp-pagenavi, #content ul.default-wp-page, .pagination {
margin-bottom: 40px;
}
#wp_page_numbers ul li.page_info, .wp-pagenavi .pages {
display: none;
}
#colophon {
padding-top: 30px;
}
#colophon hr {
margin-bottom: 30px;
}
#colophon .widget-area {
padding-bottom: 0;
}
#site-generator {
padding-bottom: 30px;
}
#site-generator .social-profiles, #site-generator .copyright {
float: none;
width: 100%;
}
#site-generator .social-profiles ul {
margin-bottom: 10px;
text-align: center;
float: none;
}
#site-generator .social-profiles ul li {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
float: none;
}
#site-generator .copyright {
padding-top: 10px;
text-align: center;
}
.custom-gallery {
margin-left: 0;
padding-bottom: 0;
}
.custom-gallery-item {
float: none;
margin: 0%;
width: 100%;
}
.services {
margin: 0 0 10px 0;
}
.services-item {
float: none;
margin: 0 0 30px;
width: 100%;
}
}
/* All Mobile landscape size and All Mini Tablet Portrait size smaller than standard 768 and larger than 480 (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.one-column-template .wrapper, .wrapper {
width: 450px;
}
.hgroup-right {
width: 40%;
}
.custom-gallery {
margin-left: -3.07%;
}
.custom-gallery-item {
float: left;
margin: 0 0 0 2.97%;
padding-bottom: 30px;
width: 47.03%;
}
.services {
margin: 20px 0 30px -3.06%;
}
.services-item {
float: left;
margin: 0 0 30px 2.97%;
width: 47.03%;
}
}
/* All Mobile size smaller than standard 320 (devices and browsers) */
@media only screen and (max-width: 319px) {
.one-column-template .wrapper, .wrapper {
width: 95%;
}
}
/* =Retina Ready Structure
----------------------------------------------- */
/* All Retina Ready devices larger than 1.5 pixel ratio */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.back-to-top a {
background-image: url("images/[email protected]");
background-size: 35px 35px;
}
#access {
background-image: url('images/[email protected]');
background-size: 1px 66px;
background-repeat: repeat;
}
input.s {
background-image: url('images/[email protected]');
background-size: 29px 17px;
}
.social-profiles ul li a {
background-image: none;
background-size: 30px 30px;
}
.social-profiles ul li.facebook a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.facebook a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.twitter a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.twitter a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.google-plus a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.google-plus a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.pinterest a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.pinterest a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.linked a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.linked a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.tumblr a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.tumblr a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.vimeo a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.vimeo a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.my-space a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.my-space a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.flickr a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.flickr a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.you-tube a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.you-tube a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.rss a {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.social-profiles ul li.rss a:hover {
background-image: url('images/[email protected]');
background-position: 0 0;
}
.entry-meta .by-author {
background-image: url('images/[email protected]');
background-size: 15px 14px;
}
.entry-meta .date {
background-image: url('images/[email protected]');
background-size: 14px 14px;
}
.entry-meta .category {
background-image: url('images/[email protected]');
background-size: 16px 14px;
}
.entry-meta .comments {
background-image: url('images/[email protected]');
background-size: 15px 13px;
}
#wp_page_numbers {
background-image: url("images/[email protected]");
background-size: 1px 50px;
}
.wp-pagenavi {
background-image: url("images/[email protected]");
background-size: 1px 50px;
}
ul.default-wp-page li {
background-image: url("images/[email protected]");
background-size: 1px 50px;
}
.pagination {
background-image: url("images/[email protected]");
background-size: 1px 50px;
}
}
| 0.179674 | 0.052086 |
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body{
background:url("../images/m.jpg") 0px 0px no-repeat;
text-align: center;
font-family:Nunito-Light;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
@font-face{
font-family: "Nunito-Light";
src:url(../fonts/Nunito-Light.ttf);
}
.main-content{
width:700px;
height:700px;
background-color: rgba(243, 206, 110, 0.5);
margin:50px auto;
}
h1{
font-size:40px;
color: #fff;
text-align: center;
padding-top:20px;
}
/*----sap-----*/
.sap_tabs {
margin: 0 auto;
padding:50px 0px;
text-align: center;
-webkit-appearance: none;
}
.facts{
padding: 7% 0% 0% 0%;
}
.resp-tab-item{
border:none;
color: #fff;
font-size: 24px;
font-family:Nunito-Light;
cursor: pointer;
padding:5px 30px;
margin:5px;
list-style: none;
outline: none;
border:2px solid #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-appearance: none;
}
.resp-tab-item:hover {
border:2px solid #fff;
text-shadow: none;
color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.resp-tab-active {
border:2px solid #fff;
text-shadow: none;
color: #fff;
background:rgba(2, 2, 2, 0.60);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
/*---------*/
.register input[type="text"],.register input[type="password"] {
outline: none;
font-size:16px;
font-family:Nunito-Light;
color: #fff;
padding: 15px 10px;
border:none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
width: 80%;
margin: 0 0 15px 0 ;
background:rgba(2, 2, 2, 0.60);
}
.sign-up input[type="submit"] {
background:rgba(2, 2, 2, 0.60);
color: #fff;
border: 2px solid #fff;
font-size: 18px;
font-family:Nunito-Light;
padding: 0px 0px 0px 0px;
width: 85%;
cursor: pointer;
outline: none;
margin-top:0px;
margin-left:17px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.sign-up input[type="submit"]:hover{
color: #fff;
background:#d8cc52;
}
::-webkit-input-placeholder{
color:#fff;
}
:-moz-placeholder { /* Firefox 18- */
color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder {
color: #fff;
}
h3{
padding-top:35px;
}
.register a{
color:#fbfbdd;
font-size: 18px;
font-family:Nunito-Light;
}
/*---------------*/
.copy-right {
text-align: center;
margin:30px 10px 5px 10px;
color:#fff;
}
.copy-right p {
color: #fff;
font-family:Nunito-Light;
font-size: 16px;
font-weight:600;
}
.copy-right p a {
color: #d8cc52;
}
.copy-right p a:hover {
text-decoration: underline;
}
/*--responsive--*/
/*
@media screen and (max-width:1920px){
h1 { font-size: 52px; padding-top:50px; }
.main-content{ width:100%; }
.sign-up input[type="submit"] { font-size: 20px; }
}
@media screen and (max-width:1680px){
h1 { font-size: 48px; padding-top:50px; }
.main-content{ width:30%; }
}
@media screen and (max-width:1440px){
h1 { font-size: 42px; }
@media screen and (max-width:1366px){
h1 { font-size: 40px; }
.main-content{ width:32%; }
.resp-tab-item{ font-size: 22px; border:1px solid #fff; }
.sign-up input[type="submit"] { border: 1px solid #fff; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
}
@media screen and (max-width:1280px){
h1 { font-size: 38px; }
.main-content{ width:32%; }
.resp-tab-item{ font-size: 22px; border:1px solid #fff; }
.sign-up input[type="submit"] { border: 1px solid #fff; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
}
@media screen and (max-width:1080px){
h1 { font-size: 34px; }
.main-content{ width:34%; }
.resp-tab-item{ font-size: 18px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:14px; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 18px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 14px; }
}
@media screen and (max-width:1024px){
h1 { font-size: 34px; }
.main-content{ width:34%; margin:25px auto; }
.resp-tab-item{ font-size: 18px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:14px; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 18px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 14px; }
}
@media screen and (max-width:800px){
h1 { font-size: 30px; padding-top:75px; }
.main-content{ width:42%;margin:25px auto; }
.resp-tab-item{ font-size: 18px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:14px; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 18px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:768px){
h1 { font-size: 30px; padding-top:75px; }
.main-content{ width:46%;margin:20px auto; }
.resp-tab-item{ font-size: 18px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:14px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 18px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:640px){
h1 { font-size: 28px; padding-top:50px; }
.main-content{ width:48%;margin:20px auto; }
.resp-tab-item{ font-size: 17px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 17px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:600px){
h1 { font-size: 28px; padding-top:50px; }
.main-content{ width:55%;margin:20px auto; }
.sap_tabs { padding:25px 0px; }
.resp-tab-item{ font-size: 17px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 17px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:480px){
h1 { font-size: 26px; padding-top:25px; }
.main-content{ width:58%;margin:20px auto; }
.sap_tabs { padding:25px 0px; }
.resp-tab-item{ font-size: 17px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 17px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:414px){
h1 { font-size: 26px; padding-top:25px; }
.main-content{ width:70%;margin:20px auto; }
.sap_tabs { padding:25px 0px; }
.resp-tab-item{ font-size: 17px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 17px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:375px){
h1 { font-size: 24px; padding-top:25px; }
.main-content{ width:80%;margin:20px auto; }
.sap_tabs { padding:25px 0px; }
.resp-tab-item{ font-size: 16px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 16px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:320px){
h1 { font-size: 22px; padding-top:15px; }
.main-content{ width:90%;margin:20px auto; }
.sap_tabs { padding:25px 0px; }
.resp-tab-item{ font-size: 16px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; padding:10px; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 16px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
.copy-right { margin:15px 10px 10px 10px; }
.register a{ font-size: 14px; }
}
*/
|
Codes/NetworkMonitor/src/main/webapp/css/stylez.css
|
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body{
background:url("../images/m.jpg") 0px 0px no-repeat;
text-align: center;
font-family:Nunito-Light;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
@font-face{
font-family: "Nunito-Light";
src:url(../fonts/Nunito-Light.ttf);
}
.main-content{
width:700px;
height:700px;
background-color: rgba(243, 206, 110, 0.5);
margin:50px auto;
}
h1{
font-size:40px;
color: #fff;
text-align: center;
padding-top:20px;
}
/*----sap-----*/
.sap_tabs {
margin: 0 auto;
padding:50px 0px;
text-align: center;
-webkit-appearance: none;
}
.facts{
padding: 7% 0% 0% 0%;
}
.resp-tab-item{
border:none;
color: #fff;
font-size: 24px;
font-family:Nunito-Light;
cursor: pointer;
padding:5px 30px;
margin:5px;
list-style: none;
outline: none;
border:2px solid #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-appearance: none;
}
.resp-tab-item:hover {
border:2px solid #fff;
text-shadow: none;
color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.resp-tab-active {
border:2px solid #fff;
text-shadow: none;
color: #fff;
background:rgba(2, 2, 2, 0.60);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
/*---------*/
.register input[type="text"],.register input[type="password"] {
outline: none;
font-size:16px;
font-family:Nunito-Light;
color: #fff;
padding: 15px 10px;
border:none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
width: 80%;
margin: 0 0 15px 0 ;
background:rgba(2, 2, 2, 0.60);
}
.sign-up input[type="submit"] {
background:rgba(2, 2, 2, 0.60);
color: #fff;
border: 2px solid #fff;
font-size: 18px;
font-family:Nunito-Light;
padding: 0px 0px 0px 0px;
width: 85%;
cursor: pointer;
outline: none;
margin-top:0px;
margin-left:17px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.sign-up input[type="submit"]:hover{
color: #fff;
background:#d8cc52;
}
::-webkit-input-placeholder{
color:#fff;
}
:-moz-placeholder { /* Firefox 18- */
color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder {
color: #fff;
}
h3{
padding-top:35px;
}
.register a{
color:#fbfbdd;
font-size: 18px;
font-family:Nunito-Light;
}
/*---------------*/
.copy-right {
text-align: center;
margin:30px 10px 5px 10px;
color:#fff;
}
.copy-right p {
color: #fff;
font-family:Nunito-Light;
font-size: 16px;
font-weight:600;
}
.copy-right p a {
color: #d8cc52;
}
.copy-right p a:hover {
text-decoration: underline;
}
/*--responsive--*/
/*
@media screen and (max-width:1920px){
h1 { font-size: 52px; padding-top:50px; }
.main-content{ width:100%; }
.sign-up input[type="submit"] { font-size: 20px; }
}
@media screen and (max-width:1680px){
h1 { font-size: 48px; padding-top:50px; }
.main-content{ width:30%; }
}
@media screen and (max-width:1440px){
h1 { font-size: 42px; }
@media screen and (max-width:1366px){
h1 { font-size: 40px; }
.main-content{ width:32%; }
.resp-tab-item{ font-size: 22px; border:1px solid #fff; }
.sign-up input[type="submit"] { border: 1px solid #fff; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
}
@media screen and (max-width:1280px){
h1 { font-size: 38px; }
.main-content{ width:32%; }
.resp-tab-item{ font-size: 22px; border:1px solid #fff; }
.sign-up input[type="submit"] { border: 1px solid #fff; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
}
@media screen and (max-width:1080px){
h1 { font-size: 34px; }
.main-content{ width:34%; }
.resp-tab-item{ font-size: 18px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:14px; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 18px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 14px; }
}
@media screen and (max-width:1024px){
h1 { font-size: 34px; }
.main-content{ width:34%; margin:25px auto; }
.resp-tab-item{ font-size: 18px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:14px; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 18px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 14px; }
}
@media screen and (max-width:800px){
h1 { font-size: 30px; padding-top:75px; }
.main-content{ width:42%;margin:25px auto; }
.resp-tab-item{ font-size: 18px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:14px; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 18px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:768px){
h1 { font-size: 30px; padding-top:75px; }
.main-content{ width:46%;margin:20px auto; }
.resp-tab-item{ font-size: 18px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:14px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 18px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:640px){
h1 { font-size: 28px; padding-top:50px; }
.main-content{ width:48%;margin:20px auto; }
.resp-tab-item{ font-size: 17px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 17px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:600px){
h1 { font-size: 28px; padding-top:50px; }
.main-content{ width:55%;margin:20px auto; }
.sap_tabs { padding:25px 0px; }
.resp-tab-item{ font-size: 17px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 17px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:480px){
h1 { font-size: 26px; padding-top:25px; }
.main-content{ width:58%;margin:20px auto; }
.sap_tabs { padding:25px 0px; }
.resp-tab-item{ font-size: 17px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 17px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:414px){
h1 { font-size: 26px; padding-top:25px; }
.main-content{ width:70%;margin:20px auto; }
.sap_tabs { padding:25px 0px; }
.resp-tab-item{ font-size: 17px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 17px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:375px){
h1 { font-size: 24px; padding-top:25px; }
.main-content{ width:80%;margin:20px auto; }
.sap_tabs { padding:25px 0px; }
.resp-tab-item{ font-size: 16px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 16px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
}
@media screen and (max-width:320px){
h1 { font-size: 22px; padding-top:15px; }
.main-content{ width:90%;margin:20px auto; }
.sap_tabs { padding:25px 0px; }
.resp-tab-item{ font-size: 16px; border:1px solid #fff; }
.register input[type="text"],.register input[type="password"] { font-size:13px; margin: 0 0 12px 0 ; padding:10px; }
.sign-up input[type="submit"] { border: 1px solid #fff; font-size: 16px; padding: 10px 10px 10px 10px; margin-top:20px; }
.resp-tab-item:hover { border:1px solid #fff; }
.resp-tab-active { border:1px solid #fff; }
.copy-right p { font-size: 13px; }
.copy-right { margin:15px 10px 10px 10px; }
.register a{ font-size: 14px; }
}
*/
| 0.183813 | 0.044806 |
:root {
/* Colors */
--c-blue-dark: #095a7d;
--c-blue-light: #32b9f1;
--c-blue-gray: #95b8c7;
--c-gray-light: #eff4f7;
--c-yellow: #ecd843;
--c-black: #06425c;
--c-white: #fff;
--c-heading: inherit;
/* Spacing */
--space-s: 0.5rem;
--space-m: 1rem;
--space-l: 2rem;
--space-xl: 4rem;
--space-2xl: 8rem;
--space-3xl: 10rem;
--space-4xl: 15rem;
/* Typography */
--font-scale-5: 3rem;
--font-scale-4: 2.5rem;
--font-scale-3: 2.2rem;
--font-scale-2: 2rem;
--font-scale-1: 1.9rem;
--font-scale-0: 1.8rem; /* Base/body font size */
--font-scale--1: 1.4rem;
--line-height-l: 1.29;
--line-height-heading: 1.3;
}
@media only screen and (min-width: 750px) {
:root {
/* Typography */
--font-scale-5: 4rem;
--font-scale-4: 3.3rem;
--font-scale-3: 2.6rem;
--font-scale-2: 2.3rem;
--font-scale-1: 2rem;
--font-scale-0: 1.9rem;
--font-scale--1: 1.4rem;
}
}
@media only screen and (min-width: 1024px) {
:root {
/* Typography */
--line-height-heading: 1.1;
--font-scale-5: 5.5rem;
--font-scale-4: 4.2rem;
--font-scale-3: 3.2rem;
--font-scale-2: 2.4rem;
/* --font-scale-1: 1.4rem; */
--font-scale-0: 2rem;
--font-scale--1: 1.5rem;
}
}
html {
box-sizing: border-box;
font-family: 'Inter', sans-serif;
font-size: 62.5%;
line-height: 1.65;
}
*,
*::after,
*::before {
box-sizing: inherit;
}
body {
background: var(--c-white);
color: var(--c-black);
font-size: var(--font-scale-0);
font-weight: 300;
margin: 0;
}
p {
margin: 0 0 2rem;
}
img {
display: block;
max-width: 100%;
max-height: 100%;
height: auto;
}
a {
color: currentColor;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: var(--line-height-heading);
margin: 0;
}
h1 {
font-size: var(--font-scale-5);
}
h2 {
font-size: var(--font-scale-4);
}
h3 {
font-size: var(--font-scale-3);
}
h4 {
font-size: var(--font-scale-2);
}
h5 {
font-size: var(--font-scale-1);
}
blockquote {
border-left: 2px solid #eee;
font-style: italic;
padding-left: 1rem;
margin: 0;
}
@media only screen and (min-width: 700px) {
blockquote {
padding-left: 2rem;
}
}
.button {
background-color: var(--c-blue-light);
border-radius: 4px;
color: var(--c-white);
display: inline-block;
font-size: 1.6rem;
font-weight: bold;
padding: 1.2rem 2rem;
text-align: center;
text-decoration: none;
transition: all 0.15s;
}
@media only screen and (min-width: 700px) {
.button {
font-size: 1.8rem;
padding: 1.6rem 2.7rem;
}
}
.button--dark {
background-color: var(--c-blue-dark);
font-size: 1.8rem;
padding: 1.2rem 3rem;
}
@media only screen and (min-width: 700px) {
.button--dark {
font-size: 2rem;
font-weight: 800;
padding: 1.2rem 2rem;
}
}
.button-icon {
fill: var(--c-white);
margin-left: 1rem;
transition: all 0.15s;
}
.button-center {
display: block;
margin: 0 auto;
max-width: 115px;
}
.button:hover {
background-color: var(--c-blue-dark);
text-decoration: none;
}
.button--dark:hover {
background-color: #023044;
text-decoration: none;
}
.button:hover .button-icon {
margin-left: 2rem;
}
.button--dark:hover .button-icon {
margin-left: 2rem;
}
.wrapper {
margin: 0 auto;
max-width: 1024px;
padding: 1.8rem 1.3rem;
}
.wrapper-relative {
position: relative;
}
.wrapper-home {
padding-top: 0.8rem;
}
@media only screen and (min-width: 900px) {
.content-flex {
display: flex;
justify-content: space-between;
}
.content-flex > * {
margin-right: 5%;
width: 45%;
}
}
@media only screen and (min-width: 700px) {
.wrapper {
margin: 0 auto;
max-width: 1024px;
padding: 3rem 2rem;
}
.wrapper-home {
padding-top: 1rem;
}
}
@media only screen and (min-width: 1024px) {
.wrapper {
margin: 0 auto;
max-width: 1024px;
padding: 3rem 0;
}
}
.wrapper--content {
max-width: 680px;
}
.content-wrapper {
margin-bottom: 2rem;
}
.content-wrapper iframe {
width: 100%;
}
/* Highlighted Content */
.highlighted {
background-color: #eee;
padding: 1.5rem;
}
.highlighted--warning {
background-color: #f9dfdf;
}
/**
* lists
*/
.list-reset {
margin: 0;
padding: 0;
list-style: none;
}
.list-relative {
position: relative;
}
/**
* Common Headline
*/
.section-headline {
padding: 0 0 0.4em 0;
margin: 0 0 5vmin 0;
border-bottom: 1px solid #ddd;
}
/* Acton */
#aoform-8cb720cf-340b-4191-8e54-6891b9f638fb {
margin: 0 auto;
text-align: left;
}
@media only screen and (min-width: 700px) {
.ao-form .ao-row .ao-column-inner {
display: flex;
justify-content: center;
}
}
.ao-form label.ao-form-label {
color: var(--c-white);
display: block;
text-transform: uppercase;
font-size: 14px;
margin-bottom: 5px;
}
.ao-form label.ao-form-label span {
display: none;
}
#ao-form-8cb720cf-340b-4191-8e54-6891b9f638fb.ao-form input[type='text'] {
color: rgba(8, 90, 125, 0.83);
display: block;
font-size: 1.8rem;
line-height: 1;
padding: 1.4rem 1.4rem;
width: 100%;
}
@media only screen and (min-width: 700px) {
#ao-form-8cb720cf-340b-4191-8e54-6891b9f638fb.ao-form input[type='text'] {
max-width: 370px;
}
}
.ao-form button.ao-form-submit {
background: url(../../img/envelope.svg) no-repeat scroll 130px 14px
rgb(26, 150, 202) !important;
font-size: 1.6rem !important;
margin-left: 1rem;
padding: 1.6rem 4.7rem 1.6rem 2.7rem !important;
text-transform: uppercase;
transition: all 0.15s;
}
.ao-form button.ao-form-submit:hover {
background-color: #0cb1f9 !important;
}
@media only screen and (min-width: 700px) {
.ao-form button.ao-form-submit {
background-position: 140px 16px !important;
font-size: 1.8rem !important;
margin-top: 2.5rem;
}
}
/* CMS classes */
.content-flex,
.content-flex > div {
margin-bottom: 4rem;
}
@media only screen and (min-width: 850px) {
.float-right img {
float: right;
width: 40%;
margin: 1rem 0 2rem 3rem !important;
}
.float-left img {
float: left;
width: 40%;
margin: 1rem 3rem 2rem 0 !important;
}
.content-flex {
display: flex;
justify-content: space-between;
margin-bottom: 4rem;
}
.content-flex > * {
width: 48%;
}
}
.visually-hidden {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
width: 1px;
word-wrap: normal;
}
|
src/components/base/base.css
|
:root {
/* Colors */
--c-blue-dark: #095a7d;
--c-blue-light: #32b9f1;
--c-blue-gray: #95b8c7;
--c-gray-light: #eff4f7;
--c-yellow: #ecd843;
--c-black: #06425c;
--c-white: #fff;
--c-heading: inherit;
/* Spacing */
--space-s: 0.5rem;
--space-m: 1rem;
--space-l: 2rem;
--space-xl: 4rem;
--space-2xl: 8rem;
--space-3xl: 10rem;
--space-4xl: 15rem;
/* Typography */
--font-scale-5: 3rem;
--font-scale-4: 2.5rem;
--font-scale-3: 2.2rem;
--font-scale-2: 2rem;
--font-scale-1: 1.9rem;
--font-scale-0: 1.8rem; /* Base/body font size */
--font-scale--1: 1.4rem;
--line-height-l: 1.29;
--line-height-heading: 1.3;
}
@media only screen and (min-width: 750px) {
:root {
/* Typography */
--font-scale-5: 4rem;
--font-scale-4: 3.3rem;
--font-scale-3: 2.6rem;
--font-scale-2: 2.3rem;
--font-scale-1: 2rem;
--font-scale-0: 1.9rem;
--font-scale--1: 1.4rem;
}
}
@media only screen and (min-width: 1024px) {
:root {
/* Typography */
--line-height-heading: 1.1;
--font-scale-5: 5.5rem;
--font-scale-4: 4.2rem;
--font-scale-3: 3.2rem;
--font-scale-2: 2.4rem;
/* --font-scale-1: 1.4rem; */
--font-scale-0: 2rem;
--font-scale--1: 1.5rem;
}
}
html {
box-sizing: border-box;
font-family: 'Inter', sans-serif;
font-size: 62.5%;
line-height: 1.65;
}
*,
*::after,
*::before {
box-sizing: inherit;
}
body {
background: var(--c-white);
color: var(--c-black);
font-size: var(--font-scale-0);
font-weight: 300;
margin: 0;
}
p {
margin: 0 0 2rem;
}
img {
display: block;
max-width: 100%;
max-height: 100%;
height: auto;
}
a {
color: currentColor;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: var(--line-height-heading);
margin: 0;
}
h1 {
font-size: var(--font-scale-5);
}
h2 {
font-size: var(--font-scale-4);
}
h3 {
font-size: var(--font-scale-3);
}
h4 {
font-size: var(--font-scale-2);
}
h5 {
font-size: var(--font-scale-1);
}
blockquote {
border-left: 2px solid #eee;
font-style: italic;
padding-left: 1rem;
margin: 0;
}
@media only screen and (min-width: 700px) {
blockquote {
padding-left: 2rem;
}
}
.button {
background-color: var(--c-blue-light);
border-radius: 4px;
color: var(--c-white);
display: inline-block;
font-size: 1.6rem;
font-weight: bold;
padding: 1.2rem 2rem;
text-align: center;
text-decoration: none;
transition: all 0.15s;
}
@media only screen and (min-width: 700px) {
.button {
font-size: 1.8rem;
padding: 1.6rem 2.7rem;
}
}
.button--dark {
background-color: var(--c-blue-dark);
font-size: 1.8rem;
padding: 1.2rem 3rem;
}
@media only screen and (min-width: 700px) {
.button--dark {
font-size: 2rem;
font-weight: 800;
padding: 1.2rem 2rem;
}
}
.button-icon {
fill: var(--c-white);
margin-left: 1rem;
transition: all 0.15s;
}
.button-center {
display: block;
margin: 0 auto;
max-width: 115px;
}
.button:hover {
background-color: var(--c-blue-dark);
text-decoration: none;
}
.button--dark:hover {
background-color: #023044;
text-decoration: none;
}
.button:hover .button-icon {
margin-left: 2rem;
}
.button--dark:hover .button-icon {
margin-left: 2rem;
}
.wrapper {
margin: 0 auto;
max-width: 1024px;
padding: 1.8rem 1.3rem;
}
.wrapper-relative {
position: relative;
}
.wrapper-home {
padding-top: 0.8rem;
}
@media only screen and (min-width: 900px) {
.content-flex {
display: flex;
justify-content: space-between;
}
.content-flex > * {
margin-right: 5%;
width: 45%;
}
}
@media only screen and (min-width: 700px) {
.wrapper {
margin: 0 auto;
max-width: 1024px;
padding: 3rem 2rem;
}
.wrapper-home {
padding-top: 1rem;
}
}
@media only screen and (min-width: 1024px) {
.wrapper {
margin: 0 auto;
max-width: 1024px;
padding: 3rem 0;
}
}
.wrapper--content {
max-width: 680px;
}
.content-wrapper {
margin-bottom: 2rem;
}
.content-wrapper iframe {
width: 100%;
}
/* Highlighted Content */
.highlighted {
background-color: #eee;
padding: 1.5rem;
}
.highlighted--warning {
background-color: #f9dfdf;
}
/**
* lists
*/
.list-reset {
margin: 0;
padding: 0;
list-style: none;
}
.list-relative {
position: relative;
}
/**
* Common Headline
*/
.section-headline {
padding: 0 0 0.4em 0;
margin: 0 0 5vmin 0;
border-bottom: 1px solid #ddd;
}
/* Acton */
#aoform-8cb720cf-340b-4191-8e54-6891b9f638fb {
margin: 0 auto;
text-align: left;
}
@media only screen and (min-width: 700px) {
.ao-form .ao-row .ao-column-inner {
display: flex;
justify-content: center;
}
}
.ao-form label.ao-form-label {
color: var(--c-white);
display: block;
text-transform: uppercase;
font-size: 14px;
margin-bottom: 5px;
}
.ao-form label.ao-form-label span {
display: none;
}
#ao-form-8cb720cf-340b-4191-8e54-6891b9f638fb.ao-form input[type='text'] {
color: rgba(8, 90, 125, 0.83);
display: block;
font-size: 1.8rem;
line-height: 1;
padding: 1.4rem 1.4rem;
width: 100%;
}
@media only screen and (min-width: 700px) {
#ao-form-8cb720cf-340b-4191-8e54-6891b9f638fb.ao-form input[type='text'] {
max-width: 370px;
}
}
.ao-form button.ao-form-submit {
background: url(../../img/envelope.svg) no-repeat scroll 130px 14px
rgb(26, 150, 202) !important;
font-size: 1.6rem !important;
margin-left: 1rem;
padding: 1.6rem 4.7rem 1.6rem 2.7rem !important;
text-transform: uppercase;
transition: all 0.15s;
}
.ao-form button.ao-form-submit:hover {
background-color: #0cb1f9 !important;
}
@media only screen and (min-width: 700px) {
.ao-form button.ao-form-submit {
background-position: 140px 16px !important;
font-size: 1.8rem !important;
margin-top: 2.5rem;
}
}
/* CMS classes */
.content-flex,
.content-flex > div {
margin-bottom: 4rem;
}
@media only screen and (min-width: 850px) {
.float-right img {
float: right;
width: 40%;
margin: 1rem 0 2rem 3rem !important;
}
.float-left img {
float: left;
width: 40%;
margin: 1rem 3rem 2rem 0 !important;
}
.content-flex {
display: flex;
justify-content: space-between;
margin-bottom: 4rem;
}
.content-flex > * {
width: 48%;
}
}
.visually-hidden {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
width: 1px;
word-wrap: normal;
}
| 0.442637 | 0.116714 |
*,
*::before,
*::after {
box-sizing: border-box;
position: relative;
}
:root {
--duration: .4s;
--easing: cubic-bezier(.7, 0, .2, 1);
}
#app1 {
display: flex;
height: 680px;
width: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
perspective: 801px;
-webkit-perspective-origin: center center;
perspective-origin: center center;
}
#app1>* {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.tiles {
margin: auto;
width: 90vmin;
height: 55vmin;
display: grid;
grid-template: 1fr 1fr / 1fr 1fr;
grid-gap: 5vmin;
-webkit-transform: translateZ(-100px) rotateX(50deg);
transform: translateZ(-100px) rotateX(50deg);
}
.tile {
opacity: 0.99;
display: grid;
grid-template: 50% 50% / 50% 50%;
padding: 1em;
background: rgba(0, 168, 255, 0.2) radial-gradient(circle at top center, rgba(255, 255, 255, 0.8), transparent);
transition: background-color var(--duration) linear, -webkit-transform var(--duration) var(--easing);
transition: transform var(--duration) var(--easing), background-color var(--duration) linear;
transition: transform var(--duration) var(--easing), background-color var(--duration) linear, -webkit-transform var(--duration) var(--easing);
}
.tile>header {
grid-column: 2;
grid-row: 2 / 3;
font-size: 2vmin;
font-weight: bold;
color: white;
transition: inherit;
transition-property: color, opacity, -webkit-transform;
transition-property: transform, color, opacity;
transition-property: transform, color, opacity, -webkit-transform;
text-shadow: 0 0.25vmin 1vmin rgba(0, 0, 0, 0.15);
white-space: nowrap;
display: flex;
justify-content: flex-end;
}
.tile>header:after {
content: '';
display: inline-block;
top: .5em;
height: 1px;
width: 40%;
margin-left: 2em;
background-color: rgba(255, 255, 255, 0.3);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
transition: inherit;
}
.tile::before {
position: absolute;
bottom: 55px;
right: 0;
font-size: 22vmin;
opacity: .9;
font-weight: bold;
transform: scale(0.6);
transform-origin: 50% 0%;
align-self: flex-end;
transition: inherit;
}
/* .tile::before {
background: url("../../assets/img/icon-type1.png") no-repeat;
content: "";
background-size: 80%;
width: 100px;
height: 100px;
;
} */
.type1::before {
background: url("../../assets/img/icon-type1.png") no-repeat;
content: "";
background-size: 80%;
width: 100px;
height: 100px;
;
}
.type2::before {
background: url("../../assets/img/icon-type2.png") no-repeat;
content: "";
background-size: 80%;
width: 100px;
height: 100px;
;
}
.type3::before {
background: url("../../assets/img/icon-type3.png") no-repeat;
content: "";
background-size: 80%;
width: 100px;
height: 100px;
;
}
.type4::before {
background: url("../../assets/img/icon-type4.png") no-repeat;
content: "";
background-size: 80%;
width: 100px;
height: 100px;
;
}
.tile:hover {
background-color: var(--color, green);
transform: translateZ(20px);
}
.tile:hover::before {
transform: translateX(-40%) scale(1);
}
.tile:hover header {
transform: translate(40%, -100%);
color: #000;
opacity: 0.4;
}
.tile:hover header::after {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
/* ---------------------------------- */
.tiles {
-webkit-transform: rotateX(calc(-15deg * var(--rot-x, 0))) rotateY(calc(-15deg * var(--rot-y, 0)));
transform: rotateX(calc(-15deg * var(--rot-x, 0))) rotateY(calc(-15deg * var(--rot-y, 0)));
}
/* ---------------------------------- */
/*
.mouser {
pointer-events: none;
position: fixed;
top: 0;
left: 0;
width: 2vmin;
height: 2vmin;
border-radius: 50%;
background: #FFF;
z-index: 999;
transform: translate(calc(1px * var(--mouse-x, 50vw)), calc(1px * var(--mouse-y, 50vh))) translate(-50%, -50%);
}
.mouser:before {
content: '';
position: absolute;
border-radius: inherit;
background: inherit;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(calc(1 + var(--over)));
transition: transform 0.2s var(--easing);
transition: transform 0.2s var(--easing),
} */
|
src/assets/css/style.css
|
*,
*::before,
*::after {
box-sizing: border-box;
position: relative;
}
:root {
--duration: .4s;
--easing: cubic-bezier(.7, 0, .2, 1);
}
#app1 {
display: flex;
height: 680px;
width: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
perspective: 801px;
-webkit-perspective-origin: center center;
perspective-origin: center center;
}
#app1>* {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.tiles {
margin: auto;
width: 90vmin;
height: 55vmin;
display: grid;
grid-template: 1fr 1fr / 1fr 1fr;
grid-gap: 5vmin;
-webkit-transform: translateZ(-100px) rotateX(50deg);
transform: translateZ(-100px) rotateX(50deg);
}
.tile {
opacity: 0.99;
display: grid;
grid-template: 50% 50% / 50% 50%;
padding: 1em;
background: rgba(0, 168, 255, 0.2) radial-gradient(circle at top center, rgba(255, 255, 255, 0.8), transparent);
transition: background-color var(--duration) linear, -webkit-transform var(--duration) var(--easing);
transition: transform var(--duration) var(--easing), background-color var(--duration) linear;
transition: transform var(--duration) var(--easing), background-color var(--duration) linear, -webkit-transform var(--duration) var(--easing);
}
.tile>header {
grid-column: 2;
grid-row: 2 / 3;
font-size: 2vmin;
font-weight: bold;
color: white;
transition: inherit;
transition-property: color, opacity, -webkit-transform;
transition-property: transform, color, opacity;
transition-property: transform, color, opacity, -webkit-transform;
text-shadow: 0 0.25vmin 1vmin rgba(0, 0, 0, 0.15);
white-space: nowrap;
display: flex;
justify-content: flex-end;
}
.tile>header:after {
content: '';
display: inline-block;
top: .5em;
height: 1px;
width: 40%;
margin-left: 2em;
background-color: rgba(255, 255, 255, 0.3);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
transition: inherit;
}
.tile::before {
position: absolute;
bottom: 55px;
right: 0;
font-size: 22vmin;
opacity: .9;
font-weight: bold;
transform: scale(0.6);
transform-origin: 50% 0%;
align-self: flex-end;
transition: inherit;
}
/* .tile::before {
background: url("../../assets/img/icon-type1.png") no-repeat;
content: "";
background-size: 80%;
width: 100px;
height: 100px;
;
} */
.type1::before {
background: url("../../assets/img/icon-type1.png") no-repeat;
content: "";
background-size: 80%;
width: 100px;
height: 100px;
;
}
.type2::before {
background: url("../../assets/img/icon-type2.png") no-repeat;
content: "";
background-size: 80%;
width: 100px;
height: 100px;
;
}
.type3::before {
background: url("../../assets/img/icon-type3.png") no-repeat;
content: "";
background-size: 80%;
width: 100px;
height: 100px;
;
}
.type4::before {
background: url("../../assets/img/icon-type4.png") no-repeat;
content: "";
background-size: 80%;
width: 100px;
height: 100px;
;
}
.tile:hover {
background-color: var(--color, green);
transform: translateZ(20px);
}
.tile:hover::before {
transform: translateX(-40%) scale(1);
}
.tile:hover header {
transform: translate(40%, -100%);
color: #000;
opacity: 0.4;
}
.tile:hover header::after {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
/* ---------------------------------- */
.tiles {
-webkit-transform: rotateX(calc(-15deg * var(--rot-x, 0))) rotateY(calc(-15deg * var(--rot-y, 0)));
transform: rotateX(calc(-15deg * var(--rot-x, 0))) rotateY(calc(-15deg * var(--rot-y, 0)));
}
/* ---------------------------------- */
/*
.mouser {
pointer-events: none;
position: fixed;
top: 0;
left: 0;
width: 2vmin;
height: 2vmin;
border-radius: 50%;
background: #FFF;
z-index: 999;
transform: translate(calc(1px * var(--mouse-x, 50vw)), calc(1px * var(--mouse-y, 50vh))) translate(-50%, -50%);
}
.mouser:before {
content: '';
position: absolute;
border-radius: inherit;
background: inherit;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(calc(1 + var(--over)));
transition: transform 0.2s var(--easing);
transition: transform 0.2s var(--easing),
} */
| 0.487551 | 0.094093 |
.newquest {
display: flex;
margin: 30px 50px;
margin-bottom: 100px;
height: calc(100vh - 180px);
}
.questionside {
width: 50%;
padding-right: 20px;
}
.question {
background-color: #F5F5F5;
height: 650px;
box-sizing: border-box;
border-radius: 10px;
padding: 20px;
box-shadow: 2px 2px 5px 2px #cfcfcf;
}
.question-title {
font-size: 35px;
}
.question-title input {
width: 90%;
font-size: 35px;
background-color: rgba(0, 0, 0, 0);
border: 0px;
outline: 0px;
margin: 20px auto;
border-bottom: 6px solid #4E4E4E;
display: block;
}
.smart_editor2 {
width: 100%;
}
.tag-date-area {
margin-top: 24px;
display: flex;
}
/* .tag-input {
height: 70px;
flex: 2.1 210px;
border-radius: 10px;
padding: 30px;
background-color: #F5F5F5;
border: none;
outline: none;
box-sizing: border-box;
margin-right: 24px;
box-shadow: 2px 2px 5px 2px #cfcfcf;
font-size: 30px;
} */
.bootstrap-tagsinput {
border: none;
box-shadow: none;
padding: 0;
border-radius: none;
line-height: normal;
height: 70px;
flex: 2.1 210px;
margin-right: 24px;
box-sizing: border-box;
background-color: #F5F5F5;
box-shadow: 2px 2px 5px 2px #cfcfcf;
border-radius: 10px;
padding: 20px 0px 0px 10px;
}
.bootstrap-tagsinput input {
border: none;
outline: none;
font-size: 16px;
}
.bootstrap-tagsinput .tag {
background-color: #e4e4e4;
border-radius: 10px;
padding: 0px;
font-size: 16px;
}
#duedate {
display: inline-block;
position: relative;
z-index: 2;
font-size: 23px;
left: 20px;
top: -52px;
padding: 0px 20px;
background-color: #F5F5F5;
color: #707070;
}
.date-box {
flex: 1 100px;
border-radius: 10px;
background-color: #F5F5F5;
height: 70px;
}
.date-input {
height: 70px;
width: 100%;
background-color: transparent;
border-radius: 10px;
border: none;
outline: none;
font-family: Noto Sans KR;
font-size: 23px;
box-sizing: border-box;
box-shadow: 2px 2px 5px 2px #cfcfcf;
padding: 0 20px;
}
.submit-area {
margin-top: 37.5px;
border-top: 3px solid #707070;
padding-top: 15.5px;
display: flex;
align-items: center;
}
.submit-area a{
flex: 1;
font-size: 30px;
text-decoration: none;
color: black;
}
.submit {
background-color: #92009D;
color: white;
height: 61px;
font-size: 30px;
padding: 5px 45px;
border-radius: 45px;
outline: none;
border: none;
/* box-shadow: 0px 0px 10px 3px #C1A7B8; */
right:0;
}
.codeside {
display: flex;
flex-direction: column;
width: 50%;
background-color: #0F192A;
border-radius: 10px;
margin-left: 20px;
}
.code-editor {
flex-grow: 1;
}
.CodeMirror {
font-size: 20px;
}
.CodeMirror-scroll {
height:100%;
}
.bountyarea {
height: 95px;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.bountyarea-bounty {
background-color: white;
box-sizing: border-box;
border-radius: 20px;
height: 60px;
width: 30%;
display: flex;
align-items: center;
}
.bounty-input {
border: none;
outline: none;
display: inline-block;
width: 100%;
margin-left: 10px;
padding-right: 5px;
box-sizing: border-box;
text-align: right;
font-size: 22px;
flex-grow: 1;
-webkit-appearance: none;
}
.bounty-input::-webkit-outer-spin-button,
.bounty-input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.bountyarea-bounty span{
padding:0 10px 0 0;
display: inline-block;
font-size: 22px;
padding-bottom: 4px;
}
.bountyarea-file {
background-color: white;
border-radius: 20px;
height: 60px;
width: 60%;
padding: 0 20px;
box-sizing: border-box;
display: flex;
align-items: center;
font-size: 18px;
}
#id_file {
font-size: 20px;
}
#file-upload-button {
color: white;
background-color: #92009D;
}
input[type="file"] {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip:rect(0,0,0,0);
border: 0;
}
.bountyarea-file label {
display: inline-block;
padding: .5em .75em;
color: #fff;
font-size: inherit;
line-height: normal;
vertical-align: middle;
background-color: #92009D;
cursor: pointer;
border-bottom-color: #e2e2e2;
border-radius: 10px;
}
.upload-name {
display: inline-block;
flex: 1;
padding: .5em .75em;
font-size: inherit;
font-family: inherit;
line-height: normal;
vertical-align: middle;
background-color: white;
border: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wanted {
display: block;
text-align: center;
color: #C25A98;
font-family: Cactus;
font-size: 35px;
padding: 10px;
}
|
Code_Hunter/wanted/static/css/newquest.css
|
.newquest {
display: flex;
margin: 30px 50px;
margin-bottom: 100px;
height: calc(100vh - 180px);
}
.questionside {
width: 50%;
padding-right: 20px;
}
.question {
background-color: #F5F5F5;
height: 650px;
box-sizing: border-box;
border-radius: 10px;
padding: 20px;
box-shadow: 2px 2px 5px 2px #cfcfcf;
}
.question-title {
font-size: 35px;
}
.question-title input {
width: 90%;
font-size: 35px;
background-color: rgba(0, 0, 0, 0);
border: 0px;
outline: 0px;
margin: 20px auto;
border-bottom: 6px solid #4E4E4E;
display: block;
}
.smart_editor2 {
width: 100%;
}
.tag-date-area {
margin-top: 24px;
display: flex;
}
/* .tag-input {
height: 70px;
flex: 2.1 210px;
border-radius: 10px;
padding: 30px;
background-color: #F5F5F5;
border: none;
outline: none;
box-sizing: border-box;
margin-right: 24px;
box-shadow: 2px 2px 5px 2px #cfcfcf;
font-size: 30px;
} */
.bootstrap-tagsinput {
border: none;
box-shadow: none;
padding: 0;
border-radius: none;
line-height: normal;
height: 70px;
flex: 2.1 210px;
margin-right: 24px;
box-sizing: border-box;
background-color: #F5F5F5;
box-shadow: 2px 2px 5px 2px #cfcfcf;
border-radius: 10px;
padding: 20px 0px 0px 10px;
}
.bootstrap-tagsinput input {
border: none;
outline: none;
font-size: 16px;
}
.bootstrap-tagsinput .tag {
background-color: #e4e4e4;
border-radius: 10px;
padding: 0px;
font-size: 16px;
}
#duedate {
display: inline-block;
position: relative;
z-index: 2;
font-size: 23px;
left: 20px;
top: -52px;
padding: 0px 20px;
background-color: #F5F5F5;
color: #707070;
}
.date-box {
flex: 1 100px;
border-radius: 10px;
background-color: #F5F5F5;
height: 70px;
}
.date-input {
height: 70px;
width: 100%;
background-color: transparent;
border-radius: 10px;
border: none;
outline: none;
font-family: Noto Sans KR;
font-size: 23px;
box-sizing: border-box;
box-shadow: 2px 2px 5px 2px #cfcfcf;
padding: 0 20px;
}
.submit-area {
margin-top: 37.5px;
border-top: 3px solid #707070;
padding-top: 15.5px;
display: flex;
align-items: center;
}
.submit-area a{
flex: 1;
font-size: 30px;
text-decoration: none;
color: black;
}
.submit {
background-color: #92009D;
color: white;
height: 61px;
font-size: 30px;
padding: 5px 45px;
border-radius: 45px;
outline: none;
border: none;
/* box-shadow: 0px 0px 10px 3px #C1A7B8; */
right:0;
}
.codeside {
display: flex;
flex-direction: column;
width: 50%;
background-color: #0F192A;
border-radius: 10px;
margin-left: 20px;
}
.code-editor {
flex-grow: 1;
}
.CodeMirror {
font-size: 20px;
}
.CodeMirror-scroll {
height:100%;
}
.bountyarea {
height: 95px;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.bountyarea-bounty {
background-color: white;
box-sizing: border-box;
border-radius: 20px;
height: 60px;
width: 30%;
display: flex;
align-items: center;
}
.bounty-input {
border: none;
outline: none;
display: inline-block;
width: 100%;
margin-left: 10px;
padding-right: 5px;
box-sizing: border-box;
text-align: right;
font-size: 22px;
flex-grow: 1;
-webkit-appearance: none;
}
.bounty-input::-webkit-outer-spin-button,
.bounty-input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.bountyarea-bounty span{
padding:0 10px 0 0;
display: inline-block;
font-size: 22px;
padding-bottom: 4px;
}
.bountyarea-file {
background-color: white;
border-radius: 20px;
height: 60px;
width: 60%;
padding: 0 20px;
box-sizing: border-box;
display: flex;
align-items: center;
font-size: 18px;
}
#id_file {
font-size: 20px;
}
#file-upload-button {
color: white;
background-color: #92009D;
}
input[type="file"] {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip:rect(0,0,0,0);
border: 0;
}
.bountyarea-file label {
display: inline-block;
padding: .5em .75em;
color: #fff;
font-size: inherit;
line-height: normal;
vertical-align: middle;
background-color: #92009D;
cursor: pointer;
border-bottom-color: #e2e2e2;
border-radius: 10px;
}
.upload-name {
display: inline-block;
flex: 1;
padding: .5em .75em;
font-size: inherit;
font-family: inherit;
line-height: normal;
vertical-align: middle;
background-color: white;
border: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wanted {
display: block;
text-align: center;
color: #C25A98;
font-family: Cactus;
font-size: 35px;
padding: 10px;
}
| 0.289472 | 0.137388 |
.cbp, .cbp *, .cbp :after, .cbp :before, .cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-popup-singlePage, .cbp-popup-singlePage *, .cbp-popup-wrap, .cbp-popup-wrap * {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.cbp-l-grid-agency-desc, .cbp-l-grid-agency-title, .cbp-l-grid-blog-title, .cbp-l-grid-masonry-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-projects-title, .cbp-l-grid-work-desc, .cbp-l-grid-work-title {
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis
}
.cbp, .cbp-item, .cbp-wrapper {
filter:inherit
}
.cbp {
position:relative;
overflow:hidden;
margin:0 auto;
visibility:visible!important;
height:400px
}
.cbp-item {
float:left;
margin-right:10px
}
.cbp .cbp-item, .cbp-wrapper {
position:absolute;
top:0;
left:0;
list-style-type:none;
margin:0;
padding:0;
overflow:hidden
}
.cbp .cbp-item {
z-index:2;
display:block
}
.cbp-item-wrapper {
width:100%;
height:100%;
position:relative;
top:0;
left:0
}
.cbp img, .cbp-l-inline img, .cbp-l-project-related-wrap img, .cbp-slider img {
display:block;
width:100%;
height:auto
}
.cbp a, .cbp a:active, .cbp a:hover {
text-decoration:none;
outline:0
}
.cbp-appendItems-loading {
-webkit-transition:height .4s ease!important;
transition:height .4s ease!important
}
.cbp-appendItems-loading .cbp-wrapper {
-webkit-transition:none!important;
transition:none!important
}
.cbp-loading {
background:url(../img/cbp-loading.html) center center no-repeat
}
.cbp .cbp-item-hidden {
pointer-events:none;
z-index:1
}
.cbp-wrapper {
visibility:hidden;
width:100%;
height:100%;
z-index:1
}
.cbp-ready .cbp-wrapper {
visibility:visible
}
.cbp-wrapper-front {
z-index:3
}
.cbp-wrapper-back {
z-index:-1
}
.cbp-panel {
width:94%;
max-width:1170px;
margin:0 auto
}
.cbp-misc-video {
position:relative;
height:0;
padding-bottom:56.25%;
background:#000
}
.cbp-misc-video iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}
.cbp-caption, .cbp-caption-activeWrap, .cbp-caption-defaultWrap {
width:100%;
overflow:hidden;
position:relative;
z-index:1;
display:block
}
.cbp-caption-activeWrap {
position:absolute;
z-index:2;
height:100%
}
.cbp-caption-activeWrap.center {
text-align: center;
}
.cbp-l-caption-body.midletext {
padding-top: 23%;
}
.cbp-l-caption-body.midletext2 {
padding-top: 27%;
}
.cbp-l-caption-body h3 {
color: #fff;
font-weight: 600;
margin-bottom: 0px;
}
.cbp-l-caption-body h4 {
color: #fff;
line-height: 21px;
font-weight: 600;
margin-bottom: 0px;
}
.cbp-l-caption-body h6 {
color: #999;
}
.cbp-caption-wrap {
overflow:hidden;
position:relative
}
.cbp-l-caption-title {
color:#fff;
font:400 16px/20px "Open Sans", sans-serif
}
.cbp-l-caption-desc {
color:#aaa;
font:400 12px/18px "Open Sans", sans-serif;
margin-top:2px
}
.cbp-l-caption-text {
font:400 14px/21px "Open Sans", sans-serif;
color:#fff;
letter-spacing:3px
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
background-color:#fff;
color:#393939;
display:inline-block;
font:400 12px/30px "Open Sans", sans-serif;
width:90px;
text-align:center;
margin:4px;
border-radius: 1px;
}
.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
background-color:#999;
color:#fff;
}
.cbp-caption-none .cbp-caption-activeWrap {
display:none
}
.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body {
margin:30px 30px 0
}
.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottomPush .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottomReveal .cbp-l-caption-alignLeft .cbp-l-caption-body {
margin:14px 30px 0
}
.cbp-l-caption-alignCenter {
display:table;
width:100%;
height:100%
}
.cbp-l-caption-alignCenter .cbp-l-caption-body {
display:table-cell;
vertical-align:middle;
text-align:center
}
.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
position:relative;
-webkit-transition:left .4s cubic-bezier(0.19, 1, .22, 1);
transition:left .4s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
left:-20px
}
.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
left:20px
}
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
left:0
}
.cbp-caption-fadeIn .cbp-caption-activeWrap {
opacity:0;
top:0;
background-color:rgba(0, 0, 0, .85);
-webkit-transition:opacity .6s cubic-bezier(0.19, 1, .22, 1);
transition:opacity .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
opacity:1
}
.cbp-caption-minimal .cbp-l-caption-desc, .cbp-caption-minimal .cbp-l-caption-title {
position:relative;
left:0;
opacity:0;
-webkit-transition:-webkit-transform .5s ease;
transition:transform .5s ease
}
.cbp-caption-minimal .cbp-l-caption-title {
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
transform:translateY(-100%)
}
.cbp-caption-minimal .cbp-l-caption-desc {
-webkit-transform:translateY(100%);
-moz-transform:translateY(100%);
transform:translateY(100%)
}
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc, .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title {
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
transform:translateY(0)
}
.cbp-caption-minimal .cbp-caption-activeWrap {
top:0;
background-color:rgba(0, 0, 0, .8);
opacity:0
}
.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
opacity:1
}
.cbp-caption-minimal.cbp-ie8 .cbp-caption-activeWrap {
background-color:#000;
-ms-filter:"alpha(Opacity=0)"
}
.cbp-caption-minimal.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap {
-ms-filter:"alpha(Opacity=90)"
}
.cbp-caption-moveRight .cbp-caption-activeWrap {
left:-100%;
top:0;
background:#282727;
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
.cbp-caption-overlayBottom .cbp-caption-activeWrap {
height:70px;
background-color:#181616;
background-color:rgba(24, 22, 22, .7);
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap, .cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap {
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
height:70px;
background:#282727
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-35px);
transform:translateY(-35px)
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap, .cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
bottom:0;
-webkit-transition:bottom .6s cubic-bezier(0.19, 1, .22, 1);
transition:bottom .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
bottom:-70px;
height:70px;
background:#282727
}
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
bottom:70px
}
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
bottom:0
}
.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
z-index:2;
bottom:0;
-webkit-transition:bottom .5s cubic-bezier(0.19, 1, .22, 1);
transition:bottom .5s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
bottom:0;
z-index:1;
height:70px;
background:#282727
}
.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
bottom:70px
}
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap, .cbp-caption-overlayRightAlong .cbp-caption-defaultWrap {
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
top:0;
left:-50%;
width:50%;
background:#282727
}
.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateX(25%);
transform:translateX(25%)
}
.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
.cbp-caption-pushDown .cbp-caption-activeWrap, .cbp-caption-pushDown .cbp-caption-defaultWrap {
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-pushDown .cbp-caption-activeWrap {
top:-100%;
background:#282727
}
.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
.cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap {
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-pushTop .cbp-caption-activeWrap {
background:#282727
}
.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
.cbp-caption-revealBottom .cbp-caption-defaultWrap {
z-index:2;
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-revealBottom .cbp-caption-activeWrap {
top:0;
z-index:1;
background:#282727
}
.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
.cbp-caption-revealLeft .cbp-caption-activeWrap {
left:100%;
top:0;
background:#282727;
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
.cbp-caption-revealTop .cbp-caption-defaultWrap {
z-index:2;
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-revealTop .cbp-caption-activeWrap {
top:0;
z-index:1;
background:#282727
}
.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
.cbp-caption-zoom .cbp-caption-defaultWrap {
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:scale(1.25);
transform:scale(1.25)
}
.cbp-caption-zoom .cbp-caption-activeWrap {
opacity:0;
top:0;
background-color:rgba(18, 18, 18, .9);
-webkit-transition:opacity .8s cubic-bezier(0.19, 1, .22, 1);
transition:opacity .8s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
opacity:1
}
.cbp-caption-opacity .cbp-caption {
border:1px solid transparent
}
.cbp-caption-opacity .cbp-caption:hover {
border-color:#EDEDED
}
.cbp-caption-opacity .cbp-caption-defaultWrap {
opacity:1;
-webkit-transition:opacity .6s cubic-bezier(0.19, 1, .22, 1);
transition:opacity .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
opacity:.8
}
.cbp-l-filters-alignCenter {
margin-bottom:40px;
text-align:center;
font:400 12px/21px sans-serif;
color:#DADADA
}
.cbp-l-filters-alignCenter .cbp-filter-item {
color:#949494;
cursor:pointer;
font:400 13px/21px "Open Sans", sans-serif;
padding:0 12px;
transition:all .3s ease-in-out;
position:relative;
overflow:visible;
margin:10px 0 0;
display:inline-block
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
color:#2D2C2C
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
color:#2D2C2C;
cursor:default
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
background:#626161;
border-radius:3px;
color:#FFF;
font:400 11px/18px "Open Sans", sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:34px;
position:absolute;
bottom:0;
left:0;
right:0;
-ms-filter:"alpha(Opacity=0)";
opacity:0;
-webkit-transition:all .25s ease;
transition:all .25s ease
}
.cbp-l-filters-alignCenter .cbp-filter-counter:before {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #626161;
display:none
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:before {
display:block
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
bottom:30px;
-ms-filter:"alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-alignLeft {
margin-bottom:40px
}
.cbp-l-filters-alignLeft .cbp-filter-item {
background-color:#fff;
border:1px solid #cdcdcd;
cursor:pointer;
font:400 12px/30px "Open Sans", sans-serif;
padding:0 13px;
position:relative;
overflow:visible;
margin:10px 8px 0 0;
display:inline-block;
color:#888;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.cbp-l-filters-alignLeft .cbp-filter-item:hover {
color:#111
}
.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
background-color:#6C7A89;
border:1px solid #6C7A89;
color:#fff;
cursor:default
}
.cbp-l-filters-alignLeft .cbp-filter-counter {
display:inline
}
.cbp-l-filters-alignRight {
margin-bottom:40px;
text-align:right
}
.cbp-l-filters-alignRight .cbp-filter-item {
background-color:transparent;
color:#8B8B8B;
cursor:pointer;
font:400 11px/29px "Open Sans", sans-serif;
padding:0 12px;
position:relative;
overflow:visible;
margin:10px 0 0 5px;
border:1px solid #E4E2E2;
text-transform:uppercase;
display:inline-block;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.cbp-l-filters-alignRight .cbp-filter-item:hover {
color:#2B3444
}
.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
color:#FFF;
background-color:#049372;
border-color:#049372;
cursor:default
}
.cbp-l-filters-alignRight .cbp-filter-counter {
background:#049372;
border-radius:3px;
color:#fff;
font:400 11px/18px "Open Sans", sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:34px;
position:absolute;
bottom:0;
left:0;
right:0;
-ms-filter:"alpha(Opacity=0)";
opacity:0;
-webkit-transition:opacity .25s ease, bottom .25s ease;
transition:opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-alignRight .cbp-filter-counter:before {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #049372;
display:none
}
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:before {
display:block
}
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
bottom:44px;
-ms-filter:"alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-button {
margin-bottom:30px
}
.cbp-l-filters-button .cbp-filter-item {
background-color:#FFF;
border:2px solid #ECECEC;
border-radius:2px;
color:#888;
cursor:pointer;
font:400 12px/29px "Open Sans", sans-serif;
margin:10px 10px 0 0;
overflow:visible;
padding:0 17px;
position:relative;
display:inline-block;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.cbp-l-filters-button .cbp-filter-item:hover {
color:#5d5d5d
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
background-color:#4D4C4D;
color:#fff;
border-color:#4D4C4D;
cursor:default
}
.cbp-l-filters-button .cbp-filter-counter {
background-color:#4D4C4D;
border-radius:3px;
color:#fff;
font:400 11px/18px "Open Sans", sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:34px;
position:absolute;
bottom:0;
left:0;
right:0;
opacity:0;
-ms-filter:"alpha(Opacity=0)";
-webkit-transition:opacity .25s ease, bottom .25s ease;
transition:opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-button .cbp-filter-counter:before {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #4D4C4D;
display:none
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:before {
display:block
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
bottom:44px;
-ms-filter:"alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-buttonCenter {
margin-bottom:40px;
text-align:center
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
background-color:#FFF;
border:1px solid #ECECEC;
color:#888;
cursor:pointer;
font:400 12px/32px Roboto, sans-serif;
margin:10px 10px 0 0;
overflow:visible;
padding:0 17px;
position:relative;
display:inline-block;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
color:#5d5d5d
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
color:#3B9CB3;
border-color:#8CD2E5;
cursor:default
}
.cbp-l-filters-buttonCenter .cbp-filter-counter {
background-color:#68ABBC;
border-radius:3px;
color:#fff;
font:400 11px/18px Roboto, sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:34px;
position:absolute;
bottom:0;
left:0;
right:0;
opacity:0;
-ms-filter:"alpha(Opacity=0)";
-webkit-transition:opacity .25s ease, bottom .25s ease;
transition:opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #68ABBC;
display:none
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter:before {
display:block
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter {
bottom:44px;
-ms-filter:"alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-dropdown {
margin-bottom:40px;
height:38px;
position:relative;
z-index:5
}
.cbp-l-filters-dropdownWrap {
width:200px;
position:absolute;
right:0;
background:#3288C4
}
.cbp-l-filters-dropdownHeader {
font:400 12px/38px "Open Sans", sans-serif;
margin:0 17px;
color:#FFF;
cursor:default;
position:relative
}
.cbp-l-filters-dropdownHeader:after {
border-color:#FFF transparent;
border-style:solid;
border-width:5px 5px 0;
content:"";
height:0;
position:absolute;
right:0;
top:50%;
width:0;
margin-top:-1px
}
.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
border-width:0 5px 5px
}
.cbp-l-filters-dropdownList {
display:none;
list-style:none;
margin:0;
padding:0
}
.cbp-l-filters-dropdownList>li {
margin:0;
list-style:none
}
.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
display:block;
margin:0
}
.cbp-l-filters-dropdownList .cbp-filter-item {
background:0 0;
color:#9FBCE7;
width:100%;
text-align:left;
font:400 12px/40px "Open Sans", sans-serif;
margin:0;
padding:0 17px;
cursor:pointer;
border:none;
border-top:1px solid #5592C2
}
.cbp-l-filters-dropdownList .cbp-filter-item:hover {
color:#e6e6e6
}
.cbp-l-filters-dropdownList .cbp-filter-item-active {
color:#e6e6e6;
cursor:default
}
.cbp-l-filters-dropdownList .cbp-filter-counter {
display:inline
}
.cbp-l-filters-list {
margin-bottom:40px;
content:"";
display:table;
clear:both
}
.cbp-l-filters-list .cbp-filter-item {
background-color:transparent;
color:#585252;
cursor:pointer;
font:400 12px/35px "Open Sans", sans-serif;
padding:0 18px;
position:relative;
overflow:visible;
margin-top:10px;
float:left;
border:1px solid #3288C4;
border-right-width:0;
-webkit-transition:left .3s ease-in-out;
transition:left .3s ease-in-out
}
.cbp-l-filters-list .cbp-filter-item:hover {
color:#000
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
cursor:default;
color:#FFF;
background-color:#3288C4
}
.cbp-l-filters-list-first {
border-radius:6px 0 0 6px
}
.cbp-l-filters-list-last {
border-radius:0 6px 6px 0;
border-right-width:1px!important
}
.cbp-l-filters-list .cbp-filter-counter {
display:inline
}
@media only screen and (max-width:600px) {
.cbp-l-filters-list .cbp-filter-item {
margin-right:5px;
border-radius:6px;
border-right-width:1px
}
}
.cbp-l-filters-work {
margin-bottom:40px;
text-align:center
}
.cbp-l-filters-work .cbp-filter-item {
background-color:#FFF;
color:#888;
cursor:pointer;
font:600 11px/37px "Open Sans", sans-serif;
margin:10px 5px 0 0;
overflow:visible;
padding:0 16px;
position:relative;
display:inline-block;
text-transform:uppercase;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.cbp-l-filters-work .cbp-filter-item:hover {
color:#fff;
background:#607D8B
}
.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
background:#607D8B;
color:#fff;
cursor:default
}
.cbp-l-filters-work .cbp-filter-counter {
font:600 11px/37px "Open Sans", sans-serif;
text-align:center;
display:inline-block;
margin-left:8px
}
.cbp-l-filters-work .cbp-filter-counter:before {
content:'('
}
.cbp-l-filters-work .cbp-filter-counter:after {
content:')'
}
.cbp-l-filters-big {
margin-bottom:40px;
text-align:center
}
.cbp-l-filters-big .cbp-filter-item {
color:#444;
cursor:pointer;
font:400 15px/22px Roboto, sans-serif;
margin:10px 15px 0 0;
padding:10px 23px;
position:relative;
display:inline-block;
border:1px solid transparent;
text-transform:uppercase;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.cbp-l-filters-big .cbp-filter-item:hover {
color:#5d5d5d
}
.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
border-color:#d5d5d5;
cursor:default
}
.cbp-l-filters-text {
margin-bottom:45px;
text-align:center;
font:400 12px/21px Lato, sans-serif;
color:#DADADA;
padding:0 15px
}
.cbp-l-filters-text .cbp-filter-item {
color:#949494;
cursor:pointer;
font:400 13px/21px Lato, sans-serif;
padding:0 12px;
transition:all .3s ease-in-out;
position:relative;
overflow:visible;
margin:10px 0 0;
display:inline-block
}
.cbp-l-filters-text .cbp-filter-item:hover {
color:#2D2C2C
}
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
color:#2D2C2C;
cursor:default
}
.cbp-l-filters-text .cbp-filter-counter {
background:#626161;
border-radius:3px;
color:#FFF;
font:400 11px/16px Lato, sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:32px;
position:absolute;
bottom:0;
left:0;
right:0;
-ms-filter:"alpha(Opacity=0)";
opacity:0;
-webkit-transition:all .25s ease;
transition:all .25s ease
}
.cbp-l-filters-text .cbp-filter-counter:before {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #626161;
display:none
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter:before {
display:block
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
bottom:30px;
-ms-filter:"alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-text-sort {
display:inline-block;
font:400 13px/21px Lato, sans-serif;
color:#949494;
margin-right:15px
}
.cbp-animation-3dflip {
overflow:visible
}
.cbp-animation-3dflip .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-3dflip-out {
-webkit-transform-origin:0 50%;
transform-origin:0 50%;
-webkit-animation:rotateOutLeft .6s forwards;
animation:rotateOutLeft .6s forwards
}
.cbp-animation-3dflip-in {
opacity:0;
-webkit-transform-origin:100% 50%;
transform-origin:100% 50%;
-webkit-animation:rotateInRight .6s ease-in forwards;
animation:rotateInRight .6s ease-in forwards
}
.cbp-animation-3dflip-fadeOut {
-webkit-animation:cbp-animation-3dflip-fadeOut .4s both ease;
-moz-animation:cbp-animation-3dflip-fadeOut .4s both ease;
animation:cbp-animation-3dflip-fadeOut .4s both ease
}
@-webkit-keyframes rotateOutLeft {
100% {
opacity:0;
-webkit-transform:rotateY(90deg)
}
}
@-moz-keyframes rotateOutLeft {
100% {
opacity:0;
-moz-transform:rotateY(90deg)
}
}
@keyframes rotateOutLeft {
100% {
opacity:0;
transform:rotateY(90deg)
}
}
@-webkit-keyframes rotateInRight {
0% {
opacity:0;
-webkit-transform:rotateY(-90deg)
}
100% {
visibility:visible;
opacity:1;
-webkit-transform:rotateY(0deg)
}
}
@-moz-keyframes rotateInRight {
0% {
opacity:0;
-moz-transform:rotateY(-90deg)
}
100% {
visibility:visible;
opacity:1;
-moz-transform:rotateY(0deg)
}
}
@keyframes rotateInRight {
0% {
opacity:0;
transform:rotateY(-90deg)
}
100% {
visibility:visible;
opacity:1;
transform:rotateY(0deg)
}
}
@-webkit-keyframes cbp-animation-3dflip-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-3dflip-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-3dflip-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-bounceBottom {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-bounceBottom .cbp-wrapper {
-webkit-transition:opacity .6s ease-in-out, top .6s ease-in-out;
transition:opacity .6s ease-in-out, top .6s ease-in-out
}
.cbp-animation-bounceBottom .cbp-item {
overflow:visible;
-webkit-transition:-webkit-transform .8s ease-in-out;
transition:transform .8s ease-in-out
}
.cbp-animation-bounceBottom .cbp-item-hidden {
display:none
}
.cbp-animation-bounceBottom .cbp-item-wrapper {
overflow:hidden
}
.cbp-animation-bounceLeft {
-webkit-transition:height .8s ease-in-out;
transition:height .8s ease-in-out
}
.cbp-animation-bounceLeft .cbp-wrapper {
-webkit-transition:opacity .8s ease-in-out, left .8s ease-in-out;
transition:opacity .8s ease-in-out, left .8s ease-in-out
}
.cbp-animation-bounceLeft .cbp-item {
overflow:visible;
-webkit-transition:-webkit-transform .8s ease-in-out;
transition:transform .8s ease-in-out
}
.cbp-animation-bounceLeft .cbp-item-hidden {
display:none
}
.cbp-animation-bounceLeft .cbp-item-wrapper {
overflow:hidden
}
.cbp-animation-bounceTop {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-bounceTop .cbp-wrapper {
-webkit-transition:opacity .6s ease-in-out, top .6s ease-in-out;
transition:opacity .6s ease-in-out, top .6s ease-in-out
}
.cbp-animation-bounceTop .cbp-item {
overflow:visible;
-webkit-transition:-webkit-transform .8s ease-in-out;
transition:transform .8s ease-in-out
}
.cbp-animation-bounceTop .cbp-item-hidden {
display:none
}
.cbp-animation-bounceTop .cbp-item-wrapper {
overflow:hidden
}
.cbp-animation-boxShadow {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-boxShadow .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out, opacity .6s ease-in-out;
transition:transform .6s ease-in-out, opacity .6s ease-in-out
}
.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
-webkit-transition:box-shadow .6s ease-in-out;
transition:box-shadow .6s ease-in-out
}
.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowShow {
z-index:10
}
.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowActive {
box-shadow:0 0 100px 100px #fff inset
}
.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowInactive {
box-shadow:0 0 #fff inset
}
.cbp-animation-fadeOut {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-fadeOut .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
transition:transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s
}
.cbp-animation-fadeOut .cbp-item-hidden {
-webkit-transition:-webkit-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
transition:transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s
}
.cbp-animation-fadeOutTop {
overflow:visible;
-webkit-transition:height .2s ease-in-out;
transition:height .2s ease-in-out
}
.cbp-animation-fadeOutTop .cbp-wrapper {
-webkit-transition:opacity .3s ease-in-out, top .3s ease-in-out;
transition:opacity .3s ease-in-out, top .3s ease-in-out
}
.cbp-animation-fadeOutTop .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out
}
.cbp-animation-flipBottom {
-webkit-transition:height .7s ease-in-out;
transition:height .7s ease-in-out
}
.cbp-animation-flipBottom .cbp-item {
-webkit-transition:-webkit-transform .7s ease-in-out;
transition:transform .7s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-flipBottom-out {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipBottom-out .35s both 0s ease-in;
-moz-transform-origin:50% 50%;
-moz-animation:flipBottom-out .35s both 0s ease-in;
transform-origin:50% 50%;
animation:flipBottom-out .35s both 0s ease-in
}
.cbp-animation-flipBottom-in {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipBottom-in .35s ease-out .35s both;
-moz-transform-origin:50% 50%;
-moz-animation:flipBottom-in .35s ease-out .35s both;
transform-origin:50% 50%;
animation:flipBottom-in .35s ease-out .35s both
}
@-webkit-keyframes flipBottom-out {
to {
-webkit-transform:translateZ(-1000px) rotateX(-90deg);
opacity:.2
}
}
@-moz-keyframes flipBottom-out {
to {
-moz-transform:translateZ(-1000px) rotateX(-90deg);
opacity:.2
}
}
@keyframes flipBottom-out {
to {
transform:translateZ(-1000px) rotateX(-90deg);
opacity:.2
}
}
@-webkit-keyframes flipBottom-in {
from {
-webkit-transform:translateZ(-1000px) rotateX(90deg);
opacity:.2
}
}
@-moz-keyframes flipBottom-in {
from {
-moz-transform:translateZ(-1000px) rotateX(90deg);
opacity:.2
}
}
@keyframes flipBottom-in {
from {
transform:translateZ(-1000px) rotateX(90deg);
opacity:.2
}
}
.cbp-animation-flipOut {
-webkit-transition:height .7s ease-in-out;
transition:height .7s ease-in-out
}
.cbp-animation-flipOut .cbp-item {
-webkit-transition:-webkit-transform .7s ease-in-out;
transition:transform .7s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-flipOut-out {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipOut-out .35s ease-in both;
-moz-transform-origin:50% 50%;
-moz-animation:flipOut-out .35s ease-in both;
transform-origin:50% 50%;
animation:flipOut-out .35s ease-in both
}
.cbp-animation-flipOut-in {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipOut-in .35s ease-out .35s both;
-moz-transform-origin:50% 50%;
-moz-animation:flipOut-in .35s ease-out .35s both;
transform-origin:50% 50%;
animation:flipOut-in .35s ease-out .35s both
}
@-webkit-keyframes flipOut-out {
100% {
-webkit-transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@-moz-keyframes flipOut-out {
100% {
-moz-transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@keyframes flipOut-out {
100% {
transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@-webkit-keyframes flipOut-in {
0% {
-webkit-transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
@-moz-keyframes flipOut-in {
0% {
-moz-transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
@keyframes flipOut-in {
0% {
transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
.cbp-animation-flipOutDelay {
overflow:visible
}
.cbp-animation-flipOutDelay .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-flipOutDelay-out {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipOutDelay-out .5s both ease-in;
-moz-transform-origin:50% 50%;
-moz-animation:flipOutDelay-out .5s both ease-in;
transform-origin:50% 50%;
animation:flipOutDelay-out .5s both ease-in
}
.cbp-animation-flipOutDelay-in {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipOutDelay-in 1s both ease-out;
-moz-transform-origin:50% 50%;
-moz-animation:flipOutDelay-in 1s both ease-out;
transform-origin:50% 50%;
animation:flipOutDelay-in 1s both ease-out
}
@-webkit-keyframes flipOutDelay-out {
100% {
-webkit-transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@-moz-keyframes flipOutDelay-out {
100% {
-moz-transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@keyframes flipOutDelay-out {
100% {
transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@-webkit-keyframes flipOutDelay-in {
0%, 50% {
-webkit-transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
@-moz-keyframes flipOutDelay-in {
0%, 50% {
-moz-transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
@keyframes flipOutDelay-in {
0%, 50% {
transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
.cbp-animation-foldLeft {
overflow:visible
}
.cbp-animation-foldLeft .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-foldLeft-out {
-webkit-transform-origin:100% 50%;
-webkit-animation:foldLeft-out .7s both ease;
-moz-transform-origin:100% 50%;
-moz-animation:foldLeft-out .7s both ease;
transform-origin:100% 50%;
animation:foldLeft-out .7s both ease
}
.cbp-animation-foldLeft-in {
-webkit-animation:foldLeft-in .7s ease both;
-moz-animation:foldLeft-in .7s ease both;
animation:foldLeft-in .7s ease both
}
.cbp-animation-foldLeft-fadeOut {
-webkit-animation:cbp-animation-foldLeft-fadeOut .5s both ease;
-moz-animation:cbp-animation-foldLeft-fadeOut .5s both ease;
animation:cbp-animation-foldLeft-fadeOut .5s both ease
}
@-webkit-keyframes foldLeft-out {
to {
opacity:0;
-webkit-transform:translateX(-100%) rotateY(-90deg)
}
}
@-moz-keyframes foldLeft-out {
to {
opacity:0;
-moz-transform:translateX(-100%) rotateY(-90deg)
}
}
@keyframes foldLeft-out {
to {
opacity:0;
transform:translateX(-100%) rotateY(-90deg)
}
}
@-webkit-keyframes foldLeft-in {
from {
opacity:.3;
-webkit-transform:translateX(100%)
}
}
@-moz-keyframes foldLeft-in {
from {
opacity:.3;
-moz-transform:translateX(100%)
}
}
@keyframes foldLeft-in {
from {
opacity:.3;
transform:translateX(100%)
}
}
@-webkit-keyframes cbp-animation-foldLeft-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-foldLeft-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-foldLeft-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-frontRow {
overflow:visible
}
.cbp-animation-frontRow .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-frontRow-out {
-webkit-animation:frontRow-out .7s ease both;
-moz-animation:frontRow-out .7s ease both;
animation:frontRow-out .7s ease both
}
.cbp-animation-frontRow-in {
-webkit-animation:frontRow-in .6s ease both;
-moz-animation:frontRow-in .6s ease both;
animation:frontRow-in .6s ease both
}
.cbp-animation-frontRow-fadeOut {
-webkit-animation:cbp-animation-frontRow-fadeOut .5s both ease;
-moz-animation:cbp-animation-frontRow-fadeOut .5s both ease;
animation:cbp-animation-frontRow-fadeOut .5s both ease
}
@-webkit-keyframes frontRow-out {
100% {
-webkit-transform:translateX(-60%) scale(0.8);
opacity:0
}
}
@-moz-keyframes frontRow-out {
100% {
-moz-transform:translateX(-60%) scale(0.8);
opacity:0
}
}
@keyframes frontRow-out {
100% {
transform:translateX(-60%) scale(0.8);
opacity:0
}
}
@-webkit-keyframes frontRow-in {
0% {
-webkit-transform:translateX(100%) scale(0.8)
}
100% {
visibility:visible;
opacity:1;
-webkit-transform:translateX(0%) scale(1)
}
}
@-moz-keyframes frontRow-in {
0% {
-moz-transform:translateX(100%) scale(0.8)
}
100% {
visibility:visible;
opacity:1;
-moz-transform:translateX(0%) scale(1)
}
}
@keyframes frontRow-in {
0% {
transform:translateX(100%) scale(0.8)
}
100% {
visibility:visible;
opacity:1;
transform:translateX(0%) scale(1)
}
}
@-webkit-keyframes cbp-animation-frontRow-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-frontRow-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-frontRow-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-moveLeft {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-moveLeft .cbp-wrapper {
z-index:2;
-webkit-transition:opacity .6s ease-in-out, left .6s ease-in-out;
transition:opacity .6s ease-in-out, left .6s ease-in-out
}
.cbp-animation-moveLeft .cbp-wrapper.no-trans {
z-index:1;
-webkit-transition:none!important;
transition:none!important
}
.cbp-animation-moveLeft .cbp-item {
overflow:visible;
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out
}
.cbp-animation-moveLeft .cbp-item-wrapper {
overflow:hidden
}
.cbp-animation-quicksand {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-quicksand .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
transition:transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s
}
.cbp-animation-quicksand .cbp-item-hidden {
-webkit-transition:-webkit-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
transition:transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s
}
.cbp-animation-rotateRoom {
overflow:visible
}
.cbp-animation-rotateRoom .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-rotateRoom-out {
-webkit-transform-origin:100% 50%;
-webkit-animation:rotateRoom-out .8s both ease;
-moz-transform-origin:100% 50%;
-moz-animation:rotateRoom-out .8s both ease;
transform-origin:100% 50%;
animation:rotateRoom-out .8s both ease
}
.cbp-animation-rotateRoom-in {
-webkit-transform-origin:0 50%;
-webkit-animation:rotateRoom-in .8s both ease;
-moz-transform-origin:0 50%;
-moz-animation:rotateRoom-in .8s both ease;
transform-origin:0 50%;
animation:rotateRoom-in .8s both ease
}
.cbp-animation-rotateRoom-fadeOut {
-webkit-animation:cbp-animation-rotateRoom-fadeOut .5s both ease;
-moz-animation:cbp-animation-rotateRoom-fadeOut .5s both ease;
animation:cbp-animation-rotateRoom-fadeOut .5s both ease
}
@-webkit-keyframes rotateRoom-out {
99% {
opacity:.3
}
100% {
opacity:0;
-webkit-transform:translateX(-100%) rotateY(90deg)
}
}
@-moz-keyframes rotateRoom-out {
99% {
opacity:.3
}
100% {
opacity:0;
-moz-transform:translateX(-100%) rotateY(90deg)
}
}
@keyframes rotateRoom-out {
99% {
opacity:.3
}
100% {
opacity:0;
transform:translateX(-100%) rotateY(90deg)
}
}
@-webkit-keyframes rotateRoom-in {
from {
opacity:.3;
-webkit-transform:translateX(100%) rotateY(-90deg)
}
}
@-moz-keyframes rotateRoom-in {
from {
opacity:.3;
-moz-transform:translateX(100%) rotateY(-90deg)
}
}
@keyframes rotateRoom-in {
from {
opacity:.3;
transform:translateX(100%) rotateY(-90deg)
}
}
@-webkit-keyframes cbp-animation-rotateRoom-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-rotateRoom-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-rotateRoom-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-rotateSides {
overflow:visible
}
.cbp-animation-rotateSides .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-rotateSides-out {
-webkit-transform-origin:-50% 50%;
-webkit-animation:rotateSides-out .5s both ease-in;
-moz-transform-origin:-50% 50%;
-moz-animation:rotateSides-out .5s both ease-in;
transform-origin:-50% 50%;
animation:rotateSides-out .5s both ease-in
}
.cbp-animation-rotateSides-in {
-webkit-transform-origin:150% 50%;
-webkit-animation:rotateSides-in .6s both ease-out;
-moz-transform-origin:150% 50%;
-moz-animation:rotateSides-in .6s both ease-out;
transform-origin:150% 50%;
animation:rotateSides-in .6s both ease-out
}
.cbp-animation-rotateSides-fadeOut {
-webkit-animation:cbp-animation-rotateSides-fadeOut .5s both ease;
-moz-animation:cbp-animation-rotateSides-fadeOut .5s both ease;
animation:cbp-animation-rotateSides-fadeOut .5s both ease
}
@-webkit-keyframes rotateSides-out {
100% {
opacity:0;
-webkit-transform:translateZ(-500px) rotateY(90deg)
}
}
@-moz-keyframes rotateSides-out {
100% {
opacity:0;
-moz-transform:translateZ(-500px) rotateY(90deg)
}
}
@keyframes rotateSides-out {
100% {
opacity:0;
transform:translateZ(-500px) rotateY(90deg)
}
}
@-webkit-keyframes rotateSides-in {
0%, 40% {
opacity:0;
-webkit-transform:translateZ(-500px) rotateY(-90deg)
}
}
@-moz-keyframes rotateSides-in {
0%, 40% {
opacity:0;
-moz-transform:translateZ(-500px) rotateY(-90deg)
}
}
@keyframes rotateSides-in {
0%, 40% {
opacity:0;
transform:translateZ(-500px) rotateY(-90deg)
}
}
@-webkit-keyframes cbp-animation-rotateSides-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-rotateSides-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-rotateSides-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-scaleDown {
overflow:visible
}
.cbp-animation-scaleDown .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-scaleDown-out {
-webkit-animation:scaleDown-out .7s ease both;
-moz-animation:scaleDown-out .7s ease both;
animation:scaleDown-out .7s ease both
}
.cbp-animation-scaleDown-in {
-webkit-animation:scaleDown-in .6s ease both;
-moz-animation:scaleDown-in .6s ease both;
animation:scaleDown-in .6s ease both
}
.cbp-animation-scaleDown-fadeOut {
-webkit-animation:cbp-animation-scaleDown-fadeOut .5s both ease;
-moz-animation:cbp-animation-scaleDown-fadeOut .5s both ease;
animation:cbp-animation-scaleDown-fadeOut .5s both ease
}
@-webkit-keyframes scaleDown-out {
to {
opacity:0;
-webkit-transform:scale(0.8)
}
}
@-moz-keyframes scaleDown-out {
to {
opacity:0;
-moz-transform:scale(0.8)
}
}
@keyframes scaleDown-out {
to {
opacity:0;
transform:scale(0.8)
}
}
@-webkit-keyframes scaleDown-in {
from {
-webkit-transform:translateX(100%)
}
}
@-moz-keyframes scaleDown-in {
from {
-moz-transform:translateX(100%)
}
}
@keyframes scaleDown-in {
from {
transform:translateX(100%)
}
}
@-webkit-keyframes cbp-animation-scaleDown-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-scaleDown-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-scaleDown-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-scaleSides {
overflow:visible
}
.cbp-animation-scaleSides .cbp-item {
-webkit-transition:-webkit-transform .5s ease-in-out;
transition:transform .5s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-scaleSides-out {
-webkit-animation:scaleSides-out .5s ease both;
-moz-animation:scaleSides-out .5s ease both;
animation:scaleSides-out .5s ease both
}
.cbp-animation-scaleSides-in {
-webkit-animation:scaleUpCenter .5s ease .5s both;
-moz-animation:scaleUpCenter .5s ease .5s both;
animation:scaleUpCenter .5s ease .5s both
}
@-webkit-keyframes scaleSides-out {
to {
opacity:0;
-webkit-transform:scale(0.6)
}
}
@-moz-keyframes scaleSides-out {
to {
opacity:0;
-moz-transform:scale(0.6)
}
}
@keyframes scaleSides-out {
to {
opacity:0;
transform:scale(0.6)
}
}
@-webkit-keyframes scaleUpCenter {
from {
opacity:0;
-webkit-transform:scale(0.6)
}
}
@-moz-keyframes scaleUpCenter {
from {
opacity:0;
-moz-transform:scale(0.6)
}
}
@keyframes scaleUpCenter {
from {
opacity:0;
transform:scale(0.6)
}
}
.cbp-animation-sequentially {
overflow:visible;
-webkit-transition:height .2s ease-in-out;
transition:height .2s ease-in-out
}
.cbp-animation-sequentially .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out
}
.cbp-animation-sequentially.cbp-no-transition .cbp-item {
-webkit-transition:opacity .5s ease, top .5s ease!important;
transition:opacity .5s ease, top .5s ease!important
}
.cbp-animation-skew {
-webkit-transition:height .3s ease-in-out;
transition:height .3s ease-in-out
}
.cbp-animation-skew .cbp-item {
-webkit-transition:-webkit-transform .3s ease-in, opacity .3s ease-in;
transition:transform .3s ease-in, opacity .3s ease-in
}
.cbp-animation-skew .cbp-item-hidden {
-webkit-transition:-webkit-transform .3s ease-in 0s, opacity .3s ease-in 0s;
transition:transform .3s ease-in 0s, opacity .3s ease-in 0s
}
.cbp-animation-slideDelay {
overflow:visible
}
.cbp-animation-slideDelay .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out
}
.cbp-animation-slideDelay-out {
-webkit-animation:cbp-animation-slideDelay-out .5s both ease-in-out;
-moz-animation:cbp-animation-slideDelay-out .5s both ease-in-out;
animation:cbp-animation-slideDelay-out .5s both ease-in-out
}
.cbp-animation-slideDelay-in {
-webkit-animation:cbp-animation-slideDelay-in .5s both ease-in-out;
-moz-animation:cbp-animation-slideDelay-in .5s both ease-in-out;
animation:cbp-animation-slideDelay-in .5s both ease-in-out
}
.cbp-animation-slideDelay-fadeOut {
-webkit-animation:cbp-animation-slideDelay-fadeOut .4s both ease;
-moz-animation:cbp-animation-slideDelay-fadeOut .4s both ease;
animation:cbp-animation-slideDelay-fadeOut .4s both ease
}
@-webkit-keyframes cbp-animation-slideDelay-out {
100% {
-webkit-transform:translateX(-100%)
}
}
@-moz-keyframes cbp-animation-slideDelay-out {
100% {
-moz-transform:translateX(-100%)
}
}
@keyframes cbp-animation-slideDelay-out {
100% {
transform:translateX(-100%)
}
}
@-webkit-keyframes cbp-animation-slideDelay-in {
0% {
-webkit-transform:translateX(100%)
}
100% {
-webkit-transform:translateX(0)
}
}
@-moz-keyframes cbp-animation-slideDelay-in {
0% {
-moz-transform:translateX(100%)
}
100% {
-moz-transform:translateX(0)
}
}
@keyframes cbp-animation-slideDelay-in {
0% {
transform:translateX(100%)
}
100% {
transform:translateX(0)
}
}
@-webkit-keyframes cbp-animation-slideDelay-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-slideDelay-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-slideDelay-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-slideLeft {
overflow:visible
}
.cbp-animation-slideLeft .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out
}
.cbp-animation-slideLeft-out {
-webkit-animation:cbp-animation-slideLeft-out .9s both ease;
-moz-animation:cbp-animation-slideLeft-out .9s both ease;
animation:cbp-animation-slideLeft-out .9s both ease
}
.cbp-animation-slideLeft-in {
-webkit-animation:cbp-animation-slideLeft-in .9s both ease;
-moz-animation:cbp-animation-slideLeft-in .9s both ease;
animation:cbp-animation-slideLeft-in .9s both ease
}
@-webkit-keyframes cbp-animation-slideLeft-out {
25% {
opacity:.75;
-webkit-transform:scale(0.8)
}
100%, 75% {
opacity:.75;
-webkit-transform:scale(0.8) translateX(-200%)
}
}
@-moz-keyframes cbp-animation-slideLeft-out {
25% {
opacity:.75;
-moz-transform:scale(0.8)
}
100%, 75% {
opacity:.75;
-moz-transform:scale(0.8) translateX(-200%)
}
}
@keyframes cbp-animation-slideLeft-out {
25% {
opacity:.75;
transform:scale(0.8)
}
100%, 75% {
opacity:.75;
transform:scale(0.8) translateX(-200%)
}
}
@-webkit-keyframes cbp-animation-slideLeft-in {
0%, 25% {
opacity:.75;
-webkit-transform:scale(0.8) translateX(200%)
}
75% {
opacity:.75;
-webkit-transform:scale(0.8)
}
100% {
opacity:1;
-webkit-transform:scale(1) translateX(0)
}
}
@-moz-keyframes cbp-animation-slideLeft-in {
0%, 25% {
opacity:.75;
-moz-transform:scale(0.8) translateX(200%)
}
75% {
opacity:.75;
-moz-transform:scale(0.8)
}
100% {
opacity:1;
-moz-transform:scale(1) translateX(0)
}
}
@keyframes cbp-animation-slideLeft-in {
0%, 25% {
opacity:.75;
transform:scale(0.8) translateX(200%)
}
75% {
opacity:.75;
transform:scale(0.8)
}
100% {
opacity:1;
transform:scale(1) translateX(0)
}
}
.cbp-animation-unfold {
overflow:visible
}
.cbp-animation-unfold .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-unfold-out {
-webkit-animation:unfold-out .8s ease both;
-moz-animation:unfold-out .8s ease both;
animation:unfold-out .8s ease both
}
.cbp-animation-unfold-in {
-webkit-transform-origin:0 50%;
-webkit-animation:unfold-in .8s both ease;
-moz-transform-origin:0 50%;
-moz-animation:unfold-in .8s both ease;
transform-origin:0 50%;
animation:unfold-in .8s both ease
}
.cbp-animation-unfold-fadeOut {
-webkit-animation:cbp-animation-unfold-fadeOut .5s both ease;
-moz-animation:cbp-animation-unfold-fadeOut .5s both ease;
animation:cbp-animation-unfold-fadeOut .5s both ease
}
@-webkit-keyframes unfold-out {
99% {
opacity:.3
}
100% {
opacity:0;
-webkit-transform:translateX(-100%)
}
}
@-moz-keyframes unfold-out {
99% {
opacity:.3
}
100% {
opacity:0;
-moz-transform:translateX(-100%)
}
}
@keyframes unfold-out {
99% {
opacity:.3
}
100% {
opacity:0;
transform:translateX(-100%)
}
}
@-webkit-keyframes unfold-in {
from {
opacity:0;
-webkit-transform:translateX(100%) rotateY(90deg)
}
}
@-moz-keyframes unfold-in {
from {
opacity:0;
-moz-transform:translateX(100%) rotateY(90deg)
}
}
@keyframes unfold-in {
from {
opacity:0;
transform:translateX(100%) rotateY(90deg)
}
}
@-webkit-keyframes cbp-animation-unfold-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-unfold-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-unfold-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-popup-ie8bg {
position:absolute;
width:100%;
height:100%;
min-height:100%;
top:0;
left:0;
z-index:-1;
background:#000;
-ms-filter:"alpha(Opacity=70)"
}
.cbp-popup-wrap {
height:100%;
text-align:center;
position:fixed;
width:100%;
left:0;
top:0;
display:none;
overflow-y:scroll;
overflow-x:hidden;
z-index:9990;
padding:0 10px
}
.cbp-popup-lightbox {
background:rgba(0, 0, 0, .8)
}
.cbp-popup-singlePage {
background:#fff;
padding:0
}
.cbp-popup-wrap:before {
content:"";
display:inline-block;
height:100%;
vertical-align:middle
}
.cbp-popup-content {
position:relative;
display:inline-block;
vertical-align:middle;
text-align:left;
max-width:100%
}
.cbp-popup-singlePage .cbp-popup-content {
position:relative;
z-index:1;
margin-top:145px;
max-width:1024px;
vertical-align:top;
width:94%
}
.cbp-popup-singlePage .cbp-popup-content-basic {
position:relative;
z-index:1;
margin-top:104px;
vertical-align:top;
width:100%;
display:inline-block;
text-align:left
}
.cbp-popup-lightbox-figure {
position:relative
}
.cbp-popup-lightbox-bottom {
left:0;
position:absolute;
top:100%;
width:100%;
margin-top:3px
}
.cbp-popup-lightbox-title {
padding-right:70px;
font:400 12px/18px "Open Sans", sans-serif;
color:#eee
}
.cbp-popup-lightbox-counter {
position:absolute;
top:0;
right:0;
font:400 12px/18px "Open Sans", sans-serif;
color:#eee
}
.cbp-popup-lightbox-img {
width:auto;
max-width:100%;
height:auto;
display:block;
margin:40px 0;
box-shadow:0 0 8px rgba(0, 0, 0, .6)
}
.cbp-popup-lightbox-img[data-action] {
cursor:pointer
}
.cbp-popup-lightbox-isIframe .cbp-popup-content {
width:75%
}
@media only screen and (max-width:768px) {
.cbp-popup-lightbox-isIframe .cbp-popup-content {
width:95%
}
}
.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
left:0;
position:absolute;
top:100%;
width:100%;
margin-top:3px
}
.cbp-popup-lightbox-iframe {
position:relative;
height:0;
padding-bottom:56.25%;
background:#000
}
.cbp-popup-lightbox-iframe iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
box-shadow:0 0 8px rgba(0, 0, 0, .6)
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
position:absolute;
top:0;
left:0;
width:100%;
z-index:9990;
height:104px;
background-color:#34425C
}
.cbp-popup-singlePage .cbp-popup-navigation {
position:relative;
width:100%;
height:100%
}
.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
position:fixed;
top:0!important
}
.cbp-popup-singlePage-counter {
color:#bbc0df;
position:absolute;
margin:auto;
right:40px;
top:0;
bottom:0;
font:400 13px/30px "Open Sans", sans-serif;
height:30px
}
@media only screen and (max-width:768px) {
.cbp-popup-singlePage-counter {
right:3%
}
}
.cbp-popup-close, .cbp-popup-next, .cbp-popup-prev {
padding:0;
border:none;
position:absolute;
cursor:pointer;
outline:0
}
.cbp-popup-lightbox .cbp-popup-close, .cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-prev {
visibility:hidden
}
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev {
visibility:visible
}
.cbp-popup-lightbox .cbp-popup-prev {
background: url(cbp-sprite.png) no-repeat;
width:44px;
height:44px;
top:0;
bottom:0;
left:20px;
margin:auto
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
background-position:0 -46px
}
.cbp-popup-singlePage .cbp-popup-prev {
background:url(cbp-sprite.png) 0 -92px no-repeat;
width:44px;
height:44px;
margin:auto;
top:0;
right:108px;
bottom:0;
left:0
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
background-position:0 -138px
}
.cbp-popup-lightbox .cbp-popup-next {
background:url(cbp-sprite.png) -46px 0 no-repeat;
width:44px;
height:44px;
top:0;
bottom:0;
right:20px;
margin:auto
}
.cbp-popup-lightbox .cbp-popup-next:hover {
background-position:-46px -46px
}
.cbp-popup-singlePage .cbp-popup-next {
background:url(cbp-sprite.png) -46px -92px no-repeat;
width:44px;
height:44px;
margin:auto;
top:0;
right:0;
bottom:0;
left:108px
}
.cbp-popup-singlePage .cbp-popup-next:hover {
background-position:-46px -138px
}
.cbp-popup-lightbox .cbp-popup-close {
background:url(cbp-sprite.png) -92px 0 no-repeat;
height:40px;
width:40px;
right:20px;
top:20px
}
.cbp-popup-lightbox .cbp-popup-close:hover {
background-position:-92px -46px
}
.cbp-popup-singlePage .cbp-popup-close {
background:url(cbp-sprite.png) -92px -92px no-repeat;
height:44px;
width:44px;
margin:auto;
top:0;
right:0;
bottom:0;
left:0
}
.cbp-popup-singlePage .cbp-popup-ie8bg {
background-color:#fff
}
.cbp-popup-singlePage .cbp-popup-close:hover {
background-position:-92px -138px
}
@media only screen and (max-width:360px), (max-height:600px) {
.cbp-popup-close, .cbp-popup-next, .cbp-popup-prev {
-ms-transform:scale(0.8);
-webkit-transform:scale(0.8);
transform:scale(0.8)
}
.cbp-popup-lightbox .cbp-popup-close {
right:10px;
top:10px
}
.cbp-popup-lightbox .cbp-popup-next {
right:10px
}
.cbp-popup-lightbox .cbp-popup-prev {
left:10px
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
height:84px
}
.cbp-popup-singlePage .cbp-popup-content {
margin-top:120px
}
}
.cbp-popup-loadingBox {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
z-index:2;
background:url(../img/cbp-loading-popup.html) center center no-repeat #0D0D0D;
border:1px solid rgba(79, 80, 79, .3);
border-radius:3px;
-ms-filter:"alpha(Opacity=71)";
opacity:.71;
width:50px;
height:50px
}
.cbp-popup-ready .cbp-popup-loadingBox {
visibility:hidden
}
.cbp-popup-loading .cbp-popup-loadingBox {
visibility:visible
}
.cbp-popup-singlePage {
left:100%;
-webkit-transition:left .6s ease-in-out;
transition:left .6s ease-in-out
}
.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
opacity:0
}
.cbp-popup-singlePage-open {
left:0
}
.cbp-popup-singlePage.cbp-popup-singlePage-fade {
left:0;
opacity:0;
-webkit-transition:opacity .25s ease-in-out;
transition:opacity .25s ease-in-out
}
.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
opacity:1
}
.cbp-popup-singlePage.cbp-popup-singlePage-right {
left:-100%;
-webkit-transition:left .6s ease-in-out;
transition:left .6s ease-in-out
}
.cbp-popup-singlePage-open.cbp-popup-singlePage-right {
left:0
}
.cbp-l-project-title {
color:#454444;
font:600 42px/46px "Open Sans", sans-serif;
letter-spacing:2px;
margin-bottom:15px;
text-align:center;
text-transform:uppercase
}
.cbp-l-project-subtitle {
color:#787878;
font:400 14px/21px "Open Sans", sans-serif;
margin:0 auto 50px;
max-width:500px;
text-align:center
}
.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
display:block;
margin:0 auto;
max-width:100%
}
.cbp-l-project-container {
overflow:hidden;
margin:40px auto 0;
clear:both
}
.cbp-l-project-desc {
float:left;
width:64%
}
.cbp-l-inline-social-wrapper, .cbp-l-project-social-wrapper {
display:inline-block;
width:90px;
height:20px;
overflow:hidden
}
.cbp-l-inline-social-wrapper {
margin-top:5px
}
.cbp-l-project-details {
float:right;
width:36%;
padding-left:40px;
margin-bottom:15px
}
@media only screen and (max-width:768px) {
.cbp-l-project-title {
font-size:30px;
line-height:34px
}
.cbp-l-project-desc {
width:100%
}
.cbp-l-project-details {
width:100%;
margin-top:20px;
padding-left:0
}
}
.cbp-l-project-desc-title {
border-bottom:1px solid #cdcdcd;
margin-bottom:22px;
color:#444
}
.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
border-bottom:1px solid #747474;
display:inline-block;
margin:0 0 -1px;
font:400 16px/36px "Open Sans", sans-serif;
padding:0 5px 0 0
}
.cbp-l-project-desc-text {
font:400 13px/20px "Open Sans", sans-serif;
color:#555;
margin-bottom:20px
}
.cbp-l-project-details-title {
border-bottom:1px solid #cdcdcd;
margin-bottom:19px;
color:#444
}
.cbp-l-project-details-list>div, .cbp-l-project-details-list>li {
border-bottom:1px dotted #DFDFDF;
padding:inherit;
color:#666;
font:400 12px/30px "Open Sans", sans-serif
}
.cbp-l-project-details-list strong {
display:inline-block;
color:#696969;
font-weight:600;
min-width:100px
}
.cbp-l-project-details-visit {
color:#FFF;
float:right;
clear:both;
text-decoration:none;
font:400 11px/18px "Open Sans", sans-serif;
margin-top:10px;
background-color:#53668A;
padding:8px 19px
}
.cbp-l-project-details-visit:hover {
opacity:.9;
color:#fff
}
.cbp-l-project-related-wrap {
font-size:0;
margin:0
}
.cbp-l-project-related-item {
margin-right:5%;
max-width:30%;
float:left
}
.cbp-l-project-related-item:last-child {
margin-right:0
}
.cbp-l-project-related-title {
font:700 14px/18px "Open Sans", sans-serif;
color:#474747;
margin-top:20px
}
.cbp-l-project-related-link {
text-decoration:none
}
.cbp-l-project-related-link:hover {
opacity:.9
}
.cbp-l-member-img {
float:left;
width:40%;
margin-top:20px
}
.cbp-l-member-img img {
border:1px solid #e2e2e2;
width:auto;
max-width:100%;
height:auto;
display:inline-block
}
.cbp-l-member-info {
margin-top:20px;
padding-left:25px;
float:left;
width:60%
}
@media only screen and (max-width:768px) {
.cbp-l-member-img {
width:100%;
text-align:center
}
.cbp-l-member-info {
width:100%;
padding-left:0
}
}
.cbp-l-member-name {
font:400 28px/28px "Open Sans", sans-serif;
color:#474747
}
.cbp-l-member-position {
font:400 13px/21px "Open Sans", sans-serif;
color:#888;
margin-top:6px
}
.cbp-l-member-desc {
font:400 12px/18px "Open Sans", sans-serif;
margin-top:25px;
color:#474747
}
.cbp-popup-singlePageInline {
width:100%;
height:0;
position:absolute;
top:0;
left:0;
z-index:5;
overflow:hidden
}
.cbp-popup-singlePageInline .cbp-popup-navigation {
position:absolute;
top:0;
right:0;
z-index:2;
width:40px;
height:40px
}
.cbp-popup-singlePageInline .cbp-popup-close {
background:url(cbp-sprite.png) -92px 0 no-repeat;
height:40px;
width:40px;
right:20px;
top:30px
}
.cbp-popup-singlePageInline .cbp-popup-close:hover {
opacity:.7
}
.cbp-popup-singlePageInline .cbp-popup-content {
width:100%;
min-height:300px
}
.cbp.cbp-popup-isOpening .cbp-popup-singlePageInline {
-webkit-transition:height .4s ease 0s!important;
transition:height .4s ease 0s!important
}
.cbp.cbp-popup-isOpening .cbp-item {
-webkit-transition:-webkit-transform .4s ease 0s!important;
transition:transform .4s ease 0s!important
}
.cbp-singlePageInline-active {
opacity:.6!important
}
@-webkit-keyframes loading {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes loading {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(360deg)
}
}
@keyframes loading {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(360deg)
}
}
.cbp-popup-singlePageInline .cbp-popup-loadingBox {
visibility:hidden;
width:30px;
height:30px;
border-right:5px solid #000;
border-bottom:5px solid #000;
border-radius:50%;
border-left:5px solid transparent;
border-top:5px solid transparent;
animation:loading .5s infinite linear;
-moz-animation:loading .5s infinite linear;
-webkit-animation:loading .5s infinite linear;
background:0 0;
-ms-filter:"alpha(Opacity=60)";
opacity:.6
}
.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-loadingBox {
visibility:visible
}
.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-content, .cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-navigation {
visibility:hidden;
opacity:0
}
.cbp-l-inline {
margin-bottom:40px;
overflow:hidden;
margin-top:0px;
background:#f3f3f3;
padding:50px 40px;
}
.cbp-l-inline-left {
float:left;
width:44%
}
.cbp-l-project-img {
max-width:100%
}
.cbp-l-inline-right {
float:right;
width:56%;
padding-left:inherit
}
@media only screen and (max-width:768px) {
.cbp-l-inline-left {
width:100%;
text-align:center;
margin-top:40px
}
.cbp-l-inline-right {
width:100%;
padding-left:0;
margin-top:20px
}
}
.cbp-l-inline-title {
font:400 28px/30px "Open Sans", sans-serif;
color:#474747
}
.cbp-l-inline-subtitle {
font:400 14px/21px "Open Sans", sans-serif;
color:#888;
margin-top:7px
}
.cbp-l-inline-desc {
font:400 14px/20px "Open Sans", sans-serif;
color:#474747;
margin-top:25px
}
.cbp-l-inline-view-wrap {
text-align:right
}
.cbp-l-inline-view {
font:400 13px/35px "Open Sans", sans-serif;
color:#9C9C9C;
margin-top:40px;
display:inline-block;
padding:0 20px;
border:1px solid #ccc;
text-decoration:none
}
.cbp-l-inline-view:hover {
color:#757575
}
.cbp-l-inline-details {
margin-top:15px;
font:13px/22px "Open Sans", sans-serif
}
.cbp-l-loadMore-button {
text-align:center
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
border:2px solid #DEDEDE;
border-radius:2px;
color:#7E7B7B;
display:inline-block;
font:400 11px/34px "Open Sans", sans-serif;
min-width:80px;
text-decoration:none;
padding:0 20px;
outline:0;
margin-top:30px;
box-shadow:none
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
color:#B0B0B0;
text-decoration:none
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-stop {
cursor:default;
color:#B0B0B0
}
.cbp-l-loadMore-button-link .cbp-l-loadMore-button-defaultText {
display:block
}
.cbp-l-loadMore-button-link .cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-button-link .cbp-l-loadMore-button-noMoreLoading {
display:none
}
.cbp-l-loadMore-button-loading .cbp-l-loadMore-button-loadingText {
display:block
}
.cbp-l-loadMore-button-loading .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-button-loading .cbp-l-loadMore-button-noMoreLoading {
display:none
}
.cbp-l-loadMore-button-stop .cbp-l-loadMore-button-noMoreLoading {
display:block
}
.cbp-l-loadMore-button-stop .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-button-stop .cbp-l-loadMore-button-loadingText {
display:none
}
.cbp-l-loadMore-text {
text-align:center;
margin-top:30px
}
.cbp-l-loadMore-text .cbp-l-loadMore-text-link {
font:400 16px "Open Sans", sans-serif;
color:#5D5D5D;
text-decoration:none;
cursor:default
}
.cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
color:#5D5D5D
}
.cbp-mode-slider {
overflow:visible!important
}
.cbp-mode-slider .cbp-wrapper-outer {
overflow:hidden;
width:100%;
position:absolute;
height:100%
}
.cbp-mode-slider {
-webkit-transition:height .35s cubic-bezier(0.22, .6, .345, 1);
transition:height .35s cubic-bezier(0.22, .6, .345, 1)
}
.cbp-mode-slider .cbp-item, .cbp-mode-slider .cbp-wrapper {
-webkit-transition:-webkit-transform .35s cubic-bezier(0.22, .6, .345, 1);
transition:transform .35s cubic-bezier(0.22, .6, .345, 1)
}
.cbp-mode-slider-dragStart .cbp-wrapper {
-webkit-transition:none;
transition:none
}
.cbp-mode-slider-dragStart * {
cursor:move!important;
cursor:-webkit-grab!important;
cursor:-o-grab!important;
cursor:-ms-grab!important;
cursor:grab!important
}
.cbp-nav-next, .cbp-nav-prev {
position:relative;
background:#7c8b90;
cursor:pointer;
display:inline-block;
margin-left:1px;
height:22px;
width:21px
}
.cbp-nav-next {
border-radius:0 2px 2px 0
}
.cbp-nav-prev {
border-radius:2px 0 0 2px
}
.cbp-nav-next:hover, .cbp-nav-prev:hover {
opacity:.8
}
.cbp-nav-next:after, .cbp-nav-prev:after {
content:'';
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
margin:auto;
background:url(cbp-sprite.png) no-repeat;
height:10px;
width:7px
}
.cbp-nav-next:after {
background-position:-134px 0
}
.cbp-nav-prev:after {
background-position:-134px -12px
}
.cbp-nav-stop {
opacity:.5!important;
cursor:default!important
}
.cbp-nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.cbp-nav-controls {
position:absolute;
top:-51px;
right:0;
z-index:100
}
.cbp-nav-pagination {
position:absolute;
bottom:-30px;
right:0;
z-index:100;
left:0;
text-align:center
}
.cbp-nav-pagination-item {
position:relative;
width:10px;
height:10px;
border-radius:50%;
margin:0 4px;
display:inline-block;
cursor:pointer;
background:#c2c2c2;
-webkit-transition:background .5s;
transition:background .5s
}
.cbp-nav-pagination-active {
background:#797979
}
.cbp-slider-item, .cbp-slider-wrap {
margin:0;
padding:0;
list-style-type:none
}
.cbp-slider .cbp-nav-controls {
position:static
}
.cbp-slider .cbp-nav-next, .cbp-slider .cbp-nav-prev {
background:0 0;
position:absolute;
margin:auto;
top:0;
bottom:0;
z-index:100;
width:44px;
height:44px
}
.cbp-slider .cbp-nav-next {
right:25px;
left:auto
}
.cbp-slider .cbp-nav-prev {
left:25px;
right:auto
}
.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
background:url(cbp-sprite.png) no-repeat;
width:44px;
height:44px
}
.cbp-slider .cbp-nav-next:after {
background-position:-46px -92px
}
.cbp-slider .cbp-nav-next:hover:after {
background-position:-46px -46px
}
.cbp-slider .cbp-nav-prev:after {
background-position:0 -92px
}
.cbp-slider .cbp-nav-prev:hover:after {
background-position:0 -46px
}
.cbp-slider .cbp-nav-pagination {
text-align:right;
bottom:20px;
right:25px
}
.cbp-slider-edge .cbp-nav-controls {
position:static
}
.cbp-slider-edge .cbp-nav-next, .cbp-slider-edge .cbp-nav-prev {
background:0 0;
position:absolute;
margin:auto;
top:0;
bottom:0;
z-index:100;
width:44px;
height:44px
}
.cbp-slider-edge .cbp-nav-next {
right:-14px;
left:auto
}
.cbp-slider-edge .cbp-nav-prev {
left:-14px;
right:auto
}
.cbp-slider-edge .cbp-nav-next:after, .cbp-slider-edge .cbp-nav-prev:after {
background:url(cbp-sprite.png) no-repeat;
width:9px;
height:16px
}
.cbp-slider-edge .cbp-nav-next:after {
background-position:-134px -24px
}
.cbp-slider-edge .cbp-nav-prev:after {
background-position:-134px -42px
}
.cbp-slider-edge .cbp-nav-pagination {
bottom:-45px
}
.cbp-slider-edge .cbp-nav-pagination-item {
border:2px solid #0f0f0f;
opacity:.4;
background:0 0
}
.cbp-slider-edge .cbp-nav-pagination-active {
background:#000
}
.cbp-l-grid-work {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-work .cbp-caption {
margin-bottom:17px
}
.cbp-l-grid-work-title {
font:400 17px/25px "Roboto Condensed", sans-serif;
color:#607D8B;
text-align:center;
text-transform:uppercase;
display:block
}
.cbp-l-grid-work-title:hover {
color:#365D67
}
.cbp-l-grid-work-desc {
font:400 11px/16px "Open Sans", sans-serif;
color:#888;
text-align:center;
text-transform:uppercase
}
.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
background-color:rgba(0, 0, 0, .7)
}
.cbp-l-grid-work .cbp-item {
padding:3px
}
.cbp-l-grid-work .cbp-item-wrapper {
background-color:#fff;
box-shadow:0 1px 1px rgba(0, 0, 0, .2);
padding:7px 7px 27px
}
.cbp-l-grid-blog {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-blog .cbp-caption {
margin-bottom:18px
}
.cbp-l-grid-blog-title {
font:400 18px/28px "Open Sans", sans-serif;
color:#444;
display:block
}
.cbp-l-grid-blog-title:hover {
color:#787878
}
.cbp-l-grid-blog-date {
font:400 12px/18px "Open Sans", sans-serif;
color:#787878;
display:inline-block
}
.cbp-l-grid-blog-comments {
font:400 12px/18px "Open Sans", sans-serif;
color:#3C6FBB;
display:inline-block
}
.cbp-l-grid-blog-comments:hover {
opacity:.8
}
.cbp-l-grid-blog-desc {
font:400 13px/18px "Open Sans", sans-serif;
color:#9B9B9B;
margin-top:9px
}
.cbp-l-grid-blog-split {
margin:0 4px;
font:400 13px/16px "Open Sans", sans-serif;
color:#787878;
display:inline-block
}
.cbp-l-grid-fullScreen, .cbp-l-grid-fullWidth, .cbp-l-grid-gallery, .cbp-l-grid-projects {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-projects .cbp-caption {
margin-bottom:17px
}
.cbp-l-grid-projects-title {
font:700 14px/18px "Open Sans", sans-serif;
color:#474747
}
.cbp-l-grid-projects-desc {
font:400 12px/18px "Open Sans", sans-serif;
color:#888;
margin-top:6px
}
.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
bottom:-50px;
height:50px
}
.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
bottom:50px
}
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
height:50px
}
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-25px);
transform:translateY(-25px)
}
.cbp-l-grid-projects.cbp-caption-overlayBottom .cbp-caption-activeWrap, .cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
height:50px
}
.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
bottom:50px
}
.cbp-l-grid-masonry, .cbp-l-grid-masonry-projects {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-masonry-projects-title {
font:500 15px/22px Roboto, sans-serif;
color:#9eca45;
text-align:center;
display:block
}
.cbp-l-grid-masonry-projects-title:hover {
color:#457C8B
}
.cbp-l-grid-masonry-projects-desc {
font:400 12px/16px Roboto, sans-serif;
color:#b2b2b2;
text-align:center
}
.cbp-l-grid-masonry-projects .cbp-caption {
margin-bottom:11px
}
.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
background-color:#9eca45;
background-color:rgba(89, 163, 182, .95)
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
background-color:#4d4d4d
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft:hover, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight:hover {
background-color:#252424
}
.cbp-l-grid-team {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-team .cbp-caption {
margin-bottom:18px;
border:1px solid #E7E7E7
}
.cbp-l-grid-team-name {
font:400 17px/26px "Open Sans", sans-serif;
color:#456297;
display:block;
text-align:center
}
.cbp-l-grid-team-name:hover {
color:#34425C
}
.cbp-l-grid-team-position {
font:italic 400 13px/21px "Open Sans", sans-serif;
color:#888;
text-align:center
}
.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
bottom:-50px;
height:50px
}
.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
bottom:50px
}
.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
height:50px
}
.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-25px);
transform:translateY(-25px)
}
.cbp-l-grid-team.cbp-caption-overlayBottom .cbp-caption-activeWrap, .cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
height:50px
}
.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-50px);
transform:translateY(-50px)
}
.cbp-l-slider-title-block {
border-bottom:1px solid #cdcdcd;
margin-bottom:22px
}
.cbp-l-slider-title-block div {
padding:0 2px 6px 0;
display:inline-block;
border-bottom:1px solid #a9a5a5;
color:#5e5e5e;
margin-bottom:-1px;
font:15px/21px Roboto, sans-serif
}
.cbp-l-grid-clients {
visibility:hidden;
overflow:hidden;
height:180px
}
.cbp-l-clients-title-block {
font:400 32px/53px Roboto, sans-serif;
color:#666464;
text-align:center;
margin-bottom:40px
}
.cbp-l-grid-tabs {
visibility:hidden;
overflow:hidden;
height:100px
}
.cbp-l-grid-tabs .cbp-item {
font:14px/24px Lato, sans-serif;
max-width:700px;
width:100%;
margin:0 auto;
right:0;
text-align:center;
color:#5a5a5a
}
.cbp-l-grid-agency {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-agency .cbp-caption-wrap {
margin-bottom:18px
}
.cbp-l-grid-agency .cbp-caption-wrap:after {
position:absolute;
content:'';
width:0;
height:0;
border-bottom:10px solid #fff;
border-right:10px solid transparent;
border-left:10px solid transparent;
bottom:0;
left:50%;
margin-left:-5px;
z-index:1
}
.cbp-l-grid-agency-title {
font:700 17px/24px Lato, sans-serif;
color:#666;
text-align:center
}
.cbp-caption:hover .cbp-l-grid-agency-title {
color:#222
}
.cbp-l-grid-agency-desc {
font:400 12px/21px "Open Sans", sans-serif;
color:#aaa;
text-align:center
}
.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:scale(1.15);
transform:scale(1.15)
}
.cbp-l-grid-testimonials {
visibility:hidden;
overflow:hidden
}
.cbp-l-testimonials-title-block {
position:relative;
text-align:center;
font:26px/36px Roboto, sans-serif;
color:#E7E7E7;
margin-bottom:60px
}
.cbp-l-testimonials-title-block:after {
content:'';
position:absolute;
margin:0 auto;
width:23px;
height:2px;
bottom:-6px;
background-color:#C2C2C2;
left:0;
right:0
}
.cbp-l-testimonials-wrap {
background:#2D2D2D;
padding:60px 0 110px
}
.cbp-l-grid-testimonials-body {
color:#e7e7e7;
max-width:800px;
margin:0 auto;
font:20px/32px sans-serif;
text-align:center;
padding:0 20px
}
.cbp-l-grid-testimonials-footer {
font:12px/19px Roboto, sans-serif;
color:#C2C2C2;
text-align:center;
margin-bottom:40px;
margin-top:35px
}
.cbp-l-grid-slider-testimonials {
visibility:hidden;
overflow:hidden
}
.cbp-l-slider-testimonials-wrap {
background:#f8f9f9;
padding:80px 0 110px;
border-width:1px 0;
border-style:solid;
border-color:#dce1e2
}
.cbp-l-grid-slider-testimonials-body {
color:#111;
max-width:800px;
margin:0 auto;
font:20px/32px sans-serif;
text-align:center;
padding:0 20px
}
.cbp-l-grid-slider-testimonials-footer {
font:12px/19px Roboto, sans-serif;
color:#777;
text-align:center;
margin-bottom:10px;
margin-top:30px
}
.cbp-l-grid-slider-team {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-slider-team-name {
float:left;
font:20px/30px Roboto, sans-serif;
color:#494949
}
.cbp-l-grid-slider-team-social {
float:right
}
.cbp-l-grid-slider-team-position {
clear:both;
font:14px/21px Roboto, sans-serif;
color:#A6A6A6
}
.cbp-l-grid-slider-team-desc {
font:13px/20px Roboto, sans-serif;
color:#969696;
margin-top:15px;
margin-bottom:10px
}
.cbp-l-grid-slider-team .cbp-caption {
margin-bottom:16px
}
.cbp-l-grid-slider-team-social a {
color:#737373;
line-height:30px;
margin-left:4px
}
.cbp-l-grid-slider-team-social a:hover {
opacity:.8
}
.cbp-no-transition .cbp-item, .cbp.cbp-loading, .cbp.cbp-loading *, .cbp.cbp-loading .cbp-item {
-webkit-transition:none!important;
transition:none!important
}
|
assets/js/cubeportfolio/cubeportfolio.min.css
|
.cbp, .cbp *, .cbp :after, .cbp :before, .cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-popup-singlePage, .cbp-popup-singlePage *, .cbp-popup-wrap, .cbp-popup-wrap * {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.cbp-l-grid-agency-desc, .cbp-l-grid-agency-title, .cbp-l-grid-blog-title, .cbp-l-grid-masonry-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-projects-title, .cbp-l-grid-work-desc, .cbp-l-grid-work-title {
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis
}
.cbp, .cbp-item, .cbp-wrapper {
filter:inherit
}
.cbp {
position:relative;
overflow:hidden;
margin:0 auto;
visibility:visible!important;
height:400px
}
.cbp-item {
float:left;
margin-right:10px
}
.cbp .cbp-item, .cbp-wrapper {
position:absolute;
top:0;
left:0;
list-style-type:none;
margin:0;
padding:0;
overflow:hidden
}
.cbp .cbp-item {
z-index:2;
display:block
}
.cbp-item-wrapper {
width:100%;
height:100%;
position:relative;
top:0;
left:0
}
.cbp img, .cbp-l-inline img, .cbp-l-project-related-wrap img, .cbp-slider img {
display:block;
width:100%;
height:auto
}
.cbp a, .cbp a:active, .cbp a:hover {
text-decoration:none;
outline:0
}
.cbp-appendItems-loading {
-webkit-transition:height .4s ease!important;
transition:height .4s ease!important
}
.cbp-appendItems-loading .cbp-wrapper {
-webkit-transition:none!important;
transition:none!important
}
.cbp-loading {
background:url(../img/cbp-loading.html) center center no-repeat
}
.cbp .cbp-item-hidden {
pointer-events:none;
z-index:1
}
.cbp-wrapper {
visibility:hidden;
width:100%;
height:100%;
z-index:1
}
.cbp-ready .cbp-wrapper {
visibility:visible
}
.cbp-wrapper-front {
z-index:3
}
.cbp-wrapper-back {
z-index:-1
}
.cbp-panel {
width:94%;
max-width:1170px;
margin:0 auto
}
.cbp-misc-video {
position:relative;
height:0;
padding-bottom:56.25%;
background:#000
}
.cbp-misc-video iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}
.cbp-caption, .cbp-caption-activeWrap, .cbp-caption-defaultWrap {
width:100%;
overflow:hidden;
position:relative;
z-index:1;
display:block
}
.cbp-caption-activeWrap {
position:absolute;
z-index:2;
height:100%
}
.cbp-caption-activeWrap.center {
text-align: center;
}
.cbp-l-caption-body.midletext {
padding-top: 23%;
}
.cbp-l-caption-body.midletext2 {
padding-top: 27%;
}
.cbp-l-caption-body h3 {
color: #fff;
font-weight: 600;
margin-bottom: 0px;
}
.cbp-l-caption-body h4 {
color: #fff;
line-height: 21px;
font-weight: 600;
margin-bottom: 0px;
}
.cbp-l-caption-body h6 {
color: #999;
}
.cbp-caption-wrap {
overflow:hidden;
position:relative
}
.cbp-l-caption-title {
color:#fff;
font:400 16px/20px "Open Sans", sans-serif
}
.cbp-l-caption-desc {
color:#aaa;
font:400 12px/18px "Open Sans", sans-serif;
margin-top:2px
}
.cbp-l-caption-text {
font:400 14px/21px "Open Sans", sans-serif;
color:#fff;
letter-spacing:3px
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
background-color:#fff;
color:#393939;
display:inline-block;
font:400 12px/30px "Open Sans", sans-serif;
width:90px;
text-align:center;
margin:4px;
border-radius: 1px;
}
.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
background-color:#999;
color:#fff;
}
.cbp-caption-none .cbp-caption-activeWrap {
display:none
}
.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body {
margin:30px 30px 0
}
.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottomPush .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottomReveal .cbp-l-caption-alignLeft .cbp-l-caption-body {
margin:14px 30px 0
}
.cbp-l-caption-alignCenter {
display:table;
width:100%;
height:100%
}
.cbp-l-caption-alignCenter .cbp-l-caption-body {
display:table-cell;
vertical-align:middle;
text-align:center
}
.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
position:relative;
-webkit-transition:left .4s cubic-bezier(0.19, 1, .22, 1);
transition:left .4s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
left:-20px
}
.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
left:20px
}
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
left:0
}
.cbp-caption-fadeIn .cbp-caption-activeWrap {
opacity:0;
top:0;
background-color:rgba(0, 0, 0, .85);
-webkit-transition:opacity .6s cubic-bezier(0.19, 1, .22, 1);
transition:opacity .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
opacity:1
}
.cbp-caption-minimal .cbp-l-caption-desc, .cbp-caption-minimal .cbp-l-caption-title {
position:relative;
left:0;
opacity:0;
-webkit-transition:-webkit-transform .5s ease;
transition:transform .5s ease
}
.cbp-caption-minimal .cbp-l-caption-title {
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
transform:translateY(-100%)
}
.cbp-caption-minimal .cbp-l-caption-desc {
-webkit-transform:translateY(100%);
-moz-transform:translateY(100%);
transform:translateY(100%)
}
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc, .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title {
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
transform:translateY(0)
}
.cbp-caption-minimal .cbp-caption-activeWrap {
top:0;
background-color:rgba(0, 0, 0, .8);
opacity:0
}
.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
opacity:1
}
.cbp-caption-minimal.cbp-ie8 .cbp-caption-activeWrap {
background-color:#000;
-ms-filter:"alpha(Opacity=0)"
}
.cbp-caption-minimal.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap {
-ms-filter:"alpha(Opacity=90)"
}
.cbp-caption-moveRight .cbp-caption-activeWrap {
left:-100%;
top:0;
background:#282727;
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
.cbp-caption-overlayBottom .cbp-caption-activeWrap {
height:70px;
background-color:#181616;
background-color:rgba(24, 22, 22, .7);
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap, .cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap {
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
height:70px;
background:#282727
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-35px);
transform:translateY(-35px)
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap, .cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
bottom:0;
-webkit-transition:bottom .6s cubic-bezier(0.19, 1, .22, 1);
transition:bottom .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
bottom:-70px;
height:70px;
background:#282727
}
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
bottom:70px
}
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
bottom:0
}
.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
z-index:2;
bottom:0;
-webkit-transition:bottom .5s cubic-bezier(0.19, 1, .22, 1);
transition:bottom .5s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
bottom:0;
z-index:1;
height:70px;
background:#282727
}
.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
bottom:70px
}
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap, .cbp-caption-overlayRightAlong .cbp-caption-defaultWrap {
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
top:0;
left:-50%;
width:50%;
background:#282727
}
.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateX(25%);
transform:translateX(25%)
}
.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
.cbp-caption-pushDown .cbp-caption-activeWrap, .cbp-caption-pushDown .cbp-caption-defaultWrap {
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-pushDown .cbp-caption-activeWrap {
top:-100%;
background:#282727
}
.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
.cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap {
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-pushTop .cbp-caption-activeWrap {
background:#282727
}
.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
.cbp-caption-revealBottom .cbp-caption-defaultWrap {
z-index:2;
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-revealBottom .cbp-caption-activeWrap {
top:0;
z-index:1;
background:#282727
}
.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
.cbp-caption-revealLeft .cbp-caption-activeWrap {
left:100%;
top:0;
background:#282727;
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
.cbp-caption-revealTop .cbp-caption-defaultWrap {
z-index:2;
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-revealTop .cbp-caption-activeWrap {
top:0;
z-index:1;
background:#282727
}
.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
.cbp-caption-zoom .cbp-caption-defaultWrap {
-webkit-transition:-webkit-transform .6s cubic-bezier(0.19, 1, .22, 1);
transition:transform .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:scale(1.25);
transform:scale(1.25)
}
.cbp-caption-zoom .cbp-caption-activeWrap {
opacity:0;
top:0;
background-color:rgba(18, 18, 18, .9);
-webkit-transition:opacity .8s cubic-bezier(0.19, 1, .22, 1);
transition:opacity .8s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
opacity:1
}
.cbp-caption-opacity .cbp-caption {
border:1px solid transparent
}
.cbp-caption-opacity .cbp-caption:hover {
border-color:#EDEDED
}
.cbp-caption-opacity .cbp-caption-defaultWrap {
opacity:1;
-webkit-transition:opacity .6s cubic-bezier(0.19, 1, .22, 1);
transition:opacity .6s cubic-bezier(0.19, 1, .22, 1)
}
.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
opacity:.8
}
.cbp-l-filters-alignCenter {
margin-bottom:40px;
text-align:center;
font:400 12px/21px sans-serif;
color:#DADADA
}
.cbp-l-filters-alignCenter .cbp-filter-item {
color:#949494;
cursor:pointer;
font:400 13px/21px "Open Sans", sans-serif;
padding:0 12px;
transition:all .3s ease-in-out;
position:relative;
overflow:visible;
margin:10px 0 0;
display:inline-block
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
color:#2D2C2C
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
color:#2D2C2C;
cursor:default
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
background:#626161;
border-radius:3px;
color:#FFF;
font:400 11px/18px "Open Sans", sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:34px;
position:absolute;
bottom:0;
left:0;
right:0;
-ms-filter:"alpha(Opacity=0)";
opacity:0;
-webkit-transition:all .25s ease;
transition:all .25s ease
}
.cbp-l-filters-alignCenter .cbp-filter-counter:before {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #626161;
display:none
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:before {
display:block
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
bottom:30px;
-ms-filter:"alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-alignLeft {
margin-bottom:40px
}
.cbp-l-filters-alignLeft .cbp-filter-item {
background-color:#fff;
border:1px solid #cdcdcd;
cursor:pointer;
font:400 12px/30px "Open Sans", sans-serif;
padding:0 13px;
position:relative;
overflow:visible;
margin:10px 8px 0 0;
display:inline-block;
color:#888;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.cbp-l-filters-alignLeft .cbp-filter-item:hover {
color:#111
}
.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
background-color:#6C7A89;
border:1px solid #6C7A89;
color:#fff;
cursor:default
}
.cbp-l-filters-alignLeft .cbp-filter-counter {
display:inline
}
.cbp-l-filters-alignRight {
margin-bottom:40px;
text-align:right
}
.cbp-l-filters-alignRight .cbp-filter-item {
background-color:transparent;
color:#8B8B8B;
cursor:pointer;
font:400 11px/29px "Open Sans", sans-serif;
padding:0 12px;
position:relative;
overflow:visible;
margin:10px 0 0 5px;
border:1px solid #E4E2E2;
text-transform:uppercase;
display:inline-block;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.cbp-l-filters-alignRight .cbp-filter-item:hover {
color:#2B3444
}
.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
color:#FFF;
background-color:#049372;
border-color:#049372;
cursor:default
}
.cbp-l-filters-alignRight .cbp-filter-counter {
background:#049372;
border-radius:3px;
color:#fff;
font:400 11px/18px "Open Sans", sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:34px;
position:absolute;
bottom:0;
left:0;
right:0;
-ms-filter:"alpha(Opacity=0)";
opacity:0;
-webkit-transition:opacity .25s ease, bottom .25s ease;
transition:opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-alignRight .cbp-filter-counter:before {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #049372;
display:none
}
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:before {
display:block
}
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
bottom:44px;
-ms-filter:"alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-button {
margin-bottom:30px
}
.cbp-l-filters-button .cbp-filter-item {
background-color:#FFF;
border:2px solid #ECECEC;
border-radius:2px;
color:#888;
cursor:pointer;
font:400 12px/29px "Open Sans", sans-serif;
margin:10px 10px 0 0;
overflow:visible;
padding:0 17px;
position:relative;
display:inline-block;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.cbp-l-filters-button .cbp-filter-item:hover {
color:#5d5d5d
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
background-color:#4D4C4D;
color:#fff;
border-color:#4D4C4D;
cursor:default
}
.cbp-l-filters-button .cbp-filter-counter {
background-color:#4D4C4D;
border-radius:3px;
color:#fff;
font:400 11px/18px "Open Sans", sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:34px;
position:absolute;
bottom:0;
left:0;
right:0;
opacity:0;
-ms-filter:"alpha(Opacity=0)";
-webkit-transition:opacity .25s ease, bottom .25s ease;
transition:opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-button .cbp-filter-counter:before {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #4D4C4D;
display:none
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:before {
display:block
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
bottom:44px;
-ms-filter:"alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-buttonCenter {
margin-bottom:40px;
text-align:center
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
background-color:#FFF;
border:1px solid #ECECEC;
color:#888;
cursor:pointer;
font:400 12px/32px Roboto, sans-serif;
margin:10px 10px 0 0;
overflow:visible;
padding:0 17px;
position:relative;
display:inline-block;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
color:#5d5d5d
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
color:#3B9CB3;
border-color:#8CD2E5;
cursor:default
}
.cbp-l-filters-buttonCenter .cbp-filter-counter {
background-color:#68ABBC;
border-radius:3px;
color:#fff;
font:400 11px/18px Roboto, sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:34px;
position:absolute;
bottom:0;
left:0;
right:0;
opacity:0;
-ms-filter:"alpha(Opacity=0)";
-webkit-transition:opacity .25s ease, bottom .25s ease;
transition:opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #68ABBC;
display:none
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter:before {
display:block
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter {
bottom:44px;
-ms-filter:"alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-dropdown {
margin-bottom:40px;
height:38px;
position:relative;
z-index:5
}
.cbp-l-filters-dropdownWrap {
width:200px;
position:absolute;
right:0;
background:#3288C4
}
.cbp-l-filters-dropdownHeader {
font:400 12px/38px "Open Sans", sans-serif;
margin:0 17px;
color:#FFF;
cursor:default;
position:relative
}
.cbp-l-filters-dropdownHeader:after {
border-color:#FFF transparent;
border-style:solid;
border-width:5px 5px 0;
content:"";
height:0;
position:absolute;
right:0;
top:50%;
width:0;
margin-top:-1px
}
.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
border-width:0 5px 5px
}
.cbp-l-filters-dropdownList {
display:none;
list-style:none;
margin:0;
padding:0
}
.cbp-l-filters-dropdownList>li {
margin:0;
list-style:none
}
.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
display:block;
margin:0
}
.cbp-l-filters-dropdownList .cbp-filter-item {
background:0 0;
color:#9FBCE7;
width:100%;
text-align:left;
font:400 12px/40px "Open Sans", sans-serif;
margin:0;
padding:0 17px;
cursor:pointer;
border:none;
border-top:1px solid #5592C2
}
.cbp-l-filters-dropdownList .cbp-filter-item:hover {
color:#e6e6e6
}
.cbp-l-filters-dropdownList .cbp-filter-item-active {
color:#e6e6e6;
cursor:default
}
.cbp-l-filters-dropdownList .cbp-filter-counter {
display:inline
}
.cbp-l-filters-list {
margin-bottom:40px;
content:"";
display:table;
clear:both
}
.cbp-l-filters-list .cbp-filter-item {
background-color:transparent;
color:#585252;
cursor:pointer;
font:400 12px/35px "Open Sans", sans-serif;
padding:0 18px;
position:relative;
overflow:visible;
margin-top:10px;
float:left;
border:1px solid #3288C4;
border-right-width:0;
-webkit-transition:left .3s ease-in-out;
transition:left .3s ease-in-out
}
.cbp-l-filters-list .cbp-filter-item:hover {
color:#000
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
cursor:default;
color:#FFF;
background-color:#3288C4
}
.cbp-l-filters-list-first {
border-radius:6px 0 0 6px
}
.cbp-l-filters-list-last {
border-radius:0 6px 6px 0;
border-right-width:1px!important
}
.cbp-l-filters-list .cbp-filter-counter {
display:inline
}
@media only screen and (max-width:600px) {
.cbp-l-filters-list .cbp-filter-item {
margin-right:5px;
border-radius:6px;
border-right-width:1px
}
}
.cbp-l-filters-work {
margin-bottom:40px;
text-align:center
}
.cbp-l-filters-work .cbp-filter-item {
background-color:#FFF;
color:#888;
cursor:pointer;
font:600 11px/37px "Open Sans", sans-serif;
margin:10px 5px 0 0;
overflow:visible;
padding:0 16px;
position:relative;
display:inline-block;
text-transform:uppercase;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.cbp-l-filters-work .cbp-filter-item:hover {
color:#fff;
background:#607D8B
}
.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
background:#607D8B;
color:#fff;
cursor:default
}
.cbp-l-filters-work .cbp-filter-counter {
font:600 11px/37px "Open Sans", sans-serif;
text-align:center;
display:inline-block;
margin-left:8px
}
.cbp-l-filters-work .cbp-filter-counter:before {
content:'('
}
.cbp-l-filters-work .cbp-filter-counter:after {
content:')'
}
.cbp-l-filters-big {
margin-bottom:40px;
text-align:center
}
.cbp-l-filters-big .cbp-filter-item {
color:#444;
cursor:pointer;
font:400 15px/22px Roboto, sans-serif;
margin:10px 15px 0 0;
padding:10px 23px;
position:relative;
display:inline-block;
border:1px solid transparent;
text-transform:uppercase;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.cbp-l-filters-big .cbp-filter-item:hover {
color:#5d5d5d
}
.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
border-color:#d5d5d5;
cursor:default
}
.cbp-l-filters-text {
margin-bottom:45px;
text-align:center;
font:400 12px/21px Lato, sans-serif;
color:#DADADA;
padding:0 15px
}
.cbp-l-filters-text .cbp-filter-item {
color:#949494;
cursor:pointer;
font:400 13px/21px Lato, sans-serif;
padding:0 12px;
transition:all .3s ease-in-out;
position:relative;
overflow:visible;
margin:10px 0 0;
display:inline-block
}
.cbp-l-filters-text .cbp-filter-item:hover {
color:#2D2C2C
}
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
color:#2D2C2C;
cursor:default
}
.cbp-l-filters-text .cbp-filter-counter {
background:#626161;
border-radius:3px;
color:#FFF;
font:400 11px/16px Lato, sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:32px;
position:absolute;
bottom:0;
left:0;
right:0;
-ms-filter:"alpha(Opacity=0)";
opacity:0;
-webkit-transition:all .25s ease;
transition:all .25s ease
}
.cbp-l-filters-text .cbp-filter-counter:before {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #626161;
display:none
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter:before {
display:block
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
bottom:30px;
-ms-filter:"alpha(Opacity=100)";
opacity:1
}
.cbp-l-filters-text-sort {
display:inline-block;
font:400 13px/21px Lato, sans-serif;
color:#949494;
margin-right:15px
}
.cbp-animation-3dflip {
overflow:visible
}
.cbp-animation-3dflip .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-3dflip-out {
-webkit-transform-origin:0 50%;
transform-origin:0 50%;
-webkit-animation:rotateOutLeft .6s forwards;
animation:rotateOutLeft .6s forwards
}
.cbp-animation-3dflip-in {
opacity:0;
-webkit-transform-origin:100% 50%;
transform-origin:100% 50%;
-webkit-animation:rotateInRight .6s ease-in forwards;
animation:rotateInRight .6s ease-in forwards
}
.cbp-animation-3dflip-fadeOut {
-webkit-animation:cbp-animation-3dflip-fadeOut .4s both ease;
-moz-animation:cbp-animation-3dflip-fadeOut .4s both ease;
animation:cbp-animation-3dflip-fadeOut .4s both ease
}
@-webkit-keyframes rotateOutLeft {
100% {
opacity:0;
-webkit-transform:rotateY(90deg)
}
}
@-moz-keyframes rotateOutLeft {
100% {
opacity:0;
-moz-transform:rotateY(90deg)
}
}
@keyframes rotateOutLeft {
100% {
opacity:0;
transform:rotateY(90deg)
}
}
@-webkit-keyframes rotateInRight {
0% {
opacity:0;
-webkit-transform:rotateY(-90deg)
}
100% {
visibility:visible;
opacity:1;
-webkit-transform:rotateY(0deg)
}
}
@-moz-keyframes rotateInRight {
0% {
opacity:0;
-moz-transform:rotateY(-90deg)
}
100% {
visibility:visible;
opacity:1;
-moz-transform:rotateY(0deg)
}
}
@keyframes rotateInRight {
0% {
opacity:0;
transform:rotateY(-90deg)
}
100% {
visibility:visible;
opacity:1;
transform:rotateY(0deg)
}
}
@-webkit-keyframes cbp-animation-3dflip-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-3dflip-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-3dflip-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-bounceBottom {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-bounceBottom .cbp-wrapper {
-webkit-transition:opacity .6s ease-in-out, top .6s ease-in-out;
transition:opacity .6s ease-in-out, top .6s ease-in-out
}
.cbp-animation-bounceBottom .cbp-item {
overflow:visible;
-webkit-transition:-webkit-transform .8s ease-in-out;
transition:transform .8s ease-in-out
}
.cbp-animation-bounceBottom .cbp-item-hidden {
display:none
}
.cbp-animation-bounceBottom .cbp-item-wrapper {
overflow:hidden
}
.cbp-animation-bounceLeft {
-webkit-transition:height .8s ease-in-out;
transition:height .8s ease-in-out
}
.cbp-animation-bounceLeft .cbp-wrapper {
-webkit-transition:opacity .8s ease-in-out, left .8s ease-in-out;
transition:opacity .8s ease-in-out, left .8s ease-in-out
}
.cbp-animation-bounceLeft .cbp-item {
overflow:visible;
-webkit-transition:-webkit-transform .8s ease-in-out;
transition:transform .8s ease-in-out
}
.cbp-animation-bounceLeft .cbp-item-hidden {
display:none
}
.cbp-animation-bounceLeft .cbp-item-wrapper {
overflow:hidden
}
.cbp-animation-bounceTop {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-bounceTop .cbp-wrapper {
-webkit-transition:opacity .6s ease-in-out, top .6s ease-in-out;
transition:opacity .6s ease-in-out, top .6s ease-in-out
}
.cbp-animation-bounceTop .cbp-item {
overflow:visible;
-webkit-transition:-webkit-transform .8s ease-in-out;
transition:transform .8s ease-in-out
}
.cbp-animation-bounceTop .cbp-item-hidden {
display:none
}
.cbp-animation-bounceTop .cbp-item-wrapper {
overflow:hidden
}
.cbp-animation-boxShadow {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-boxShadow .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out, opacity .6s ease-in-out;
transition:transform .6s ease-in-out, opacity .6s ease-in-out
}
.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
-webkit-transition:box-shadow .6s ease-in-out;
transition:box-shadow .6s ease-in-out
}
.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowShow {
z-index:10
}
.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowActive {
box-shadow:0 0 100px 100px #fff inset
}
.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowInactive {
box-shadow:0 0 #fff inset
}
.cbp-animation-fadeOut {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-fadeOut .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
transition:transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s
}
.cbp-animation-fadeOut .cbp-item-hidden {
-webkit-transition:-webkit-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
transition:transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s
}
.cbp-animation-fadeOutTop {
overflow:visible;
-webkit-transition:height .2s ease-in-out;
transition:height .2s ease-in-out
}
.cbp-animation-fadeOutTop .cbp-wrapper {
-webkit-transition:opacity .3s ease-in-out, top .3s ease-in-out;
transition:opacity .3s ease-in-out, top .3s ease-in-out
}
.cbp-animation-fadeOutTop .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out
}
.cbp-animation-flipBottom {
-webkit-transition:height .7s ease-in-out;
transition:height .7s ease-in-out
}
.cbp-animation-flipBottom .cbp-item {
-webkit-transition:-webkit-transform .7s ease-in-out;
transition:transform .7s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-flipBottom-out {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipBottom-out .35s both 0s ease-in;
-moz-transform-origin:50% 50%;
-moz-animation:flipBottom-out .35s both 0s ease-in;
transform-origin:50% 50%;
animation:flipBottom-out .35s both 0s ease-in
}
.cbp-animation-flipBottom-in {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipBottom-in .35s ease-out .35s both;
-moz-transform-origin:50% 50%;
-moz-animation:flipBottom-in .35s ease-out .35s both;
transform-origin:50% 50%;
animation:flipBottom-in .35s ease-out .35s both
}
@-webkit-keyframes flipBottom-out {
to {
-webkit-transform:translateZ(-1000px) rotateX(-90deg);
opacity:.2
}
}
@-moz-keyframes flipBottom-out {
to {
-moz-transform:translateZ(-1000px) rotateX(-90deg);
opacity:.2
}
}
@keyframes flipBottom-out {
to {
transform:translateZ(-1000px) rotateX(-90deg);
opacity:.2
}
}
@-webkit-keyframes flipBottom-in {
from {
-webkit-transform:translateZ(-1000px) rotateX(90deg);
opacity:.2
}
}
@-moz-keyframes flipBottom-in {
from {
-moz-transform:translateZ(-1000px) rotateX(90deg);
opacity:.2
}
}
@keyframes flipBottom-in {
from {
transform:translateZ(-1000px) rotateX(90deg);
opacity:.2
}
}
.cbp-animation-flipOut {
-webkit-transition:height .7s ease-in-out;
transition:height .7s ease-in-out
}
.cbp-animation-flipOut .cbp-item {
-webkit-transition:-webkit-transform .7s ease-in-out;
transition:transform .7s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-flipOut-out {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipOut-out .35s ease-in both;
-moz-transform-origin:50% 50%;
-moz-animation:flipOut-out .35s ease-in both;
transform-origin:50% 50%;
animation:flipOut-out .35s ease-in both
}
.cbp-animation-flipOut-in {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipOut-in .35s ease-out .35s both;
-moz-transform-origin:50% 50%;
-moz-animation:flipOut-in .35s ease-out .35s both;
transform-origin:50% 50%;
animation:flipOut-in .35s ease-out .35s both
}
@-webkit-keyframes flipOut-out {
100% {
-webkit-transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@-moz-keyframes flipOut-out {
100% {
-moz-transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@keyframes flipOut-out {
100% {
transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@-webkit-keyframes flipOut-in {
0% {
-webkit-transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
@-moz-keyframes flipOut-in {
0% {
-moz-transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
@keyframes flipOut-in {
0% {
transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
.cbp-animation-flipOutDelay {
overflow:visible
}
.cbp-animation-flipOutDelay .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-flipOutDelay-out {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipOutDelay-out .5s both ease-in;
-moz-transform-origin:50% 50%;
-moz-animation:flipOutDelay-out .5s both ease-in;
transform-origin:50% 50%;
animation:flipOutDelay-out .5s both ease-in
}
.cbp-animation-flipOutDelay-in {
-webkit-transform-origin:50% 50%;
-webkit-animation:flipOutDelay-in 1s both ease-out;
-moz-transform-origin:50% 50%;
-moz-animation:flipOutDelay-in 1s both ease-out;
transform-origin:50% 50%;
animation:flipOutDelay-in 1s both ease-out
}
@-webkit-keyframes flipOutDelay-out {
100% {
-webkit-transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@-moz-keyframes flipOutDelay-out {
100% {
-moz-transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@keyframes flipOutDelay-out {
100% {
transform:translateZ(-1000px) rotateY(-90deg);
opacity:.2
}
}
@-webkit-keyframes flipOutDelay-in {
0%, 50% {
-webkit-transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
@-moz-keyframes flipOutDelay-in {
0%, 50% {
-moz-transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
@keyframes flipOutDelay-in {
0%, 50% {
transform:translateZ(-1000px) rotateY(90deg);
opacity:.2
}
}
.cbp-animation-foldLeft {
overflow:visible
}
.cbp-animation-foldLeft .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-foldLeft-out {
-webkit-transform-origin:100% 50%;
-webkit-animation:foldLeft-out .7s both ease;
-moz-transform-origin:100% 50%;
-moz-animation:foldLeft-out .7s both ease;
transform-origin:100% 50%;
animation:foldLeft-out .7s both ease
}
.cbp-animation-foldLeft-in {
-webkit-animation:foldLeft-in .7s ease both;
-moz-animation:foldLeft-in .7s ease both;
animation:foldLeft-in .7s ease both
}
.cbp-animation-foldLeft-fadeOut {
-webkit-animation:cbp-animation-foldLeft-fadeOut .5s both ease;
-moz-animation:cbp-animation-foldLeft-fadeOut .5s both ease;
animation:cbp-animation-foldLeft-fadeOut .5s both ease
}
@-webkit-keyframes foldLeft-out {
to {
opacity:0;
-webkit-transform:translateX(-100%) rotateY(-90deg)
}
}
@-moz-keyframes foldLeft-out {
to {
opacity:0;
-moz-transform:translateX(-100%) rotateY(-90deg)
}
}
@keyframes foldLeft-out {
to {
opacity:0;
transform:translateX(-100%) rotateY(-90deg)
}
}
@-webkit-keyframes foldLeft-in {
from {
opacity:.3;
-webkit-transform:translateX(100%)
}
}
@-moz-keyframes foldLeft-in {
from {
opacity:.3;
-moz-transform:translateX(100%)
}
}
@keyframes foldLeft-in {
from {
opacity:.3;
transform:translateX(100%)
}
}
@-webkit-keyframes cbp-animation-foldLeft-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-foldLeft-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-foldLeft-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-frontRow {
overflow:visible
}
.cbp-animation-frontRow .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-frontRow-out {
-webkit-animation:frontRow-out .7s ease both;
-moz-animation:frontRow-out .7s ease both;
animation:frontRow-out .7s ease both
}
.cbp-animation-frontRow-in {
-webkit-animation:frontRow-in .6s ease both;
-moz-animation:frontRow-in .6s ease both;
animation:frontRow-in .6s ease both
}
.cbp-animation-frontRow-fadeOut {
-webkit-animation:cbp-animation-frontRow-fadeOut .5s both ease;
-moz-animation:cbp-animation-frontRow-fadeOut .5s both ease;
animation:cbp-animation-frontRow-fadeOut .5s both ease
}
@-webkit-keyframes frontRow-out {
100% {
-webkit-transform:translateX(-60%) scale(0.8);
opacity:0
}
}
@-moz-keyframes frontRow-out {
100% {
-moz-transform:translateX(-60%) scale(0.8);
opacity:0
}
}
@keyframes frontRow-out {
100% {
transform:translateX(-60%) scale(0.8);
opacity:0
}
}
@-webkit-keyframes frontRow-in {
0% {
-webkit-transform:translateX(100%) scale(0.8)
}
100% {
visibility:visible;
opacity:1;
-webkit-transform:translateX(0%) scale(1)
}
}
@-moz-keyframes frontRow-in {
0% {
-moz-transform:translateX(100%) scale(0.8)
}
100% {
visibility:visible;
opacity:1;
-moz-transform:translateX(0%) scale(1)
}
}
@keyframes frontRow-in {
0% {
transform:translateX(100%) scale(0.8)
}
100% {
visibility:visible;
opacity:1;
transform:translateX(0%) scale(1)
}
}
@-webkit-keyframes cbp-animation-frontRow-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-frontRow-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-frontRow-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-moveLeft {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-moveLeft .cbp-wrapper {
z-index:2;
-webkit-transition:opacity .6s ease-in-out, left .6s ease-in-out;
transition:opacity .6s ease-in-out, left .6s ease-in-out
}
.cbp-animation-moveLeft .cbp-wrapper.no-trans {
z-index:1;
-webkit-transition:none!important;
transition:none!important
}
.cbp-animation-moveLeft .cbp-item {
overflow:visible;
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out
}
.cbp-animation-moveLeft .cbp-item-wrapper {
overflow:hidden
}
.cbp-animation-quicksand {
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.cbp-animation-quicksand .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
transition:transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s
}
.cbp-animation-quicksand .cbp-item-hidden {
-webkit-transition:-webkit-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
transition:transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s
}
.cbp-animation-rotateRoom {
overflow:visible
}
.cbp-animation-rotateRoom .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-rotateRoom-out {
-webkit-transform-origin:100% 50%;
-webkit-animation:rotateRoom-out .8s both ease;
-moz-transform-origin:100% 50%;
-moz-animation:rotateRoom-out .8s both ease;
transform-origin:100% 50%;
animation:rotateRoom-out .8s both ease
}
.cbp-animation-rotateRoom-in {
-webkit-transform-origin:0 50%;
-webkit-animation:rotateRoom-in .8s both ease;
-moz-transform-origin:0 50%;
-moz-animation:rotateRoom-in .8s both ease;
transform-origin:0 50%;
animation:rotateRoom-in .8s both ease
}
.cbp-animation-rotateRoom-fadeOut {
-webkit-animation:cbp-animation-rotateRoom-fadeOut .5s both ease;
-moz-animation:cbp-animation-rotateRoom-fadeOut .5s both ease;
animation:cbp-animation-rotateRoom-fadeOut .5s both ease
}
@-webkit-keyframes rotateRoom-out {
99% {
opacity:.3
}
100% {
opacity:0;
-webkit-transform:translateX(-100%) rotateY(90deg)
}
}
@-moz-keyframes rotateRoom-out {
99% {
opacity:.3
}
100% {
opacity:0;
-moz-transform:translateX(-100%) rotateY(90deg)
}
}
@keyframes rotateRoom-out {
99% {
opacity:.3
}
100% {
opacity:0;
transform:translateX(-100%) rotateY(90deg)
}
}
@-webkit-keyframes rotateRoom-in {
from {
opacity:.3;
-webkit-transform:translateX(100%) rotateY(-90deg)
}
}
@-moz-keyframes rotateRoom-in {
from {
opacity:.3;
-moz-transform:translateX(100%) rotateY(-90deg)
}
}
@keyframes rotateRoom-in {
from {
opacity:.3;
transform:translateX(100%) rotateY(-90deg)
}
}
@-webkit-keyframes cbp-animation-rotateRoom-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-rotateRoom-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-rotateRoom-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-rotateSides {
overflow:visible
}
.cbp-animation-rotateSides .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-rotateSides-out {
-webkit-transform-origin:-50% 50%;
-webkit-animation:rotateSides-out .5s both ease-in;
-moz-transform-origin:-50% 50%;
-moz-animation:rotateSides-out .5s both ease-in;
transform-origin:-50% 50%;
animation:rotateSides-out .5s both ease-in
}
.cbp-animation-rotateSides-in {
-webkit-transform-origin:150% 50%;
-webkit-animation:rotateSides-in .6s both ease-out;
-moz-transform-origin:150% 50%;
-moz-animation:rotateSides-in .6s both ease-out;
transform-origin:150% 50%;
animation:rotateSides-in .6s both ease-out
}
.cbp-animation-rotateSides-fadeOut {
-webkit-animation:cbp-animation-rotateSides-fadeOut .5s both ease;
-moz-animation:cbp-animation-rotateSides-fadeOut .5s both ease;
animation:cbp-animation-rotateSides-fadeOut .5s both ease
}
@-webkit-keyframes rotateSides-out {
100% {
opacity:0;
-webkit-transform:translateZ(-500px) rotateY(90deg)
}
}
@-moz-keyframes rotateSides-out {
100% {
opacity:0;
-moz-transform:translateZ(-500px) rotateY(90deg)
}
}
@keyframes rotateSides-out {
100% {
opacity:0;
transform:translateZ(-500px) rotateY(90deg)
}
}
@-webkit-keyframes rotateSides-in {
0%, 40% {
opacity:0;
-webkit-transform:translateZ(-500px) rotateY(-90deg)
}
}
@-moz-keyframes rotateSides-in {
0%, 40% {
opacity:0;
-moz-transform:translateZ(-500px) rotateY(-90deg)
}
}
@keyframes rotateSides-in {
0%, 40% {
opacity:0;
transform:translateZ(-500px) rotateY(-90deg)
}
}
@-webkit-keyframes cbp-animation-rotateSides-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-rotateSides-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-rotateSides-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-scaleDown {
overflow:visible
}
.cbp-animation-scaleDown .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-scaleDown-out {
-webkit-animation:scaleDown-out .7s ease both;
-moz-animation:scaleDown-out .7s ease both;
animation:scaleDown-out .7s ease both
}
.cbp-animation-scaleDown-in {
-webkit-animation:scaleDown-in .6s ease both;
-moz-animation:scaleDown-in .6s ease both;
animation:scaleDown-in .6s ease both
}
.cbp-animation-scaleDown-fadeOut {
-webkit-animation:cbp-animation-scaleDown-fadeOut .5s both ease;
-moz-animation:cbp-animation-scaleDown-fadeOut .5s both ease;
animation:cbp-animation-scaleDown-fadeOut .5s both ease
}
@-webkit-keyframes scaleDown-out {
to {
opacity:0;
-webkit-transform:scale(0.8)
}
}
@-moz-keyframes scaleDown-out {
to {
opacity:0;
-moz-transform:scale(0.8)
}
}
@keyframes scaleDown-out {
to {
opacity:0;
transform:scale(0.8)
}
}
@-webkit-keyframes scaleDown-in {
from {
-webkit-transform:translateX(100%)
}
}
@-moz-keyframes scaleDown-in {
from {
-moz-transform:translateX(100%)
}
}
@keyframes scaleDown-in {
from {
transform:translateX(100%)
}
}
@-webkit-keyframes cbp-animation-scaleDown-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-scaleDown-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-scaleDown-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-scaleSides {
overflow:visible
}
.cbp-animation-scaleSides .cbp-item {
-webkit-transition:-webkit-transform .5s ease-in-out;
transition:transform .5s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-scaleSides-out {
-webkit-animation:scaleSides-out .5s ease both;
-moz-animation:scaleSides-out .5s ease both;
animation:scaleSides-out .5s ease both
}
.cbp-animation-scaleSides-in {
-webkit-animation:scaleUpCenter .5s ease .5s both;
-moz-animation:scaleUpCenter .5s ease .5s both;
animation:scaleUpCenter .5s ease .5s both
}
@-webkit-keyframes scaleSides-out {
to {
opacity:0;
-webkit-transform:scale(0.6)
}
}
@-moz-keyframes scaleSides-out {
to {
opacity:0;
-moz-transform:scale(0.6)
}
}
@keyframes scaleSides-out {
to {
opacity:0;
transform:scale(0.6)
}
}
@-webkit-keyframes scaleUpCenter {
from {
opacity:0;
-webkit-transform:scale(0.6)
}
}
@-moz-keyframes scaleUpCenter {
from {
opacity:0;
-moz-transform:scale(0.6)
}
}
@keyframes scaleUpCenter {
from {
opacity:0;
transform:scale(0.6)
}
}
.cbp-animation-sequentially {
overflow:visible;
-webkit-transition:height .2s ease-in-out;
transition:height .2s ease-in-out
}
.cbp-animation-sequentially .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out
}
.cbp-animation-sequentially.cbp-no-transition .cbp-item {
-webkit-transition:opacity .5s ease, top .5s ease!important;
transition:opacity .5s ease, top .5s ease!important
}
.cbp-animation-skew {
-webkit-transition:height .3s ease-in-out;
transition:height .3s ease-in-out
}
.cbp-animation-skew .cbp-item {
-webkit-transition:-webkit-transform .3s ease-in, opacity .3s ease-in;
transition:transform .3s ease-in, opacity .3s ease-in
}
.cbp-animation-skew .cbp-item-hidden {
-webkit-transition:-webkit-transform .3s ease-in 0s, opacity .3s ease-in 0s;
transition:transform .3s ease-in 0s, opacity .3s ease-in 0s
}
.cbp-animation-slideDelay {
overflow:visible
}
.cbp-animation-slideDelay .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out
}
.cbp-animation-slideDelay-out {
-webkit-animation:cbp-animation-slideDelay-out .5s both ease-in-out;
-moz-animation:cbp-animation-slideDelay-out .5s both ease-in-out;
animation:cbp-animation-slideDelay-out .5s both ease-in-out
}
.cbp-animation-slideDelay-in {
-webkit-animation:cbp-animation-slideDelay-in .5s both ease-in-out;
-moz-animation:cbp-animation-slideDelay-in .5s both ease-in-out;
animation:cbp-animation-slideDelay-in .5s both ease-in-out
}
.cbp-animation-slideDelay-fadeOut {
-webkit-animation:cbp-animation-slideDelay-fadeOut .4s both ease;
-moz-animation:cbp-animation-slideDelay-fadeOut .4s both ease;
animation:cbp-animation-slideDelay-fadeOut .4s both ease
}
@-webkit-keyframes cbp-animation-slideDelay-out {
100% {
-webkit-transform:translateX(-100%)
}
}
@-moz-keyframes cbp-animation-slideDelay-out {
100% {
-moz-transform:translateX(-100%)
}
}
@keyframes cbp-animation-slideDelay-out {
100% {
transform:translateX(-100%)
}
}
@-webkit-keyframes cbp-animation-slideDelay-in {
0% {
-webkit-transform:translateX(100%)
}
100% {
-webkit-transform:translateX(0)
}
}
@-moz-keyframes cbp-animation-slideDelay-in {
0% {
-moz-transform:translateX(100%)
}
100% {
-moz-transform:translateX(0)
}
}
@keyframes cbp-animation-slideDelay-in {
0% {
transform:translateX(100%)
}
100% {
transform:translateX(0)
}
}
@-webkit-keyframes cbp-animation-slideDelay-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-slideDelay-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-slideDelay-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-animation-slideLeft {
overflow:visible
}
.cbp-animation-slideLeft .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out
}
.cbp-animation-slideLeft-out {
-webkit-animation:cbp-animation-slideLeft-out .9s both ease;
-moz-animation:cbp-animation-slideLeft-out .9s both ease;
animation:cbp-animation-slideLeft-out .9s both ease
}
.cbp-animation-slideLeft-in {
-webkit-animation:cbp-animation-slideLeft-in .9s both ease;
-moz-animation:cbp-animation-slideLeft-in .9s both ease;
animation:cbp-animation-slideLeft-in .9s both ease
}
@-webkit-keyframes cbp-animation-slideLeft-out {
25% {
opacity:.75;
-webkit-transform:scale(0.8)
}
100%, 75% {
opacity:.75;
-webkit-transform:scale(0.8) translateX(-200%)
}
}
@-moz-keyframes cbp-animation-slideLeft-out {
25% {
opacity:.75;
-moz-transform:scale(0.8)
}
100%, 75% {
opacity:.75;
-moz-transform:scale(0.8) translateX(-200%)
}
}
@keyframes cbp-animation-slideLeft-out {
25% {
opacity:.75;
transform:scale(0.8)
}
100%, 75% {
opacity:.75;
transform:scale(0.8) translateX(-200%)
}
}
@-webkit-keyframes cbp-animation-slideLeft-in {
0%, 25% {
opacity:.75;
-webkit-transform:scale(0.8) translateX(200%)
}
75% {
opacity:.75;
-webkit-transform:scale(0.8)
}
100% {
opacity:1;
-webkit-transform:scale(1) translateX(0)
}
}
@-moz-keyframes cbp-animation-slideLeft-in {
0%, 25% {
opacity:.75;
-moz-transform:scale(0.8) translateX(200%)
}
75% {
opacity:.75;
-moz-transform:scale(0.8)
}
100% {
opacity:1;
-moz-transform:scale(1) translateX(0)
}
}
@keyframes cbp-animation-slideLeft-in {
0%, 25% {
opacity:.75;
transform:scale(0.8) translateX(200%)
}
75% {
opacity:.75;
transform:scale(0.8)
}
100% {
opacity:1;
transform:scale(1) translateX(0)
}
}
.cbp-animation-unfold {
overflow:visible
}
.cbp-animation-unfold .cbp-item {
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-perspective:1000px;
perspective:1000px
}
.cbp-animation-unfold-out {
-webkit-animation:unfold-out .8s ease both;
-moz-animation:unfold-out .8s ease both;
animation:unfold-out .8s ease both
}
.cbp-animation-unfold-in {
-webkit-transform-origin:0 50%;
-webkit-animation:unfold-in .8s both ease;
-moz-transform-origin:0 50%;
-moz-animation:unfold-in .8s both ease;
transform-origin:0 50%;
animation:unfold-in .8s both ease
}
.cbp-animation-unfold-fadeOut {
-webkit-animation:cbp-animation-unfold-fadeOut .5s both ease;
-moz-animation:cbp-animation-unfold-fadeOut .5s both ease;
animation:cbp-animation-unfold-fadeOut .5s both ease
}
@-webkit-keyframes unfold-out {
99% {
opacity:.3
}
100% {
opacity:0;
-webkit-transform:translateX(-100%)
}
}
@-moz-keyframes unfold-out {
99% {
opacity:.3
}
100% {
opacity:0;
-moz-transform:translateX(-100%)
}
}
@keyframes unfold-out {
99% {
opacity:.3
}
100% {
opacity:0;
transform:translateX(-100%)
}
}
@-webkit-keyframes unfold-in {
from {
opacity:0;
-webkit-transform:translateX(100%) rotateY(90deg)
}
}
@-moz-keyframes unfold-in {
from {
opacity:0;
-moz-transform:translateX(100%) rotateY(90deg)
}
}
@keyframes unfold-in {
from {
opacity:0;
transform:translateX(100%) rotateY(90deg)
}
}
@-webkit-keyframes cbp-animation-unfold-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes cbp-animation-unfold-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes cbp-animation-unfold-fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.cbp-popup-ie8bg {
position:absolute;
width:100%;
height:100%;
min-height:100%;
top:0;
left:0;
z-index:-1;
background:#000;
-ms-filter:"alpha(Opacity=70)"
}
.cbp-popup-wrap {
height:100%;
text-align:center;
position:fixed;
width:100%;
left:0;
top:0;
display:none;
overflow-y:scroll;
overflow-x:hidden;
z-index:9990;
padding:0 10px
}
.cbp-popup-lightbox {
background:rgba(0, 0, 0, .8)
}
.cbp-popup-singlePage {
background:#fff;
padding:0
}
.cbp-popup-wrap:before {
content:"";
display:inline-block;
height:100%;
vertical-align:middle
}
.cbp-popup-content {
position:relative;
display:inline-block;
vertical-align:middle;
text-align:left;
max-width:100%
}
.cbp-popup-singlePage .cbp-popup-content {
position:relative;
z-index:1;
margin-top:145px;
max-width:1024px;
vertical-align:top;
width:94%
}
.cbp-popup-singlePage .cbp-popup-content-basic {
position:relative;
z-index:1;
margin-top:104px;
vertical-align:top;
width:100%;
display:inline-block;
text-align:left
}
.cbp-popup-lightbox-figure {
position:relative
}
.cbp-popup-lightbox-bottom {
left:0;
position:absolute;
top:100%;
width:100%;
margin-top:3px
}
.cbp-popup-lightbox-title {
padding-right:70px;
font:400 12px/18px "Open Sans", sans-serif;
color:#eee
}
.cbp-popup-lightbox-counter {
position:absolute;
top:0;
right:0;
font:400 12px/18px "Open Sans", sans-serif;
color:#eee
}
.cbp-popup-lightbox-img {
width:auto;
max-width:100%;
height:auto;
display:block;
margin:40px 0;
box-shadow:0 0 8px rgba(0, 0, 0, .6)
}
.cbp-popup-lightbox-img[data-action] {
cursor:pointer
}
.cbp-popup-lightbox-isIframe .cbp-popup-content {
width:75%
}
@media only screen and (max-width:768px) {
.cbp-popup-lightbox-isIframe .cbp-popup-content {
width:95%
}
}
.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
left:0;
position:absolute;
top:100%;
width:100%;
margin-top:3px
}
.cbp-popup-lightbox-iframe {
position:relative;
height:0;
padding-bottom:56.25%;
background:#000
}
.cbp-popup-lightbox-iframe iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
box-shadow:0 0 8px rgba(0, 0, 0, .6)
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
position:absolute;
top:0;
left:0;
width:100%;
z-index:9990;
height:104px;
background-color:#34425C
}
.cbp-popup-singlePage .cbp-popup-navigation {
position:relative;
width:100%;
height:100%
}
.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
position:fixed;
top:0!important
}
.cbp-popup-singlePage-counter {
color:#bbc0df;
position:absolute;
margin:auto;
right:40px;
top:0;
bottom:0;
font:400 13px/30px "Open Sans", sans-serif;
height:30px
}
@media only screen and (max-width:768px) {
.cbp-popup-singlePage-counter {
right:3%
}
}
.cbp-popup-close, .cbp-popup-next, .cbp-popup-prev {
padding:0;
border:none;
position:absolute;
cursor:pointer;
outline:0
}
.cbp-popup-lightbox .cbp-popup-close, .cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-prev {
visibility:hidden
}
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev {
visibility:visible
}
.cbp-popup-lightbox .cbp-popup-prev {
background: url(cbp-sprite.png) no-repeat;
width:44px;
height:44px;
top:0;
bottom:0;
left:20px;
margin:auto
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
background-position:0 -46px
}
.cbp-popup-singlePage .cbp-popup-prev {
background:url(cbp-sprite.png) 0 -92px no-repeat;
width:44px;
height:44px;
margin:auto;
top:0;
right:108px;
bottom:0;
left:0
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
background-position:0 -138px
}
.cbp-popup-lightbox .cbp-popup-next {
background:url(cbp-sprite.png) -46px 0 no-repeat;
width:44px;
height:44px;
top:0;
bottom:0;
right:20px;
margin:auto
}
.cbp-popup-lightbox .cbp-popup-next:hover {
background-position:-46px -46px
}
.cbp-popup-singlePage .cbp-popup-next {
background:url(cbp-sprite.png) -46px -92px no-repeat;
width:44px;
height:44px;
margin:auto;
top:0;
right:0;
bottom:0;
left:108px
}
.cbp-popup-singlePage .cbp-popup-next:hover {
background-position:-46px -138px
}
.cbp-popup-lightbox .cbp-popup-close {
background:url(cbp-sprite.png) -92px 0 no-repeat;
height:40px;
width:40px;
right:20px;
top:20px
}
.cbp-popup-lightbox .cbp-popup-close:hover {
background-position:-92px -46px
}
.cbp-popup-singlePage .cbp-popup-close {
background:url(cbp-sprite.png) -92px -92px no-repeat;
height:44px;
width:44px;
margin:auto;
top:0;
right:0;
bottom:0;
left:0
}
.cbp-popup-singlePage .cbp-popup-ie8bg {
background-color:#fff
}
.cbp-popup-singlePage .cbp-popup-close:hover {
background-position:-92px -138px
}
@media only screen and (max-width:360px), (max-height:600px) {
.cbp-popup-close, .cbp-popup-next, .cbp-popup-prev {
-ms-transform:scale(0.8);
-webkit-transform:scale(0.8);
transform:scale(0.8)
}
.cbp-popup-lightbox .cbp-popup-close {
right:10px;
top:10px
}
.cbp-popup-lightbox .cbp-popup-next {
right:10px
}
.cbp-popup-lightbox .cbp-popup-prev {
left:10px
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
height:84px
}
.cbp-popup-singlePage .cbp-popup-content {
margin-top:120px
}
}
.cbp-popup-loadingBox {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
z-index:2;
background:url(../img/cbp-loading-popup.html) center center no-repeat #0D0D0D;
border:1px solid rgba(79, 80, 79, .3);
border-radius:3px;
-ms-filter:"alpha(Opacity=71)";
opacity:.71;
width:50px;
height:50px
}
.cbp-popup-ready .cbp-popup-loadingBox {
visibility:hidden
}
.cbp-popup-loading .cbp-popup-loadingBox {
visibility:visible
}
.cbp-popup-singlePage {
left:100%;
-webkit-transition:left .6s ease-in-out;
transition:left .6s ease-in-out
}
.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
opacity:0
}
.cbp-popup-singlePage-open {
left:0
}
.cbp-popup-singlePage.cbp-popup-singlePage-fade {
left:0;
opacity:0;
-webkit-transition:opacity .25s ease-in-out;
transition:opacity .25s ease-in-out
}
.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
opacity:1
}
.cbp-popup-singlePage.cbp-popup-singlePage-right {
left:-100%;
-webkit-transition:left .6s ease-in-out;
transition:left .6s ease-in-out
}
.cbp-popup-singlePage-open.cbp-popup-singlePage-right {
left:0
}
.cbp-l-project-title {
color:#454444;
font:600 42px/46px "Open Sans", sans-serif;
letter-spacing:2px;
margin-bottom:15px;
text-align:center;
text-transform:uppercase
}
.cbp-l-project-subtitle {
color:#787878;
font:400 14px/21px "Open Sans", sans-serif;
margin:0 auto 50px;
max-width:500px;
text-align:center
}
.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
display:block;
margin:0 auto;
max-width:100%
}
.cbp-l-project-container {
overflow:hidden;
margin:40px auto 0;
clear:both
}
.cbp-l-project-desc {
float:left;
width:64%
}
.cbp-l-inline-social-wrapper, .cbp-l-project-social-wrapper {
display:inline-block;
width:90px;
height:20px;
overflow:hidden
}
.cbp-l-inline-social-wrapper {
margin-top:5px
}
.cbp-l-project-details {
float:right;
width:36%;
padding-left:40px;
margin-bottom:15px
}
@media only screen and (max-width:768px) {
.cbp-l-project-title {
font-size:30px;
line-height:34px
}
.cbp-l-project-desc {
width:100%
}
.cbp-l-project-details {
width:100%;
margin-top:20px;
padding-left:0
}
}
.cbp-l-project-desc-title {
border-bottom:1px solid #cdcdcd;
margin-bottom:22px;
color:#444
}
.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
border-bottom:1px solid #747474;
display:inline-block;
margin:0 0 -1px;
font:400 16px/36px "Open Sans", sans-serif;
padding:0 5px 0 0
}
.cbp-l-project-desc-text {
font:400 13px/20px "Open Sans", sans-serif;
color:#555;
margin-bottom:20px
}
.cbp-l-project-details-title {
border-bottom:1px solid #cdcdcd;
margin-bottom:19px;
color:#444
}
.cbp-l-project-details-list>div, .cbp-l-project-details-list>li {
border-bottom:1px dotted #DFDFDF;
padding:inherit;
color:#666;
font:400 12px/30px "Open Sans", sans-serif
}
.cbp-l-project-details-list strong {
display:inline-block;
color:#696969;
font-weight:600;
min-width:100px
}
.cbp-l-project-details-visit {
color:#FFF;
float:right;
clear:both;
text-decoration:none;
font:400 11px/18px "Open Sans", sans-serif;
margin-top:10px;
background-color:#53668A;
padding:8px 19px
}
.cbp-l-project-details-visit:hover {
opacity:.9;
color:#fff
}
.cbp-l-project-related-wrap {
font-size:0;
margin:0
}
.cbp-l-project-related-item {
margin-right:5%;
max-width:30%;
float:left
}
.cbp-l-project-related-item:last-child {
margin-right:0
}
.cbp-l-project-related-title {
font:700 14px/18px "Open Sans", sans-serif;
color:#474747;
margin-top:20px
}
.cbp-l-project-related-link {
text-decoration:none
}
.cbp-l-project-related-link:hover {
opacity:.9
}
.cbp-l-member-img {
float:left;
width:40%;
margin-top:20px
}
.cbp-l-member-img img {
border:1px solid #e2e2e2;
width:auto;
max-width:100%;
height:auto;
display:inline-block
}
.cbp-l-member-info {
margin-top:20px;
padding-left:25px;
float:left;
width:60%
}
@media only screen and (max-width:768px) {
.cbp-l-member-img {
width:100%;
text-align:center
}
.cbp-l-member-info {
width:100%;
padding-left:0
}
}
.cbp-l-member-name {
font:400 28px/28px "Open Sans", sans-serif;
color:#474747
}
.cbp-l-member-position {
font:400 13px/21px "Open Sans", sans-serif;
color:#888;
margin-top:6px
}
.cbp-l-member-desc {
font:400 12px/18px "Open Sans", sans-serif;
margin-top:25px;
color:#474747
}
.cbp-popup-singlePageInline {
width:100%;
height:0;
position:absolute;
top:0;
left:0;
z-index:5;
overflow:hidden
}
.cbp-popup-singlePageInline .cbp-popup-navigation {
position:absolute;
top:0;
right:0;
z-index:2;
width:40px;
height:40px
}
.cbp-popup-singlePageInline .cbp-popup-close {
background:url(cbp-sprite.png) -92px 0 no-repeat;
height:40px;
width:40px;
right:20px;
top:30px
}
.cbp-popup-singlePageInline .cbp-popup-close:hover {
opacity:.7
}
.cbp-popup-singlePageInline .cbp-popup-content {
width:100%;
min-height:300px
}
.cbp.cbp-popup-isOpening .cbp-popup-singlePageInline {
-webkit-transition:height .4s ease 0s!important;
transition:height .4s ease 0s!important
}
.cbp.cbp-popup-isOpening .cbp-item {
-webkit-transition:-webkit-transform .4s ease 0s!important;
transition:transform .4s ease 0s!important
}
.cbp-singlePageInline-active {
opacity:.6!important
}
@-webkit-keyframes loading {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes loading {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(360deg)
}
}
@keyframes loading {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(360deg)
}
}
.cbp-popup-singlePageInline .cbp-popup-loadingBox {
visibility:hidden;
width:30px;
height:30px;
border-right:5px solid #000;
border-bottom:5px solid #000;
border-radius:50%;
border-left:5px solid transparent;
border-top:5px solid transparent;
animation:loading .5s infinite linear;
-moz-animation:loading .5s infinite linear;
-webkit-animation:loading .5s infinite linear;
background:0 0;
-ms-filter:"alpha(Opacity=60)";
opacity:.6
}
.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-loadingBox {
visibility:visible
}
.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-content, .cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-navigation {
visibility:hidden;
opacity:0
}
.cbp-l-inline {
margin-bottom:40px;
overflow:hidden;
margin-top:0px;
background:#f3f3f3;
padding:50px 40px;
}
.cbp-l-inline-left {
float:left;
width:44%
}
.cbp-l-project-img {
max-width:100%
}
.cbp-l-inline-right {
float:right;
width:56%;
padding-left:inherit
}
@media only screen and (max-width:768px) {
.cbp-l-inline-left {
width:100%;
text-align:center;
margin-top:40px
}
.cbp-l-inline-right {
width:100%;
padding-left:0;
margin-top:20px
}
}
.cbp-l-inline-title {
font:400 28px/30px "Open Sans", sans-serif;
color:#474747
}
.cbp-l-inline-subtitle {
font:400 14px/21px "Open Sans", sans-serif;
color:#888;
margin-top:7px
}
.cbp-l-inline-desc {
font:400 14px/20px "Open Sans", sans-serif;
color:#474747;
margin-top:25px
}
.cbp-l-inline-view-wrap {
text-align:right
}
.cbp-l-inline-view {
font:400 13px/35px "Open Sans", sans-serif;
color:#9C9C9C;
margin-top:40px;
display:inline-block;
padding:0 20px;
border:1px solid #ccc;
text-decoration:none
}
.cbp-l-inline-view:hover {
color:#757575
}
.cbp-l-inline-details {
margin-top:15px;
font:13px/22px "Open Sans", sans-serif
}
.cbp-l-loadMore-button {
text-align:center
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
border:2px solid #DEDEDE;
border-radius:2px;
color:#7E7B7B;
display:inline-block;
font:400 11px/34px "Open Sans", sans-serif;
min-width:80px;
text-decoration:none;
padding:0 20px;
outline:0;
margin-top:30px;
box-shadow:none
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
color:#B0B0B0;
text-decoration:none
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-stop {
cursor:default;
color:#B0B0B0
}
.cbp-l-loadMore-button-link .cbp-l-loadMore-button-defaultText {
display:block
}
.cbp-l-loadMore-button-link .cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-button-link .cbp-l-loadMore-button-noMoreLoading {
display:none
}
.cbp-l-loadMore-button-loading .cbp-l-loadMore-button-loadingText {
display:block
}
.cbp-l-loadMore-button-loading .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-button-loading .cbp-l-loadMore-button-noMoreLoading {
display:none
}
.cbp-l-loadMore-button-stop .cbp-l-loadMore-button-noMoreLoading {
display:block
}
.cbp-l-loadMore-button-stop .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-button-stop .cbp-l-loadMore-button-loadingText {
display:none
}
.cbp-l-loadMore-text {
text-align:center;
margin-top:30px
}
.cbp-l-loadMore-text .cbp-l-loadMore-text-link {
font:400 16px "Open Sans", sans-serif;
color:#5D5D5D;
text-decoration:none;
cursor:default
}
.cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
color:#5D5D5D
}
.cbp-mode-slider {
overflow:visible!important
}
.cbp-mode-slider .cbp-wrapper-outer {
overflow:hidden;
width:100%;
position:absolute;
height:100%
}
.cbp-mode-slider {
-webkit-transition:height .35s cubic-bezier(0.22, .6, .345, 1);
transition:height .35s cubic-bezier(0.22, .6, .345, 1)
}
.cbp-mode-slider .cbp-item, .cbp-mode-slider .cbp-wrapper {
-webkit-transition:-webkit-transform .35s cubic-bezier(0.22, .6, .345, 1);
transition:transform .35s cubic-bezier(0.22, .6, .345, 1)
}
.cbp-mode-slider-dragStart .cbp-wrapper {
-webkit-transition:none;
transition:none
}
.cbp-mode-slider-dragStart * {
cursor:move!important;
cursor:-webkit-grab!important;
cursor:-o-grab!important;
cursor:-ms-grab!important;
cursor:grab!important
}
.cbp-nav-next, .cbp-nav-prev {
position:relative;
background:#7c8b90;
cursor:pointer;
display:inline-block;
margin-left:1px;
height:22px;
width:21px
}
.cbp-nav-next {
border-radius:0 2px 2px 0
}
.cbp-nav-prev {
border-radius:2px 0 0 2px
}
.cbp-nav-next:hover, .cbp-nav-prev:hover {
opacity:.8
}
.cbp-nav-next:after, .cbp-nav-prev:after {
content:'';
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
margin:auto;
background:url(cbp-sprite.png) no-repeat;
height:10px;
width:7px
}
.cbp-nav-next:after {
background-position:-134px 0
}
.cbp-nav-prev:after {
background-position:-134px -12px
}
.cbp-nav-stop {
opacity:.5!important;
cursor:default!important
}
.cbp-nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.cbp-nav-controls {
position:absolute;
top:-51px;
right:0;
z-index:100
}
.cbp-nav-pagination {
position:absolute;
bottom:-30px;
right:0;
z-index:100;
left:0;
text-align:center
}
.cbp-nav-pagination-item {
position:relative;
width:10px;
height:10px;
border-radius:50%;
margin:0 4px;
display:inline-block;
cursor:pointer;
background:#c2c2c2;
-webkit-transition:background .5s;
transition:background .5s
}
.cbp-nav-pagination-active {
background:#797979
}
.cbp-slider-item, .cbp-slider-wrap {
margin:0;
padding:0;
list-style-type:none
}
.cbp-slider .cbp-nav-controls {
position:static
}
.cbp-slider .cbp-nav-next, .cbp-slider .cbp-nav-prev {
background:0 0;
position:absolute;
margin:auto;
top:0;
bottom:0;
z-index:100;
width:44px;
height:44px
}
.cbp-slider .cbp-nav-next {
right:25px;
left:auto
}
.cbp-slider .cbp-nav-prev {
left:25px;
right:auto
}
.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
background:url(cbp-sprite.png) no-repeat;
width:44px;
height:44px
}
.cbp-slider .cbp-nav-next:after {
background-position:-46px -92px
}
.cbp-slider .cbp-nav-next:hover:after {
background-position:-46px -46px
}
.cbp-slider .cbp-nav-prev:after {
background-position:0 -92px
}
.cbp-slider .cbp-nav-prev:hover:after {
background-position:0 -46px
}
.cbp-slider .cbp-nav-pagination {
text-align:right;
bottom:20px;
right:25px
}
.cbp-slider-edge .cbp-nav-controls {
position:static
}
.cbp-slider-edge .cbp-nav-next, .cbp-slider-edge .cbp-nav-prev {
background:0 0;
position:absolute;
margin:auto;
top:0;
bottom:0;
z-index:100;
width:44px;
height:44px
}
.cbp-slider-edge .cbp-nav-next {
right:-14px;
left:auto
}
.cbp-slider-edge .cbp-nav-prev {
left:-14px;
right:auto
}
.cbp-slider-edge .cbp-nav-next:after, .cbp-slider-edge .cbp-nav-prev:after {
background:url(cbp-sprite.png) no-repeat;
width:9px;
height:16px
}
.cbp-slider-edge .cbp-nav-next:after {
background-position:-134px -24px
}
.cbp-slider-edge .cbp-nav-prev:after {
background-position:-134px -42px
}
.cbp-slider-edge .cbp-nav-pagination {
bottom:-45px
}
.cbp-slider-edge .cbp-nav-pagination-item {
border:2px solid #0f0f0f;
opacity:.4;
background:0 0
}
.cbp-slider-edge .cbp-nav-pagination-active {
background:#000
}
.cbp-l-grid-work {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-work .cbp-caption {
margin-bottom:17px
}
.cbp-l-grid-work-title {
font:400 17px/25px "Roboto Condensed", sans-serif;
color:#607D8B;
text-align:center;
text-transform:uppercase;
display:block
}
.cbp-l-grid-work-title:hover {
color:#365D67
}
.cbp-l-grid-work-desc {
font:400 11px/16px "Open Sans", sans-serif;
color:#888;
text-align:center;
text-transform:uppercase
}
.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
background-color:rgba(0, 0, 0, .7)
}
.cbp-l-grid-work .cbp-item {
padding:3px
}
.cbp-l-grid-work .cbp-item-wrapper {
background-color:#fff;
box-shadow:0 1px 1px rgba(0, 0, 0, .2);
padding:7px 7px 27px
}
.cbp-l-grid-blog {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-blog .cbp-caption {
margin-bottom:18px
}
.cbp-l-grid-blog-title {
font:400 18px/28px "Open Sans", sans-serif;
color:#444;
display:block
}
.cbp-l-grid-blog-title:hover {
color:#787878
}
.cbp-l-grid-blog-date {
font:400 12px/18px "Open Sans", sans-serif;
color:#787878;
display:inline-block
}
.cbp-l-grid-blog-comments {
font:400 12px/18px "Open Sans", sans-serif;
color:#3C6FBB;
display:inline-block
}
.cbp-l-grid-blog-comments:hover {
opacity:.8
}
.cbp-l-grid-blog-desc {
font:400 13px/18px "Open Sans", sans-serif;
color:#9B9B9B;
margin-top:9px
}
.cbp-l-grid-blog-split {
margin:0 4px;
font:400 13px/16px "Open Sans", sans-serif;
color:#787878;
display:inline-block
}
.cbp-l-grid-fullScreen, .cbp-l-grid-fullWidth, .cbp-l-grid-gallery, .cbp-l-grid-projects {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-projects .cbp-caption {
margin-bottom:17px
}
.cbp-l-grid-projects-title {
font:700 14px/18px "Open Sans", sans-serif;
color:#474747
}
.cbp-l-grid-projects-desc {
font:400 12px/18px "Open Sans", sans-serif;
color:#888;
margin-top:6px
}
.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
bottom:-50px;
height:50px
}
.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
bottom:50px
}
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
height:50px
}
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-25px);
transform:translateY(-25px)
}
.cbp-l-grid-projects.cbp-caption-overlayBottom .cbp-caption-activeWrap, .cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
height:50px
}
.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
bottom:50px
}
.cbp-l-grid-masonry, .cbp-l-grid-masonry-projects {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-masonry-projects-title {
font:500 15px/22px Roboto, sans-serif;
color:#9eca45;
text-align:center;
display:block
}
.cbp-l-grid-masonry-projects-title:hover {
color:#457C8B
}
.cbp-l-grid-masonry-projects-desc {
font:400 12px/16px Roboto, sans-serif;
color:#b2b2b2;
text-align:center
}
.cbp-l-grid-masonry-projects .cbp-caption {
margin-bottom:11px
}
.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
background-color:#9eca45;
background-color:rgba(89, 163, 182, .95)
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
background-color:#4d4d4d
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft:hover, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight:hover {
background-color:#252424
}
.cbp-l-grid-team {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-team .cbp-caption {
margin-bottom:18px;
border:1px solid #E7E7E7
}
.cbp-l-grid-team-name {
font:400 17px/26px "Open Sans", sans-serif;
color:#456297;
display:block;
text-align:center
}
.cbp-l-grid-team-name:hover {
color:#34425C
}
.cbp-l-grid-team-position {
font:italic 400 13px/21px "Open Sans", sans-serif;
color:#888;
text-align:center
}
.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
bottom:-50px;
height:50px
}
.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
bottom:50px
}
.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
height:50px
}
.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-25px);
transform:translateY(-25px)
}
.cbp-l-grid-team.cbp-caption-overlayBottom .cbp-caption-activeWrap, .cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
height:50px
}
.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:translateY(-50px);
transform:translateY(-50px)
}
.cbp-l-slider-title-block {
border-bottom:1px solid #cdcdcd;
margin-bottom:22px
}
.cbp-l-slider-title-block div {
padding:0 2px 6px 0;
display:inline-block;
border-bottom:1px solid #a9a5a5;
color:#5e5e5e;
margin-bottom:-1px;
font:15px/21px Roboto, sans-serif
}
.cbp-l-grid-clients {
visibility:hidden;
overflow:hidden;
height:180px
}
.cbp-l-clients-title-block {
font:400 32px/53px Roboto, sans-serif;
color:#666464;
text-align:center;
margin-bottom:40px
}
.cbp-l-grid-tabs {
visibility:hidden;
overflow:hidden;
height:100px
}
.cbp-l-grid-tabs .cbp-item {
font:14px/24px Lato, sans-serif;
max-width:700px;
width:100%;
margin:0 auto;
right:0;
text-align:center;
color:#5a5a5a
}
.cbp-l-grid-agency {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-agency .cbp-caption-wrap {
margin-bottom:18px
}
.cbp-l-grid-agency .cbp-caption-wrap:after {
position:absolute;
content:'';
width:0;
height:0;
border-bottom:10px solid #fff;
border-right:10px solid transparent;
border-left:10px solid transparent;
bottom:0;
left:50%;
margin-left:-5px;
z-index:1
}
.cbp-l-grid-agency-title {
font:700 17px/24px Lato, sans-serif;
color:#666;
text-align:center
}
.cbp-caption:hover .cbp-l-grid-agency-title {
color:#222
}
.cbp-l-grid-agency-desc {
font:400 12px/21px "Open Sans", sans-serif;
color:#aaa;
text-align:center
}
.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform:scale(1.15);
transform:scale(1.15)
}
.cbp-l-grid-testimonials {
visibility:hidden;
overflow:hidden
}
.cbp-l-testimonials-title-block {
position:relative;
text-align:center;
font:26px/36px Roboto, sans-serif;
color:#E7E7E7;
margin-bottom:60px
}
.cbp-l-testimonials-title-block:after {
content:'';
position:absolute;
margin:0 auto;
width:23px;
height:2px;
bottom:-6px;
background-color:#C2C2C2;
left:0;
right:0
}
.cbp-l-testimonials-wrap {
background:#2D2D2D;
padding:60px 0 110px
}
.cbp-l-grid-testimonials-body {
color:#e7e7e7;
max-width:800px;
margin:0 auto;
font:20px/32px sans-serif;
text-align:center;
padding:0 20px
}
.cbp-l-grid-testimonials-footer {
font:12px/19px Roboto, sans-serif;
color:#C2C2C2;
text-align:center;
margin-bottom:40px;
margin-top:35px
}
.cbp-l-grid-slider-testimonials {
visibility:hidden;
overflow:hidden
}
.cbp-l-slider-testimonials-wrap {
background:#f8f9f9;
padding:80px 0 110px;
border-width:1px 0;
border-style:solid;
border-color:#dce1e2
}
.cbp-l-grid-slider-testimonials-body {
color:#111;
max-width:800px;
margin:0 auto;
font:20px/32px sans-serif;
text-align:center;
padding:0 20px
}
.cbp-l-grid-slider-testimonials-footer {
font:12px/19px Roboto, sans-serif;
color:#777;
text-align:center;
margin-bottom:10px;
margin-top:30px
}
.cbp-l-grid-slider-team {
visibility:hidden;
overflow:hidden
}
.cbp-l-grid-slider-team-name {
float:left;
font:20px/30px Roboto, sans-serif;
color:#494949
}
.cbp-l-grid-slider-team-social {
float:right
}
.cbp-l-grid-slider-team-position {
clear:both;
font:14px/21px Roboto, sans-serif;
color:#A6A6A6
}
.cbp-l-grid-slider-team-desc {
font:13px/20px Roboto, sans-serif;
color:#969696;
margin-top:15px;
margin-bottom:10px
}
.cbp-l-grid-slider-team .cbp-caption {
margin-bottom:16px
}
.cbp-l-grid-slider-team-social a {
color:#737373;
line-height:30px;
margin-left:4px
}
.cbp-l-grid-slider-team-social a:hover {
opacity:.8
}
.cbp-no-transition .cbp-item, .cbp.cbp-loading, .cbp.cbp-loading *, .cbp.cbp-loading .cbp-item {
-webkit-transition:none!important;
transition:none!important
}
| 0.165998 | 0.043548 |
@charset "utf-8";
body { color:#666;font:12px/1.231 arial,helvetica,clean,sans-serif,"宋体";} /*网站字体颜色*/
a { color:#666; text-decoration:none;} /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}
/* -- 页面整体布局 -- */
.content , .footer { margin:0 auto; overflow:hidden; }
/*.header1{ width:100%; margin:0 auto;}*/
.header1{ width:100%; margin-bottom: -25px;}
.left { width:201px; float:left; overflow:hidden;}
.left2 { width:670px; float:left; overflow:hidden;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop {height:0px; font-size:0; overflow:hidden; margin-top:10px;}
.left2top {height:0px; font-size:0; overflow:hidden;}
.leftbot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.left2bot {height:0px; font-size:0; overflow:hidden; margin-bottom:10px; }
.right { width:735px; float:left; display:inline; margin-left:24px; overflow:hidden;}
.right2 { width:275px; float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#666;}
.righttop { height:0px; font-size:0; overflow:hidden;}
.right2top {height:0px; font-size:0; overflow:hidden;}
.rightbot {height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2bot {height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right_main { width:735px; padding-bottom:15px; overflow:hidden; }
.right2_main { width:273px; padding-bottom:15px; overflow:hidden;}
.left2_main { width:668px; padding-bottom:15px; overflow:hidden;}
.h_nav li a:-webkit-any-link{ display:block;}
.clearfix{zoom:1;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
/*头部开始*/
.g-top{width: 100%;height: 233px;background: url(Img/Common/top-bj_02.jpg) repeat-x;}
.header1{height: 233px;}
.nav { height:33px; font:12px "Microsoft YaHei"; color:#666666; line-height:33px;}
.nav p a{ color:#666666;padding-right:17px;padding-left: 10px;}
.nav p .nones { background:none}
.top{ height:128px; overflow:hidden;border-bottom: #666666 1px solid;padding-left:20%;}
.logo { float:left; font-size:0; line-height:0; margin-top:50px;border-right: 2px solid #d6d6d6;width: 310px;height: 51px;}
.zi1 { float:left; margin:50px 0 0 1px; padding-left:22px; font:18px "Microsoft YaHei"; color:#333333;}
.zi1 i{font-style: normal;color: #0093d5;}
.zi1 p{ font-size:20px; font-weight:bold; color:#555555;}
.tel { padding-left:50px; margin-top:57px; background:url(../images/top_06.jpg) no-repeat 0 5px; font:16px "Microsoft YaHei"; color:#666666; float:right;margin-right:28%;}
.tel span { display:block; font:26px "Microsoft YaHei"; color:#0093d5;font-weight: bold;}
.main_menu{height: 72px;line-height: 72px;margin-left:18%;}
.main_menu li{float: left;text-align: center;line-height: 72px;position:relative;z-index:6;height: 72px;padding:0 25px;}
.main_menu li span{text-transform: uppercase;font:12px "Microsoft YaHei"; color:#c6c6c6;display: block;}
.main_menu li a{font:14px "Microsoft YaHei"; text-align: center; color:#666666;display: inline-block;width: 120px;padding-top: 15px;height:57px}
.main_menu li a:hover,.main_menu li.cur a{padding-top: 15px; text-decoration: none; font:14px "Microsoft YaHei"; text-align: center; color:#666666;display: inline-block;background: url(Img/Common/bj_03.jpg) no-repeat top;width: 120px;height: 57px;font-weight: bold;}
.main_menu li a:hover span,.main_menu li.cur a span{color:#A4CEE6}
.erj{display:none;position: absolute;padding-bottom:10px;width: 117px;overflow:hidden;margin-top:-20%;}
.main_menu li .erj a{line-height:25px;display:block;background:none;color:#333;height:25px;font-weight: normal;}
.main_menu li .erj a:hover{line-height:25px;display:block;background:none;color:#0093d5;height:25px;font-weight:normal}
/**/
.ban-ss{width:960px;height: 77px;border-bottom:0px solid #e5e5e5;margin: 0 auto;}
.banan-t{height: 77px;width: 960px;margin: 0 auto;}
.banan-t p{color: #c4c4c4;font-size: 12px;font-family:'Microsoft YaHei';float: left;line-height:77px;}
.banan-t p b{background: url(Img/Index/banna_08.jpg) no-repeat left 28px; color: #6a6a6a;padding-left: 25px; display: inline-block;}
.banan-t a{color: #666666;padding:0 10px;}
.banan-tr{float: right;height: 22px;margin-top: 25px;padding-bottom: 5px;width: 365px;}
.banan-tr .inp01{width: 305px;height: 27px;border: 1px solid #cce9f7;float: left;padding-left: 5px;line-height: 27px;}
.banan-tr .inp02{width: 50px;height: 30px;float: left;background: url(Img/Index/banna_05.jpg) no-repeat 0 0;cursor: pointer;border:0px}
/*头部结束*
/*底部开始*/
.g-bottom{background: url(Img/Common/bo-bj_03.jpg) repeat-x;width: 100%;height: 285px;margin: 0 auto; }
.bo-bb{width: 960px;height: 285px;margin: 0 auto;}
.bo-t{width: 960px;height:43px;line-height: 38px; padding-top: 10px;}
.bo-t a{color: #333;font-size: 15px;font-family:'Microsoft YaHei';padding-left:55px;}
.bo-t {color: #333;}
.bo-t .cur{background: none;margin: 0px;padding: 0px;}
.footer-b{width: 960px;height: 237px;position: relative;}
.footer-b em{float: left; display:inline-block;width:220px;height: 165px;}
.footer-b p{color:#424242; float: left; width:520px; padding-left:60px;margin-top: 55px;}
.footer-b p img{display:inline-block; vertical-align:middle; }
.footer-b p span{display:block;line-height:14px;padding-bottom:10px;color: #f1f1f1;}
.footer-b a{color: #f1f1f1;}
.footer-b p i{font-style:normal; display:inline-block; padding-left:40px;}
.footer-b p .i1{padding-left: 105px;}
.ewm{position:absolute;right: 45px; top:35px;}
.ewm .a2{margin-left: 35px;}
.zong{width: 960px;height: 188px;}
.zh{width: 960px;height: 30px;margin-top: 15px;}
.zh .s1{color: #797979;font-size: 11px;font-family:'Microsoft YaHei';display: inline;float: left;}
.zh .s2{color: #797979;font-size: 11px;font-family:'Microsoft YaHei';display: inline;float: right;margin-right: 40px;}
/*底部结束*/
/*Common-end*/
/*reset-start*/
@charset "utf-8";
html{color:#000;background:#FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}
.mt10{ margin-top:10px;}
/*reset-end*/
/*temp.css*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(img/nodata.gif) no-repeat 20px 20px;}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}
/*处理中动画占全屏*/
#oran_div_processing{width:300px;padding:20px;z-index:9999;text-align:center;background:#fffeef;border:solid 1px #b8ab04;}
/*rollup.css*/
#roll_top,#fall,#ct{position:relative;cursor:pointer;height:72px;width:26px}#roll_top{background:url(/Skins/Default/Img/top.gif) no-repeat}#fall{background:url(/Skins/Default/Img/top.gif) no-repeat 0 -80px}#ct{background:url(/Skins/Default/Img/top.gif) no-repeat 0 -40px}#roll{display:block;width:15px;margin-right:-500px;position:fixed;right:50%;top:50%;_margin-right:-505px;_position:absolute;_margin-top:300px;_top:expression(eval(document.documentElement.scrollTop))}
.ImTable *{padding:0px;margin:0px}
.ImTable{border-collapse:collapse;border:none;background:url(/UserControls/im/kefu/bg.gif)}
.ImTable h2{font-size:14px;font-weight:bold;margin-top:5px}
.ImHeader{height:165px;background:url(/UserControls/im/kefu/im_01.jpg)}
.ImRow0{background:url(/UserControls/im/kefu/ico_item1.jpg) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px; }
.ImRow1{background:url(/UserControls/im/kefu/ico_item1.jpg) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px;}
a.im,a:hover.im{text-decoration:none;height:35px;color:#fff; font-size:14px;}
.ImFooter{height:90px;background:url(/UserControls/im/kefu/im_04.jpg) no-repeat; display:inline-block; width:150px;font-family:Arial,Helvetica,sans-serif;}
.ImFooter h5{font-size:14px;font-weight:normal; color:#0093D5;text-align:center;margin:15px 0 0;font-family:'宋体';}
.ImFooter p{font-size:18px;font-weight:bold; color:#0093D5;text-align:center;margin:10px 0;}
/*产品分类*/
.left_cate { width:201px;background:#0093D5;padding-bottom: 4px;margin-bottom:10px}
.left_cate h2{background:url(Img/Index/al_03.jpg) no-repeat center 0;width: 201px;height: 121px;text-align: center;}
.left_cate h2 a{font:24px "Microsoft YaHei";color: #fff;font-weight: bold;margin-top: 58px;display: inline-block;}
.left_con{background: #f3f3f3;margin:0px 4px;padding: 0px 9px;padding-bottom:10px}
.left_cate ul{width: 160px;margin-left: 12px;margin-top: 20px;}
.left_cate ul li{height: 30px;}
.left_cate ul li a{background:url(Img/Index/ac_10.jpg) no-repeat left center;padding-left: 15px;display: block;font:14px "Microsoft YaHei";color: #666666;}
.left_cate ul li a:hover,.left_cate ul li.cur a{background:url(Img/Index/al_11.jpg) no-repeat left center;color: #0093D5;}
.left_cate h4{width: 175px;height: 40px;padding-top: 10px;}
.left_cate h4 a{ background:url(Img/Index/al_16.jpg) no-repeat -10px -2px;width: 160px;height: 36px;display: block;font:16px "Microsoft YaHei";color: #333;line-height: 36px;padding-left: 15px;}
.left_cate h4 a:hover,.left_cate h4.cur a{background:url(Img/Index/al_07.jpg) no-repeat -10px -2px;color: #fff;}
/*快讯*/
.newsdiv_index{background:#fff; border:#ccc 0px solid;border-top:0px;border-bottom:0px; padding:0px;overflow:hidden;clear:both}
.news_t{ height:30px;padding-top: 10px;border-bottom: 1px solid #CCC;line-height: 30px;}
.news_t ul li{ float:left;}
.news_t ul li a{ font-family:"Microsoft YaHei"; font-size:14px; color:#3d3d3d; font-weight:bold; display:block; width:95px; height:30px;}
.newsdiv_index dl{padding:18px 0; display:inline-block; overflow:hidden;}
.newsdiv_index dt{ width:165px; float:left; padding:0 15px 0 0; font-size:0;}
.newsdiv_index dt img{ width:153px; height:105px;padding: 5px;border: 1px solid #ccc;}
.newsdiv_index dd{ float:left; overflow:hidden; width:555px;}
.newsdiv_index dd p{ height:77px;line-height: 24px;text-align: justify;}
.newsdiv_index dd span{ display:block; padding:5px 0 0; text-align:right;}
.newsdiv_index dd span img{ width:130px; height:21px;}
.news_m ul li{ height:30px; line-height:30px; border-bottom:#adacac 1px dashed; overflow:hidden; background:url(Img/Index/yy_23.jpg) no-repeat 0 13px; width:343px; float:left; margin:0 49px 0 0; display:inline;}
.news_m ul li a{ font-family:"Microsoft YaHei"; font-size:12px; color:#4f4f4f; padding:0 0 0 12px;}
.news_m .nobor,.wd .nobor{ border:none;}
.news_t .nobor{ background:none;}
.newsdiv_index dd h3{font-size:14px;}
.newsdiv_index dd h3 a,.news_m ul li a:hover{color:#1A7FDD}
.news_t span{ float:right;}
.news_t span a{ font-size:12px; color:#8f8f8f; font-weight:normal;}
.news dd h3{ height:25px; line-height:25px; overflow:hidden; text-align:center;}
.news dl dd h3 a{ font-family:"Microsoft YaHei"; font-size:14px; color:#525252;}
.news dd p{ font-family:"Microsoft YaHei"; font-size:12px; color:#707070; height:175px; line-height:22px; padding:5px 0 0; overflow:hidden;}
.newsdiv_index dd span a{color:#fff;background:#1A7FDD;width: 80px;display: inline-block;height: 24px;text-align: center;line-height: 24px;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
.helptlys{font-size:14px;line-height:24px}
|
template/pc/guangxun/src/css_bak_yuan/resetcommon.css
|
@charset "utf-8";
body { color:#666;font:12px/1.231 arial,helvetica,clean,sans-serif,"宋体";} /*网站字体颜色*/
a { color:#666; text-decoration:none;} /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}
/* -- 页面整体布局 -- */
.content , .footer { margin:0 auto; overflow:hidden; }
/*.header1{ width:100%; margin:0 auto;}*/
.header1{ width:100%; margin-bottom: -25px;}
.left { width:201px; float:left; overflow:hidden;}
.left2 { width:670px; float:left; overflow:hidden;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop {height:0px; font-size:0; overflow:hidden; margin-top:10px;}
.left2top {height:0px; font-size:0; overflow:hidden;}
.leftbot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.left2bot {height:0px; font-size:0; overflow:hidden; margin-bottom:10px; }
.right { width:735px; float:left; display:inline; margin-left:24px; overflow:hidden;}
.right2 { width:275px; float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#666;}
.righttop { height:0px; font-size:0; overflow:hidden;}
.right2top {height:0px; font-size:0; overflow:hidden;}
.rightbot {height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2bot {height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right_main { width:735px; padding-bottom:15px; overflow:hidden; }
.right2_main { width:273px; padding-bottom:15px; overflow:hidden;}
.left2_main { width:668px; padding-bottom:15px; overflow:hidden;}
.h_nav li a:-webkit-any-link{ display:block;}
.clearfix{zoom:1;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
/*头部开始*/
.g-top{width: 100%;height: 233px;background: url(Img/Common/top-bj_02.jpg) repeat-x;}
.header1{height: 233px;}
.nav { height:33px; font:12px "Microsoft YaHei"; color:#666666; line-height:33px;}
.nav p a{ color:#666666;padding-right:17px;padding-left: 10px;}
.nav p .nones { background:none}
.top{ height:128px; overflow:hidden;border-bottom: #666666 1px solid;padding-left:20%;}
.logo { float:left; font-size:0; line-height:0; margin-top:50px;border-right: 2px solid #d6d6d6;width: 310px;height: 51px;}
.zi1 { float:left; margin:50px 0 0 1px; padding-left:22px; font:18px "Microsoft YaHei"; color:#333333;}
.zi1 i{font-style: normal;color: #0093d5;}
.zi1 p{ font-size:20px; font-weight:bold; color:#555555;}
.tel { padding-left:50px; margin-top:57px; background:url(../images/top_06.jpg) no-repeat 0 5px; font:16px "Microsoft YaHei"; color:#666666; float:right;margin-right:28%;}
.tel span { display:block; font:26px "Microsoft YaHei"; color:#0093d5;font-weight: bold;}
.main_menu{height: 72px;line-height: 72px;margin-left:18%;}
.main_menu li{float: left;text-align: center;line-height: 72px;position:relative;z-index:6;height: 72px;padding:0 25px;}
.main_menu li span{text-transform: uppercase;font:12px "Microsoft YaHei"; color:#c6c6c6;display: block;}
.main_menu li a{font:14px "Microsoft YaHei"; text-align: center; color:#666666;display: inline-block;width: 120px;padding-top: 15px;height:57px}
.main_menu li a:hover,.main_menu li.cur a{padding-top: 15px; text-decoration: none; font:14px "Microsoft YaHei"; text-align: center; color:#666666;display: inline-block;background: url(Img/Common/bj_03.jpg) no-repeat top;width: 120px;height: 57px;font-weight: bold;}
.main_menu li a:hover span,.main_menu li.cur a span{color:#A4CEE6}
.erj{display:none;position: absolute;padding-bottom:10px;width: 117px;overflow:hidden;margin-top:-20%;}
.main_menu li .erj a{line-height:25px;display:block;background:none;color:#333;height:25px;font-weight: normal;}
.main_menu li .erj a:hover{line-height:25px;display:block;background:none;color:#0093d5;height:25px;font-weight:normal}
/**/
.ban-ss{width:960px;height: 77px;border-bottom:0px solid #e5e5e5;margin: 0 auto;}
.banan-t{height: 77px;width: 960px;margin: 0 auto;}
.banan-t p{color: #c4c4c4;font-size: 12px;font-family:'Microsoft YaHei';float: left;line-height:77px;}
.banan-t p b{background: url(Img/Index/banna_08.jpg) no-repeat left 28px; color: #6a6a6a;padding-left: 25px; display: inline-block;}
.banan-t a{color: #666666;padding:0 10px;}
.banan-tr{float: right;height: 22px;margin-top: 25px;padding-bottom: 5px;width: 365px;}
.banan-tr .inp01{width: 305px;height: 27px;border: 1px solid #cce9f7;float: left;padding-left: 5px;line-height: 27px;}
.banan-tr .inp02{width: 50px;height: 30px;float: left;background: url(Img/Index/banna_05.jpg) no-repeat 0 0;cursor: pointer;border:0px}
/*头部结束*
/*底部开始*/
.g-bottom{background: url(Img/Common/bo-bj_03.jpg) repeat-x;width: 100%;height: 285px;margin: 0 auto; }
.bo-bb{width: 960px;height: 285px;margin: 0 auto;}
.bo-t{width: 960px;height:43px;line-height: 38px; padding-top: 10px;}
.bo-t a{color: #333;font-size: 15px;font-family:'Microsoft YaHei';padding-left:55px;}
.bo-t {color: #333;}
.bo-t .cur{background: none;margin: 0px;padding: 0px;}
.footer-b{width: 960px;height: 237px;position: relative;}
.footer-b em{float: left; display:inline-block;width:220px;height: 165px;}
.footer-b p{color:#424242; float: left; width:520px; padding-left:60px;margin-top: 55px;}
.footer-b p img{display:inline-block; vertical-align:middle; }
.footer-b p span{display:block;line-height:14px;padding-bottom:10px;color: #f1f1f1;}
.footer-b a{color: #f1f1f1;}
.footer-b p i{font-style:normal; display:inline-block; padding-left:40px;}
.footer-b p .i1{padding-left: 105px;}
.ewm{position:absolute;right: 45px; top:35px;}
.ewm .a2{margin-left: 35px;}
.zong{width: 960px;height: 188px;}
.zh{width: 960px;height: 30px;margin-top: 15px;}
.zh .s1{color: #797979;font-size: 11px;font-family:'Microsoft YaHei';display: inline;float: left;}
.zh .s2{color: #797979;font-size: 11px;font-family:'Microsoft YaHei';display: inline;float: right;margin-right: 40px;}
/*底部结束*/
/*Common-end*/
/*reset-start*/
@charset "utf-8";
html{color:#000;background:#FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}
.mt10{ margin-top:10px;}
/*reset-end*/
/*temp.css*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(img/nodata.gif) no-repeat 20px 20px;}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}
/*处理中动画占全屏*/
#oran_div_processing{width:300px;padding:20px;z-index:9999;text-align:center;background:#fffeef;border:solid 1px #b8ab04;}
/*rollup.css*/
#roll_top,#fall,#ct{position:relative;cursor:pointer;height:72px;width:26px}#roll_top{background:url(/Skins/Default/Img/top.gif) no-repeat}#fall{background:url(/Skins/Default/Img/top.gif) no-repeat 0 -80px}#ct{background:url(/Skins/Default/Img/top.gif) no-repeat 0 -40px}#roll{display:block;width:15px;margin-right:-500px;position:fixed;right:50%;top:50%;_margin-right:-505px;_position:absolute;_margin-top:300px;_top:expression(eval(document.documentElement.scrollTop))}
.ImTable *{padding:0px;margin:0px}
.ImTable{border-collapse:collapse;border:none;background:url(/UserControls/im/kefu/bg.gif)}
.ImTable h2{font-size:14px;font-weight:bold;margin-top:5px}
.ImHeader{height:165px;background:url(/UserControls/im/kefu/im_01.jpg)}
.ImRow0{background:url(/UserControls/im/kefu/ico_item1.jpg) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px; }
.ImRow1{background:url(/UserControls/im/kefu/ico_item1.jpg) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px;}
a.im,a:hover.im{text-decoration:none;height:35px;color:#fff; font-size:14px;}
.ImFooter{height:90px;background:url(/UserControls/im/kefu/im_04.jpg) no-repeat; display:inline-block; width:150px;font-family:Arial,Helvetica,sans-serif;}
.ImFooter h5{font-size:14px;font-weight:normal; color:#0093D5;text-align:center;margin:15px 0 0;font-family:'宋体';}
.ImFooter p{font-size:18px;font-weight:bold; color:#0093D5;text-align:center;margin:10px 0;}
/*产品分类*/
.left_cate { width:201px;background:#0093D5;padding-bottom: 4px;margin-bottom:10px}
.left_cate h2{background:url(Img/Index/al_03.jpg) no-repeat center 0;width: 201px;height: 121px;text-align: center;}
.left_cate h2 a{font:24px "Microsoft YaHei";color: #fff;font-weight: bold;margin-top: 58px;display: inline-block;}
.left_con{background: #f3f3f3;margin:0px 4px;padding: 0px 9px;padding-bottom:10px}
.left_cate ul{width: 160px;margin-left: 12px;margin-top: 20px;}
.left_cate ul li{height: 30px;}
.left_cate ul li a{background:url(Img/Index/ac_10.jpg) no-repeat left center;padding-left: 15px;display: block;font:14px "Microsoft YaHei";color: #666666;}
.left_cate ul li a:hover,.left_cate ul li.cur a{background:url(Img/Index/al_11.jpg) no-repeat left center;color: #0093D5;}
.left_cate h4{width: 175px;height: 40px;padding-top: 10px;}
.left_cate h4 a{ background:url(Img/Index/al_16.jpg) no-repeat -10px -2px;width: 160px;height: 36px;display: block;font:16px "Microsoft YaHei";color: #333;line-height: 36px;padding-left: 15px;}
.left_cate h4 a:hover,.left_cate h4.cur a{background:url(Img/Index/al_07.jpg) no-repeat -10px -2px;color: #fff;}
/*快讯*/
.newsdiv_index{background:#fff; border:#ccc 0px solid;border-top:0px;border-bottom:0px; padding:0px;overflow:hidden;clear:both}
.news_t{ height:30px;padding-top: 10px;border-bottom: 1px solid #CCC;line-height: 30px;}
.news_t ul li{ float:left;}
.news_t ul li a{ font-family:"Microsoft YaHei"; font-size:14px; color:#3d3d3d; font-weight:bold; display:block; width:95px; height:30px;}
.newsdiv_index dl{padding:18px 0; display:inline-block; overflow:hidden;}
.newsdiv_index dt{ width:165px; float:left; padding:0 15px 0 0; font-size:0;}
.newsdiv_index dt img{ width:153px; height:105px;padding: 5px;border: 1px solid #ccc;}
.newsdiv_index dd{ float:left; overflow:hidden; width:555px;}
.newsdiv_index dd p{ height:77px;line-height: 24px;text-align: justify;}
.newsdiv_index dd span{ display:block; padding:5px 0 0; text-align:right;}
.newsdiv_index dd span img{ width:130px; height:21px;}
.news_m ul li{ height:30px; line-height:30px; border-bottom:#adacac 1px dashed; overflow:hidden; background:url(Img/Index/yy_23.jpg) no-repeat 0 13px; width:343px; float:left; margin:0 49px 0 0; display:inline;}
.news_m ul li a{ font-family:"Microsoft YaHei"; font-size:12px; color:#4f4f4f; padding:0 0 0 12px;}
.news_m .nobor,.wd .nobor{ border:none;}
.news_t .nobor{ background:none;}
.newsdiv_index dd h3{font-size:14px;}
.newsdiv_index dd h3 a,.news_m ul li a:hover{color:#1A7FDD}
.news_t span{ float:right;}
.news_t span a{ font-size:12px; color:#8f8f8f; font-weight:normal;}
.news dd h3{ height:25px; line-height:25px; overflow:hidden; text-align:center;}
.news dl dd h3 a{ font-family:"Microsoft YaHei"; font-size:14px; color:#525252;}
.news dd p{ font-family:"Microsoft YaHei"; font-size:12px; color:#707070; height:175px; line-height:22px; padding:5px 0 0; overflow:hidden;}
.newsdiv_index dd span a{color:#fff;background:#1A7FDD;width: 80px;display: inline-block;height: 24px;text-align: center;line-height: 24px;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
.helptlys{font-size:14px;line-height:24px}
| 0.27474 | 0.092319 |
@charset "UTF-8";
.slider {
position: relative;
overflow: hidden;
height: 500px;
width: 100%; }
.slider .slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 1s ease-in-out; }
.slider .slide .content {
position: absolute;
bottom: 0;
left: -600px;
opacity: 0;
width: 600px;
background-color: rgba(255, 255, 255, 0.8);
color: #333;
padding: 35px;
transition: all 1s ease-in-out; }
.slider .slide .content h1 {
margin-bottom: 10px; }
.slider .slide.current {
opacity: 1; }
.slider .slide.current .content {
opacity: 1;
transform: translateX(600px);
transition: all 1s ease-in-out; }
.slider .slide:first-child {
background: url("https://source.unsplash.com/gKXKBY-C-Dk/1600x900/") no-repeat center top/cover; }
.slider .slide:nth-child(2) {
background: url("https://source.unsplash.com/2_3c4dIFYFU/1600x900/") no-repeat center top/cover; }
.slider .slide:nth-child(3) {
background: url("https://source.unsplash.com/9gz3wfHr65U/1600x500/") no-repeat center top/cover; }
.slider .slide:nth-child(4) {
background: url("https://source.unsplash.com/kgLdOhUN8FM/1600x900/") no-repeat center bottom/cover; }
.slider .slide:nth-child(5) {
background: url("https://source.unsplash.com/_la-c2zrDlg/1600x900/") no-repeat center top/cover; }
.slider .slide:nth-child(6) {
background: url("https://source.unsplash.com/TDUpwlnUA5U/1600x900/") no-repeat center top/cover; }
.buttons button {
border: 2px solid #fff;
background-color: transparent;
color: #fff;
cursor: pointer;
padding: 13px 15px;
border-radius: 50%;
outline: none; }
.buttons button#next {
position: absolute;
top: 40%;
right: 30px; }
.buttons button#prev {
position: absolute;
top: 40%;
left: 30px; }
.buttons button:hover {
background-color: #fff;
color: #333; }
.buttons button:focus {
background-color: rgba(154, 190, 230, 0.7);
outline: none; }
.hero {
position: relative;
overflow: hidden;
height: 500px;
width: 100%; }
.hero .image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: img 1s; }
@keyframes img {
0% {
opacity: 0;
animation-timing-function: ease-in; }
100% {
opacity: 1;
animation-timing-function: ease-out; } }
.hero .image .content {
position: absolute;
bottom: 60px;
width: 600px;
background-color: rgba(255, 255, 255, 0.8);
color: #333;
padding: 35px;
animation: slideContent 1s; }
.hero .image .content h1 {
margin-bottom: 10px; }
@keyframes slideContent {
0% {
opacity: 0;
transform: translateX(-600px);
animation-timing-function: ease-in; }
100% {
opacity: 1;
animation-timing-function: ease-out; } }
.hero .image-about {
background: url("https://source.unsplash.com/TDUpwlnUA5U/1600x900/") no-repeat center top/cover; }
.hero .image-services {
background: url("https://source.unsplash.com/2_3c4dIFYFU/1600x900/") no-repeat center top/cover; }
.hero .image-team {
background: url("https://source.unsplash.com/9gz3wfHr65U/1600x900/") no-repeat center/cover; }
.hero .image-access {
background: url("https://source.unsplash.com/gK4C8CbyuPc/1600x900/") no-repeat center/cover; }
.menu-btn {
display: none;
position: absolute;
z-index: 3;
right: 35px;
top: 20px;
cursor: pointer;
transition: all 0.5s ease-out; }
.menu-btn .btn-line {
width: 28px;
height: 3px;
margin: 0 0 5px 0;
background: #f4f4f4;
transition: all 0.5s ease-out; }
.menu-btn.show {
transform: rotate(180deg); }
.menu-btn.show .btn-line:nth-child(1) {
transform: rotate(45deg) translate(10px, 7px); }
.menu-btn.show .btn-line:nth-child(2) {
opacity: 0; }
.menu-btn.show .btn-line:nth-child(3) {
transform: rotate(-45deg) translate(5px, 0px); }
nav#menu {
width: 100%; }
nav#menu ul.navbar {
display: flex;
justify-content: center;
list-style: none; }
nav#menu ul.navbar li.nav-item {
margin: 0 1.5rem; }
nav#menu ul.navbar li.nav-item.currentPage a.nav-link:after {
content: "";
display: block;
transform: translateY(-50%);
height: 1px;
width: 100%;
background-color: #f4f4f4;
transition: 0.3s ease-in-out;
z-index: 2; }
nav#menu ul.navbar li.nav-item a.nav-link {
text-decoration: none; }
nav#menu ul.navbar li.nav-item a.nav-link:after {
content: "";
display: block;
transform: translateY(-50%);
height: 1px;
width: 0px;
background-color: #f4f4f4;
transition: 0.3s ease-in-out;
z-index: 2; }
nav#menu ul.navbar li.nav-item a.nav-link:hover {
color: #fcd734; }
nav#menu ul.navbar li.nav-item a.nav-link:hover:after {
width: 100%; }
nav#menu ul.navbar li.nav-item a.nav-link:focus {
color: #c7a303;
outline: none; }
footer {
background: #666;
color: #f4f4f4; }
footer a {
color: #f4f4f4;
margin-right: 0.5rem; }
footer a:hover {
color: rgba(26, 62, 103, 0.7); }
footer a:focus {
color: rgba(16, 37, 62, 0.7);
outline: none; }
footer .flex {
display: flex;
justify-content: space-between;
align-items: center; }
footer #main-footer {
margin: auto 3rem;
padding: 1rem 2rem; }
footer #main-footer #info {
margin-right: 3rem; }
footer #main-footer #info .title {
font-weight: 300; }
footer #main-footer #info #icons {
margin-top: 10px; }
footer #main-footer #info #icons a {
font-weight: normal; }
footer #copyright {
height: 60px;
display: flex;
justify-content: center;
background: rgba(5, 13, 22, 0.1); }
footer #copyright small {
align-self: center; }
.hours table {
text-align: center;
border-collapse: collapse; }
.hours table .table, .hours table th,
.hours table td {
border: 1px #f4f4f4 solid; }
.hours table th,
.hours table td {
padding: 0.5rem 1rem; }
.hours table th {
font-weight: normal;
background: rgba(195, 216, 240, 0.1); }
.hours table tr:nth-child(1) th {
border-top: none; }
.hours table tr:nth-child(3) th,
.hours table tr:nth-child(3) td {
border-bottom: none; }
.hours table th:first-child {
border-left: none; }
.hours table th:last-child,
.hours table td:last-child {
border-right: none; }
* {
box-sizing: border-box;
margin: 0;
padding: 0; }
body {
font-family: Quicksand, 游ゴシック, YuGothic, sans-serif;
color: #333;
line-height: 2; }
a {
text-decoration: none;
color: #f4f4f4;
font-weight: bold; }
header {
position: fixed;
z-index: 2;
top: 0;
height: 60px;
width: 100vw;
display: flex;
align-items: center;
background: #2e6fb9; }
main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 85%;
margin: 60px auto; }
main section .heading, main section h1, main section h2, main section h3 {
text-align: center;
letter-spacing: 2px;
font-weight: 400; }
main section h1 {
font-size: 1.8rem;
margin-bottom: 20px; }
main section h2 {
font-size: 1.7rem; }
main section .flex {
display: flex;
align-items: center; }
main section.intro {
margin-bottom: 50px; }
main section.intro p {
padding: 0.2rem; }
main section#news {
margin-bottom: 50px;
width: 60%; }
main section#news h2 {
margin: auto; }
main section#news button {
color: #f4f4f4;
padding: 0.2rem 1rem;
border-radius: 10%;
border: none;
background: #2a91b1;
cursor: pointer; }
main section#news button:hover {
background: rgba(51, 51, 51, 0.7); }
main section#news button:focus {
background: #333;
outline: none; }
main section#news #news-content {
margin: 1rem 0 0; }
main section#news #news-content div:nth-child(odd) a {
background: #c3d8f0; }
main section#news #news-content div a {
color: #333;
font-weight: normal;
margin: auto;
padding: 1rem;
position: relative; }
main section#news #news-content div a:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: rgba(26, 62, 103, 0.7);
transition: width 0.3s ease; }
main section#news #news-content div a:hover {
color: rgba(26, 62, 103, 0.7); }
main section#news #news-content div a:hover:after {
width: 100%; }
main section#news #news-content div a time {
padding-right: 1rem;
align-self: flex-start; }
main section#why h2 {
margin: 0 auto 1.5rem; }
main section#why .flex {
justify-content: space-evenly; }
main section#why .flex div {
width: 25%;
border: 1px #c2c2c2 solid;
border-radius: 5px; }
main section#why .flex div h3 {
padding: 1rem 0;
background: #c3d8f0; }
main section#why .flex div p {
padding: 1rem 2rem; }
main#about section#mission {
margin-bottom: 50px; }
main#about section#facility div#facility-intro {
margin-bottom: 50px; }
main#about section#facility div.flex {
width: 100%;
height: auto;
flex-wrap: wrap;
text-align: center; }
main#about section#facility div.flex div {
width: 32%;
margin: 1rem auto;
border: 1px #c2c2c2 solid;
border-radius: 5px; }
main#about section#facility div.flex div img {
width: 100%;
height: auto; }
main#about section#facility div.flex div p {
padding: 0.5rem 1rem 1rem; }
main#services section#features {
margin-bottom: 50px;
display: flex;
flex-wrap: wrap; }
main#services section#features div.service-content {
flex: 40%;
max-width: 40%;
border: 1px #c2c2c2 solid;
border-radius: 5px;
margin: 2rem auto; }
main#services section#features div.service-content h3 {
padding: 1rem 0;
background: #c3d8f0; }
main#services section#features div.service-content p {
padding: 1rem 2rem; }
main#services section#features p {
padding: 1rem 2rem; }
main#team section.intro {
margin-bottom: 50px; }
main#team section#teamMembers {
margin: 0 auto; }
main#team section#teamMembers hr {
margin: 2rem 0;
width: 30%; }
main#team section#teamMembers div.member {
margin: 50px auto;
display: grid;
grid-gap: 30px; }
main#team section#teamMembers div.member .member-info h3 {
font-size: 1.3rem;
text-align: left; }
main#team section#teamMembers div.member .member-info p:nth-child(3) {
padding: 1rem 0; }
main#team section#teamMembers div.member .member-img {
display: flex; }
main#team section#teamMembers div.member .member-img img {
width: 100%;
border-radius: 50%;
align-self: center; }
main#team section#teamMembers div.member.odd {
grid-template-areas: "info img";
grid-template-columns: 3fr 1fr; }
main#team section#teamMembers div.member.odd .member-info {
grid-area: info; }
main#team section#teamMembers div.member.odd .member-img {
grid-area: img; }
main#team section#teamMembers div.member.even {
grid-template-areas: "img info";
grid-template-columns: 1fr 3fr; }
main#team section#teamMembers div.member.even .member-info {
grid-area: info; }
main#team section#teamMembers div.member.even .member-img {
grid-area: img; }
main#access section#clinic-info {
width: 100%; }
main#access section#clinic-info div.row {
display: flex;
justify-content: space-evenly;
align-items: center; }
main#access section#clinic-info div.row:first-child {
margin-bottom: 50px; }
main#access section#clinic-info div.row div.facade {
display: flex;
margin: 0 1rem; }
main#access section#clinic-info div.row div.facade img {
width: 100%;
border-radius: 5px; }
main#access section#clinic-info div.row div.info-content {
margin: 1rem; }
main#access section#clinic-info div.row div.info-content h2 {
text-align: left; }
main#access section#clinic-info div.row div.info-content p {
margin: 0.5rem 0; }
main#access section#clinic-info div.row div.info-content .social a {
margin-right: 1rem;
outline: none; }
main#access section#clinic-info div.row div.info-content .social a:hover i {
color: rgba(26, 62, 103, 0.7); }
main#access section#clinic-info div.row div.info-content .social a:focus i {
color: rgba(16, 37, 62, 0.7); }
main#access section#clinic-info div.row div.info-content .social a i {
color: #333; }
main#access section#clinic-info div.row .hours table th {
background: #c3d8f0; }
main#access section {
width: 100%;
margin: 25px auto; }
main#access section #map {
width: 100%; }
main#access section #map .mapouter {
position: relative;
text-align: right;
height: 500px;
width: 100%; }
main#access section #map .mapouter .gmap_canvas {
overflow: hidden;
background: none !important;
height: 500px;
width: 100%; }
main#access section #map .mapouter .gmap_canvas iframe {
width: 100%; }
@media screen and (max-width: 1170px) {
main#home section#why div.flex {
flex-direction: column; }
main#home section#why div.flex div {
width: 100%;
margin: 1rem; }
footer #main-footer {
margin: auto 3rem; }
footer #main-footer .hours table th,
footer #main-footer .hours table td {
padding: 0.3rem 0.7rem; }
footer #main-footer #info {
margin: 0; } }
@media screen and (max-width: 768px) {
header .menu-btn {
display: block; }
header nav#menu {
visibility: hidden;
position: fixed;
top: 0; }
header nav#menu.show {
visibility: visible; }
header nav#menu ul.navbar {
flex-flow: column wrap;
align-items: center;
float: left;
width: 100%;
height: 70vh;
overflow: hidden;
margin: 0;
padding: 0;
background: rgba(16, 37, 62, 0.8);
transform: translate3d(-100%, 0, 0);
transition: all 0.5s ease-out; }
header nav#menu ul.navbar.show {
transform: translate3d(0, 0, 0); }
header nav#menu ul.navbar li.nav-item {
padding: 0.5rem;
transform: translate3d(-600px, -600px, 0);
transition: all 0.5s ease-out; }
header nav#menu ul.navbar li.nav-item:nth-child(1) {
transition-delay: 0.1s; }
header nav#menu ul.navbar li.nav-item:nth-child(2) {
transition-delay: 0.2s; }
header nav#menu ul.navbar li.nav-item:nth-child(3) {
transition-delay: 0.3s; }
header nav#menu ul.navbar li.nav-item:nth-child(4) {
transition-delay: 0.4s; }
header nav#menu ul.navbar li.nav-item:nth-child(5) {
transition-delay: 0.5s; }
header nav#menu ul.navbar li.nav-item.show {
transform: translate3d(0, 0, 0); }
header nav#menu ul.navbar li.nav-item a.nav-link {
display: inline-block;
position: relative;
padding: 0.5rem 0;
font-weight: 300;
transition: all 0.5s ease-out; }
main section h1,
main section h2,
main section h3 {
letter-spacing: 1.6px; }
main section h1 {
font-size: 1.5rem; }
main section h2 {
font-size: 1.3rem; }
main#home section#news {
width: 80%; }
main#home section#why div.flex {
flex-direction: column; }
main#home section#why div.flex div {
margin: 1rem; }
main#about section#facility div.flex div {
width: 45%; }
main#services section#features div.service-content {
flex: 45%;
max-width: 45%;
margin: 1rem auto; }
main#services section#features div.service-content h3 {
font-size: 1rem; }
main#team section#teamMembers div.member.odd {
grid-template-areas: "img"
"info";
grid-template-columns: 1fr; }
main#team section#teamMembers div.member.even {
grid-template-areas: "img"
"info";
grid-template-columns: 1fr; }
main#team section#teamMembers div.member .member-img {
width: 50%;
justify-self: center; }
main#access section#clinic-info div.row {
flex-direction: column; }
main#access .hours table {
font-size: 0.8rem; }
footer {
font-size: smaller; }
footer .flex {
flex-direction: column; }
footer #main-footer #info {
margin: 2rem 0 0;
display: grid;
grid-template-areas: "title address1"
"title address2"
"icons address3";
grid-template-columns: repeat(2, 1fr); }
footer #main-footer #info .title {
grid-area: title;
align-self: center;
font-size: 1.5rem;
padding-left: 1rem; }
footer #main-footer #info .address1 {
grid-area: address1; }
footer #main-footer #info .address2 {
grid-area: address2; }
footer #main-footer #info .address3 {
grid-area: address3;
align-self: end; }
footer #main-footer #info #icons {
grid-area: icons;
padding-left: 1rem; } }
@media screen and (max-width: 500px) {
div.slider .slide .content {
bottom: -300px;
left: 0;
width: 100%; }
div.slider .slide.current .content {
transform: translateY(-300px); }
.hero .image .content {
bottom: 0;
width: 100%; }
@keyframes slideContent {
0% {
opacity: 0;
transform: translateY(300px);
animation-timing-function: ease-in; }
100% {
opacity: 1;
animation-timing-function: ease-out; } }
main#home section#news {
width: 100%; }
main#about section#facility div.flex div {
width: 100%; }
main#services section#features div.service-content {
flex: 100%;
max-width: 100%; }
main .row {
font-size: 0.8rem; }
main .row .hours table th,
main .row .hours table td {
padding: 0.3rem 0.7rem; }
footer #main-footer {
margin: 0; }
footer #main-footer div.hours {
padding-top: 1rem; }
footer #main-footer div#info p {
align-self: center; }
footer #main-footer div#info p.address2 {
align-self: end; } }
|
dist/css/main.css
|
@charset "UTF-8";
.slider {
position: relative;
overflow: hidden;
height: 500px;
width: 100%; }
.slider .slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 1s ease-in-out; }
.slider .slide .content {
position: absolute;
bottom: 0;
left: -600px;
opacity: 0;
width: 600px;
background-color: rgba(255, 255, 255, 0.8);
color: #333;
padding: 35px;
transition: all 1s ease-in-out; }
.slider .slide .content h1 {
margin-bottom: 10px; }
.slider .slide.current {
opacity: 1; }
.slider .slide.current .content {
opacity: 1;
transform: translateX(600px);
transition: all 1s ease-in-out; }
.slider .slide:first-child {
background: url("https://source.unsplash.com/gKXKBY-C-Dk/1600x900/") no-repeat center top/cover; }
.slider .slide:nth-child(2) {
background: url("https://source.unsplash.com/2_3c4dIFYFU/1600x900/") no-repeat center top/cover; }
.slider .slide:nth-child(3) {
background: url("https://source.unsplash.com/9gz3wfHr65U/1600x500/") no-repeat center top/cover; }
.slider .slide:nth-child(4) {
background: url("https://source.unsplash.com/kgLdOhUN8FM/1600x900/") no-repeat center bottom/cover; }
.slider .slide:nth-child(5) {
background: url("https://source.unsplash.com/_la-c2zrDlg/1600x900/") no-repeat center top/cover; }
.slider .slide:nth-child(6) {
background: url("https://source.unsplash.com/TDUpwlnUA5U/1600x900/") no-repeat center top/cover; }
.buttons button {
border: 2px solid #fff;
background-color: transparent;
color: #fff;
cursor: pointer;
padding: 13px 15px;
border-radius: 50%;
outline: none; }
.buttons button#next {
position: absolute;
top: 40%;
right: 30px; }
.buttons button#prev {
position: absolute;
top: 40%;
left: 30px; }
.buttons button:hover {
background-color: #fff;
color: #333; }
.buttons button:focus {
background-color: rgba(154, 190, 230, 0.7);
outline: none; }
.hero {
position: relative;
overflow: hidden;
height: 500px;
width: 100%; }
.hero .image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: img 1s; }
@keyframes img {
0% {
opacity: 0;
animation-timing-function: ease-in; }
100% {
opacity: 1;
animation-timing-function: ease-out; } }
.hero .image .content {
position: absolute;
bottom: 60px;
width: 600px;
background-color: rgba(255, 255, 255, 0.8);
color: #333;
padding: 35px;
animation: slideContent 1s; }
.hero .image .content h1 {
margin-bottom: 10px; }
@keyframes slideContent {
0% {
opacity: 0;
transform: translateX(-600px);
animation-timing-function: ease-in; }
100% {
opacity: 1;
animation-timing-function: ease-out; } }
.hero .image-about {
background: url("https://source.unsplash.com/TDUpwlnUA5U/1600x900/") no-repeat center top/cover; }
.hero .image-services {
background: url("https://source.unsplash.com/2_3c4dIFYFU/1600x900/") no-repeat center top/cover; }
.hero .image-team {
background: url("https://source.unsplash.com/9gz3wfHr65U/1600x900/") no-repeat center/cover; }
.hero .image-access {
background: url("https://source.unsplash.com/gK4C8CbyuPc/1600x900/") no-repeat center/cover; }
.menu-btn {
display: none;
position: absolute;
z-index: 3;
right: 35px;
top: 20px;
cursor: pointer;
transition: all 0.5s ease-out; }
.menu-btn .btn-line {
width: 28px;
height: 3px;
margin: 0 0 5px 0;
background: #f4f4f4;
transition: all 0.5s ease-out; }
.menu-btn.show {
transform: rotate(180deg); }
.menu-btn.show .btn-line:nth-child(1) {
transform: rotate(45deg) translate(10px, 7px); }
.menu-btn.show .btn-line:nth-child(2) {
opacity: 0; }
.menu-btn.show .btn-line:nth-child(3) {
transform: rotate(-45deg) translate(5px, 0px); }
nav#menu {
width: 100%; }
nav#menu ul.navbar {
display: flex;
justify-content: center;
list-style: none; }
nav#menu ul.navbar li.nav-item {
margin: 0 1.5rem; }
nav#menu ul.navbar li.nav-item.currentPage a.nav-link:after {
content: "";
display: block;
transform: translateY(-50%);
height: 1px;
width: 100%;
background-color: #f4f4f4;
transition: 0.3s ease-in-out;
z-index: 2; }
nav#menu ul.navbar li.nav-item a.nav-link {
text-decoration: none; }
nav#menu ul.navbar li.nav-item a.nav-link:after {
content: "";
display: block;
transform: translateY(-50%);
height: 1px;
width: 0px;
background-color: #f4f4f4;
transition: 0.3s ease-in-out;
z-index: 2; }
nav#menu ul.navbar li.nav-item a.nav-link:hover {
color: #fcd734; }
nav#menu ul.navbar li.nav-item a.nav-link:hover:after {
width: 100%; }
nav#menu ul.navbar li.nav-item a.nav-link:focus {
color: #c7a303;
outline: none; }
footer {
background: #666;
color: #f4f4f4; }
footer a {
color: #f4f4f4;
margin-right: 0.5rem; }
footer a:hover {
color: rgba(26, 62, 103, 0.7); }
footer a:focus {
color: rgba(16, 37, 62, 0.7);
outline: none; }
footer .flex {
display: flex;
justify-content: space-between;
align-items: center; }
footer #main-footer {
margin: auto 3rem;
padding: 1rem 2rem; }
footer #main-footer #info {
margin-right: 3rem; }
footer #main-footer #info .title {
font-weight: 300; }
footer #main-footer #info #icons {
margin-top: 10px; }
footer #main-footer #info #icons a {
font-weight: normal; }
footer #copyright {
height: 60px;
display: flex;
justify-content: center;
background: rgba(5, 13, 22, 0.1); }
footer #copyright small {
align-self: center; }
.hours table {
text-align: center;
border-collapse: collapse; }
.hours table .table, .hours table th,
.hours table td {
border: 1px #f4f4f4 solid; }
.hours table th,
.hours table td {
padding: 0.5rem 1rem; }
.hours table th {
font-weight: normal;
background: rgba(195, 216, 240, 0.1); }
.hours table tr:nth-child(1) th {
border-top: none; }
.hours table tr:nth-child(3) th,
.hours table tr:nth-child(3) td {
border-bottom: none; }
.hours table th:first-child {
border-left: none; }
.hours table th:last-child,
.hours table td:last-child {
border-right: none; }
* {
box-sizing: border-box;
margin: 0;
padding: 0; }
body {
font-family: Quicksand, 游ゴシック, YuGothic, sans-serif;
color: #333;
line-height: 2; }
a {
text-decoration: none;
color: #f4f4f4;
font-weight: bold; }
header {
position: fixed;
z-index: 2;
top: 0;
height: 60px;
width: 100vw;
display: flex;
align-items: center;
background: #2e6fb9; }
main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 85%;
margin: 60px auto; }
main section .heading, main section h1, main section h2, main section h3 {
text-align: center;
letter-spacing: 2px;
font-weight: 400; }
main section h1 {
font-size: 1.8rem;
margin-bottom: 20px; }
main section h2 {
font-size: 1.7rem; }
main section .flex {
display: flex;
align-items: center; }
main section.intro {
margin-bottom: 50px; }
main section.intro p {
padding: 0.2rem; }
main section#news {
margin-bottom: 50px;
width: 60%; }
main section#news h2 {
margin: auto; }
main section#news button {
color: #f4f4f4;
padding: 0.2rem 1rem;
border-radius: 10%;
border: none;
background: #2a91b1;
cursor: pointer; }
main section#news button:hover {
background: rgba(51, 51, 51, 0.7); }
main section#news button:focus {
background: #333;
outline: none; }
main section#news #news-content {
margin: 1rem 0 0; }
main section#news #news-content div:nth-child(odd) a {
background: #c3d8f0; }
main section#news #news-content div a {
color: #333;
font-weight: normal;
margin: auto;
padding: 1rem;
position: relative; }
main section#news #news-content div a:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: rgba(26, 62, 103, 0.7);
transition: width 0.3s ease; }
main section#news #news-content div a:hover {
color: rgba(26, 62, 103, 0.7); }
main section#news #news-content div a:hover:after {
width: 100%; }
main section#news #news-content div a time {
padding-right: 1rem;
align-self: flex-start; }
main section#why h2 {
margin: 0 auto 1.5rem; }
main section#why .flex {
justify-content: space-evenly; }
main section#why .flex div {
width: 25%;
border: 1px #c2c2c2 solid;
border-radius: 5px; }
main section#why .flex div h3 {
padding: 1rem 0;
background: #c3d8f0; }
main section#why .flex div p {
padding: 1rem 2rem; }
main#about section#mission {
margin-bottom: 50px; }
main#about section#facility div#facility-intro {
margin-bottom: 50px; }
main#about section#facility div.flex {
width: 100%;
height: auto;
flex-wrap: wrap;
text-align: center; }
main#about section#facility div.flex div {
width: 32%;
margin: 1rem auto;
border: 1px #c2c2c2 solid;
border-radius: 5px; }
main#about section#facility div.flex div img {
width: 100%;
height: auto; }
main#about section#facility div.flex div p {
padding: 0.5rem 1rem 1rem; }
main#services section#features {
margin-bottom: 50px;
display: flex;
flex-wrap: wrap; }
main#services section#features div.service-content {
flex: 40%;
max-width: 40%;
border: 1px #c2c2c2 solid;
border-radius: 5px;
margin: 2rem auto; }
main#services section#features div.service-content h3 {
padding: 1rem 0;
background: #c3d8f0; }
main#services section#features div.service-content p {
padding: 1rem 2rem; }
main#services section#features p {
padding: 1rem 2rem; }
main#team section.intro {
margin-bottom: 50px; }
main#team section#teamMembers {
margin: 0 auto; }
main#team section#teamMembers hr {
margin: 2rem 0;
width: 30%; }
main#team section#teamMembers div.member {
margin: 50px auto;
display: grid;
grid-gap: 30px; }
main#team section#teamMembers div.member .member-info h3 {
font-size: 1.3rem;
text-align: left; }
main#team section#teamMembers div.member .member-info p:nth-child(3) {
padding: 1rem 0; }
main#team section#teamMembers div.member .member-img {
display: flex; }
main#team section#teamMembers div.member .member-img img {
width: 100%;
border-radius: 50%;
align-self: center; }
main#team section#teamMembers div.member.odd {
grid-template-areas: "info img";
grid-template-columns: 3fr 1fr; }
main#team section#teamMembers div.member.odd .member-info {
grid-area: info; }
main#team section#teamMembers div.member.odd .member-img {
grid-area: img; }
main#team section#teamMembers div.member.even {
grid-template-areas: "img info";
grid-template-columns: 1fr 3fr; }
main#team section#teamMembers div.member.even .member-info {
grid-area: info; }
main#team section#teamMembers div.member.even .member-img {
grid-area: img; }
main#access section#clinic-info {
width: 100%; }
main#access section#clinic-info div.row {
display: flex;
justify-content: space-evenly;
align-items: center; }
main#access section#clinic-info div.row:first-child {
margin-bottom: 50px; }
main#access section#clinic-info div.row div.facade {
display: flex;
margin: 0 1rem; }
main#access section#clinic-info div.row div.facade img {
width: 100%;
border-radius: 5px; }
main#access section#clinic-info div.row div.info-content {
margin: 1rem; }
main#access section#clinic-info div.row div.info-content h2 {
text-align: left; }
main#access section#clinic-info div.row div.info-content p {
margin: 0.5rem 0; }
main#access section#clinic-info div.row div.info-content .social a {
margin-right: 1rem;
outline: none; }
main#access section#clinic-info div.row div.info-content .social a:hover i {
color: rgba(26, 62, 103, 0.7); }
main#access section#clinic-info div.row div.info-content .social a:focus i {
color: rgba(16, 37, 62, 0.7); }
main#access section#clinic-info div.row div.info-content .social a i {
color: #333; }
main#access section#clinic-info div.row .hours table th {
background: #c3d8f0; }
main#access section {
width: 100%;
margin: 25px auto; }
main#access section #map {
width: 100%; }
main#access section #map .mapouter {
position: relative;
text-align: right;
height: 500px;
width: 100%; }
main#access section #map .mapouter .gmap_canvas {
overflow: hidden;
background: none !important;
height: 500px;
width: 100%; }
main#access section #map .mapouter .gmap_canvas iframe {
width: 100%; }
@media screen and (max-width: 1170px) {
main#home section#why div.flex {
flex-direction: column; }
main#home section#why div.flex div {
width: 100%;
margin: 1rem; }
footer #main-footer {
margin: auto 3rem; }
footer #main-footer .hours table th,
footer #main-footer .hours table td {
padding: 0.3rem 0.7rem; }
footer #main-footer #info {
margin: 0; } }
@media screen and (max-width: 768px) {
header .menu-btn {
display: block; }
header nav#menu {
visibility: hidden;
position: fixed;
top: 0; }
header nav#menu.show {
visibility: visible; }
header nav#menu ul.navbar {
flex-flow: column wrap;
align-items: center;
float: left;
width: 100%;
height: 70vh;
overflow: hidden;
margin: 0;
padding: 0;
background: rgba(16, 37, 62, 0.8);
transform: translate3d(-100%, 0, 0);
transition: all 0.5s ease-out; }
header nav#menu ul.navbar.show {
transform: translate3d(0, 0, 0); }
header nav#menu ul.navbar li.nav-item {
padding: 0.5rem;
transform: translate3d(-600px, -600px, 0);
transition: all 0.5s ease-out; }
header nav#menu ul.navbar li.nav-item:nth-child(1) {
transition-delay: 0.1s; }
header nav#menu ul.navbar li.nav-item:nth-child(2) {
transition-delay: 0.2s; }
header nav#menu ul.navbar li.nav-item:nth-child(3) {
transition-delay: 0.3s; }
header nav#menu ul.navbar li.nav-item:nth-child(4) {
transition-delay: 0.4s; }
header nav#menu ul.navbar li.nav-item:nth-child(5) {
transition-delay: 0.5s; }
header nav#menu ul.navbar li.nav-item.show {
transform: translate3d(0, 0, 0); }
header nav#menu ul.navbar li.nav-item a.nav-link {
display: inline-block;
position: relative;
padding: 0.5rem 0;
font-weight: 300;
transition: all 0.5s ease-out; }
main section h1,
main section h2,
main section h3 {
letter-spacing: 1.6px; }
main section h1 {
font-size: 1.5rem; }
main section h2 {
font-size: 1.3rem; }
main#home section#news {
width: 80%; }
main#home section#why div.flex {
flex-direction: column; }
main#home section#why div.flex div {
margin: 1rem; }
main#about section#facility div.flex div {
width: 45%; }
main#services section#features div.service-content {
flex: 45%;
max-width: 45%;
margin: 1rem auto; }
main#services section#features div.service-content h3 {
font-size: 1rem; }
main#team section#teamMembers div.member.odd {
grid-template-areas: "img"
"info";
grid-template-columns: 1fr; }
main#team section#teamMembers div.member.even {
grid-template-areas: "img"
"info";
grid-template-columns: 1fr; }
main#team section#teamMembers div.member .member-img {
width: 50%;
justify-self: center; }
main#access section#clinic-info div.row {
flex-direction: column; }
main#access .hours table {
font-size: 0.8rem; }
footer {
font-size: smaller; }
footer .flex {
flex-direction: column; }
footer #main-footer #info {
margin: 2rem 0 0;
display: grid;
grid-template-areas: "title address1"
"title address2"
"icons address3";
grid-template-columns: repeat(2, 1fr); }
footer #main-footer #info .title {
grid-area: title;
align-self: center;
font-size: 1.5rem;
padding-left: 1rem; }
footer #main-footer #info .address1 {
grid-area: address1; }
footer #main-footer #info .address2 {
grid-area: address2; }
footer #main-footer #info .address3 {
grid-area: address3;
align-self: end; }
footer #main-footer #info #icons {
grid-area: icons;
padding-left: 1rem; } }
@media screen and (max-width: 500px) {
div.slider .slide .content {
bottom: -300px;
left: 0;
width: 100%; }
div.slider .slide.current .content {
transform: translateY(-300px); }
.hero .image .content {
bottom: 0;
width: 100%; }
@keyframes slideContent {
0% {
opacity: 0;
transform: translateY(300px);
animation-timing-function: ease-in; }
100% {
opacity: 1;
animation-timing-function: ease-out; } }
main#home section#news {
width: 100%; }
main#about section#facility div.flex div {
width: 100%; }
main#services section#features div.service-content {
flex: 100%;
max-width: 100%; }
main .row {
font-size: 0.8rem; }
main .row .hours table th,
main .row .hours table td {
padding: 0.3rem 0.7rem; }
footer #main-footer {
margin: 0; }
footer #main-footer div.hours {
padding-top: 1rem; }
footer #main-footer div#info p {
align-self: center; }
footer #main-footer div#info p.address2 {
align-self: end; } }
| 0.444083 | 0.071754 |
.google-visualization-controls-theme-contrast .google-visualization-controls-label {
color: #000;
line-height: 27px;
font-size: 16px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-stringfilter INPUT {
border: 2px solid #000;
color: #222;
line-height: 27px;
height: 27px;
padding-left: 4px;
font-size: 16px;
min-width: 15em;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-stringfilter INPUT:hover {
background-color: #ffc;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-stringfilter INPUT:focus {
background-color: #ff0;
outline: none;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-rangefilter-thumblabel {
font-size: 16px;
font-weight: normal;
color: #000;
line-height: 27px;
height: 27px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical {
background-color: #fff;
border: 2px solid black;
outline: 0;
position: relative;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal {
height: 16px;
margin: 0 0.3em;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical {
width: 16px;
margin: 0.3em 0;
left: 0.4em;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal .google-visualization-controls-slider-thumb,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical .google-visualization-controls-slider-thumb {
background-color: #999;
border: 2px solid #000;
width: 16px;
height: 16px;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal .google-visualization-controls-slider-thumb {
top: -6px;
height: 25px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical .google-visualization-controls-slider-thumb {
left: -6px;
width: 25px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal:hover .google-visualization-controls-slider-thumb,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal:focus .google-visualization-controls-slider-thumb{
background-color: #fff;
cursor: pointer;
cursor: col-resize;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical:hover .google-visualization-controls-slider-thumb,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical:focus .google-visualization-controls-slider-thumb{
background-color: #fff;
cursor: pointer;
cursor: row-resize;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal .google-visualization-controls-slider-handle {
background-color: #ffc;
opacity: 1;
height: 16px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical .google-visualization-controls-slider-handle {
background-color: #ffc;
opacity: 1;
width: 16px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal:hover .google-visualization-controls-slider-handle,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal:focus .google-visualization-controls-slider-handle,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical:hover .google-visualization-controls-slider-handle,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical:focus .google-visualization-controls-slider-handle {
background-color: #ff0;
cursor: pointer;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button {
border:2px solid #000;
min-width: 54px;
line-height: 27px;
color: #000;
font-size: 16px;
background: none;
background-color: #ffc;
-webkit-border-radius:3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button.goog-menu-button-hover {
color: #000;
background-color: #ff0;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button.goog-menu-button-focused {
border-color: #4d90fe;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button-outer-box {
border: 0;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button-inner-box {
border: 0;
padding: 3px 8px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button-dropdown {
background-position: -388px 5px;
}
/* CategoryFilter: dropdown menu */
/* TODO(battlehorse): the menu is attached to the DOM outside of the control
itself (at the bottom of the body), so we cannot namespace this style.
Since the control default style is loaded usually after this style (when
the controls library is loaded), we force the theme styles with !important
*/
.goog-menu {
background: #fff !important;
border:2px solid #000 !important;
white-space: nowrap;
padding: 0 0 4px 0 ! important;
-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.goog-menuitem {
-moz-transition: background 0.130s;
-o-transition: background 0.130s;
-webkit-transition: background 0.130s;
transition: background 0.130s;
line-height: 17px;
padding-top: 6px ! important;
padding-bottom: 6px ! important;
}
.goog-menuitem-content {
color: #000 !important;
}
.goog-menuitem.goog-menuitem-highlight {
background-color: #ff0;
border: 0 ! important;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox {
background: none;
border: 2px solid #000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
height: 27px;
line-height: 27px;
overflow: hidden;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox:hover {
background-color: #ffc;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox.goog-combobox-active {
background-color: #ff0;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox .goog-combobox-button {
line-height: 27px;
height: 27px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox INPUT {
color: #000;
line-height: 27px;
height: 27px;
padding-left: 4px;
font-size: 16px;
min-width: 15em;
border: 0;
background-color: transparent;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox INPUT:focus {
outline: none;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter-selected .goog-container {
font-size: 16px;
border: 2px solid #000;
height: 27px;
line-height: 27px;
color: #fff;
background-color: #666;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter-selected .goog-container:hover {
background-color: #999;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter-selected .goog-container .goog-link-button {
color: #fff;
font-size: 1.3em;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter-selected .goog-container .goog-link-button:hover {
color: #ff0;
}
|
themes/google-visualization-controls-theme-contrast.css
|
.google-visualization-controls-theme-contrast .google-visualization-controls-label {
color: #000;
line-height: 27px;
font-size: 16px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-stringfilter INPUT {
border: 2px solid #000;
color: #222;
line-height: 27px;
height: 27px;
padding-left: 4px;
font-size: 16px;
min-width: 15em;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-stringfilter INPUT:hover {
background-color: #ffc;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-stringfilter INPUT:focus {
background-color: #ff0;
outline: none;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-rangefilter-thumblabel {
font-size: 16px;
font-weight: normal;
color: #000;
line-height: 27px;
height: 27px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical {
background-color: #fff;
border: 2px solid black;
outline: 0;
position: relative;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal {
height: 16px;
margin: 0 0.3em;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical {
width: 16px;
margin: 0.3em 0;
left: 0.4em;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal .google-visualization-controls-slider-thumb,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical .google-visualization-controls-slider-thumb {
background-color: #999;
border: 2px solid #000;
width: 16px;
height: 16px;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal .google-visualization-controls-slider-thumb {
top: -6px;
height: 25px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical .google-visualization-controls-slider-thumb {
left: -6px;
width: 25px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal:hover .google-visualization-controls-slider-thumb,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal:focus .google-visualization-controls-slider-thumb{
background-color: #fff;
cursor: pointer;
cursor: col-resize;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical:hover .google-visualization-controls-slider-thumb,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical:focus .google-visualization-controls-slider-thumb{
background-color: #fff;
cursor: pointer;
cursor: row-resize;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal .google-visualization-controls-slider-handle {
background-color: #ffc;
opacity: 1;
height: 16px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical .google-visualization-controls-slider-handle {
background-color: #ffc;
opacity: 1;
width: 16px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal:hover .google-visualization-controls-slider-handle,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-horizontal:focus .google-visualization-controls-slider-handle,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical:hover .google-visualization-controls-slider-handle,
.google-visualization-controls-theme-contrast .google-visualization-controls-slider-vertical:focus .google-visualization-controls-slider-handle {
background-color: #ff0;
cursor: pointer;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button {
border:2px solid #000;
min-width: 54px;
line-height: 27px;
color: #000;
font-size: 16px;
background: none;
background-color: #ffc;
-webkit-border-radius:3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button.goog-menu-button-hover {
color: #000;
background-color: #ff0;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button.goog-menu-button-focused {
border-color: #4d90fe;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button-outer-box {
border: 0;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button-inner-box {
border: 0;
padding: 3px 8px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-menu-button-dropdown {
background-position: -388px 5px;
}
/* CategoryFilter: dropdown menu */
/* TODO(battlehorse): the menu is attached to the DOM outside of the control
itself (at the bottom of the body), so we cannot namespace this style.
Since the control default style is loaded usually after this style (when
the controls library is loaded), we force the theme styles with !important
*/
.goog-menu {
background: #fff !important;
border:2px solid #000 !important;
white-space: nowrap;
padding: 0 0 4px 0 ! important;
-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.goog-menuitem {
-moz-transition: background 0.130s;
-o-transition: background 0.130s;
-webkit-transition: background 0.130s;
transition: background 0.130s;
line-height: 17px;
padding-top: 6px ! important;
padding-bottom: 6px ! important;
}
.goog-menuitem-content {
color: #000 !important;
}
.goog-menuitem.goog-menuitem-highlight {
background-color: #ff0;
border: 0 ! important;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox {
background: none;
border: 2px solid #000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
height: 27px;
line-height: 27px;
overflow: hidden;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox:hover {
background-color: #ffc;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox.goog-combobox-active {
background-color: #ff0;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox .goog-combobox-button {
line-height: 27px;
height: 27px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox INPUT {
color: #000;
line-height: 27px;
height: 27px;
padding-left: 4px;
font-size: 16px;
min-width: 15em;
border: 0;
background-color: transparent;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter .goog-combobox INPUT:focus {
outline: none;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter-selected .goog-container {
font-size: 16px;
border: 2px solid #000;
height: 27px;
line-height: 27px;
color: #fff;
background-color: #666;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter-selected .goog-container:hover {
background-color: #999;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter-selected .goog-container .goog-link-button {
color: #fff;
font-size: 1.3em;
}
.google-visualization-controls-theme-contrast .google-visualization-controls-categoryfilter-selected .goog-container .goog-link-button:hover {
color: #ff0;
}
| 0.354098 | 0.080177 |
@media (max-width: 575.98px) {
#moblie-text {
font-size: small !important;
}
#moblie-text2 {
font-size: large !important;
}
/* conduct us header */
.cond {
position: relative;
display: block;
border-bottom: 5px solid #00d2ff;
height: 10px;
width: 150px;
left: 80px;
}
:root .carousel-item3 {
--primary: rgba(0, 0, 0, 0);
--secondary: hsl(212, 100%, 4%);
}
.cond-in {
text-align: left;
position: relative;
top: 50px;
}
.cond-header {
font-size: 50px !important;
}
.cond-p {
padding-left: 8px;
}
.mobile-off {
visibility: hidden;
display: none;
}
.more-btn {
visibility: hidden;
display: none;
}
.banner {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
height: 300px;
}
.carousel-item2::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
right: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
width: 500px;
}
.carousel-item3::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
right: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
width: 500px;
}
.block-reveal .p1 {
font-weight: bolder !important;
text-transform: capitalize;
}
.block-reveal .p2 {
text-transform: capitalize;
color: #17a2b8;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
#moblie-text {
font-size: small !important;
}
#moblie-text2 {
font-size: large !important;
}
.mobile-off {
visibility: hidden;
display: none;
}
.more-btn {
visibility: hidden;
display: none;
}
.banner {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
height: 300px;
}
.carousel-item2::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
right: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
width: 500px;
}
.block-reveal .p1 {
font-size: 17px;
font-weight: bolder !important;
text-transform: capitalize;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.block-reveal .p2 {
font-size: 12px;
text-transform: capitalize;
color: #17a2b8;
}
.block-reveal .p3 {
font-size: 10px;
text-transform: capitalize;
width: 260px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
#moblie-text {
font-size: small !important;
}
#moblie-text2 {
font-size: large !important;
}
.mobile-off {
visibility: hidden;
display: none;
}
.more-btn {
visibility: hidden;
display: none;
}
.banner {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
height: 500px;
}
.carousel-item2::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
right: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
width: 100%;
}
.block-reveal .p1 {
font-size: 17px;
font-weight: bolder !important;
text-transform: capitalize;
}
.block-reveal .p2 {
font-size: 12px;
text-transform: capitalize;
color: #17a2b8;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.mobile-off {
visibility: hidden;
display: none;
}
/* Cards */
.frontside {
position: relative;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px;
top: -100px;
}
.backside {
position: absolute;
top: -100px;
left: 0;
background: white;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
/* End of Cards */
/* Cards Order */
/* FontAwesome for working BootSnippet :> */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
#team {
background: #f8feff !important;
}
section {
padding: 0px 0;
}
section .section-title {
text-align: center;
margin-bottom: 50px;
text-transform: uppercase;
}
#team .card {
border: none;
background: #ffffff;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
border-radius: 0.25rem;
}
.image-flip:hover .frontside,
.image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}
.frontside,
.backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
min-height: 312px;
}
.backside .card a {
font-size: 18px;
}
/* .frontside .card .card-title,
.backside .card .card-title {} */
.frontside .card .card-body img {
width: 120px;
height: 120px;
border-radius: 50%;
}
}
@media (min-width: 1200px) {
/* dominate market */
.d-m {
padding: 100px;
}
/* dominate market */
/* conduct us header */
/* conduct us header */
.cond {
position: relative;
display: block;
border-bottom: 3px solid #00d2ff;
height: 10px;
width: 150px;
left: 80px;
margin-top: 20px;
}
.cond-in {
margin-left: 150px;
position: relative;
top: 50px;
}
.cond-header {
font-size: 50px !important;
}
.cond-p {
padding-left: 8px;
}
/* Slideshow */
.banner {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
height: 800px;
}
.carousel-item2 {
height: 120vh !important;
min-height: 300px !important;
background: no-repeat scroll center scroll !important;
-webkit-background-size: cover !important;
background-size: cover !important;
}
.carousel-item2::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
right: 0 !important;
width: 100%;
}
.carousel-caption {
bottom: 300px !important;
}
.carousel-caption2 {
bottom: 150px !important;
}
.block-reveal .p1 {
font-size: 17px;
font-weight: 300 !important;
text-transform: capitalize;
}
.block-reveal .p2 {
font-size: 12px;
text-transform: capitalize;
color: #17a2b8;
}
.block-reveal .p3 {
position: relative;
width: 600px;
left: 340px;
}
.s-1 {
position: relative;
display: block;
left: 140px;
}
.carousel-item3 {
height: 120vh !important;
min-height: 300px !important;
background: no-repeat scroll center scroll !important;
-webkit-background-size: cover !important;
background-size: cover !important;
}
.carousel-item3::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
right: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
width: 100%;
}
/* End of Slideshow */
/* conduct us heading */
/* Cards */
.frontside {
position: relative;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px;
top: -100px;
}
.backside {
position: absolute;
top: 0;
left: 0;
background: white;
top: -100px;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
/* End of Cards */
/* Cards Order */
/* FontAwesome for working BootSnippet :> */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
#team {
background: #f8feff !important;
}
section {
padding: 0px 0;
}
section .section-title {
text-align: center;
margin-bottom: 50px;
text-transform: uppercase;
}
#team .card {
border: none;
background: #ffffff;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
border-radius: 0.25rem;
}
.image-flip:hover .frontside,
.image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}
.frontside,
.backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
min-height: 312px;
}
.backside .card a {
font-size: 18px;
}
/* .frontside .card .card-title,
.backside .card .card-title {} */
.frontside .card .card-body img {
width: 120px;
height: 120px;
border-radius: 50%;
}
}
/*responsive css*/
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
.navbar-inverse .navbar-brand {
font-size: 30px;
padding: 20px 15px;
}
}
/* Slide Animation */
/* reset */
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* body {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
min-height: 100vh;
padding: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}*/
/* other */
/* block-$ */
/* .block-effect {
font-size: calc(8px + 6vw);
}
.block-reveal {
--t: calc(var(--td) + var(--d));
color: transparent;
padding: 4px;
font-size: 25px;
right: 50px;
position: relative;
overflow: hidden;
animation: revealBlock 0s var(--t) forwards;
}
.block-reveal::after {
content: '';
width: 0%;
height: 100%;
font-size: 25px;
padding-bottom: 4px;
position: absolute;
top: 0;
left: 0;
background: var(--bc);
animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
} */
/* animations */
/* @keyframes revealBlock {
100% {
color: #ffffff;
}
}
@keyframes revealingIn {
0% {
width: 0;
}
100% {
width: 100%;
}
}
@keyframes revealingOut {
0% {
transform: translateX(0);
}
100% {
transform: translateX(100%);
}
} */
/* Toggler */
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31, 31, 31, 1) ' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
font-size: small;
}
.custom-toggler .navbar-toggler {
border-color: none !important;
}
/* inserting a background image */
.picture {
background: url(./images/Top_Forex_Trading_Tips_For_Beginners.jpeg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
|
Trading_Street_Inc_Website/css/main.css
|
@media (max-width: 575.98px) {
#moblie-text {
font-size: small !important;
}
#moblie-text2 {
font-size: large !important;
}
/* conduct us header */
.cond {
position: relative;
display: block;
border-bottom: 5px solid #00d2ff;
height: 10px;
width: 150px;
left: 80px;
}
:root .carousel-item3 {
--primary: rgba(0, 0, 0, 0);
--secondary: hsl(212, 100%, 4%);
}
.cond-in {
text-align: left;
position: relative;
top: 50px;
}
.cond-header {
font-size: 50px !important;
}
.cond-p {
padding-left: 8px;
}
.mobile-off {
visibility: hidden;
display: none;
}
.more-btn {
visibility: hidden;
display: none;
}
.banner {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
height: 300px;
}
.carousel-item2::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
right: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
width: 500px;
}
.carousel-item3::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
right: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
width: 500px;
}
.block-reveal .p1 {
font-weight: bolder !important;
text-transform: capitalize;
}
.block-reveal .p2 {
text-transform: capitalize;
color: #17a2b8;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
#moblie-text {
font-size: small !important;
}
#moblie-text2 {
font-size: large !important;
}
.mobile-off {
visibility: hidden;
display: none;
}
.more-btn {
visibility: hidden;
display: none;
}
.banner {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
height: 300px;
}
.carousel-item2::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
right: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
width: 500px;
}
.block-reveal .p1 {
font-size: 17px;
font-weight: bolder !important;
text-transform: capitalize;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.block-reveal .p2 {
font-size: 12px;
text-transform: capitalize;
color: #17a2b8;
}
.block-reveal .p3 {
font-size: 10px;
text-transform: capitalize;
width: 260px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
#moblie-text {
font-size: small !important;
}
#moblie-text2 {
font-size: large !important;
}
.mobile-off {
visibility: hidden;
display: none;
}
.more-btn {
visibility: hidden;
display: none;
}
.banner {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
height: 500px;
}
.carousel-item2::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
right: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
width: 100%;
}
.block-reveal .p1 {
font-size: 17px;
font-weight: bolder !important;
text-transform: capitalize;
}
.block-reveal .p2 {
font-size: 12px;
text-transform: capitalize;
color: #17a2b8;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.mobile-off {
visibility: hidden;
display: none;
}
/* Cards */
.frontside {
position: relative;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px;
top: -100px;
}
.backside {
position: absolute;
top: -100px;
left: 0;
background: white;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
/* End of Cards */
/* Cards Order */
/* FontAwesome for working BootSnippet :> */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
#team {
background: #f8feff !important;
}
section {
padding: 0px 0;
}
section .section-title {
text-align: center;
margin-bottom: 50px;
text-transform: uppercase;
}
#team .card {
border: none;
background: #ffffff;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
border-radius: 0.25rem;
}
.image-flip:hover .frontside,
.image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}
.frontside,
.backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
min-height: 312px;
}
.backside .card a {
font-size: 18px;
}
/* .frontside .card .card-title,
.backside .card .card-title {} */
.frontside .card .card-body img {
width: 120px;
height: 120px;
border-radius: 50%;
}
}
@media (min-width: 1200px) {
/* dominate market */
.d-m {
padding: 100px;
}
/* dominate market */
/* conduct us header */
/* conduct us header */
.cond {
position: relative;
display: block;
border-bottom: 3px solid #00d2ff;
height: 10px;
width: 150px;
left: 80px;
margin-top: 20px;
}
.cond-in {
margin-left: 150px;
position: relative;
top: 50px;
}
.cond-header {
font-size: 50px !important;
}
.cond-p {
padding-left: 8px;
}
/* Slideshow */
.banner {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
height: 800px;
}
.carousel-item2 {
height: 120vh !important;
min-height: 300px !important;
background: no-repeat scroll center scroll !important;
-webkit-background-size: cover !important;
background-size: cover !important;
}
.carousel-item2::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
right: 0 !important;
width: 100%;
}
.carousel-caption {
bottom: 300px !important;
}
.carousel-caption2 {
bottom: 150px !important;
}
.block-reveal .p1 {
font-size: 17px;
font-weight: 300 !important;
text-transform: capitalize;
}
.block-reveal .p2 {
font-size: 12px;
text-transform: capitalize;
color: #17a2b8;
}
.block-reveal .p3 {
position: relative;
width: 600px;
left: 340px;
}
.s-1 {
position: relative;
display: block;
left: 140px;
}
.carousel-item3 {
height: 120vh !important;
min-height: 300px !important;
background: no-repeat scroll center scroll !important;
-webkit-background-size: cover !important;
background-size: cover !important;
}
.carousel-item3::before {
content: "" !important;
display: block !important;
position: absolute !important;
top: 0 !important;
left: 100 !important;
bottom: 0 !important;
right: 0 !important;
background: linear-gradient( 90deg, var(--secondary), var(--primary)) !important;
width: 100%;
}
/* End of Slideshow */
/* conduct us heading */
/* Cards */
.frontside {
position: relative;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px;
top: -100px;
}
.backside {
position: absolute;
top: 0;
left: 0;
background: white;
top: -100px;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
/* End of Cards */
/* Cards Order */
/* FontAwesome for working BootSnippet :> */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
#team {
background: #f8feff !important;
}
section {
padding: 0px 0;
}
section .section-title {
text-align: center;
margin-bottom: 50px;
text-transform: uppercase;
}
#team .card {
border: none;
background: #ffffff;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
border-radius: 0.25rem;
}
.image-flip:hover .frontside,
.image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}
.frontside,
.backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
min-height: 312px;
}
.backside .card a {
font-size: 18px;
}
/* .frontside .card .card-title,
.backside .card .card-title {} */
.frontside .card .card-body img {
width: 120px;
height: 120px;
border-radius: 50%;
}
}
/*responsive css*/
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
.navbar-inverse .navbar-brand {
font-size: 30px;
padding: 20px 15px;
}
}
/* Slide Animation */
/* reset */
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* body {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
min-height: 100vh;
padding: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}*/
/* other */
/* block-$ */
/* .block-effect {
font-size: calc(8px + 6vw);
}
.block-reveal {
--t: calc(var(--td) + var(--d));
color: transparent;
padding: 4px;
font-size: 25px;
right: 50px;
position: relative;
overflow: hidden;
animation: revealBlock 0s var(--t) forwards;
}
.block-reveal::after {
content: '';
width: 0%;
height: 100%;
font-size: 25px;
padding-bottom: 4px;
position: absolute;
top: 0;
left: 0;
background: var(--bc);
animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
} */
/* animations */
/* @keyframes revealBlock {
100% {
color: #ffffff;
}
}
@keyframes revealingIn {
0% {
width: 0;
}
100% {
width: 100%;
}
}
@keyframes revealingOut {
0% {
transform: translateX(0);
}
100% {
transform: translateX(100%);
}
} */
/* Toggler */
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31, 31, 31, 1) ' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
font-size: small;
}
.custom-toggler .navbar-toggler {
border-color: none !important;
}
/* inserting a background image */
.picture {
background: url(./images/Top_Forex_Trading_Tips_For_Beginners.jpeg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
| 0.394784 | 0.104843 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
.post-slider {
font-family: 'Open Sans', sans-serif;
width: 100%;
max-width: 600px;
margin: 0 auto;
border-radius: 3px;
overflow: hidden;
background-color: #f1f1f1;
padding-bottom: 30px;
}
.post-slider .slider-body {
padding-left: 45px;
}
.post-slider .slider-body .select-slider {
}
.post-slider .slider-body .select-slider h3 {
}
.post-slider .slider-body .select-slider .select-block {
display: flex;
}
.post-slider .slider-body .select-slider select {
margin-right: 10px;
}
.post-slider .slider-body .select-slider button {
background-color: #f7f7f7;
}
.post-slider .slider-body .current-slider {
}
.post-slider .slider-body .current-slider .current-block {
width: 50%;
}
.post-slider .slider-body .current-slider .current-block .item{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
min-height: 30px;
}
.post-slider .slider-body .current-slider .current-block .item .right {
display: flex;
justify-content: flex-start;
width: 160px;
}
.post-slider .slider-body .current-slider .current-block .item label{
margin-bottom: 5px;
}
.post-slider .slider-body .current-slider .current-block .item input{
width: 100%;
height: 22px;
border-radius: 3px;
border: 1px solid #ddd;
outline: none;
padding: 0 10px;
}
.post-slider .slider-body .current-slider .current-block .item input[type="checkbox"] {
display: none;
}
.post-slider .slider-body .current-slider .current-block .item .check-effect {
width: 18px;
height: 18px;
border-radius: 3px;
border: 1px solid #9e9e9e;
display: block;
cursor: pointer;
}
.post-slider .slider-body .current-slider .current-block .item input[type="checkbox"]:checked ~ label .check-effect {
background-color: blue;
}
.post-slider .slider-body .current-slider .current-block .item select{
width: 100%;
height: 24px;
border: 1px solid #ddd;
}
.post-slider .slider-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 45px;
padding-right: 15px;
margin-top: 30px;
}
.post-slider .slider-footer i a {
text-decoration: none;
color: #008ac4;
}
|
wp-content/plugins/slider-image/assets/style/shortcode-popup.css
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
.post-slider {
font-family: 'Open Sans', sans-serif;
width: 100%;
max-width: 600px;
margin: 0 auto;
border-radius: 3px;
overflow: hidden;
background-color: #f1f1f1;
padding-bottom: 30px;
}
.post-slider .slider-body {
padding-left: 45px;
}
.post-slider .slider-body .select-slider {
}
.post-slider .slider-body .select-slider h3 {
}
.post-slider .slider-body .select-slider .select-block {
display: flex;
}
.post-slider .slider-body .select-slider select {
margin-right: 10px;
}
.post-slider .slider-body .select-slider button {
background-color: #f7f7f7;
}
.post-slider .slider-body .current-slider {
}
.post-slider .slider-body .current-slider .current-block {
width: 50%;
}
.post-slider .slider-body .current-slider .current-block .item{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
min-height: 30px;
}
.post-slider .slider-body .current-slider .current-block .item .right {
display: flex;
justify-content: flex-start;
width: 160px;
}
.post-slider .slider-body .current-slider .current-block .item label{
margin-bottom: 5px;
}
.post-slider .slider-body .current-slider .current-block .item input{
width: 100%;
height: 22px;
border-radius: 3px;
border: 1px solid #ddd;
outline: none;
padding: 0 10px;
}
.post-slider .slider-body .current-slider .current-block .item input[type="checkbox"] {
display: none;
}
.post-slider .slider-body .current-slider .current-block .item .check-effect {
width: 18px;
height: 18px;
border-radius: 3px;
border: 1px solid #9e9e9e;
display: block;
cursor: pointer;
}
.post-slider .slider-body .current-slider .current-block .item input[type="checkbox"]:checked ~ label .check-effect {
background-color: blue;
}
.post-slider .slider-body .current-slider .current-block .item select{
width: 100%;
height: 24px;
border: 1px solid #ddd;
}
.post-slider .slider-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 45px;
padding-right: 15px;
margin-top: 30px;
}
.post-slider .slider-footer i a {
text-decoration: none;
color: #008ac4;
}
| 0.335569 | 0.04904 |
.bk.opt {
position: relative;
display: block;
left: 75px;
top: 0px;
width: 80px;
height: 80px;
}
.bk.background {
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.03);
}
.bk.upload_data {
border-radius: 5px;
border: 1px #fff solid;
padding: 20px;
}
h1 {
color: #045082;
font-size: 45px;
line-height: 0.6;
text-align: center;
}
h2 {
color: #045082;
text-align: center;
}
.bk.main-part {
background-color: #eaeaea;
font-size: 17px;
line-height: 23px;
letter-spacing: 0px;
font-weight: 500;
color: #045082;
text-align: center;
position: relative !important;
margin-left: auto;
margin-right: auto;
width: 40%;
}
.bk-root .bk-btn-primary {
background-color: #045082;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
font-weight: bold;
}
.bk-root .bk-btn-default {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
background-color: #fff;
/* border-color: #ccc; */
height: 100%;
display: inline-block;
text-align: center;
vertical-align: middle;
white-space: nowrap;
cursor: pointer;
padding: 6px 12px;
border: 1px solid #ccc;
border-radius: 4px;
outline: 0;
user-select: none;
}
progress.light[value]::-webkit-progress-value {
background-color: #7f7f7f;
/* border-radius: 50px; */
}
progress.light:not([value])::before {
background-color: #7f7f7f;
/* border-radius: 50px; */
}
progress.light:not([value])::-webkit-progress-bar {
background-color: #7f7f7f;
/* border-radius: 50px; */
}
progress.light::-moz-progress-bar {
background-color: #7f7f7f;
/* border-radius: 50px; */
}
.bk.alert-danger {
background-color: rgba(0, 0, 0, 0);
color: #c72d3b;
border: 0px #eaeaea solid;
padding: 0;
}
.bk.alert-success {
background-color: rgba(0, 0, 0, 0.03);
border: 0px #eaeaea solid;
padding: 0;
}
.settings {
background-color: #eaeaea;
border: 2px solid #045082;
}
.bk.card-header {
background-color: #eaeaea;
color: #333 !important;;
text-align: center;
}
.bk-root .bk-tabs-header {
background-color: #eaeaea;
color: #333;
border: 2px solid #eaeaea;
font-size: 1.3em;
font-weight: bold;
padding: 3px;
text-align: center;
border-radius: 3px;
/* text-transform: uppercase; */
}
.bk-root .bk-tabs-header .bk-tab{
color: #333 !important;
}
.bk-root .bk-tabs-header .bk-tab.bk-active {
color: #045082 !important;
background-color: white;
}
.tabulator .tabulator-header .tabulator-col {
background-color: #444;
}
.tabulator .tabulator-header {
background-color: #444;
color: white;
border-bottom: 3px solid #045082;
}
a:link, a:visited {
color: blue;
}
|
alphaviz/style/dashboard_style.css
|
.bk.opt {
position: relative;
display: block;
left: 75px;
top: 0px;
width: 80px;
height: 80px;
}
.bk.background {
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.03);
}
.bk.upload_data {
border-radius: 5px;
border: 1px #fff solid;
padding: 20px;
}
h1 {
color: #045082;
font-size: 45px;
line-height: 0.6;
text-align: center;
}
h2 {
color: #045082;
text-align: center;
}
.bk.main-part {
background-color: #eaeaea;
font-size: 17px;
line-height: 23px;
letter-spacing: 0px;
font-weight: 500;
color: #045082;
text-align: center;
position: relative !important;
margin-left: auto;
margin-right: auto;
width: 40%;
}
.bk-root .bk-btn-primary {
background-color: #045082;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
font-weight: bold;
}
.bk-root .bk-btn-default {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
background-color: #fff;
/* border-color: #ccc; */
height: 100%;
display: inline-block;
text-align: center;
vertical-align: middle;
white-space: nowrap;
cursor: pointer;
padding: 6px 12px;
border: 1px solid #ccc;
border-radius: 4px;
outline: 0;
user-select: none;
}
progress.light[value]::-webkit-progress-value {
background-color: #7f7f7f;
/* border-radius: 50px; */
}
progress.light:not([value])::before {
background-color: #7f7f7f;
/* border-radius: 50px; */
}
progress.light:not([value])::-webkit-progress-bar {
background-color: #7f7f7f;
/* border-radius: 50px; */
}
progress.light::-moz-progress-bar {
background-color: #7f7f7f;
/* border-radius: 50px; */
}
.bk.alert-danger {
background-color: rgba(0, 0, 0, 0);
color: #c72d3b;
border: 0px #eaeaea solid;
padding: 0;
}
.bk.alert-success {
background-color: rgba(0, 0, 0, 0.03);
border: 0px #eaeaea solid;
padding: 0;
}
.settings {
background-color: #eaeaea;
border: 2px solid #045082;
}
.bk.card-header {
background-color: #eaeaea;
color: #333 !important;;
text-align: center;
}
.bk-root .bk-tabs-header {
background-color: #eaeaea;
color: #333;
border: 2px solid #eaeaea;
font-size: 1.3em;
font-weight: bold;
padding: 3px;
text-align: center;
border-radius: 3px;
/* text-transform: uppercase; */
}
.bk-root .bk-tabs-header .bk-tab{
color: #333 !important;
}
.bk-root .bk-tabs-header .bk-tab.bk-active {
color: #045082 !important;
background-color: white;
}
.tabulator .tabulator-header .tabulator-col {
background-color: #444;
}
.tabulator .tabulator-header {
background-color: #444;
color: white;
border-bottom: 3px solid #045082;
}
a:link, a:visited {
color: blue;
}
| 0.447219 | 0.099208 |
h4, h5, h6,
h1, h2, h3 {
margin-top: 0;
}
ul, ol {
margin: 0;
}
p {
margin: 0;
}
html, body {
font-family: 'Raleway', sans-serif;
font-size: 100%;
background: #fff;
background-image: url("../images/bc.png");
background-size: contain;
height: 100%;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
}
.header_top {
background: #d47b37;
}
.header-top-left {
width: 54.5%;
float: left;
margin-top: 5px;
}
.box {
float: left;
width: 20.5%;
margin-right: 10.6%;
}
.box1 {
float: left;
width: 20.5%;
}
.cssmenu ul {
float: right;
padding: 0;
margin: 0;
list-style: none;
}
.cssmenu ul li {
display: inline-block;
}
.cssmenu ul li a {
color: #fff;
display: block;
margin: 10px;
font-size: 0.8125em;
}
.cssmenu li > a:hover {
color: #ACEAFA;
text-decoration: none;
}
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after {
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown.scrollable div::after {
-webkit-pointer-events: none;
-moz-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
}
/* WRAPPER */
.dropdown {
position: relative;
width: 80px;
cursor: pointer;
font-weight: 200;
background: none;
padding: 8px 15px 5px;
color: #fff;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.dropdown.open {
z-index: 2;
}
.dropdown:hover,
.dropdown.focus {
/*--background:#F7F7F7;--*/
}
/* CARAT */
.dropdown .carat,
.dropdown .carat:after {
position: absolute;
right: -1px;
top: 50%;
margin-top: 0px;
border: 4px solid transparent;
border-top: 4px solid #c1c1c1;
z-index: 1;
-webkit-transform-origin: 50% 20%;
-moz-transform-origin: 50% 20%;
-ms-transform-origin: 50% 20%;
transform-origin: 50% 20%;
}
.dropdown:hover .carat:after {
border-top-color: #f4f4f4;
}
.dropdown.focus .carat {
border-top-color: #f8f8f8;
}
.dropdown.focus .carat:after {
border-top-color: #0180d1;
}
.dropdown.open .carat {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/* OLD SELECT (HIDDEN) */
.dropdown .old {
position: absolute;
left: 0;
top: 0;
height: 0;
width: 0;
overflow: hidden;
}
.dropdown select {
position: absolute;
left: 0px;
top: 0px;
}
.dropdown.touch select {
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
}
/* SELECTED FEEDBACK ITEM */
.dropdown .selected,
.dropdown li {
display: block;
font-size: 11px;
overflow: hidden;
white-space: nowrap;
text-transform: uppercase;
font-weight: 400;
}
.dropdown .selected::after {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 60px;
}
/* DROP DOWN WRAPPER */
.dropdown div {
position: absolute;
height: 0;
left: 13px;
right: 0;
top: 35px;
background: #fb4d01;
overflow: hidden;
opacity: 0;
color: #fff;
width: 90px;
}
.dropdown:hover div {
background: #4CB1CA;
}
/* Height is adjusted by JS on open */
.dropdown.open div {
opacity: 1;
z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 50px;
}
.dropdown.scrollable.bottom div::after {
opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
list-style: none;
overflow: hidden;
padding: 0;
background: #fd926d;
}
.dropdown.scrollable.open ul {
overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li {
list-style: none;
padding: 8px;
border-bottom: 1px solid #ee4a02;
}
.dropdown li:last-child {
border-bottom: 0;
}
/* .focus class is also added on hover */
.dropdown li.focus {
background: #dd6b44;
position: relative;
z-index: 3;
color: #fff;
}
.dropdown li.active {
background: #ee4a02;
color: #fff;
}
.header_bottom {
padding: 1em 0 1em;
}
.header_bottom-box, .menu_box, .header_top-box, .sellers_grid {
padding: 0 15px;
}
.header_bottom_left {
width: 40%;
float: left;
}
.logo {
width: 30%;
float: left;
margin-right: 25%;
}
ul.clock {
padding: 0;
margin: 0;
list-style: none;
float: left;
width: 25%;
margin-top: 8px;
}
i.clock_icon {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -2px -3px;
float: left;
}
ul.clock li.clock_desc {
color: #100802;
font: 400 13px/13px 'Raleway', sans-serif;
overflow: hidden;
margin-top: 8px;
}
.header_bottom_right {
width: 60%;
float: right;
}
.search {
float: left;
width: 70%;
margin-right: 6%;
}
.search input[type="text"] {
padding: 15px;
outline: none;
color: #B6B2AE;
background: #fff;
border: 1px solid #f8d5d1;
width: 85%;
line-height: 1.5em;
font: 500 13px/13px 'Raleway', sans-serif;
-webkit-appearance: none;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 24px 10px #974478;
padding: 12.5px 38px;
border: none;
cursor: pointer;
position: absolute;
outline: none;
}
.search input[type="submit"]:hover {
background: url('../images/search.png') no-repeat 24px 10px #1bccf7;
}
.close3 {
background: url('../images/close.png') no-repeat 0px 0px;
cursor: pointer;
width: 32px;
height: 32px;
position: absolute;
right: 15px;
top: -13px;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
/*tabla de checkout*/
.table > tbody > tr > td, .table > tfoot > tr > td {
vertical-align: middle;
}
@media screen and (max-width: 600px) {
table#cart tbody td .form-control {
width: 20%;
display: inline !important;
}
.actions .btn {
width: 36%;
margin: 1.5em 0;
}
.actions .btn-info {
float: left;
}
.actions .btn-danger {
float: right;
}
table#cart thead {
display: none;
}
table#cart tbody td {
display: block;
padding: .6rem;
min-width: 320px;
}
table#cart tbody tr td:first-child {
background: #333;
color: #fff;
}
table#cart tbody td:before {
content: attr(data-th);
font-weight: bold;
display: inline-block;
width: 8rem;
}
table#cart tfoot td {
display: block;
}
table#cart tfoot td .btn {
display: block;
}
}
/* *************** */
ul.bag {
padding: 0;
list-style: none;
margin: 0;
float: left;
width: 24%;
}
ul.bag a:hover {
text-decoration: none;
}
ul.bag a:hover li p {
color: #11ccf7;
}
i.bag_left {
width: 80px;
height: 46px;
background: url(../images/img-sprite.png) no-repeat -32px 3px #974478;
float: left;
border-right: 1px solid #fff;
}
ul.bag li.bag_right {
background: #974478;
padding: 16px 10px;
overflow: hidden;
}
ul.bag li.bag_right p {
font: 500 14px/14px 'Raleway', sans-serif;
color: #fff;
}
.menu {
border-bottom: 3px solid #974478;
}
.h_nav ul li a {
display: block;
font-size: 0.85em;
color: #555;
text-transform: capitalize;
line-height: 1.8em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
line-height: 2.5em;
}
.h_nav ul li a:hover {
text-decoration: none;
color: #974478;
}
.h_nav h4 {
font-size: 1em;
color: #000;
line-height: 1.8em;
text-transform: uppercase;
margin-bottom: 1em;
}
.p_left {
float: left;
margin-right: 1em;
padding-bottom: 2em;
}
.p_right {
float: left;
}
.p_right h4 {
margin-bottom: -10px;
}
.p_right h4 a:hover, .small:hover {
text-decoration: none;
color: #974478;
}
span.price {
color: #974478;
}
span.item-cat {
color: #999;
}
span.item-cat:hover {
color: #974478;
}
/*--slider--*/
/*--- slider-css --*/
.index_slider {
position: relative;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.caption {
width: 56%;
position: absolute;
top: 35%;
left: 20%;
text-align: center;
}
.caption h3 {
color: #FFF;
font-weight: 700;
font-size: 1.8em;
text-transform: uppercase;
}
.caption p {
color: #FFF;
line-height: 1.5em;
font-size: 0.875em;
text-align: center;
margin: 1em 0 1.5em 0;
}
a.morebtn {
background: #3D3D3D;
padding: 0.8em 0;
display: block;
font-size: 0.875em;
text-transform: uppercase;
color: #FFF;
width: 20%;
margin: 0 auto;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
a.morebtn:hover {
background: #585686;
}
.callbacks_tabs a {
visibility: hidden;
}
.callbacks_tabs li {
display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
bottom: 14px;
z-index: 999;
left: 13px;
}
.callbacks_container {
padding: 0 15px;
}
.box2 {
background: url(../images/feature.jpg) no-repeat;
min-height: 100px;
}
.box3 {
background: url(../images/feature1.jpg) no-repeat;
min-height: 100px;
}
.box4 {
background: url(../images/feature2.jpg) no-repeat;
min-height: 100px;
}
.box5 {
background: url(../images/feature3.jpg) no-repeat;
min-height: 100px;
}
.content_top {
/*border-bottom: 1px solid #cac0ae;*/
}
.grid_1 {
padding: 2em 0;
}
ul.list1 {
padding: 0;
list-style: none;
margin: 0;
}
ul.list1 li.list1_right {
overflow: hidden;
text-align: left;
}
ul.list1 li.list1_right p {
font: 500 16px/16px 'Raleway', sans-serif;
color: #fff;
margin-top: 23px;
line-height: 1.5em;
}
i.clock1, i.vehicle, i.dollar, i.lock {
width: 80px;
height: 94px;
background: url(../images/img-sprite.png) no-repeat;
float: left;
}
i.lock {
background-position: -109px 6px;
}
i.clock1 {
background-position: -198px 9px;
}
i.vehicle {
background-position: -293px 12px;
}
i.dollar {
background-position: -380px 12px;
}
.column_center {
text-align: center;
border-bottom: 3px dotted #ECECEC;
margin: 1em 0 2em;
}
.column_center h1 {
color: #583d28;
font: 600 40px/40px 'Raleway', sans-serif;
text-transform: uppercase;
}
.column_center h2 {
color: #583d28;
font: 500 16px/30px 'Raleway', sans-serif;
}
ul.sellers {
padding: 10px;
list-style: none;
margin: 0;
background: #f6eddc;
border: 1px solid #E7E1D6;
}
i.star {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -456px -18px;
float: left;
margin-right: 1em;
}
ul.sellers li.sellers_desc {
overflow: hidden;
}
ul.sellers li.sellers_desc h2 {
color: #583d28;
font: 700 30px/30px 'Raleway', sans-serif;
margin-bottom: 0;
}
.grid_2 {
padding: 2em 0 3em;
}
.box_inner {
position: relative;
border: 1px solid #E7DFD1;
}
.sale-box {
position: absolute;
top: -1px;
right: -1px;
overflow: hidden;
height: 40px;
width: 59px;
background: url(../images/img-sprite.png) no-repeat -3px -109px;
}
.box_inner:hover .sale-box {
background: url(../images/img-sprite.png) no-repeat -3px -167px;
}
.desc {
border-top: 1px solid #cac0ae;
text-align: center;
padding: 1em 0 0 0;
}
.desc h3 {
color: #000;
font-size: 1.2em;
font-weight: 500;
}
.desc h4 {
color: #1bccf7;
margin-bottom: 1.5em;
text-shadow: 1px 0px 0px #414141;
-webkit-text-shadow: 1px 0px 1px #DFDFDF;
-moz-text-shadow: 1px 0px 1px #DFDFDF;
-o-text-shadow: 1px 0px 1px #DFDFDF;
font-weight: 300;
font-size: 1.1em;
}
ul.list2 {
padding: 0;
margin: 0;
list-style: none;
}
ul.list2 li.list2_left {
float: left;
}
ul.list2 li.list2_right {
float: right;
}
.box_inner:hover .heart {
background: url(../images/img-sprite.png) no-repeat -91px -144px;
}
.heart {
position: absolute;
bottom: 116px;
right: 221px;
overflow: hidden;
height: 30px;
width: 32px;
background: url(../images/img-sprite.png) no-repeat -91px -107px;
}
span.m_1 {
background: #91b677;
background: -moz-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91b677), color-stop(47%, #8ab071), color-stop(100%, #85ac6b));
background: -webkit-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -o-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -ms-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: linear-gradient(to bottom, #91b677 0%, #8ab071 47%, #85ac6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b677', endColorstr='#85ac6b', GradientType=0);
padding: 10px 0;
}
span.m_1:hover {
background: #974478;
background: -moz-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #974478), color-stop(47%, #974478), color-stop(100%, #974478));
background: -webkit-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -o-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -ms-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: linear-gradient(to bottom, #974478 0%, #974478 47%, #974478 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05a5a', endColorstr='#db5050', GradientType=0);
}
span.m_2 {
background: #974478;
background: -moz-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #974478), color-stop(47%, #974478), color-stop(100%, #974478));
background: -webkit-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -o-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -ms-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: linear-gradient(to bottom, #974478 0%, #974478 47%, #974478 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#974478', endColorstr='#db5050', GradientType=0);
padding: 10px 0;
}
span.m_2:hover {
background: #91b677;
background: -moz-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91b677), color-stop(47%, #8ab071), color-stop(100%, #85ac6b));
background: -webkit-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -o-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -ms-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: linear-gradient(to bottom, #91b677 0%, #8ab071 47%, #85ac6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b677', endColorstr='#85ac6b', GradientType=0);
}
.link, .link1, .m3 {
text-shadow: 1px 1px 0px #B8B8B8;
-webkit-text-shadow: 1px 1px 0px #B8B8B8;
-moz-text-shadow: 1px 1px 0px #B8B8B8;
-o-text-shadow: 1px 1px 0px #B8B8B8;
}
.link {
background: url(../images/cart.png) no-repeat 5px 8px;
display: inline-block;
padding: 10px 15px 10px 35px;
line-height: 19px;
font-size: 0.8125em;
font-style: normal;
text-decoration: none;
color: #fff;
}
.link1 {
background: url(../images/arrow.png) no-repeat 5px 8px;
display: inline-block;
padding: 10px 15px 10px 35px;
line-height: 19px;
font-size: 0.8125em;
font-style: normal;
text-decoration: none;
color: #fff;
}
a.link:hover, a.link1:hover {
color: #E4F7FC;
text-decoration: none;
}
.content_middle {
padding: 3em 0;
border-bottom: 7px solid #e8e3da;
}
ul.promote {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
margin-bottom: 3em;
}
ul.promote li.promote_head {
display: inline-block;
vertical-align: super;
}
ul.promote li.promote_head h3 {
color: #553c28;
font-size: 2em;
margin: 0;
font-weight: 600;
}
i.promote_icon {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -234px -150px;
display: inline-block;
margin-right: 1em;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0 auto;
}
.nbs-flexisel-item {
float: left;
margin: 0px;
padding: 0px;
cursor: pointer;
position: relative;
line-height: 0px;
margin-left: 30px;
border: 1px solid #E7DFD1;
}
.nbs-flexisel-item:first-child {
margin-left: 0;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
}
.grid-flex {
padding-top: 1em;
background: #f6eddc;
min-height: 125px;
}
.grid-flex h4 {
color: #000;
font-size: 1.1em;
font-weight: 500;
margin-bottom: 1.2em;
}
.nbs-flexisel-item a:hover {
color: #555;
}
.nbs-flexisel-item p {
color: #1bccf7;
text-shadow: 1px 0px 0px #47DBFF;
-webkit-text-shadow: 1px 0px 0px #47DBFF;
-moz-text-shadow: 1px 0px 0px #47DBFF;
-o-text-shadow: 1px 0px 0px #47DBFF;
font-weight: 300;
font-size: 1.1em;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width: 30px;
height: 30px;
position: absolute;
cursor: pointer;
z-index: 100;
margin-top: -0.5em;
}
.nbs-flexisel-nav-left {
left: 0px;
background: url(../images/img-sprite.png) no-repeat -145px -106px;
}
.nbs-flexisel-nav-right {
right: 0px;
background: url(../images/img-sprite.png) no-repeat -182px -106px;
}
.content_middle_bottom {
padding: 3em 0;
}
.m_3 {
background: #91b677;
background: -moz-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91b677), color-stop(47%, #8ab071), color-stop(100%, #85ac6b));
background: -webkit-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -o-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -ms-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: linear-gradient(to bottom, #91b677 0%, #8ab071 47%, #85ac6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b677', endColorstr='#85ac6b', GradientType=0);
margin-top: 2em;
}
.link2 {
background: url(../images/cart1.png) no-repeat 5px 2px;
display: inline-block;
padding: 10px 15px 10px 65px;
line-height: 19px;
font-size: 18px;
font-style: normal;
text-decoration: none;
color: #fff;
}
.m_3:hover {
background: #974478;
background: -moz-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #974478), color-stop(47%, #974478), color-stop(100%, #974478));
background: -webkit-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -o-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -ms-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: linear-gradient(to bottom, #974478 0%, #974478 47%, #974478 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#974478', endColorstr='#db5050', GradientType=0);
}
a.link2:hover {
color: #fff;
text-decoration: none;
}
.ticket {
position: absolute;
top: -1px;
right: -1px;
overflow: hidden;
height: 40px;
width: 59px;
background: url(../images/img-sprite.png) no-repeat -147px -159px;
}
.timer_box {
position: relative;
border: 5px solid #8cb273;
}
.thumb {
width: 340px;
height: 275px;
background: url(../images/logo.png) no-repeat;
display: block;
border-bottom: 3px solid #8cb273;
}
.timer_grid {
position: absolute;
top: 110px;
background: rgba(250, 250, 250, 0.91);
padding: 0 0 9px 0;
width: 100%;
box-shadow: 0 0 10px #C7C7C7;
-webkit-box-shadow: 0 0 10px #C7C7C7;
-moz-box-shadow: 0 0 10px #C7C7C7;
-o-box-shadow: 0 0 10px #C7C7C7;
}
/* ---------- TIMER ---------- */
span.countDays, span.countHours, span.countMinutes {
margin-right: 30px;
}
ul#countdown li p {
font-size: 12px;
}
p.timeRefHours {
padding-left: 37px
}
p.timeRefDays {
padding-left: 20px;
}
p.timeRefMinutes {
padding-left: 26px
}
p.timeRefSeconds {
padding-left: 21px
}
ul.navigation {
list-style: none;
margin: 0;
padding: 0;
}
ul.navigation li {
display: inline-block;
margin-right: 9px;
color: #8cb273;
font-size: 12px;
}
.thumb_desc {
background: #fff;
padding: 1em 0;
text-align: center;
}
.thumb_desc h3 {
color: #000;
font-size: 1.5em;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0;
}
span.reducedfrom {
text-decoration: line-through;
margin-right: 3%;
color: #000;
}
span.actual {
color: #ee4a02;
font-size: 1.5em;
margin-right: 5%;
font-weight: 500;
}
.deal {
text-align: left;
margin-top: 0;
}
.link3 {
background: url(../images/cart2.png) no-repeat 5px 9px;
display: inline-block;
padding: 20px 0 20px 80px;
line-height: 19px;
font-size: 30px;
font-style: normal;
text-decoration: none;
color: #fff;
text-shadow: 1px 1px 0px #B8B8B8;
-webkit-text-shadow: 1px 1px 0px #B8B8B8;
-moz-text-shadow: 1px 1px 0px #B8B8B8;
-o-text-shadow: 1px 1px 0px #B8B8B8;
}
ul.spinner {
padding: 10px 0;
margin: 0 0 2em;
list-style: none;
background: #f6eddc;
text-align: center;
}
i.spinner_icon {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -288px -106px;
float: left;
margin: 0 1em;
}
ul.spinner li.spinner_head h3 {
margin-bottom: 0;
color: #8E7558;
font-weight: 600;
}
ul.spinner li.spinner_head {
float: left;
}
i.paperclip {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -290px -148px;
float: left;
margin: 0 1em;
}
.a-top {
border-bottom: 3px dotted #E3E2E2;
margin-bottom: 2em;
padding-bottom: 0.7em;
}
.left-grid {
width: 10%;
float: left;
margin-right: 4%;
}
.right-grid {
width: 71%;
float: left;
margin-right: 6%;
}
.right-grid a {
color: #5C4A36;
}
.right-grid a:hover {
color: #e57777;
text-decoration: none;
}
.right-grid p {
font-size: 0.85em;
line-height: 1.5em;
color: #8e6d35;
}
.but {
float: right;
margin-top: 3em;
}
a.arrow {
background: url(../images/arrow1.png) no-repeat 17px 5px #88ae6f;
padding: 5px 30px;
text-align: center;
}
a.arrow:hover {
background: url(../images/arrow1.png) no-repeat 17px 5px #e57777;
}
.content_bottom {
margin-bottom: 5em;
}
i.box_icon {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -344px -103px;
float: left;
margin: 0 1em;
}
i.bubble {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -344px -148px;
float: left;
margin: 0 1em;
}
i.mail {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -377px -103px;
float: left;
margin: 0 1em;
}
.span_1 p {
font-size: 0.8125em;
line-height: 1.5em;
color: #8e7347;
font-weight: 500;
}
.span_1 p a {
color: #8E7558;
}
.span_1 p a:hover {
text-decoration: none;
color: #ee4a02;
}
ul.social {
padding: 0;
margin: 0;
list-style: none;
}
ul.social li:first-child {
margin-left: 0;
}
ul.social li {
display: inline-block;
margin-right: 10px;
}
ul.social li a i {
width: 35px;
height: 35px;
display: block;
background: url(../images/img-sprite.png) no-repeat;
}
ul.social li a i.fb {
background-position: -437px -102px;
}
ul.social li a i.tw {
background-position: -394px -145px;
}
ul.social li a i.google {
background-position: -445px -145px;
}
ul.social li a i.linkedin {
background-position: -18px -222px;
}
ul.social li a i.skype {
background-position: -64px -222px;
}
/*--footer--*/
.footer {
background: #573c27;
padding: 2em 0;
text-align: center;
}
.footer img {
display: inline-block;
}
ul.footer_nav {
padding: 0;
margin: 1em 0;
list-style: none;
}
ul.footer_nav li {
display: inline-block;
}
ul.footer_nav li a {
color: #886C58;
font-size: 0.8125em;
margin: 0 10px;
font-weight: 500;
}
ul.footer_nav li a:hover {
text-decoration: none;
color: #ee4a02;
}
p.copy {
color: #886C58;
font-size: 0.8125em;
font-weight: 500;
}
p.copy a {
color: #ee4a02;
}
/*--men--*/
.men {
padding: 5em 0;
}
.block .block-title {
padding: 10px;
background: url(../images/feature2.jpg) no-repeat;
min-height: 35px;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
}
.block .block-title strong {
display: block;
font: normal 14px/16px 'Raleway', sans-serif;
min-height: 16px;
padding: 1px 0 1px;
text-transform: uppercase;
color: #fff;
}
.block .block-content {
padding: 10px;
}
.block .block-subtitle {
margin: 0;
padding: 5px 9px;
font-size: 1em;
font-weight: bold;
color: #0a263c;
}
.block-layered-nav dt {
padding: 10px;
font-weight: bold;
text-transform: capitalize;
color: #824584;
}
.block-layered-nav dd ol {
padding: 0;
margin: 0;
list-style: none;
}
.block-layered-nav dd {
padding: 0 12px 12px;
background: url(../images/block.gif) 0 100% repeat-x;
}
.block-layered-nav li {
background: url("../images/arrow-menu1.png") no-repeat scroll 5px 9px;
padding-left: 20px;
line-height: 25px;
color: #e05b5b;
font-size: 0.8125em;
}
.block-layered-nav li a {
text-decoration: none;
color: #8E7558;
font-weight: 500;
}
.block-layered-nav li a:hover {
color: #e05b5b;
}
p.empty {
margin: 0;
padding: 5px 9px;
font-size: 0.8125em;
color: #8E7558;
font-weight: 500;
}
.mens-toolbar {
margin: 0 0 12px;
overflow: hidden;
background: url(../images/feature1.jpg);
padding: 5px;
border: none;
}
.mens-toolbar .sort {
float: left;
width: 28.5%;
}
.sort {
padding: 3px 8px;
}
.sort-by {
color: #fff;
font-size: 0.8125em;
}
.sort-by label {
margin-bottom: 0;
}
.mens-toolbar .pager {
padding: 5px 8px 3px 8px;
float: right;
width: 35.5%;
margin: 0;
}
.pager .limiter {
float: right;
color: #fff;
font-size: 0.8125em;
}
.pager .limiter select {
padding: 0;
margin: 0 0 1px;
vertical-align: middle;
color: #000;
}
select {
color: #000;
}
ul.dc_pagination li {
float: left;
margin: 0px;
margin-left: 5px;
padding: 0px;
}
ul.dc_pagination li a {
color: #fff;
display: block;
padding: 2px 4px 0px 0px;
text-decoration: none;
font-size: 0.8125em;
border: none;
border-radius: inherit;
background: none;
}
.pager .limiter label {
color: #fff;
margin-bottom: 0;
font-weight: 500;
}
.span_1_of_single1 {
width: 30.7%;
border: 1px solid #fff;
text-align: center;
padding: 0 0 1em 0;
}
.span_1_of_single1:hover {
border: 1px solid #DDD;
}
.col_1_of_single1 {
display: block;
float: left;
margin: 1% 0 1% 3.6%;
}
.col_1_of_single1:first-child {
margin-left: 0;
}
.span_1_of_single1 h3, .span_1_of_single1 h4, .grid_1 h3 {
font-size: 0.85em;
font-weight: 500;
color: #000;
margin-bottom: 0;
}
.span_1_of_single1 p, .grid_1 p {
font-size: 0.8125em;
color: #968F88;
margin: 5px 0;
}
.span_1_of_single1 a {
text-decoration: none;
}
.span_2 {
margin-bottom: 3em;
}
.span_1_of_single1 img {
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.span_1_of_single1 img:hover {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
}
/*--single--*/
.images_3_of_2 {
width: 37.2%;
float: left;
margin-right: 2.6%;
}
.desc1 {
display: block;
float: left;
}
.span_3_of_2 {
width: 59.3333%;
}
.span_3_of_2 h1 {
color: #555;
font-size: 1.2em;
text-transform: uppercase;
margin-bottom: 10px;
}
p.m_5 {
font-size: 1.8em;
color: #555;
}
p.m_5 a {
color: #3e3f3f;
font-size: 13px;
}
.btn_form form input[type="submit"] {
cursor: pointer;
border: none;
outline: none;
display: inline-block;
font-size: 1em;
padding: 10px 34px;
background: #1bccf7;
color: #FFF;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn_form form input[type="submit"]:hover {
background: #e05b5b;
}
span.m_link a {
color: #555;
font-size: 0.85em;
text-decoration: underline;
text-transform: uppercase;
}
span.m_link a:hover {
text-decoration: none;
}
.btn_form {
margin: 2em 0;
}
p.m_text2 {
color: #777;
font-size: 0.85em;
line-height: 1.8em;
margin-top: 10px;
}
.slider_flex {
border: 1px solid #f0f0f0;
}
.toogle {
margin-top: 4%;
}
.toogle h2 {
color: #555;
font-size: 1.2em;
text-transform: uppercase;
margin-bottom: 10px;
}
.grid_1 {
text-align: center;
}
.grid_1 img, .span_1_of_single1 img {
margin-bottom: 1em;
display: inline-block;
}
.grid_1 a:hover {
text-decoration: none;
}
h4.head_single {
color: #555;
font-size: 1.2em;
text-transform: uppercase;
margin: 3em 0 0em;
}
.error-404.text-center {
min-height: 500px;
margin-top: 5em;
}
.error-404 h1 {
font-size: 12em;
font-weight: 700;
color: #1bccf7;
margin: 0;
padding: 0;
text-transform: uppercase;
}
.error-404 p {
color: #4f4844;
margin: 0;
font-size: 1.2em;
text-transform: uppercase;
}
a.b-home {
background: #4f4844;
padding: 0.8em 1.5em;
display: inline-block;
color: #FFF;
text-decoration: none;
margin-top: 1em;
}
a.b-home:hover {
background: #1bccf7;
}
/*--blog--*/
.grid_3 {
position: relative;
}
.blog-poast-admin {
position: absolute;
bottom: 8.6em;
left: 1.2em;
}
.blog-poast-admin img {
border-radius: 30em;
-webkit-border-radius: 30em;
-moz-border-radius: 30em;
-o-border-radius: 30em;
border: 4px solid #FFF;
}
.blog-poast-info {
background: #1bccf7;
padding: 0.8em 1em;
text-align: center;
}
.blog-poast-info ul li {
display: inline-table;
margin-right: 1em;
}
.blog-poast-info ul li {
color: #FFF;
font-size: 0.8125em;
}
.blog-poast-info ul li a {
color: #FFF;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.blog-poast-info ul li a:hover {
text-decoration: none;
}
.blog-poast-info ul li a:hover {
text-decoration: underline;
}
i.admin {
width: 20px;
height: 20px;
background: url(../images/img-sprite.png) no-repeat -118px -228px;
float: left;
}
i.date {
width: 20px;
height: 20px;
background: url(../images/img-sprite.png) no-repeat -141px -226px;
float: left;
}
i.comment {
width: 20px;
height: 20px;
background: url(../images/img-sprite.png) no-repeat -163px -226px;
float: left;
}
.blog-top {
padding-bottom: 2%;
}
.grid_3 p {
color: #555;
font-size: 0.85em;
line-height: 1.8em;
margin-top: 3%;
}
.grid_3 h3 {
text-transform: uppercase;
font-size: 1.2em;
margin-bottom: 1em;
}
.button {
margin-top: 20px;
}
.button a {
color: #e05b5b;
font-size: 0.85em;
text-transform: uppercase;
font-weight: bold;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
}
.button a:hover {
text-decoration: none;
color: #1bccf7;
-webkit-transform: rotateY(-200deg);
-moz-transform: rotateY(-200deg);
-ms-transform: rotateY(-200deg);
transform: rotateY(-200deg);
}
.grid_3 {
margin-bottom: 3em;
}
p.m_10 {
font-size: 0.85em;
color: #555;
line-height: 1.8em;
padding: 2% 0;
}
p.m_11 {
font-size: 0.85em;
color: #555;
line-height: 1.8em;
}
.comments-area {
margin-top: 4em;
}
.comments-area h3 {
font-size: 1.5em;
color: #555;
text-transform: uppercase;
margin-bottom: 0.5em;
}
.comments-area p {
position: relative;
padding: 8px 0;
margin: 0;
}
.comments-area label {
display: block;
color: #999;
font-weight: 500;
font-size: 0.85em;
}
.comments-area span {
color: #e4411b;
position: absolute;
left: 4px;
top: 30px;
}
.comments-area input[type="text"] {
padding: 15px 20px;
width: 80%;
color: #999;
font-size: 13px;
border: none;
background: #f0f0f0;
outline: none;
display: block;
-webkit-appearance: none;
}
.comments-area textarea {
padding: 15px 30px;
width: 80%;
color: #999;
font-size: 13px;
outline: none;
height: 200px;
display: block;
border: none;
background: #f0f0f0;
-webkit-appearance: none;
}
.comments-area input[type="submit"] {
padding: 15px 20px;
color: #fff;
background: #F94B4B;
font-size: 1em;
border: none;
outline: none;
cursor: pointer;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.comments-area input[type="submit"]:hover {
background: #1bccf7;
-webkit-transform: rotateY(-15deg);
-moz-transform: rotateY(-15deg);
-ms-transform: rotateY(-15deg);
transform: rotateY(-15deg);
}
/*--login--*/
.login-left h3, .login-right h3 {
color: #585686;
font-size: 1em;
text-transform: uppercase;
font-weight: 600;
padding-bottom: 0.5em;
}
.login-left p, .login-right p {
color: #886C58;
display: block;
font-size: 0.85em;
margin: 0 0 1.5em 0;
line-height: 1.8em;
}
.acount-btn {
background: #1bccf7;
color: #FFF;
font-size: 0.8em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
}
.acount-btn:hover, .login-right input[type="submit"]:hover {
background: #000;
text-decoration: none;
color: #fff;
}
.login-right form {
padding: 1em 0;
}
.login-right form div {
padding: 0 0 1.5em 0;
}
.login-right span {
color: #555;
font-size: 0.8125em;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
}
.login-right input[type="text"] {
border: 1px solid #DDDBDB;
outline-color: #fb4d01;
width: 96%;
font-size: 0.8125em;
padding: 10px;
-webkit-appearance: none;
}
.login-right input[type="submit"] {
background: #1bccf7;
color: #FFF;
font-size: 0.8em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border: none;
outline: none;
}
.login-right input[type="submit"]:hover {
background: #000;
}
a.forgot {
font-size: 0.8125em;
}
h4.title {
color: #000;
margin-bottom: 0.5em;
text-transform: uppercase;
border-bottom: 1px solid #DFDDDD;
padding-bottom: 13px;
}
p.cart {
color: #999;
line-height: 1.8em;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3, .register-middle-grid h3 {
color: #585686;
font-size: 1em;
padding-bottom: 5px;
margin: 0;
font-weight: 600;
}
.register-top-grid div, .register-bottom-grid div, .register-middle-grid div {
width: 48%;
float: left;
margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span, .register-middle-grid span {
color: #999;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
font-size: 0.8125em;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"], .register-middle-grid input[type="text"] {
border: 1px solid #EEE;
outline-color: #FF5B36;
width: 96%;
font-size: 1em;
padding: 0.5em;
-webkit-appearance: none;
}
.checkbox {
margin-bottom: 4px;
padding-left: 27px;
font-size: 1.1em;
line-height: 27px;
cursor: pointer;
}
.checkbox {
position: relative;
color: #555;
}
.checkbox:last-child {
margin-bottom: 0;
}
.news-letter {
color: #555;
font-weight: 600;
font-size: 0.85em;
margin-bottom: 1em;
display: block;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
clear: both;
}
.checkbox i {
position: absolute;
bottom: 5px;
left: 0;
display: block;
width: 20px;
height: 20px;
outline: none;
border: 2px solid #D2CF99;
}
.checkbox input + i:after {
content: '';
background: url("../images/tick1.png") no-repeat 1px 2px;
top: -1px;
left: -1px;
width: 15px;
height: 15px;
font: normal 12px/16px FontAwesome;
text-align: center;
}
.checkbox input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.checkbox input {
position: absolute;
left: -9999px;
}
.checkbox input:checked + i:after {
opacity: 1;
}
.news-letter:hover {
color: #00BFF0;
}
.register-but {
margin-top: 1em;
}
.register-but form input[type="submit"] {
background: #df1f26;
color: #FFF;
font-size: 0.8em;
padding: 0.8em 2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border: none;
outline: none;
}
.register-but input[type="submit"]:hover {
background: #000;
}
div.register-bottom-grid {
margin-top: 3em;
}
/*--contact--*/
.to input[type="text"] {
padding: 10px;
width: 29%;
font-size: 0.85em;
margin: 10px 0;
border: 1px solid #DDD;
color: #CBCBCB;
background: none;
float: left;
outline: none;
-webkit-appearance: none;
}
.text {
float: left;
width: 63%;
}
.text input[type="text"], .text textarea {
width: 96.5%;
font-size: 0.85em;
margin: 10px 0;
border: 1px solid #DDD;
color: #CBCBCB;
outline: none;
background: none;
height: 100px;
padding: 10px;
resize: none;
-webkit-appearance: none;
}
.form-submit {
float: left;
margin: 10px 0px 0 6px;
}
.form-submit input[type="submit"] {
background: #1bccf7;
color: #FFF;
font-size: 0.8em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border: none;
outline: none;
}
.form-submit input[type="submit"]:hover {
background: #e05b5b;
}
.contact-top h1 {
color: #555;
font-size: 1.5em;
text-transform: uppercase;
margin-bottom: 1em;
}
.contact-top_right h2 {
color: #555;
font-size: 1.5em;
text-transform: uppercase;
margin-bottom: 1em;
}
ul.list {
padding: 0;
list-style: none;
}
ul.list li {
color: #555;
font-size: 0.8125em;
line-height: 2.5em;
text-transform: uppercase;
}
ul.list li a {
color: #000;
}
.map {
margin-top: 3em;
}
.map iframe {
border: none;
width: 100%;
min-height: 300px;
}
.wishlist {
min-height: 500px;
}
/*--responsive design--*/
@media (max-width: 1280px) {
.search {
width: 65%;
}
.search input[type="text"] {
width: 75%;
}
ul.bag {
width: 29%;
}
ul.clock {
width: 37%;
}
.header_bottom_right {
width: 50%;
}
.search {
width: 60%;
margin-right: 5%;
}
ul.bag {
width: 35%;
}
ul.list1 li.list1_right p {
font: 500 13px/14px 'Raleway', sans-serif;
margin-top: 28px;
line-height: 1.5em;
}
.column_center h1 {
font: 600 27px/27px 'Raleway', sans-serif;
}
.desc h3 {
font-size: 1em;
}
.link {
background: url(../images/cart.png) no-repeat 2px 1px;
padding: 5px 5px 10px 28px;
font-size: 12px;
}
span.m_1, span.m_2 {
padding: 7px 0;
}
.link1 {
background: url(../images/arrow.png) no-repeat 2px 1px;
padding: 5px 5px 5px 25px;
font-size: 12px;
}
}
@media (max-width: 1024px) {
.search {
width: 52%;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 13px 9px #e05b5b;
padding: 10.5px 25px;
}
.search input[type="submit"]:hover {
background: url('../images/search.png') no-repeat 24px 10px #1bccf7;
}
.search input[type="text"] {
padding: 13px;
}
i.bag_left {
width: 40px;
height: 44px;
background: url(../images/img-sprite.png) no-repeat -52px 2px #e05b5b;
}
ul.bag li.bag_right {
padding: 15px 3px;
width: 65px;
}
ul.bag {
width: 31%;
}
.heart {
bottom: 108px;
right: 170px;
}
.grid-flex h4 {
font-size: 0.85em;
}
.nbs-flexisel-item p {
font-size: 0.85em;
}
.link2 {
background: url(../images/cart1.png) no-repeat 5px 2px;
padding: 10px 15px 10px 45px;
font-size: 14px;
}
.thumb {
width: 273px;
height: 230px;
background-size: 100%;
}
span.countDays, span.countHours, span.countMinutes {
margin-right: 17px;
}
ul.navigation li {
margin-right: -7px;
font-size: 11px;
}
p.timeRefDays {
padding-left: 8px;
}
.thumb_desc h3 {
font-size: 1.3em;
}
.link3 {
font-size: 25px;
}
.right-grid {
width: 72%;
margin-right: 3%;
}
.right-grid p {
font-size: 0.8125em;
}
.mens-toolbar .pager {
width: 42.5%;
}
.mens-toolbar .sort {
width: 31.5%;
}
.images_3_of_2 {
width: 46.2%;
margin-right: 2.6%;
}
.span_3_of_2 {
width: 50.3333%;
}
span.reducedfrom {
font-size: 22px;
}
.blog-poast-admin {
bottom: 9.6em;
}
.grid-flex {
min-height: 100px;
}
}
@media (max-width: 800px) {
.search {
width: 52%;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 13px 9px #e05b5b;
padding: 10.5px 25px;
}
.search input[type="submit"]:hover {
background: url('../images/search.png') no-repeat 13px 9px #1bccf7;
}
.search input[type="text"] {
padding: 13px;
}
i.bag_left {
width: 40px;
height: 44px;
background: url(../images/img-sprite.png) no-repeat -52px 2px #e05b5b;
}
ul.bag li.bag_right {
padding: 15px 3px;
}
ul.bag {
width: 31%;
}
.box2, .box3, .box4, .box5 {
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
}
ul.list1 li.list1_right p {
font: 500 25px/25px 'Raleway', sans-serif;
margin-top: 37px;
}
.box_inner {
text-align: center;
}
.box_inner img {
display: inline-block;
}
.heart {
bottom: 108px;
right: 445px;
}
.link2 {
padding: 10px 15px 10px 40px;
font-size: 12px;
}
.grid-flex h4 {
font-size: 12px;
}
.m_3 {
margin-top: 1.5em;
}
.grid-flex {
min-height: 100px;
}
.span_1 {
margin-bottom: 2em;
}
.timer_box {
margin-bottom: 3em;
}
.sidebar {
margin-bottom: 2em;
}
.single_top {
margin-bottom: 4em;
}
.men {
padding: 5em 0 2em;
}
.login-left {
margin-bottom: 3em;
}
}
@media (max-width: 768px) {
.header_bottom {
padding: 1em 0 1em;
}
.thumb {
border-bottom: none;
}
.thumb_desc {
border-top: 3px solid #8cb273;
}
.content_bottom {
margin-bottom: 3em;
}
.blog-poast-admin {
bottom: 8.6em;
}
.cssmenu ul li a {
margin: 10px 5px;
}
.header-top-left {
width: 49.5%;
}
.col-md-4.contact-top_right {
margin-top: 3em;
}
.header_bottom_right {
width: 55%;
}
.header_bottom_left {
width: 42%;
}
.search {
width: 64%;
}
.col-sm-3.grid_1 {
width: 50%;
float: left;
}
}
@media (max-width: 667px) {
.header_bottom_left {
width: 45%;
}
ul.bag {
width: 0;
}
}
@media (max-width: 640px) {
.header_bottom_left {
width: 46%;
}
.header_bottom_right {
width: 44%;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 7px 8px #e05b5b;
padding: 9.5px 20px;
}
.search input[type="text"] {
padding: 12px;
}
.search input[type="submit"]:hover {
background: url('../images/search.png') no-repeat 7px 8px #1bccf7;
}
ul.bag li.bag_right {
display: none;
}
i.bag_left {
width: 40px;
height: 42px;
background: url(../images/img-sprite.png) no-repeat -52px 1px #E05B5C;
}
.search {
width: 63%;
}
.images_3_of_2 {
width: 100%;
margin-right: 0;
float: none;
}
.span_3_of_2 {
width: 100%;
float: none;
}
.header-top-left {
display: none;
}
.cssmenu ul {
float: none;
text-align: center;
}
ul.bag, ul.clock {
display: none;
}
.logo img {
width: 90px;
}
.logo {
width: 100%;
float: none;
margin-right: 0;
padding-top: 5px;
}
.search {
width: 100%;
}
.header_bottom {
padding: 1em 0;
}
}
@media (max-width: 480px) {
ul.list1 li.list1_right p {
font: 500 16px/16px 'Raleway', sans-serif;
margin-top: 40px;
}
.column_center h1 {
font: 600 18px/18px 'Raleway', sans-serif;
}
.column_center h2 {
font: 500 14px/20px 'Raleway', sans-serif;
}
.heart {
bottom: 108px;
right: 236px;
}
.right-grid {
width: 67%;
margin-right: 3%;
}
.right-grid a {
font-size: 14px;
}
ul.footer_nav li a {
margin: 0 4px;
}
.men {
padding: 2em 0 2em;
}
.grid_1 img, .span_1_of_single1 img {
margin-bottom: 0;
}
p.m_text2 {
margin: 10px 0 20px;
}
.blog-poast-admin {
bottom: 9.6em;
width: 16%;
}
.comments-area input[type="text"], .comments-area textarea {
padding: 10px;
width: 98%;
}
.comments-area input[type="submit"] {
padding: 10px 10px;
font-size: 0.85em;
}
.to input[type="text"] {
width: 100%;
float: none;
margin-left: 0 !important;
}
text input[type="text"], .text textarea {
width: 100%;
}
.text {
float: none;
width: 100%;
}
.form-submit {
float: none;
margin: 0;
}
.error-404 h1 {
font-size: 6em;
}
}
@media (max-width: 320px) {
.logo img {
width: 80px;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 5px 6px #e05b5b;
padding: 7.5px 17px;
}
.search input[type="submit"]:hover {
background: url('../images/search.png') no-repeat 5px 6px #1bccf7;
}
.search input[type="text"] {
padding: 10px;
}
ul.list1 li.list1_right p {
font: 500 13px/18px 'Raleway', sans-serif;
margin-top: 32px;
}
.box2, .box3, .box4, .box5 {
min-height: 50px;
}
.column_center h1 {
font: 600 15px/23px 'Raleway', sans-serif;
}
ul.sellers li.sellers_desc h2, ul.spinner li.spinner_head h3 {
font: 700 20px/30px 'Raleway', sans-serif;
}
.heart {
bottom: 108px;
right: 178px;
}
.thumb {
width: 233px;
height: 212px;
background-size: 100%;
}
.thumb_desc h3 {
font-size: 1.1em;
}
.link3 {
background: url(../images/cart2.png) no-repeat 5px 5px;
padding: 15px 0 10px 60px;
font-size: 20px;
}
.left-grid {
width: 26%;
}
.but {
margin-top: 1em;
}
.content_middle_bottom {
padding: 1em 0;
}
.map iframe {
min-height: 200px;
}
.mens-toolbar .sort {
width: 100%;
float: none;
}
.mens-toolbar .pager {
width: 100%;
float: none;
text-align: left;
}
.pager .limiter {
float: none;
}
.contact-top h1, .contact-top_right h2 {
font-size: 1.1em;
margin-bottom: 0.5em;
}
.span_3_of_2 h1 {
font-size: 1em;
}
p.m_5 {
font-size: 1.2em;
}
span.reducedfrom {
font-size: 13px;
}
.register-top-grid div, .register-bottom-grid div {
width: 100%;
float: none;
}
.blog-poast-admin {
bottom: 15.6em;
width: 20%;
}
.blog-poast-info ul li a {
font-size: 12px;
}
p.m_10 {
font-size: 0.8125em;
}
p.m_11 {
display: none;
}
.comments-area {
margin-top: 2em;
}
.comments-area {
margin-top: 2em;
}
.container {
padding: 0;
height: 100%;
}
.rslides img {
min-height: 120px;
}
.col-md-3.span_6 {
padding: 0;
}
.box_inner {
width: 50%;
float: left;
}
ul.list2 {
display: none;
}
.desc h3 {
font-size: 0.85em;
}
.desc h4 {
margin-bottom: 1em;
font-size: 0.8125em;
}
.content_middle {
padding: 2em 0;
}
ul.promote {
margin-bottom: 1em;
}
ul.promote li.promote_head h3 {
font-size: 1.5em;
}
.content_bottom {
margin-bottom: 1em;
}
ul.spinner {
padding: 5px 0;
margin: 0 0 1em;
}
.grid_2 {
padding: 1em 0 2em;
}
ul.sellers {
padding: 5px;
}
.pages {
padding: 0 15px;
}
.comments-area h3 {
font-size: 1.3em;
}
.span_2 {
margin-bottom: 1em;
}
.toogle {
margin-top: 4%;
padding: 0 15px;
}
h4.head_single {
margin: 2em 0 0em;
padding: 0 15px;
}
.table-responsive {
overflow: auto;
}
.table-responsive > .table tr th,
.table-responsive > .table tr td {
white-space: normal!important;
}
}
|
public/css/style.css
|
h4, h5, h6,
h1, h2, h3 {
margin-top: 0;
}
ul, ol {
margin: 0;
}
p {
margin: 0;
}
html, body {
font-family: 'Raleway', sans-serif;
font-size: 100%;
background: #fff;
background-image: url("../images/bc.png");
background-size: contain;
height: 100%;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
}
.header_top {
background: #d47b37;
}
.header-top-left {
width: 54.5%;
float: left;
margin-top: 5px;
}
.box {
float: left;
width: 20.5%;
margin-right: 10.6%;
}
.box1 {
float: left;
width: 20.5%;
}
.cssmenu ul {
float: right;
padding: 0;
margin: 0;
list-style: none;
}
.cssmenu ul li {
display: inline-block;
}
.cssmenu ul li a {
color: #fff;
display: block;
margin: 10px;
font-size: 0.8125em;
}
.cssmenu li > a:hover {
color: #ACEAFA;
text-decoration: none;
}
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after {
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown.scrollable div::after {
-webkit-pointer-events: none;
-moz-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
}
/* WRAPPER */
.dropdown {
position: relative;
width: 80px;
cursor: pointer;
font-weight: 200;
background: none;
padding: 8px 15px 5px;
color: #fff;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.dropdown.open {
z-index: 2;
}
.dropdown:hover,
.dropdown.focus {
/*--background:#F7F7F7;--*/
}
/* CARAT */
.dropdown .carat,
.dropdown .carat:after {
position: absolute;
right: -1px;
top: 50%;
margin-top: 0px;
border: 4px solid transparent;
border-top: 4px solid #c1c1c1;
z-index: 1;
-webkit-transform-origin: 50% 20%;
-moz-transform-origin: 50% 20%;
-ms-transform-origin: 50% 20%;
transform-origin: 50% 20%;
}
.dropdown:hover .carat:after {
border-top-color: #f4f4f4;
}
.dropdown.focus .carat {
border-top-color: #f8f8f8;
}
.dropdown.focus .carat:after {
border-top-color: #0180d1;
}
.dropdown.open .carat {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/* OLD SELECT (HIDDEN) */
.dropdown .old {
position: absolute;
left: 0;
top: 0;
height: 0;
width: 0;
overflow: hidden;
}
.dropdown select {
position: absolute;
left: 0px;
top: 0px;
}
.dropdown.touch select {
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
}
/* SELECTED FEEDBACK ITEM */
.dropdown .selected,
.dropdown li {
display: block;
font-size: 11px;
overflow: hidden;
white-space: nowrap;
text-transform: uppercase;
font-weight: 400;
}
.dropdown .selected::after {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 60px;
}
/* DROP DOWN WRAPPER */
.dropdown div {
position: absolute;
height: 0;
left: 13px;
right: 0;
top: 35px;
background: #fb4d01;
overflow: hidden;
opacity: 0;
color: #fff;
width: 90px;
}
.dropdown:hover div {
background: #4CB1CA;
}
/* Height is adjusted by JS on open */
.dropdown.open div {
opacity: 1;
z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 50px;
}
.dropdown.scrollable.bottom div::after {
opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
list-style: none;
overflow: hidden;
padding: 0;
background: #fd926d;
}
.dropdown.scrollable.open ul {
overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li {
list-style: none;
padding: 8px;
border-bottom: 1px solid #ee4a02;
}
.dropdown li:last-child {
border-bottom: 0;
}
/* .focus class is also added on hover */
.dropdown li.focus {
background: #dd6b44;
position: relative;
z-index: 3;
color: #fff;
}
.dropdown li.active {
background: #ee4a02;
color: #fff;
}
.header_bottom {
padding: 1em 0 1em;
}
.header_bottom-box, .menu_box, .header_top-box, .sellers_grid {
padding: 0 15px;
}
.header_bottom_left {
width: 40%;
float: left;
}
.logo {
width: 30%;
float: left;
margin-right: 25%;
}
ul.clock {
padding: 0;
margin: 0;
list-style: none;
float: left;
width: 25%;
margin-top: 8px;
}
i.clock_icon {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -2px -3px;
float: left;
}
ul.clock li.clock_desc {
color: #100802;
font: 400 13px/13px 'Raleway', sans-serif;
overflow: hidden;
margin-top: 8px;
}
.header_bottom_right {
width: 60%;
float: right;
}
.search {
float: left;
width: 70%;
margin-right: 6%;
}
.search input[type="text"] {
padding: 15px;
outline: none;
color: #B6B2AE;
background: #fff;
border: 1px solid #f8d5d1;
width: 85%;
line-height: 1.5em;
font: 500 13px/13px 'Raleway', sans-serif;
-webkit-appearance: none;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 24px 10px #974478;
padding: 12.5px 38px;
border: none;
cursor: pointer;
position: absolute;
outline: none;
}
.search input[type="submit"]:hover {
background: url('../images/search.png') no-repeat 24px 10px #1bccf7;
}
.close3 {
background: url('../images/close.png') no-repeat 0px 0px;
cursor: pointer;
width: 32px;
height: 32px;
position: absolute;
right: 15px;
top: -13px;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
/*tabla de checkout*/
.table > tbody > tr > td, .table > tfoot > tr > td {
vertical-align: middle;
}
@media screen and (max-width: 600px) {
table#cart tbody td .form-control {
width: 20%;
display: inline !important;
}
.actions .btn {
width: 36%;
margin: 1.5em 0;
}
.actions .btn-info {
float: left;
}
.actions .btn-danger {
float: right;
}
table#cart thead {
display: none;
}
table#cart tbody td {
display: block;
padding: .6rem;
min-width: 320px;
}
table#cart tbody tr td:first-child {
background: #333;
color: #fff;
}
table#cart tbody td:before {
content: attr(data-th);
font-weight: bold;
display: inline-block;
width: 8rem;
}
table#cart tfoot td {
display: block;
}
table#cart tfoot td .btn {
display: block;
}
}
/* *************** */
ul.bag {
padding: 0;
list-style: none;
margin: 0;
float: left;
width: 24%;
}
ul.bag a:hover {
text-decoration: none;
}
ul.bag a:hover li p {
color: #11ccf7;
}
i.bag_left {
width: 80px;
height: 46px;
background: url(../images/img-sprite.png) no-repeat -32px 3px #974478;
float: left;
border-right: 1px solid #fff;
}
ul.bag li.bag_right {
background: #974478;
padding: 16px 10px;
overflow: hidden;
}
ul.bag li.bag_right p {
font: 500 14px/14px 'Raleway', sans-serif;
color: #fff;
}
.menu {
border-bottom: 3px solid #974478;
}
.h_nav ul li a {
display: block;
font-size: 0.85em;
color: #555;
text-transform: capitalize;
line-height: 1.8em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
line-height: 2.5em;
}
.h_nav ul li a:hover {
text-decoration: none;
color: #974478;
}
.h_nav h4 {
font-size: 1em;
color: #000;
line-height: 1.8em;
text-transform: uppercase;
margin-bottom: 1em;
}
.p_left {
float: left;
margin-right: 1em;
padding-bottom: 2em;
}
.p_right {
float: left;
}
.p_right h4 {
margin-bottom: -10px;
}
.p_right h4 a:hover, .small:hover {
text-decoration: none;
color: #974478;
}
span.price {
color: #974478;
}
span.item-cat {
color: #999;
}
span.item-cat:hover {
color: #974478;
}
/*--slider--*/
/*--- slider-css --*/
.index_slider {
position: relative;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.caption {
width: 56%;
position: absolute;
top: 35%;
left: 20%;
text-align: center;
}
.caption h3 {
color: #FFF;
font-weight: 700;
font-size: 1.8em;
text-transform: uppercase;
}
.caption p {
color: #FFF;
line-height: 1.5em;
font-size: 0.875em;
text-align: center;
margin: 1em 0 1.5em 0;
}
a.morebtn {
background: #3D3D3D;
padding: 0.8em 0;
display: block;
font-size: 0.875em;
text-transform: uppercase;
color: #FFF;
width: 20%;
margin: 0 auto;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
a.morebtn:hover {
background: #585686;
}
.callbacks_tabs a {
visibility: hidden;
}
.callbacks_tabs li {
display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
bottom: 14px;
z-index: 999;
left: 13px;
}
.callbacks_container {
padding: 0 15px;
}
.box2 {
background: url(../images/feature.jpg) no-repeat;
min-height: 100px;
}
.box3 {
background: url(../images/feature1.jpg) no-repeat;
min-height: 100px;
}
.box4 {
background: url(../images/feature2.jpg) no-repeat;
min-height: 100px;
}
.box5 {
background: url(../images/feature3.jpg) no-repeat;
min-height: 100px;
}
.content_top {
/*border-bottom: 1px solid #cac0ae;*/
}
.grid_1 {
padding: 2em 0;
}
ul.list1 {
padding: 0;
list-style: none;
margin: 0;
}
ul.list1 li.list1_right {
overflow: hidden;
text-align: left;
}
ul.list1 li.list1_right p {
font: 500 16px/16px 'Raleway', sans-serif;
color: #fff;
margin-top: 23px;
line-height: 1.5em;
}
i.clock1, i.vehicle, i.dollar, i.lock {
width: 80px;
height: 94px;
background: url(../images/img-sprite.png) no-repeat;
float: left;
}
i.lock {
background-position: -109px 6px;
}
i.clock1 {
background-position: -198px 9px;
}
i.vehicle {
background-position: -293px 12px;
}
i.dollar {
background-position: -380px 12px;
}
.column_center {
text-align: center;
border-bottom: 3px dotted #ECECEC;
margin: 1em 0 2em;
}
.column_center h1 {
color: #583d28;
font: 600 40px/40px 'Raleway', sans-serif;
text-transform: uppercase;
}
.column_center h2 {
color: #583d28;
font: 500 16px/30px 'Raleway', sans-serif;
}
ul.sellers {
padding: 10px;
list-style: none;
margin: 0;
background: #f6eddc;
border: 1px solid #E7E1D6;
}
i.star {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -456px -18px;
float: left;
margin-right: 1em;
}
ul.sellers li.sellers_desc {
overflow: hidden;
}
ul.sellers li.sellers_desc h2 {
color: #583d28;
font: 700 30px/30px 'Raleway', sans-serif;
margin-bottom: 0;
}
.grid_2 {
padding: 2em 0 3em;
}
.box_inner {
position: relative;
border: 1px solid #E7DFD1;
}
.sale-box {
position: absolute;
top: -1px;
right: -1px;
overflow: hidden;
height: 40px;
width: 59px;
background: url(../images/img-sprite.png) no-repeat -3px -109px;
}
.box_inner:hover .sale-box {
background: url(../images/img-sprite.png) no-repeat -3px -167px;
}
.desc {
border-top: 1px solid #cac0ae;
text-align: center;
padding: 1em 0 0 0;
}
.desc h3 {
color: #000;
font-size: 1.2em;
font-weight: 500;
}
.desc h4 {
color: #1bccf7;
margin-bottom: 1.5em;
text-shadow: 1px 0px 0px #414141;
-webkit-text-shadow: 1px 0px 1px #DFDFDF;
-moz-text-shadow: 1px 0px 1px #DFDFDF;
-o-text-shadow: 1px 0px 1px #DFDFDF;
font-weight: 300;
font-size: 1.1em;
}
ul.list2 {
padding: 0;
margin: 0;
list-style: none;
}
ul.list2 li.list2_left {
float: left;
}
ul.list2 li.list2_right {
float: right;
}
.box_inner:hover .heart {
background: url(../images/img-sprite.png) no-repeat -91px -144px;
}
.heart {
position: absolute;
bottom: 116px;
right: 221px;
overflow: hidden;
height: 30px;
width: 32px;
background: url(../images/img-sprite.png) no-repeat -91px -107px;
}
span.m_1 {
background: #91b677;
background: -moz-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91b677), color-stop(47%, #8ab071), color-stop(100%, #85ac6b));
background: -webkit-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -o-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -ms-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: linear-gradient(to bottom, #91b677 0%, #8ab071 47%, #85ac6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b677', endColorstr='#85ac6b', GradientType=0);
padding: 10px 0;
}
span.m_1:hover {
background: #974478;
background: -moz-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #974478), color-stop(47%, #974478), color-stop(100%, #974478));
background: -webkit-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -o-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -ms-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: linear-gradient(to bottom, #974478 0%, #974478 47%, #974478 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05a5a', endColorstr='#db5050', GradientType=0);
}
span.m_2 {
background: #974478;
background: -moz-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #974478), color-stop(47%, #974478), color-stop(100%, #974478));
background: -webkit-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -o-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -ms-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: linear-gradient(to bottom, #974478 0%, #974478 47%, #974478 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#974478', endColorstr='#db5050', GradientType=0);
padding: 10px 0;
}
span.m_2:hover {
background: #91b677;
background: -moz-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91b677), color-stop(47%, #8ab071), color-stop(100%, #85ac6b));
background: -webkit-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -o-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -ms-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: linear-gradient(to bottom, #91b677 0%, #8ab071 47%, #85ac6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b677', endColorstr='#85ac6b', GradientType=0);
}
.link, .link1, .m3 {
text-shadow: 1px 1px 0px #B8B8B8;
-webkit-text-shadow: 1px 1px 0px #B8B8B8;
-moz-text-shadow: 1px 1px 0px #B8B8B8;
-o-text-shadow: 1px 1px 0px #B8B8B8;
}
.link {
background: url(../images/cart.png) no-repeat 5px 8px;
display: inline-block;
padding: 10px 15px 10px 35px;
line-height: 19px;
font-size: 0.8125em;
font-style: normal;
text-decoration: none;
color: #fff;
}
.link1 {
background: url(../images/arrow.png) no-repeat 5px 8px;
display: inline-block;
padding: 10px 15px 10px 35px;
line-height: 19px;
font-size: 0.8125em;
font-style: normal;
text-decoration: none;
color: #fff;
}
a.link:hover, a.link1:hover {
color: #E4F7FC;
text-decoration: none;
}
.content_middle {
padding: 3em 0;
border-bottom: 7px solid #e8e3da;
}
ul.promote {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
margin-bottom: 3em;
}
ul.promote li.promote_head {
display: inline-block;
vertical-align: super;
}
ul.promote li.promote_head h3 {
color: #553c28;
font-size: 2em;
margin: 0;
font-weight: 600;
}
i.promote_icon {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -234px -150px;
display: inline-block;
margin-right: 1em;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0 auto;
}
.nbs-flexisel-item {
float: left;
margin: 0px;
padding: 0px;
cursor: pointer;
position: relative;
line-height: 0px;
margin-left: 30px;
border: 1px solid #E7DFD1;
}
.nbs-flexisel-item:first-child {
margin-left: 0;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
}
.grid-flex {
padding-top: 1em;
background: #f6eddc;
min-height: 125px;
}
.grid-flex h4 {
color: #000;
font-size: 1.1em;
font-weight: 500;
margin-bottom: 1.2em;
}
.nbs-flexisel-item a:hover {
color: #555;
}
.nbs-flexisel-item p {
color: #1bccf7;
text-shadow: 1px 0px 0px #47DBFF;
-webkit-text-shadow: 1px 0px 0px #47DBFF;
-moz-text-shadow: 1px 0px 0px #47DBFF;
-o-text-shadow: 1px 0px 0px #47DBFF;
font-weight: 300;
font-size: 1.1em;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width: 30px;
height: 30px;
position: absolute;
cursor: pointer;
z-index: 100;
margin-top: -0.5em;
}
.nbs-flexisel-nav-left {
left: 0px;
background: url(../images/img-sprite.png) no-repeat -145px -106px;
}
.nbs-flexisel-nav-right {
right: 0px;
background: url(../images/img-sprite.png) no-repeat -182px -106px;
}
.content_middle_bottom {
padding: 3em 0;
}
.m_3 {
background: #91b677;
background: -moz-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91b677), color-stop(47%, #8ab071), color-stop(100%, #85ac6b));
background: -webkit-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -o-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: -ms-linear-gradient(top, #91b677 0%, #8ab071 47%, #85ac6b 100%);
background: linear-gradient(to bottom, #91b677 0%, #8ab071 47%, #85ac6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b677', endColorstr='#85ac6b', GradientType=0);
margin-top: 2em;
}
.link2 {
background: url(../images/cart1.png) no-repeat 5px 2px;
display: inline-block;
padding: 10px 15px 10px 65px;
line-height: 19px;
font-size: 18px;
font-style: normal;
text-decoration: none;
color: #fff;
}
.m_3:hover {
background: #974478;
background: -moz-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #974478), color-stop(47%, #974478), color-stop(100%, #974478));
background: -webkit-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -o-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: -ms-linear-gradient(top, #974478 0%, #974478 47%, #974478 100%);
background: linear-gradient(to bottom, #974478 0%, #974478 47%, #974478 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#974478', endColorstr='#db5050', GradientType=0);
}
a.link2:hover {
color: #fff;
text-decoration: none;
}
.ticket {
position: absolute;
top: -1px;
right: -1px;
overflow: hidden;
height: 40px;
width: 59px;
background: url(../images/img-sprite.png) no-repeat -147px -159px;
}
.timer_box {
position: relative;
border: 5px solid #8cb273;
}
.thumb {
width: 340px;
height: 275px;
background: url(../images/logo.png) no-repeat;
display: block;
border-bottom: 3px solid #8cb273;
}
.timer_grid {
position: absolute;
top: 110px;
background: rgba(250, 250, 250, 0.91);
padding: 0 0 9px 0;
width: 100%;
box-shadow: 0 0 10px #C7C7C7;
-webkit-box-shadow: 0 0 10px #C7C7C7;
-moz-box-shadow: 0 0 10px #C7C7C7;
-o-box-shadow: 0 0 10px #C7C7C7;
}
/* ---------- TIMER ---------- */
span.countDays, span.countHours, span.countMinutes {
margin-right: 30px;
}
ul#countdown li p {
font-size: 12px;
}
p.timeRefHours {
padding-left: 37px
}
p.timeRefDays {
padding-left: 20px;
}
p.timeRefMinutes {
padding-left: 26px
}
p.timeRefSeconds {
padding-left: 21px
}
ul.navigation {
list-style: none;
margin: 0;
padding: 0;
}
ul.navigation li {
display: inline-block;
margin-right: 9px;
color: #8cb273;
font-size: 12px;
}
.thumb_desc {
background: #fff;
padding: 1em 0;
text-align: center;
}
.thumb_desc h3 {
color: #000;
font-size: 1.5em;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0;
}
span.reducedfrom {
text-decoration: line-through;
margin-right: 3%;
color: #000;
}
span.actual {
color: #ee4a02;
font-size: 1.5em;
margin-right: 5%;
font-weight: 500;
}
.deal {
text-align: left;
margin-top: 0;
}
.link3 {
background: url(../images/cart2.png) no-repeat 5px 9px;
display: inline-block;
padding: 20px 0 20px 80px;
line-height: 19px;
font-size: 30px;
font-style: normal;
text-decoration: none;
color: #fff;
text-shadow: 1px 1px 0px #B8B8B8;
-webkit-text-shadow: 1px 1px 0px #B8B8B8;
-moz-text-shadow: 1px 1px 0px #B8B8B8;
-o-text-shadow: 1px 1px 0px #B8B8B8;
}
ul.spinner {
padding: 10px 0;
margin: 0 0 2em;
list-style: none;
background: #f6eddc;
text-align: center;
}
i.spinner_icon {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -288px -106px;
float: left;
margin: 0 1em;
}
ul.spinner li.spinner_head h3 {
margin-bottom: 0;
color: #8E7558;
font-weight: 600;
}
ul.spinner li.spinner_head {
float: left;
}
i.paperclip {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -290px -148px;
float: left;
margin: 0 1em;
}
.a-top {
border-bottom: 3px dotted #E3E2E2;
margin-bottom: 2em;
padding-bottom: 0.7em;
}
.left-grid {
width: 10%;
float: left;
margin-right: 4%;
}
.right-grid {
width: 71%;
float: left;
margin-right: 6%;
}
.right-grid a {
color: #5C4A36;
}
.right-grid a:hover {
color: #e57777;
text-decoration: none;
}
.right-grid p {
font-size: 0.85em;
line-height: 1.5em;
color: #8e6d35;
}
.but {
float: right;
margin-top: 3em;
}
a.arrow {
background: url(../images/arrow1.png) no-repeat 17px 5px #88ae6f;
padding: 5px 30px;
text-align: center;
}
a.arrow:hover {
background: url(../images/arrow1.png) no-repeat 17px 5px #e57777;
}
.content_bottom {
margin-bottom: 5em;
}
i.box_icon {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -344px -103px;
float: left;
margin: 0 1em;
}
i.bubble {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -344px -148px;
float: left;
margin: 0 1em;
}
i.mail {
width: 30px;
height: 30px;
background: url(../images/img-sprite.png) no-repeat -377px -103px;
float: left;
margin: 0 1em;
}
.span_1 p {
font-size: 0.8125em;
line-height: 1.5em;
color: #8e7347;
font-weight: 500;
}
.span_1 p a {
color: #8E7558;
}
.span_1 p a:hover {
text-decoration: none;
color: #ee4a02;
}
ul.social {
padding: 0;
margin: 0;
list-style: none;
}
ul.social li:first-child {
margin-left: 0;
}
ul.social li {
display: inline-block;
margin-right: 10px;
}
ul.social li a i {
width: 35px;
height: 35px;
display: block;
background: url(../images/img-sprite.png) no-repeat;
}
ul.social li a i.fb {
background-position: -437px -102px;
}
ul.social li a i.tw {
background-position: -394px -145px;
}
ul.social li a i.google {
background-position: -445px -145px;
}
ul.social li a i.linkedin {
background-position: -18px -222px;
}
ul.social li a i.skype {
background-position: -64px -222px;
}
/*--footer--*/
.footer {
background: #573c27;
padding: 2em 0;
text-align: center;
}
.footer img {
display: inline-block;
}
ul.footer_nav {
padding: 0;
margin: 1em 0;
list-style: none;
}
ul.footer_nav li {
display: inline-block;
}
ul.footer_nav li a {
color: #886C58;
font-size: 0.8125em;
margin: 0 10px;
font-weight: 500;
}
ul.footer_nav li a:hover {
text-decoration: none;
color: #ee4a02;
}
p.copy {
color: #886C58;
font-size: 0.8125em;
font-weight: 500;
}
p.copy a {
color: #ee4a02;
}
/*--men--*/
.men {
padding: 5em 0;
}
.block .block-title {
padding: 10px;
background: url(../images/feature2.jpg) no-repeat;
min-height: 35px;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
}
.block .block-title strong {
display: block;
font: normal 14px/16px 'Raleway', sans-serif;
min-height: 16px;
padding: 1px 0 1px;
text-transform: uppercase;
color: #fff;
}
.block .block-content {
padding: 10px;
}
.block .block-subtitle {
margin: 0;
padding: 5px 9px;
font-size: 1em;
font-weight: bold;
color: #0a263c;
}
.block-layered-nav dt {
padding: 10px;
font-weight: bold;
text-transform: capitalize;
color: #824584;
}
.block-layered-nav dd ol {
padding: 0;
margin: 0;
list-style: none;
}
.block-layered-nav dd {
padding: 0 12px 12px;
background: url(../images/block.gif) 0 100% repeat-x;
}
.block-layered-nav li {
background: url("../images/arrow-menu1.png") no-repeat scroll 5px 9px;
padding-left: 20px;
line-height: 25px;
color: #e05b5b;
font-size: 0.8125em;
}
.block-layered-nav li a {
text-decoration: none;
color: #8E7558;
font-weight: 500;
}
.block-layered-nav li a:hover {
color: #e05b5b;
}
p.empty {
margin: 0;
padding: 5px 9px;
font-size: 0.8125em;
color: #8E7558;
font-weight: 500;
}
.mens-toolbar {
margin: 0 0 12px;
overflow: hidden;
background: url(../images/feature1.jpg);
padding: 5px;
border: none;
}
.mens-toolbar .sort {
float: left;
width: 28.5%;
}
.sort {
padding: 3px 8px;
}
.sort-by {
color: #fff;
font-size: 0.8125em;
}
.sort-by label {
margin-bottom: 0;
}
.mens-toolbar .pager {
padding: 5px 8px 3px 8px;
float: right;
width: 35.5%;
margin: 0;
}
.pager .limiter {
float: right;
color: #fff;
font-size: 0.8125em;
}
.pager .limiter select {
padding: 0;
margin: 0 0 1px;
vertical-align: middle;
color: #000;
}
select {
color: #000;
}
ul.dc_pagination li {
float: left;
margin: 0px;
margin-left: 5px;
padding: 0px;
}
ul.dc_pagination li a {
color: #fff;
display: block;
padding: 2px 4px 0px 0px;
text-decoration: none;
font-size: 0.8125em;
border: none;
border-radius: inherit;
background: none;
}
.pager .limiter label {
color: #fff;
margin-bottom: 0;
font-weight: 500;
}
.span_1_of_single1 {
width: 30.7%;
border: 1px solid #fff;
text-align: center;
padding: 0 0 1em 0;
}
.span_1_of_single1:hover {
border: 1px solid #DDD;
}
.col_1_of_single1 {
display: block;
float: left;
margin: 1% 0 1% 3.6%;
}
.col_1_of_single1:first-child {
margin-left: 0;
}
.span_1_of_single1 h3, .span_1_of_single1 h4, .grid_1 h3 {
font-size: 0.85em;
font-weight: 500;
color: #000;
margin-bottom: 0;
}
.span_1_of_single1 p, .grid_1 p {
font-size: 0.8125em;
color: #968F88;
margin: 5px 0;
}
.span_1_of_single1 a {
text-decoration: none;
}
.span_2 {
margin-bottom: 3em;
}
.span_1_of_single1 img {
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.span_1_of_single1 img:hover {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
}
/*--single--*/
.images_3_of_2 {
width: 37.2%;
float: left;
margin-right: 2.6%;
}
.desc1 {
display: block;
float: left;
}
.span_3_of_2 {
width: 59.3333%;
}
.span_3_of_2 h1 {
color: #555;
font-size: 1.2em;
text-transform: uppercase;
margin-bottom: 10px;
}
p.m_5 {
font-size: 1.8em;
color: #555;
}
p.m_5 a {
color: #3e3f3f;
font-size: 13px;
}
.btn_form form input[type="submit"] {
cursor: pointer;
border: none;
outline: none;
display: inline-block;
font-size: 1em;
padding: 10px 34px;
background: #1bccf7;
color: #FFF;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn_form form input[type="submit"]:hover {
background: #e05b5b;
}
span.m_link a {
color: #555;
font-size: 0.85em;
text-decoration: underline;
text-transform: uppercase;
}
span.m_link a:hover {
text-decoration: none;
}
.btn_form {
margin: 2em 0;
}
p.m_text2 {
color: #777;
font-size: 0.85em;
line-height: 1.8em;
margin-top: 10px;
}
.slider_flex {
border: 1px solid #f0f0f0;
}
.toogle {
margin-top: 4%;
}
.toogle h2 {
color: #555;
font-size: 1.2em;
text-transform: uppercase;
margin-bottom: 10px;
}
.grid_1 {
text-align: center;
}
.grid_1 img, .span_1_of_single1 img {
margin-bottom: 1em;
display: inline-block;
}
.grid_1 a:hover {
text-decoration: none;
}
h4.head_single {
color: #555;
font-size: 1.2em;
text-transform: uppercase;
margin: 3em 0 0em;
}
.error-404.text-center {
min-height: 500px;
margin-top: 5em;
}
.error-404 h1 {
font-size: 12em;
font-weight: 700;
color: #1bccf7;
margin: 0;
padding: 0;
text-transform: uppercase;
}
.error-404 p {
color: #4f4844;
margin: 0;
font-size: 1.2em;
text-transform: uppercase;
}
a.b-home {
background: #4f4844;
padding: 0.8em 1.5em;
display: inline-block;
color: #FFF;
text-decoration: none;
margin-top: 1em;
}
a.b-home:hover {
background: #1bccf7;
}
/*--blog--*/
.grid_3 {
position: relative;
}
.blog-poast-admin {
position: absolute;
bottom: 8.6em;
left: 1.2em;
}
.blog-poast-admin img {
border-radius: 30em;
-webkit-border-radius: 30em;
-moz-border-radius: 30em;
-o-border-radius: 30em;
border: 4px solid #FFF;
}
.blog-poast-info {
background: #1bccf7;
padding: 0.8em 1em;
text-align: center;
}
.blog-poast-info ul li {
display: inline-table;
margin-right: 1em;
}
.blog-poast-info ul li {
color: #FFF;
font-size: 0.8125em;
}
.blog-poast-info ul li a {
color: #FFF;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.blog-poast-info ul li a:hover {
text-decoration: none;
}
.blog-poast-info ul li a:hover {
text-decoration: underline;
}
i.admin {
width: 20px;
height: 20px;
background: url(../images/img-sprite.png) no-repeat -118px -228px;
float: left;
}
i.date {
width: 20px;
height: 20px;
background: url(../images/img-sprite.png) no-repeat -141px -226px;
float: left;
}
i.comment {
width: 20px;
height: 20px;
background: url(../images/img-sprite.png) no-repeat -163px -226px;
float: left;
}
.blog-top {
padding-bottom: 2%;
}
.grid_3 p {
color: #555;
font-size: 0.85em;
line-height: 1.8em;
margin-top: 3%;
}
.grid_3 h3 {
text-transform: uppercase;
font-size: 1.2em;
margin-bottom: 1em;
}
.button {
margin-top: 20px;
}
.button a {
color: #e05b5b;
font-size: 0.85em;
text-transform: uppercase;
font-weight: bold;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
}
.button a:hover {
text-decoration: none;
color: #1bccf7;
-webkit-transform: rotateY(-200deg);
-moz-transform: rotateY(-200deg);
-ms-transform: rotateY(-200deg);
transform: rotateY(-200deg);
}
.grid_3 {
margin-bottom: 3em;
}
p.m_10 {
font-size: 0.85em;
color: #555;
line-height: 1.8em;
padding: 2% 0;
}
p.m_11 {
font-size: 0.85em;
color: #555;
line-height: 1.8em;
}
.comments-area {
margin-top: 4em;
}
.comments-area h3 {
font-size: 1.5em;
color: #555;
text-transform: uppercase;
margin-bottom: 0.5em;
}
.comments-area p {
position: relative;
padding: 8px 0;
margin: 0;
}
.comments-area label {
display: block;
color: #999;
font-weight: 500;
font-size: 0.85em;
}
.comments-area span {
color: #e4411b;
position: absolute;
left: 4px;
top: 30px;
}
.comments-area input[type="text"] {
padding: 15px 20px;
width: 80%;
color: #999;
font-size: 13px;
border: none;
background: #f0f0f0;
outline: none;
display: block;
-webkit-appearance: none;
}
.comments-area textarea {
padding: 15px 30px;
width: 80%;
color: #999;
font-size: 13px;
outline: none;
height: 200px;
display: block;
border: none;
background: #f0f0f0;
-webkit-appearance: none;
}
.comments-area input[type="submit"] {
padding: 15px 20px;
color: #fff;
background: #F94B4B;
font-size: 1em;
border: none;
outline: none;
cursor: pointer;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.comments-area input[type="submit"]:hover {
background: #1bccf7;
-webkit-transform: rotateY(-15deg);
-moz-transform: rotateY(-15deg);
-ms-transform: rotateY(-15deg);
transform: rotateY(-15deg);
}
/*--login--*/
.login-left h3, .login-right h3 {
color: #585686;
font-size: 1em;
text-transform: uppercase;
font-weight: 600;
padding-bottom: 0.5em;
}
.login-left p, .login-right p {
color: #886C58;
display: block;
font-size: 0.85em;
margin: 0 0 1.5em 0;
line-height: 1.8em;
}
.acount-btn {
background: #1bccf7;
color: #FFF;
font-size: 0.8em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
}
.acount-btn:hover, .login-right input[type="submit"]:hover {
background: #000;
text-decoration: none;
color: #fff;
}
.login-right form {
padding: 1em 0;
}
.login-right form div {
padding: 0 0 1.5em 0;
}
.login-right span {
color: #555;
font-size: 0.8125em;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
}
.login-right input[type="text"] {
border: 1px solid #DDDBDB;
outline-color: #fb4d01;
width: 96%;
font-size: 0.8125em;
padding: 10px;
-webkit-appearance: none;
}
.login-right input[type="submit"] {
background: #1bccf7;
color: #FFF;
font-size: 0.8em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border: none;
outline: none;
}
.login-right input[type="submit"]:hover {
background: #000;
}
a.forgot {
font-size: 0.8125em;
}
h4.title {
color: #000;
margin-bottom: 0.5em;
text-transform: uppercase;
border-bottom: 1px solid #DFDDDD;
padding-bottom: 13px;
}
p.cart {
color: #999;
line-height: 1.8em;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3, .register-middle-grid h3 {
color: #585686;
font-size: 1em;
padding-bottom: 5px;
margin: 0;
font-weight: 600;
}
.register-top-grid div, .register-bottom-grid div, .register-middle-grid div {
width: 48%;
float: left;
margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span, .register-middle-grid span {
color: #999;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
font-size: 0.8125em;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"], .register-middle-grid input[type="text"] {
border: 1px solid #EEE;
outline-color: #FF5B36;
width: 96%;
font-size: 1em;
padding: 0.5em;
-webkit-appearance: none;
}
.checkbox {
margin-bottom: 4px;
padding-left: 27px;
font-size: 1.1em;
line-height: 27px;
cursor: pointer;
}
.checkbox {
position: relative;
color: #555;
}
.checkbox:last-child {
margin-bottom: 0;
}
.news-letter {
color: #555;
font-weight: 600;
font-size: 0.85em;
margin-bottom: 1em;
display: block;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
clear: both;
}
.checkbox i {
position: absolute;
bottom: 5px;
left: 0;
display: block;
width: 20px;
height: 20px;
outline: none;
border: 2px solid #D2CF99;
}
.checkbox input + i:after {
content: '';
background: url("../images/tick1.png") no-repeat 1px 2px;
top: -1px;
left: -1px;
width: 15px;
height: 15px;
font: normal 12px/16px FontAwesome;
text-align: center;
}
.checkbox input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.checkbox input {
position: absolute;
left: -9999px;
}
.checkbox input:checked + i:after {
opacity: 1;
}
.news-letter:hover {
color: #00BFF0;
}
.register-but {
margin-top: 1em;
}
.register-but form input[type="submit"] {
background: #df1f26;
color: #FFF;
font-size: 0.8em;
padding: 0.8em 2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border: none;
outline: none;
}
.register-but input[type="submit"]:hover {
background: #000;
}
div.register-bottom-grid {
margin-top: 3em;
}
/*--contact--*/
.to input[type="text"] {
padding: 10px;
width: 29%;
font-size: 0.85em;
margin: 10px 0;
border: 1px solid #DDD;
color: #CBCBCB;
background: none;
float: left;
outline: none;
-webkit-appearance: none;
}
.text {
float: left;
width: 63%;
}
.text input[type="text"], .text textarea {
width: 96.5%;
font-size: 0.85em;
margin: 10px 0;
border: 1px solid #DDD;
color: #CBCBCB;
outline: none;
background: none;
height: 100px;
padding: 10px;
resize: none;
-webkit-appearance: none;
}
.form-submit {
float: left;
margin: 10px 0px 0 6px;
}
.form-submit input[type="submit"] {
background: #1bccf7;
color: #FFF;
font-size: 0.8em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border: none;
outline: none;
}
.form-submit input[type="submit"]:hover {
background: #e05b5b;
}
.contact-top h1 {
color: #555;
font-size: 1.5em;
text-transform: uppercase;
margin-bottom: 1em;
}
.contact-top_right h2 {
color: #555;
font-size: 1.5em;
text-transform: uppercase;
margin-bottom: 1em;
}
ul.list {
padding: 0;
list-style: none;
}
ul.list li {
color: #555;
font-size: 0.8125em;
line-height: 2.5em;
text-transform: uppercase;
}
ul.list li a {
color: #000;
}
.map {
margin-top: 3em;
}
.map iframe {
border: none;
width: 100%;
min-height: 300px;
}
.wishlist {
min-height: 500px;
}
/*--responsive design--*/
@media (max-width: 1280px) {
.search {
width: 65%;
}
.search input[type="text"] {
width: 75%;
}
ul.bag {
width: 29%;
}
ul.clock {
width: 37%;
}
.header_bottom_right {
width: 50%;
}
.search {
width: 60%;
margin-right: 5%;
}
ul.bag {
width: 35%;
}
ul.list1 li.list1_right p {
font: 500 13px/14px 'Raleway', sans-serif;
margin-top: 28px;
line-height: 1.5em;
}
.column_center h1 {
font: 600 27px/27px 'Raleway', sans-serif;
}
.desc h3 {
font-size: 1em;
}
.link {
background: url(../images/cart.png) no-repeat 2px 1px;
padding: 5px 5px 10px 28px;
font-size: 12px;
}
span.m_1, span.m_2 {
padding: 7px 0;
}
.link1 {
background: url(../images/arrow.png) no-repeat 2px 1px;
padding: 5px 5px 5px 25px;
font-size: 12px;
}
}
@media (max-width: 1024px) {
.search {
width: 52%;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 13px 9px #e05b5b;
padding: 10.5px 25px;
}
.search input[type="submit"]:hover {
background: url('../images/search.png') no-repeat 24px 10px #1bccf7;
}
.search input[type="text"] {
padding: 13px;
}
i.bag_left {
width: 40px;
height: 44px;
background: url(../images/img-sprite.png) no-repeat -52px 2px #e05b5b;
}
ul.bag li.bag_right {
padding: 15px 3px;
width: 65px;
}
ul.bag {
width: 31%;
}
.heart {
bottom: 108px;
right: 170px;
}
.grid-flex h4 {
font-size: 0.85em;
}
.nbs-flexisel-item p {
font-size: 0.85em;
}
.link2 {
background: url(../images/cart1.png) no-repeat 5px 2px;
padding: 10px 15px 10px 45px;
font-size: 14px;
}
.thumb {
width: 273px;
height: 230px;
background-size: 100%;
}
span.countDays, span.countHours, span.countMinutes {
margin-right: 17px;
}
ul.navigation li {
margin-right: -7px;
font-size: 11px;
}
p.timeRefDays {
padding-left: 8px;
}
.thumb_desc h3 {
font-size: 1.3em;
}
.link3 {
font-size: 25px;
}
.right-grid {
width: 72%;
margin-right: 3%;
}
.right-grid p {
font-size: 0.8125em;
}
.mens-toolbar .pager {
width: 42.5%;
}
.mens-toolbar .sort {
width: 31.5%;
}
.images_3_of_2 {
width: 46.2%;
margin-right: 2.6%;
}
.span_3_of_2 {
width: 50.3333%;
}
span.reducedfrom {
font-size: 22px;
}
.blog-poast-admin {
bottom: 9.6em;
}
.grid-flex {
min-height: 100px;
}
}
@media (max-width: 800px) {
.search {
width: 52%;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 13px 9px #e05b5b;
padding: 10.5px 25px;
}
.search input[type="submit"]:hover {
background: url('../images/search.png') no-repeat 13px 9px #1bccf7;
}
.search input[type="text"] {
padding: 13px;
}
i.bag_left {
width: 40px;
height: 44px;
background: url(../images/img-sprite.png) no-repeat -52px 2px #e05b5b;
}
ul.bag li.bag_right {
padding: 15px 3px;
}
ul.bag {
width: 31%;
}
.box2, .box3, .box4, .box5 {
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
}
ul.list1 li.list1_right p {
font: 500 25px/25px 'Raleway', sans-serif;
margin-top: 37px;
}
.box_inner {
text-align: center;
}
.box_inner img {
display: inline-block;
}
.heart {
bottom: 108px;
right: 445px;
}
.link2 {
padding: 10px 15px 10px 40px;
font-size: 12px;
}
.grid-flex h4 {
font-size: 12px;
}
.m_3 {
margin-top: 1.5em;
}
.grid-flex {
min-height: 100px;
}
.span_1 {
margin-bottom: 2em;
}
.timer_box {
margin-bottom: 3em;
}
.sidebar {
margin-bottom: 2em;
}
.single_top {
margin-bottom: 4em;
}
.men {
padding: 5em 0 2em;
}
.login-left {
margin-bottom: 3em;
}
}
@media (max-width: 768px) {
.header_bottom {
padding: 1em 0 1em;
}
.thumb {
border-bottom: none;
}
.thumb_desc {
border-top: 3px solid #8cb273;
}
.content_bottom {
margin-bottom: 3em;
}
.blog-poast-admin {
bottom: 8.6em;
}
.cssmenu ul li a {
margin: 10px 5px;
}
.header-top-left {
width: 49.5%;
}
.col-md-4.contact-top_right {
margin-top: 3em;
}
.header_bottom_right {
width: 55%;
}
.header_bottom_left {
width: 42%;
}
.search {
width: 64%;
}
.col-sm-3.grid_1 {
width: 50%;
float: left;
}
}
@media (max-width: 667px) {
.header_bottom_left {
width: 45%;
}
ul.bag {
width: 0;
}
}
@media (max-width: 640px) {
.header_bottom_left {
width: 46%;
}
.header_bottom_right {
width: 44%;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 7px 8px #e05b5b;
padding: 9.5px 20px;
}
.search input[type="text"] {
padding: 12px;
}
.search input[type="submit"]:hover {
background: url('../images/search.png') no-repeat 7px 8px #1bccf7;
}
ul.bag li.bag_right {
display: none;
}
i.bag_left {
width: 40px;
height: 42px;
background: url(../images/img-sprite.png) no-repeat -52px 1px #E05B5C;
}
.search {
width: 63%;
}
.images_3_of_2 {
width: 100%;
margin-right: 0;
float: none;
}
.span_3_of_2 {
width: 100%;
float: none;
}
.header-top-left {
display: none;
}
.cssmenu ul {
float: none;
text-align: center;
}
ul.bag, ul.clock {
display: none;
}
.logo img {
width: 90px;
}
.logo {
width: 100%;
float: none;
margin-right: 0;
padding-top: 5px;
}
.search {
width: 100%;
}
.header_bottom {
padding: 1em 0;
}
}
@media (max-width: 480px) {
ul.list1 li.list1_right p {
font: 500 16px/16px 'Raleway', sans-serif;
margin-top: 40px;
}
.column_center h1 {
font: 600 18px/18px 'Raleway', sans-serif;
}
.column_center h2 {
font: 500 14px/20px 'Raleway', sans-serif;
}
.heart {
bottom: 108px;
right: 236px;
}
.right-grid {
width: 67%;
margin-right: 3%;
}
.right-grid a {
font-size: 14px;
}
ul.footer_nav li a {
margin: 0 4px;
}
.men {
padding: 2em 0 2em;
}
.grid_1 img, .span_1_of_single1 img {
margin-bottom: 0;
}
p.m_text2 {
margin: 10px 0 20px;
}
.blog-poast-admin {
bottom: 9.6em;
width: 16%;
}
.comments-area input[type="text"], .comments-area textarea {
padding: 10px;
width: 98%;
}
.comments-area input[type="submit"] {
padding: 10px 10px;
font-size: 0.85em;
}
.to input[type="text"] {
width: 100%;
float: none;
margin-left: 0 !important;
}
text input[type="text"], .text textarea {
width: 100%;
}
.text {
float: none;
width: 100%;
}
.form-submit {
float: none;
margin: 0;
}
.error-404 h1 {
font-size: 6em;
}
}
@media (max-width: 320px) {
.logo img {
width: 80px;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 5px 6px #e05b5b;
padding: 7.5px 17px;
}
.search input[type="submit"]:hover {
background: url('../images/search.png') no-repeat 5px 6px #1bccf7;
}
.search input[type="text"] {
padding: 10px;
}
ul.list1 li.list1_right p {
font: 500 13px/18px 'Raleway', sans-serif;
margin-top: 32px;
}
.box2, .box3, .box4, .box5 {
min-height: 50px;
}
.column_center h1 {
font: 600 15px/23px 'Raleway', sans-serif;
}
ul.sellers li.sellers_desc h2, ul.spinner li.spinner_head h3 {
font: 700 20px/30px 'Raleway', sans-serif;
}
.heart {
bottom: 108px;
right: 178px;
}
.thumb {
width: 233px;
height: 212px;
background-size: 100%;
}
.thumb_desc h3 {
font-size: 1.1em;
}
.link3 {
background: url(../images/cart2.png) no-repeat 5px 5px;
padding: 15px 0 10px 60px;
font-size: 20px;
}
.left-grid {
width: 26%;
}
.but {
margin-top: 1em;
}
.content_middle_bottom {
padding: 1em 0;
}
.map iframe {
min-height: 200px;
}
.mens-toolbar .sort {
width: 100%;
float: none;
}
.mens-toolbar .pager {
width: 100%;
float: none;
text-align: left;
}
.pager .limiter {
float: none;
}
.contact-top h1, .contact-top_right h2 {
font-size: 1.1em;
margin-bottom: 0.5em;
}
.span_3_of_2 h1 {
font-size: 1em;
}
p.m_5 {
font-size: 1.2em;
}
span.reducedfrom {
font-size: 13px;
}
.register-top-grid div, .register-bottom-grid div {
width: 100%;
float: none;
}
.blog-poast-admin {
bottom: 15.6em;
width: 20%;
}
.blog-poast-info ul li a {
font-size: 12px;
}
p.m_10 {
font-size: 0.8125em;
}
p.m_11 {
display: none;
}
.comments-area {
margin-top: 2em;
}
.comments-area {
margin-top: 2em;
}
.container {
padding: 0;
height: 100%;
}
.rslides img {
min-height: 120px;
}
.col-md-3.span_6 {
padding: 0;
}
.box_inner {
width: 50%;
float: left;
}
ul.list2 {
display: none;
}
.desc h3 {
font-size: 0.85em;
}
.desc h4 {
margin-bottom: 1em;
font-size: 0.8125em;
}
.content_middle {
padding: 2em 0;
}
ul.promote {
margin-bottom: 1em;
}
ul.promote li.promote_head h3 {
font-size: 1.5em;
}
.content_bottom {
margin-bottom: 1em;
}
ul.spinner {
padding: 5px 0;
margin: 0 0 1em;
}
.grid_2 {
padding: 1em 0 2em;
}
ul.sellers {
padding: 5px;
}
.pages {
padding: 0 15px;
}
.comments-area h3 {
font-size: 1.3em;
}
.span_2 {
margin-bottom: 1em;
}
.toogle {
margin-top: 4%;
padding: 0 15px;
}
h4.head_single {
margin: 2em 0 0em;
padding: 0 15px;
}
.table-responsive {
overflow: auto;
}
.table-responsive > .table tr th,
.table-responsive > .table tr td {
white-space: normal!important;
}
}
| 0.428233 | 0.060004 |
@import "../../css/colors.css";
@import "../../css/units.css";
.modal-content {
width: 600px;
}
.body {
background: $ui-white;
padding: 1.5rem 2.25rem;
}
[theme="dark"] .body {
background: $ui-secondary;
}
.visualization-container {
display: flex;
justify-content: space-around;
}
.meter-container, .waveform-container {
background: $ui-primary;
border: 1px solid $ui-black-transparent;
border-radius: 5px;
padding: 3px;
/* Force these to be on their own render layer because they update often */
transform: translateZ(0);
}
.meter-container {
margin-right: 5px;
height: 180px;
}
.waveform-container {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
height: 180px;
position: relative;
}
.help-text {
margin: 10px auto 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: rgb(167, 170, 181);
font-size: 0.95rem;
font-weight: 500;
}
.playing-text {
color: $motion-primary;
}
.recording-text {
color: $red-primary;
}
.main-button-row {
display: flex;
justify-content: space-around;
margin-top: 15px;
}
.main-button-row button {
padding: 0.5rem 0.75rem;
border-radius: 0.25rem;
background: transparent;
border: none;
}
.main-button-row button:disabled {
opacity: 0.25;
}
.main-button-row button:active, .main-button-row button:focus {
outline: none;
}
.button-row {
font-weight: bolder;
text-align: right;
display: flex;
justify-content: space-between;
}
.button-row button {
padding: 0.75rem 1rem;
border-radius: 0.25rem;
background: white;
border: 1px solid $ui-black-transparent;
font-weight: 600;
font-size: 0.85rem;
color: $motion-primary;
}
.button-row button.ok-button {
background: $motion-primary;
border: $motion-primary;
color: white;
}
.button-row button + button {
margin-left: 0.5rem;
}
.main-button {
text-align: center;
}
.record-button {
overflow: visible;
}
.record-button-circle {
fill: $red-primary;
stroke: $red-tertiary;
}
.record-button-circle-outline {
fill: $red-primary;
opacity: 0.2;
transition: 0.1s;
}
[dir="rtl"] .rerecord-button img {
transform: scaleX(-1);
}
|
src/components/record-modal/record-modal.css
|
@import "../../css/colors.css";
@import "../../css/units.css";
.modal-content {
width: 600px;
}
.body {
background: $ui-white;
padding: 1.5rem 2.25rem;
}
[theme="dark"] .body {
background: $ui-secondary;
}
.visualization-container {
display: flex;
justify-content: space-around;
}
.meter-container, .waveform-container {
background: $ui-primary;
border: 1px solid $ui-black-transparent;
border-radius: 5px;
padding: 3px;
/* Force these to be on their own render layer because they update often */
transform: translateZ(0);
}
.meter-container {
margin-right: 5px;
height: 180px;
}
.waveform-container {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
height: 180px;
position: relative;
}
.help-text {
margin: 10px auto 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: rgb(167, 170, 181);
font-size: 0.95rem;
font-weight: 500;
}
.playing-text {
color: $motion-primary;
}
.recording-text {
color: $red-primary;
}
.main-button-row {
display: flex;
justify-content: space-around;
margin-top: 15px;
}
.main-button-row button {
padding: 0.5rem 0.75rem;
border-radius: 0.25rem;
background: transparent;
border: none;
}
.main-button-row button:disabled {
opacity: 0.25;
}
.main-button-row button:active, .main-button-row button:focus {
outline: none;
}
.button-row {
font-weight: bolder;
text-align: right;
display: flex;
justify-content: space-between;
}
.button-row button {
padding: 0.75rem 1rem;
border-radius: 0.25rem;
background: white;
border: 1px solid $ui-black-transparent;
font-weight: 600;
font-size: 0.85rem;
color: $motion-primary;
}
.button-row button.ok-button {
background: $motion-primary;
border: $motion-primary;
color: white;
}
.button-row button + button {
margin-left: 0.5rem;
}
.main-button {
text-align: center;
}
.record-button {
overflow: visible;
}
.record-button-circle {
fill: $red-primary;
stroke: $red-tertiary;
}
.record-button-circle-outline {
fill: $red-primary;
opacity: 0.2;
transition: 0.1s;
}
[dir="rtl"] .rerecord-button img {
transform: scaleX(-1);
}
| 0.518059 | 0.054929 |
body.bbPress #page .bbp-admin-links a {
padding: 4px
}
body.bbPress #page .bbp-admin-links a:hover {
color: #579dd2
}
body.bbPress #page .bbp-admin-links a a {
padding: 0
}
body.bbPress #page h2.page-title {
padding-left: 0!important
}
body.bbPress #page .forum-widgets .forum-widgets-more {
position: relative;
top: -16px;
left: 15px;
width: 400px
}
body.bbPress #page .forum-widgets .forum-widget {
float: left;
display: block;
width: 400px;
padding: 30px 15px
}
body.bbPress #page .forum-widgets .forum-widget h3 {
font-size: 16px;
text-transform: uppercase;
letter-spacing: .5px;
font-weight: 700;
border-bottom: 1px solid #F2F2F2;
padding-bottom: 2px;
margin-bottom: 10px
}
body.bbPress #page .forum-widgets .forum-widget ul {
margin: 2px 0;
list-style-type: none
}
body.bbPress #page .forum-widgets .forum-widget ul li {
margin: 5px 0;
padding-bottom: 8px;
border-bottom: 1px solid #F2F2F2
}
body.bbPress #page .forum-widgets .forum-widget ul li a {
font-style: normal!important;
font-size: 14px;
color: #656565;
margin-top: 0!important;
padding: 0 0 10px!important;
text-decoration: none
}
body.bbPress #page .forum-widgets .forum-widget ul li a:hover {
text-decoration: underline
}
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-forum-title,
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-reply-topic-title {
display: block;
padding: 7px 0!important;
font-weight: 700
}
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-author-avatar,
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-author-name {
padding: 4px 0
}
#bbpress-forums .bbp-breadcrumb {
display: block;
background-color: #fff!important;
color: #656565!important;
padding: 0 !important;
-webkit-border-radius: 3px;
direction: none;
-moz-border-radius: 3px;
border-radius: 0;
display: none;
width: 100%;
margin: 15px 0;
}
#bbpress-forums .bbp-breadcrumb p {
margin-bottom: 0!important;
font-size: 12px;
padding:10px 0;
font-weight: 700;
line-height: 22px
}
#bbpress-forums .bbp-breadcrumb a {
color: #475255;
font-size: 12px;
font-weight: 700
}
#bbpress-forums .bbp-topic-tags p {
font-style: normal!important;
font-size: 14px;
color: #656565;
margin-top: 0!important;
padding: 0 0 10px!important
}
#bbpress-forums .bbp-topic-tags a {
text-decoration: none
}
#bbpress-forums li.bbp-header {
background-color: #fff!important;
color: #272727!important;
padding: 12px!important
}
#bbpress-forums li.bbp-header .bbp-reply-content span {
color: #579DD2
}
#bbpress-forums li.bbp-header .bbp-reply-content span a {
font-weight: 400;
text-decoration: none;
font-size: 12px!important
}
#bbpress-forums ul li ul.forum-titles li {
text-transform: uppercase
}
#bbpress-forums ul li ul.forum-titles li.bbp-forum-freshness {
position: relative
}
#bbpress-forums li.bbp-body ul.forum {
padding: 20px!important
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info {
margin-top: 5px
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info a {
font-size: 18px;
color: #292723;
text-decoration: none;
font-weight: 400
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-content p {
font-style: normal!important;
font-size: 14px!important;
color: #656565;
margin-top: 0!important;
padding: 0 0 10px!important
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness a:first-child {
margin-left: 22px;
color: #656565!important
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness p span.bbp-topic-freshness-author a {
color: #656565!important
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness p span.bbp-topic-freshness-author a img {
margin-left: 6px!important
}
#bbpress-forums li.bbp-body ul.topic {
padding: 8px 8px 8px 12px!important
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title a.bbp-topic-permalink {
font-size: 18px;
color: #292723;
text-decoration: none;
font-weight: 700
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title p.bbp-topic-meta {
padding: 5px 0 0!important;
margin: 0 0 0!important
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title p.bbp-topic-meta a {
color: #656565!important
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-voice-count {
background-color: #F3F3F3;
font-size: 24px;
height: 41px;
margin-top: 4px;
padding-top: 9px;
width: 7%;
margin-left: 11px
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-reply-count {
background-color: #F3F3F3;
font-size: 24px;
height: 41px;
margin-top: 4px;
padding-top: 9px;
width: 7%;
margin-left: 30px
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness a:first-child {
margin-left: 22px;
color: #656565!important
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness p span.bbp-topic-freshness-author a {
color: #656565!important
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness p span.bbp-topic-freshness-author a img {
margin-left: 6px!important
}
#bbpress-forums li.bbp-body .topic .bbp-reply-author img.avatar {
display: block;
width: 50px;
height: 50px;
padding: 5px;
background-color: #EBEDEE;
border: 1px solid #D9DADB;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px
}
#bbpress-forums li.bbp-body .bbp-reply-content p {
font-style: normal!important;
font-size: 14px;
color: #656565;
margin-top: 0!important;
padding: 0 0 10px!important
}
#bbpress-forums .bbp-reply-author {
border-right: 1px solid #F2F2F2;
width: 110px!important
}
#bbpress-forums .bbp-reply-author img.avatar {
display: block;
width: 50px;
height: 50px;
padding: 5px!important;
background-color: #EBEDEE;
border: 1px solid #D9DADB!important;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px
}
#bbpress-forums .bbp-template-notice p,
#bbpress-forums .bbp-template-notice p.bbp-forum-description,
#bbpress-forums .bbp-template-notice p.bbp-topic-description {
padding: 0!important;
font-size: 14px!important
}
#bbpress-forums .bbp-pagination {
padding: 0
}
#bbpress-forums .bbp-pagination .page-numbers {
background-color: #fff;
border: 1px solid #E3E7EA;
margin-right: 2px;
padding: 5px 9px 4px;
font-weight: 700
}
#bbpress-forums .bbp-pagination a.page-numbers {
color: #656565;
text-decoration: none;
font-weight: 700
}
#bbpress-forums .bbp-pagination a.page-numbers:hover {
background-color: #F2F2F2;
text-decoration: none
}
#bbpress-forums fieldset.bbp-form {
border: 1px solid #ddd!important;
background-color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px
}
#bbpress-forums fieldset.bbp-form legend {
font-size: 16px;
padding: 11px!important;
position: relative;
text-transform: uppercase;
font-weight: 700
}
#bbpress-forums fieldset.bbp-form input {
border: 1px solid #E3E7EA;
background-color: #fff;
font-size: 14px;
padding: 5px
}
#bbpress-forums fieldset.bbp-form select {
width: 346px!important
}
#bbpress-forums fieldset.bbp-form p {
padding: 0 0!important;
font-size: 14px!important;
color: #656565;
margin-top: 0!important
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper {
float: left!important
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button {
padding: 6px 15px 6px!important;
font-size: 16px!important
}
.bbp-reply-content a,
.bbp-reply-content div,
.bbp-reply-content li,
.bbp-reply-content ol,
.bbp-reply-content p,
.bbp-reply-content ul {
font-size: 14px!important;
line-height: 1.5em!important
}
.bbp-reply-content h2,
.bbp-reply-content h3,
.bbp-reply-content h4,
.bbp-reply-content h5,
.bbp-reply-content h6 {
line-height: 1.1em!important
}
.bbp-reply-content h2 {
font-size: 23px
}
.bbp-reply-content h3 {
font-size: 21px
}
.bbp-reply-content h4 {
font-size: 19px
}
.bbp-reply-content h5 {
font-size: 17px
}
.bbp-reply-content h6 {
font-size: 15px
}
.bbp-reply-content ul {
margin: 0;
padding: 12px 0!important
}
.bbp-reply-content ul li {
list-style-type: disc!important;
margin-left: 18px!important
}
.bbp-reply-content ol {
margin: 0;
padding: 12px 0!important
}
.bbp-reply-content ol li {
list-style-type: decimal!important;
margin-left: 18px!important
}
.bbp-reply-content p {
padding: 12px 0
}
.bbp-reply-content blockquote {
padding: 24px;
margin: 12px 12px 12px 48px;
background-color: #f0f7fa
}
.bbp-reply-content blockquote p {
font-style: italic!important;
font-size: 15px!important;
color: #505050!important
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count {
background-color: #fff;
color: #292723;
font-size: 18px;
height: 50px;
padding: 5px;
line-height: 40px;
margin-left: 24px;
width: 70px
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
background-color: #fff;
color: #292723;
font-size: 18px;
height: 50px;
padding: 5px;
line-height: 40px;
margin-left: 35px;
width: 70px
}
#bbpress-forums hr {
margin: 0 0 24px
}
#bbpress-forums {
background: 0 0;
clear: both;
margin-bottom: 20px;
overflow: hidden;
font-size: 12px
}
#bbpress-forums div.even,
#bbpress-forums div.odd,
#bbpress-forums ul.even,
#bbpress-forums ul.odd {
background-color: #fff
}
#bbpress-forums div.reply {
height: auto
}
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header {
background-color: #f4f4f4
}
#bbpress-forums .status-spam.even,
#bbpress-forums .status-trash.even {
background-color: #fee
}
#bbpress-forums .status-spam.odd,
#bbpress-forums .status-trash.odd {
background-color: #fdd
}
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #ccc
}
#bbpress-forums ul {
list-style: none;
margin: 0;
padding: 0
}
#bbpress-forums li {
margin: 0;
list-style: none
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-topics {
font-size: 12px;
overflow: hidden;
border: 1px solid #F2F2F2;
margin-bottom: 20px;
clear: both
}
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
clear: both
}
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
background: #f3f3f3;
border-top: 1px solid #F2F2F2;
font-weight: 700;
padding: 8px;
text-align: center
}
#bbpress-forums li.bbp-header {
background: #eaeaea
}
#bbpress-forums li.bbp-header ul {
overflow: hidden
}
#bbpress-forums .bbp-forums-list {
margin: 0 0 0 5px;
padding-left: 15px;
border-left: 1px solid #ddd
}
#bbpress-forums .bbp-forums-list li {
display: inline;
font-size: 11px
}
#bbpress-forums li.bbp-footer p {
margin: 0;
line-height: 1em
}
#bbpress-forums .bbp-reply-content img,
#bbpress-forums .bbp-topic-content img {
max-width: 100%
}
#bbpress-forums .bbp-reply-content ul,
#bbpress-forums .bbp-topic-content ul {
list-style: square;
padding-left: 15px
}
#bbpress-forums .bbp-forum-content p {
margin: 5px 0 0;
font-style: italic
}
li.bbp-forum-info,
li.bbp-topic-title {
float: left;
text-align: left;
width: 55%
}
li.bbp-forum-reply-count,
li.bbp-forum-topic-count,
li.bbp-topic-reply-count,
li.bbp-topic-voice-count {
float: left;
text-align: center;
width: 10%
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
text-align: left;
float: left;
width: 25%
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
border-top: 1px solid #F2F2F2;
overflow: hidden
}
li.bbp-header div.bbp-reply-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-topic-content span#subscription-toggle {
float: right
}
#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-topic-author {
float: left;
text-align: center;
width: 115px
}
#bbpress-forums div.bbp-reply-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar {
border: none;
max-width: 80px;
padding: 0;
margin: 12px auto 0;
float: none
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name {
margin: 0 12px;
word-break: break-word
}
#bbpress-forums div.bbp-reply-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role {
font-size: 11px;
font-style: italic
}
#bbpress-forums div.bbp-reply-content,
#bbpress-forums div.bbp-topic-content {
margin-left: 140px;
padding: 12px 12px 12px 0;
text-align: left
}
#bbpress-forums li.bbp-footer .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-header .bbp-topic-author {
float: left;
margin: 0;
padding: 0;
width: 120px
}
#bbpress-forums li.bbp-footer .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-header .bbp-topic-content {
margin-left: 140px;
padding: 0;
text-align: left
}
div.bbp-reply-header,
div.bbp-topic-header,
li.bbp-body div.hentry {
margin-bottom: 0;
overflow: hidden;
padding: 8px
}
div.bbp-reply-header,
div.bbp-topic-header {
border-top: 1px solid #ddd;
clear: both
}
span.bbp-author-ip {
font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
font-size: 11px;
font-weight: 700;
color: #aaa
}
div.bbp-breadcrumb {
float: left;
padding:20px;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
font-size: 13px
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
margin-bottom: 10px
}
div.bbp-topic-tags {
float: right
}
span.bbp-admin-links {
float: right;
color: #ddd
}
span.bbp-admin-links a {
color: #bbb;
font-weight: 400;
font-size: 10px;
text-transform: uppercase;
text-decoration: none
}
fieldset span.bbp-admin-links {
float: left
}
tr td span.bbp-admin-links a:hover {
color: #ff4b33
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
width: 50%
}
.bbp-reply-header a.bbp-reply-permalink,
.bbp-topic-header a.bbp-topic-permalink {
float: right;
margin-left: 10px;
color: #ccc
}
.bbp-topic-action #favorite-toggle a {
text-decoration: none;
padding: 0 3px 1px;
color: #7c7;
border: 1px solid #aca;
background-color: #dfd;
font-weight: 700;
font-size: 13px
}
.bbp-topic-action #favorite-toggle a:hover {
color: #5a5;
border-color: #7c7;
background-color: #beb
}
.bbp-topic-action #favorite-toggle span.is-favorite a {
color: #faa;
border: 1px solid #faa;
background-color: #fee
}
.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
color: #c88;
border-color: #c88;
background-color: #fdd
}
.bbp-topic-action #subscription-toggle a {
text-decoration: none;
padding: 0 3px 1px;
color: #7c7;
border: 1px solid #aca;
background-color: #dfd;
font-weight: 700;
font-size: 13px
}
.bbp-topic-action #subscription-toggle a:hover {
color: #5a5;
border-color: #7c7;
background-color: #beb
}
.bbp-topic-action #subscription-toggle span.is-subscribed a {
color: #faa;
border: 1px solid #faa;
background-color: #fee
}
.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
color: #c88;
border-color: #c88;
background-color: #fdd
}
#bbpress-forums p.bbp-topic-meta {
margin: 5px 0;
font-size: 11px
}
#bbpress-forums p.bbp-topic-meta span {
white-space: nowrap
}
.bbp-pagination-count {
float: left
}
.bbp-pagination-links {
float: right
}
.bbp-pagination {
float: left;
width: 100%;
margin-bottom: 15px
}
.bbp-topic-pagination {
display: inline-block;
margin-left: 5px;
margin-bottom: 2px
}
.bbp-topic-pagination a {
font-size: 10px;
line-height: 10px;
padding: 1px 3px;
border: 1px solid #ddd;
text-decoration: none
}
#bbpress-forums fieldset.bbp-form {
clear: left;
padding: 10px 20px;
margin-bottom: 10px
}
#bbpress-forums fieldset.bbp-form label {
margin: 0;
display: inline-block
}
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-lost-pass fieldset label,
#bbp-register fieldset label {
width: 100px
}
#bbpress-forums fieldset.bbp-form input,
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form textarea {
margin: 0 0 8px
}
textarea#bbp_forum_content,
textarea#bbp_reply_content,
textarea#bbp_topic_content {
width: 97%;
box-sizing: border-box
}
textarea#bbp_forum_content {
height: 210px
}
#bbpress-forums fieldset.bbp-forum-form-attributes {
width: 200px;
float: right;
clear: none;
margin-left: 25px
}
#bbpress-forums fieldset select#bbp_forum_id {
max-width: 200px
}
.bbp-reply-form,
.bbp-topic-form,
.bbp-topic-tag-form {
clear: left
}
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img,
body.topic-edit .bbp-topic-form div.avatar img {
margin-right: 0;
padding: 10px;
border: 1px solid #ddd;
line-height: 0;
background-color: #efefef
}
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.reply-edit .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.topic-edit .bbp-topic-form code {
font-size: 10px;
background-color: #f0fff8;
border: 1px solid #CEEFE1;
display: block;
padding: 8px;
margin-top: 5px;
width: 369px
}
#delete_tag,
#merge_tag {
display: inline
}
div.bbp-submit-wrapper {
margin-top: 15px;
float: right;
clear: both
}
p.form-allowed-tags {
width: 462px
}
#bbpress-forums div.bbp-the-content-wrapper {
margin-bottom: 10px
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
width: 100%;
margin: 0;
font-size: 12px
}
#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper td,
#bbpress-forums div.bbp-the-content-wrapper tr {
border: none;
padding: 0;
margin: 0;
width: auto;
line-height: 1em
}
#bbpress-forums div.bbp-the-content-wrapper input {
font-size: 12px;
padding: 5px;
line-height: 1em;
margin: 0
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
padding: 5px;
min-height: 26px
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
padding: 4px 4px 8px
}
#bbpress-forums div.wp-editor-container {
margin: 0;
padding: 0;
line-height: 0
}
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
line-height: 16px
}
#bbpress-forums #bbp-your-profile fieldset {
padding: 20px 20px 0
}
#bbpress-forums #bbp-your-profile fieldset div {
margin-bottom: 20px;
float: left;
width: 100%;
clear: left
}
#bbpress-forums #bbp-your-profile fieldset select {
margin-bottom: 0
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
margin-bottom: 0;
width: 60%;
background: #f9f9f9;
border: 1px solid #ddd;
box-shadow: none;
padding: 5px 8px;
border-radius: 0
}
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
border: 1px solid #ccc;
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
outline-color: rgba(240, 255, 240, .1)
}
#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
width: auto
}
#bbpress-forums #bbp-your-profile fieldset legend {
display: none
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
float: left;
width: 20%;
padding: 5px 20px 5px 0;
text-align: right;
cursor: pointer
}
#bbpress-forums #bbp-your-profile fieldset dl label[for] {
text-align: left;
width: 60%
}
#bbpress-forums #bbp-your-profile fieldset span.description {
margin: 5px 0 0 20%;
font-size: 12px;
font-style: italic;
float: left;
clear: left;
width: 60%;
padding: 5px 8px;
border: #cee1ef 1px solid;
background-color: #f0f8ff
}
#bbpress-forums #bbp-your-profile fieldset fieldset {
margin: 0;
border: none;
padding: 0;
clear: none;
float: none
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
width: 60%;
display: inline
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
width: 100%
}
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
margin: 0
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
margin-left: 0;
margin-bottom: 20px
}
#bbpress-forums #bbp-your-profile fieldset.submit button {
float: right
}
div.bbp-template-notice,
div.indicator-hint {
border-width: 1px;
border-style: solid;
padding: 0 .6em;
margin: 5px 0 15px;
border-radius: 0;
background-color: #ffffe0;
border-color: #e6db55;
color: #fff;
clear: both
}
div.bbp-template-notice a {
color: #ffffff;
text-decoration: none
}
div.bbp-template-notice a:hover {
color: #292723
}
div.bbp-template-notice.info {
border: #cee1ef 1px solid;
color:#ffffff !important;
background-color: #f0f8ff
}
div.bbp-template-notice.info a,
div.bbp-template-notice.info .bbp-topic-description {
color:#ffffff !important;
}
div.bbp-template-notice.important {
border: #e6db55 1px solid;
background-color: #fffbcc
}
div.bbp-template-notice.error,
div.bbp-template-notice.warning {
background-color: #ffebe8;
border-color: #c00
}
div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
color: #c00
}
div.bbp-template-notice p {
margin: .5em 0 6px!important;
padding: 2px;
font-size: 12px;
line-height: 140%
}
.bbp-forum-content ul.sticky,
.bbp-topics ul.sticky,
.bbp-topics ul.super-sticky,
.bbp-topics-front ul.super-sticky {
background-color: #ffffe0!important;
font-size: 1.1em
}
#bbpress-forums .bbp-reply-revision-log,
#bbpress-forums .bbp-topic-revision-log {
border-top: 1px dotted #ddd;
list-style: none;
width: 100%;
margin: 0;
padding: 8px 0 0;
font-size: 11px;
color: #aaa
}
.bbp-login-form fieldset legend {
display: none
}
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input,
.bbp-login-form .bbp-username input {
padding: 5px
}
.bbp-login-form label {
width: 140px;
display: inline-block
}
#sidebar .bbp-login-form label {
width: 70px
}
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper,
.bbp-login-form .bbp-username {
margin-top: 10px
}
.bbp-login-form .bbp-submit-wrapper {
text-align: right
}
.bbp-login-form .bbp-login-links a {
float: left;
clear: left
}
.bbp-logged-in img.avatar {
float: left;
margin: 0 15px 0 0
}
.bbp-logged-in h4 {
font-weight: 700;
font-size: 1.3em;
clear: none;
margin-bottom: 10px
}
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar {
float: none;
margin-bottom: 5px;
border: 3px double #ddd
}
fieldset div.avatar {
float: right
}
.activity-list li.bbp_reply_create .activity-content .activity-inner,
.activity-list li.bbp_topic_create .activity-content .activity-inner {
border-left: 2px solid #eaeaea;
margin-left: 5px;
padding-left: 10px
}
#bbpress-forums h1 {
clear: none;
font-size: 1.8em;
line-height: 1em;
padding-bottom: 10px
}
#bbpress-forums #bbp-user-wrapper {
float: left;
width: 100%
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
font-size: 1.4em;
margin: 0;
padding-bottom: 10px;
padding-top: 0;
clear: none
}
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics {
clear: none
}
#bbpress-forums #bbp-single-user-details {
margin: 0;
width: 150px;
float: left;
overflow: hidden
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
margin: 0;
width: 150px
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
border: none;
height: 150px;
padding: 0;
margin: 0 0 20px;
width: 150px
}
#bbpress-forums #bbp-single-user-details #bbp-user-description {
float: none;
margin-left: 180px
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
float: none;
margin: 0
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
margin: 0
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
padding: 5px 8px;
display: block;
border: 1px solid transparent;
text-decoration: none
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
background: #F2F2F2;
opacity: .8
}
#bbpress-forums #bbp-user-body {
margin-left: 180px
}
body.my-account #bbpress-forums {
border-top: none;
padding-top: 0;
margin-bottom: 0
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count:hover,
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count:hover {
color: #fff
}
#bbpress-forums dl.bbp-user-capabilities {
display: inline-block;
vertical-align: top
}
#bbpress-forums dl.bbp-user-capabilities dt {
margin: 0 0 10px;
text-transform: capitalize
}
#bbpress-forums dl.bbp-user-capabilities dd {
margin: 0;
padding: 0
}
#bbpress-forums div.row-actions {
font-size: 11px;
visibility: hidden
}
#bbpress-forums li:hover>div.row-actions {
visibility: visible
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
font-size: 15px;
border: 1px solid #eee;
border-radius: 5px;
font-weight: 600;
color: #333 !important;
}
#bbpress-forums li {
font-size: 13px;
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count {
margin-left: 40px;
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count {
margin-right: 15px;
}
li.bbp-forum-reply-count,
li.bbp-forum-topic-count,
li.bbp-topic-reply-count,
li.bbp-topic-voice-count {
float: right;
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-topics {
margin: 0;
}
.bbp-forum-info img {
max-width: 40px;
margin: 5px 20px 0 0;
}
|
web/bundles/front/css/bbpress.css
|
body.bbPress #page .bbp-admin-links a {
padding: 4px
}
body.bbPress #page .bbp-admin-links a:hover {
color: #579dd2
}
body.bbPress #page .bbp-admin-links a a {
padding: 0
}
body.bbPress #page h2.page-title {
padding-left: 0!important
}
body.bbPress #page .forum-widgets .forum-widgets-more {
position: relative;
top: -16px;
left: 15px;
width: 400px
}
body.bbPress #page .forum-widgets .forum-widget {
float: left;
display: block;
width: 400px;
padding: 30px 15px
}
body.bbPress #page .forum-widgets .forum-widget h3 {
font-size: 16px;
text-transform: uppercase;
letter-spacing: .5px;
font-weight: 700;
border-bottom: 1px solid #F2F2F2;
padding-bottom: 2px;
margin-bottom: 10px
}
body.bbPress #page .forum-widgets .forum-widget ul {
margin: 2px 0;
list-style-type: none
}
body.bbPress #page .forum-widgets .forum-widget ul li {
margin: 5px 0;
padding-bottom: 8px;
border-bottom: 1px solid #F2F2F2
}
body.bbPress #page .forum-widgets .forum-widget ul li a {
font-style: normal!important;
font-size: 14px;
color: #656565;
margin-top: 0!important;
padding: 0 0 10px!important;
text-decoration: none
}
body.bbPress #page .forum-widgets .forum-widget ul li a:hover {
text-decoration: underline
}
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-forum-title,
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-reply-topic-title {
display: block;
padding: 7px 0!important;
font-weight: 700
}
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-author-avatar,
body.bbPress #page .forum-widgets .forum-widget ul li a.bbp-author-name {
padding: 4px 0
}
#bbpress-forums .bbp-breadcrumb {
display: block;
background-color: #fff!important;
color: #656565!important;
padding: 0 !important;
-webkit-border-radius: 3px;
direction: none;
-moz-border-radius: 3px;
border-radius: 0;
display: none;
width: 100%;
margin: 15px 0;
}
#bbpress-forums .bbp-breadcrumb p {
margin-bottom: 0!important;
font-size: 12px;
padding:10px 0;
font-weight: 700;
line-height: 22px
}
#bbpress-forums .bbp-breadcrumb a {
color: #475255;
font-size: 12px;
font-weight: 700
}
#bbpress-forums .bbp-topic-tags p {
font-style: normal!important;
font-size: 14px;
color: #656565;
margin-top: 0!important;
padding: 0 0 10px!important
}
#bbpress-forums .bbp-topic-tags a {
text-decoration: none
}
#bbpress-forums li.bbp-header {
background-color: #fff!important;
color: #272727!important;
padding: 12px!important
}
#bbpress-forums li.bbp-header .bbp-reply-content span {
color: #579DD2
}
#bbpress-forums li.bbp-header .bbp-reply-content span a {
font-weight: 400;
text-decoration: none;
font-size: 12px!important
}
#bbpress-forums ul li ul.forum-titles li {
text-transform: uppercase
}
#bbpress-forums ul li ul.forum-titles li.bbp-forum-freshness {
position: relative
}
#bbpress-forums li.bbp-body ul.forum {
padding: 20px!important
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info {
margin-top: 5px
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info a {
font-size: 18px;
color: #292723;
text-decoration: none;
font-weight: 400
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-content p {
font-style: normal!important;
font-size: 14px!important;
color: #656565;
margin-top: 0!important;
padding: 0 0 10px!important
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness a:first-child {
margin-left: 22px;
color: #656565!important
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness p span.bbp-topic-freshness-author a {
color: #656565!important
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness p span.bbp-topic-freshness-author a img {
margin-left: 6px!important
}
#bbpress-forums li.bbp-body ul.topic {
padding: 8px 8px 8px 12px!important
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title a.bbp-topic-permalink {
font-size: 18px;
color: #292723;
text-decoration: none;
font-weight: 700
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title p.bbp-topic-meta {
padding: 5px 0 0!important;
margin: 0 0 0!important
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title p.bbp-topic-meta a {
color: #656565!important
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-voice-count {
background-color: #F3F3F3;
font-size: 24px;
height: 41px;
margin-top: 4px;
padding-top: 9px;
width: 7%;
margin-left: 11px
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-reply-count {
background-color: #F3F3F3;
font-size: 24px;
height: 41px;
margin-top: 4px;
padding-top: 9px;
width: 7%;
margin-left: 30px
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness a:first-child {
margin-left: 22px;
color: #656565!important
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness p span.bbp-topic-freshness-author a {
color: #656565!important
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness p span.bbp-topic-freshness-author a img {
margin-left: 6px!important
}
#bbpress-forums li.bbp-body .topic .bbp-reply-author img.avatar {
display: block;
width: 50px;
height: 50px;
padding: 5px;
background-color: #EBEDEE;
border: 1px solid #D9DADB;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px
}
#bbpress-forums li.bbp-body .bbp-reply-content p {
font-style: normal!important;
font-size: 14px;
color: #656565;
margin-top: 0!important;
padding: 0 0 10px!important
}
#bbpress-forums .bbp-reply-author {
border-right: 1px solid #F2F2F2;
width: 110px!important
}
#bbpress-forums .bbp-reply-author img.avatar {
display: block;
width: 50px;
height: 50px;
padding: 5px!important;
background-color: #EBEDEE;
border: 1px solid #D9DADB!important;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px
}
#bbpress-forums .bbp-template-notice p,
#bbpress-forums .bbp-template-notice p.bbp-forum-description,
#bbpress-forums .bbp-template-notice p.bbp-topic-description {
padding: 0!important;
font-size: 14px!important
}
#bbpress-forums .bbp-pagination {
padding: 0
}
#bbpress-forums .bbp-pagination .page-numbers {
background-color: #fff;
border: 1px solid #E3E7EA;
margin-right: 2px;
padding: 5px 9px 4px;
font-weight: 700
}
#bbpress-forums .bbp-pagination a.page-numbers {
color: #656565;
text-decoration: none;
font-weight: 700
}
#bbpress-forums .bbp-pagination a.page-numbers:hover {
background-color: #F2F2F2;
text-decoration: none
}
#bbpress-forums fieldset.bbp-form {
border: 1px solid #ddd!important;
background-color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px
}
#bbpress-forums fieldset.bbp-form legend {
font-size: 16px;
padding: 11px!important;
position: relative;
text-transform: uppercase;
font-weight: 700
}
#bbpress-forums fieldset.bbp-form input {
border: 1px solid #E3E7EA;
background-color: #fff;
font-size: 14px;
padding: 5px
}
#bbpress-forums fieldset.bbp-form select {
width: 346px!important
}
#bbpress-forums fieldset.bbp-form p {
padding: 0 0!important;
font-size: 14px!important;
color: #656565;
margin-top: 0!important
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper {
float: left!important
}
#bbpress-forums fieldset.bbp-form .bbp-submit-wrapper button {
padding: 6px 15px 6px!important;
font-size: 16px!important
}
.bbp-reply-content a,
.bbp-reply-content div,
.bbp-reply-content li,
.bbp-reply-content ol,
.bbp-reply-content p,
.bbp-reply-content ul {
font-size: 14px!important;
line-height: 1.5em!important
}
.bbp-reply-content h2,
.bbp-reply-content h3,
.bbp-reply-content h4,
.bbp-reply-content h5,
.bbp-reply-content h6 {
line-height: 1.1em!important
}
.bbp-reply-content h2 {
font-size: 23px
}
.bbp-reply-content h3 {
font-size: 21px
}
.bbp-reply-content h4 {
font-size: 19px
}
.bbp-reply-content h5 {
font-size: 17px
}
.bbp-reply-content h6 {
font-size: 15px
}
.bbp-reply-content ul {
margin: 0;
padding: 12px 0!important
}
.bbp-reply-content ul li {
list-style-type: disc!important;
margin-left: 18px!important
}
.bbp-reply-content ol {
margin: 0;
padding: 12px 0!important
}
.bbp-reply-content ol li {
list-style-type: decimal!important;
margin-left: 18px!important
}
.bbp-reply-content p {
padding: 12px 0
}
.bbp-reply-content blockquote {
padding: 24px;
margin: 12px 12px 12px 48px;
background-color: #f0f7fa
}
.bbp-reply-content blockquote p {
font-style: italic!important;
font-size: 15px!important;
color: #505050!important
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count {
background-color: #fff;
color: #292723;
font-size: 18px;
height: 50px;
padding: 5px;
line-height: 40px;
margin-left: 24px;
width: 70px
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
background-color: #fff;
color: #292723;
font-size: 18px;
height: 50px;
padding: 5px;
line-height: 40px;
margin-left: 35px;
width: 70px
}
#bbpress-forums hr {
margin: 0 0 24px
}
#bbpress-forums {
background: 0 0;
clear: both;
margin-bottom: 20px;
overflow: hidden;
font-size: 12px
}
#bbpress-forums div.even,
#bbpress-forums div.odd,
#bbpress-forums ul.even,
#bbpress-forums ul.odd {
background-color: #fff
}
#bbpress-forums div.reply {
height: auto
}
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header {
background-color: #f4f4f4
}
#bbpress-forums .status-spam.even,
#bbpress-forums .status-trash.even {
background-color: #fee
}
#bbpress-forums .status-spam.odd,
#bbpress-forums .status-trash.odd {
background-color: #fdd
}
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #ccc
}
#bbpress-forums ul {
list-style: none;
margin: 0;
padding: 0
}
#bbpress-forums li {
margin: 0;
list-style: none
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-topics {
font-size: 12px;
overflow: hidden;
border: 1px solid #F2F2F2;
margin-bottom: 20px;
clear: both
}
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
clear: both
}
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
background: #f3f3f3;
border-top: 1px solid #F2F2F2;
font-weight: 700;
padding: 8px;
text-align: center
}
#bbpress-forums li.bbp-header {
background: #eaeaea
}
#bbpress-forums li.bbp-header ul {
overflow: hidden
}
#bbpress-forums .bbp-forums-list {
margin: 0 0 0 5px;
padding-left: 15px;
border-left: 1px solid #ddd
}
#bbpress-forums .bbp-forums-list li {
display: inline;
font-size: 11px
}
#bbpress-forums li.bbp-footer p {
margin: 0;
line-height: 1em
}
#bbpress-forums .bbp-reply-content img,
#bbpress-forums .bbp-topic-content img {
max-width: 100%
}
#bbpress-forums .bbp-reply-content ul,
#bbpress-forums .bbp-topic-content ul {
list-style: square;
padding-left: 15px
}
#bbpress-forums .bbp-forum-content p {
margin: 5px 0 0;
font-style: italic
}
li.bbp-forum-info,
li.bbp-topic-title {
float: left;
text-align: left;
width: 55%
}
li.bbp-forum-reply-count,
li.bbp-forum-topic-count,
li.bbp-topic-reply-count,
li.bbp-topic-voice-count {
float: left;
text-align: center;
width: 10%
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
text-align: left;
float: left;
width: 25%
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
border-top: 1px solid #F2F2F2;
overflow: hidden
}
li.bbp-header div.bbp-reply-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-topic-content span#subscription-toggle {
float: right
}
#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-topic-author {
float: left;
text-align: center;
width: 115px
}
#bbpress-forums div.bbp-reply-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar {
border: none;
max-width: 80px;
padding: 0;
margin: 12px auto 0;
float: none
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name {
margin: 0 12px;
word-break: break-word
}
#bbpress-forums div.bbp-reply-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role {
font-size: 11px;
font-style: italic
}
#bbpress-forums div.bbp-reply-content,
#bbpress-forums div.bbp-topic-content {
margin-left: 140px;
padding: 12px 12px 12px 0;
text-align: left
}
#bbpress-forums li.bbp-footer .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-header .bbp-topic-author {
float: left;
margin: 0;
padding: 0;
width: 120px
}
#bbpress-forums li.bbp-footer .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-header .bbp-topic-content {
margin-left: 140px;
padding: 0;
text-align: left
}
div.bbp-reply-header,
div.bbp-topic-header,
li.bbp-body div.hentry {
margin-bottom: 0;
overflow: hidden;
padding: 8px
}
div.bbp-reply-header,
div.bbp-topic-header {
border-top: 1px solid #ddd;
clear: both
}
span.bbp-author-ip {
font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
font-size: 11px;
font-weight: 700;
color: #aaa
}
div.bbp-breadcrumb {
float: left;
padding:20px;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
font-size: 13px
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
margin-bottom: 10px
}
div.bbp-topic-tags {
float: right
}
span.bbp-admin-links {
float: right;
color: #ddd
}
span.bbp-admin-links a {
color: #bbb;
font-weight: 400;
font-size: 10px;
text-transform: uppercase;
text-decoration: none
}
fieldset span.bbp-admin-links {
float: left
}
tr td span.bbp-admin-links a:hover {
color: #ff4b33
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
width: 50%
}
.bbp-reply-header a.bbp-reply-permalink,
.bbp-topic-header a.bbp-topic-permalink {
float: right;
margin-left: 10px;
color: #ccc
}
.bbp-topic-action #favorite-toggle a {
text-decoration: none;
padding: 0 3px 1px;
color: #7c7;
border: 1px solid #aca;
background-color: #dfd;
font-weight: 700;
font-size: 13px
}
.bbp-topic-action #favorite-toggle a:hover {
color: #5a5;
border-color: #7c7;
background-color: #beb
}
.bbp-topic-action #favorite-toggle span.is-favorite a {
color: #faa;
border: 1px solid #faa;
background-color: #fee
}
.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
color: #c88;
border-color: #c88;
background-color: #fdd
}
.bbp-topic-action #subscription-toggle a {
text-decoration: none;
padding: 0 3px 1px;
color: #7c7;
border: 1px solid #aca;
background-color: #dfd;
font-weight: 700;
font-size: 13px
}
.bbp-topic-action #subscription-toggle a:hover {
color: #5a5;
border-color: #7c7;
background-color: #beb
}
.bbp-topic-action #subscription-toggle span.is-subscribed a {
color: #faa;
border: 1px solid #faa;
background-color: #fee
}
.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
color: #c88;
border-color: #c88;
background-color: #fdd
}
#bbpress-forums p.bbp-topic-meta {
margin: 5px 0;
font-size: 11px
}
#bbpress-forums p.bbp-topic-meta span {
white-space: nowrap
}
.bbp-pagination-count {
float: left
}
.bbp-pagination-links {
float: right
}
.bbp-pagination {
float: left;
width: 100%;
margin-bottom: 15px
}
.bbp-topic-pagination {
display: inline-block;
margin-left: 5px;
margin-bottom: 2px
}
.bbp-topic-pagination a {
font-size: 10px;
line-height: 10px;
padding: 1px 3px;
border: 1px solid #ddd;
text-decoration: none
}
#bbpress-forums fieldset.bbp-form {
clear: left;
padding: 10px 20px;
margin-bottom: 10px
}
#bbpress-forums fieldset.bbp-form label {
margin: 0;
display: inline-block
}
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-lost-pass fieldset label,
#bbp-register fieldset label {
width: 100px
}
#bbpress-forums fieldset.bbp-form input,
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form textarea {
margin: 0 0 8px
}
textarea#bbp_forum_content,
textarea#bbp_reply_content,
textarea#bbp_topic_content {
width: 97%;
box-sizing: border-box
}
textarea#bbp_forum_content {
height: 210px
}
#bbpress-forums fieldset.bbp-forum-form-attributes {
width: 200px;
float: right;
clear: none;
margin-left: 25px
}
#bbpress-forums fieldset select#bbp_forum_id {
max-width: 200px
}
.bbp-reply-form,
.bbp-topic-form,
.bbp-topic-tag-form {
clear: left
}
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img,
body.topic-edit .bbp-topic-form div.avatar img {
margin-right: 0;
padding: 10px;
border: 1px solid #ddd;
line-height: 0;
background-color: #efefef
}
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.reply-edit .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.topic-edit .bbp-topic-form code {
font-size: 10px;
background-color: #f0fff8;
border: 1px solid #CEEFE1;
display: block;
padding: 8px;
margin-top: 5px;
width: 369px
}
#delete_tag,
#merge_tag {
display: inline
}
div.bbp-submit-wrapper {
margin-top: 15px;
float: right;
clear: both
}
p.form-allowed-tags {
width: 462px
}
#bbpress-forums div.bbp-the-content-wrapper {
margin-bottom: 10px
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
width: 100%;
margin: 0;
font-size: 12px
}
#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper td,
#bbpress-forums div.bbp-the-content-wrapper tr {
border: none;
padding: 0;
margin: 0;
width: auto;
line-height: 1em
}
#bbpress-forums div.bbp-the-content-wrapper input {
font-size: 12px;
padding: 5px;
line-height: 1em;
margin: 0
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
padding: 5px;
min-height: 26px
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
padding: 4px 4px 8px
}
#bbpress-forums div.wp-editor-container {
margin: 0;
padding: 0;
line-height: 0
}
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
line-height: 16px
}
#bbpress-forums #bbp-your-profile fieldset {
padding: 20px 20px 0
}
#bbpress-forums #bbp-your-profile fieldset div {
margin-bottom: 20px;
float: left;
width: 100%;
clear: left
}
#bbpress-forums #bbp-your-profile fieldset select {
margin-bottom: 0
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
margin-bottom: 0;
width: 60%;
background: #f9f9f9;
border: 1px solid #ddd;
box-shadow: none;
padding: 5px 8px;
border-radius: 0
}
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
border: 1px solid #ccc;
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
outline-color: rgba(240, 255, 240, .1)
}
#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
width: auto
}
#bbpress-forums #bbp-your-profile fieldset legend {
display: none
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
float: left;
width: 20%;
padding: 5px 20px 5px 0;
text-align: right;
cursor: pointer
}
#bbpress-forums #bbp-your-profile fieldset dl label[for] {
text-align: left;
width: 60%
}
#bbpress-forums #bbp-your-profile fieldset span.description {
margin: 5px 0 0 20%;
font-size: 12px;
font-style: italic;
float: left;
clear: left;
width: 60%;
padding: 5px 8px;
border: #cee1ef 1px solid;
background-color: #f0f8ff
}
#bbpress-forums #bbp-your-profile fieldset fieldset {
margin: 0;
border: none;
padding: 0;
clear: none;
float: none
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
width: 60%;
display: inline
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
width: 100%
}
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
margin: 0
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
margin-left: 0;
margin-bottom: 20px
}
#bbpress-forums #bbp-your-profile fieldset.submit button {
float: right
}
div.bbp-template-notice,
div.indicator-hint {
border-width: 1px;
border-style: solid;
padding: 0 .6em;
margin: 5px 0 15px;
border-radius: 0;
background-color: #ffffe0;
border-color: #e6db55;
color: #fff;
clear: both
}
div.bbp-template-notice a {
color: #ffffff;
text-decoration: none
}
div.bbp-template-notice a:hover {
color: #292723
}
div.bbp-template-notice.info {
border: #cee1ef 1px solid;
color:#ffffff !important;
background-color: #f0f8ff
}
div.bbp-template-notice.info a,
div.bbp-template-notice.info .bbp-topic-description {
color:#ffffff !important;
}
div.bbp-template-notice.important {
border: #e6db55 1px solid;
background-color: #fffbcc
}
div.bbp-template-notice.error,
div.bbp-template-notice.warning {
background-color: #ffebe8;
border-color: #c00
}
div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
color: #c00
}
div.bbp-template-notice p {
margin: .5em 0 6px!important;
padding: 2px;
font-size: 12px;
line-height: 140%
}
.bbp-forum-content ul.sticky,
.bbp-topics ul.sticky,
.bbp-topics ul.super-sticky,
.bbp-topics-front ul.super-sticky {
background-color: #ffffe0!important;
font-size: 1.1em
}
#bbpress-forums .bbp-reply-revision-log,
#bbpress-forums .bbp-topic-revision-log {
border-top: 1px dotted #ddd;
list-style: none;
width: 100%;
margin: 0;
padding: 8px 0 0;
font-size: 11px;
color: #aaa
}
.bbp-login-form fieldset legend {
display: none
}
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input,
.bbp-login-form .bbp-username input {
padding: 5px
}
.bbp-login-form label {
width: 140px;
display: inline-block
}
#sidebar .bbp-login-form label {
width: 70px
}
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper,
.bbp-login-form .bbp-username {
margin-top: 10px
}
.bbp-login-form .bbp-submit-wrapper {
text-align: right
}
.bbp-login-form .bbp-login-links a {
float: left;
clear: left
}
.bbp-logged-in img.avatar {
float: left;
margin: 0 15px 0 0
}
.bbp-logged-in h4 {
font-weight: 700;
font-size: 1.3em;
clear: none;
margin-bottom: 10px
}
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar {
float: none;
margin-bottom: 5px;
border: 3px double #ddd
}
fieldset div.avatar {
float: right
}
.activity-list li.bbp_reply_create .activity-content .activity-inner,
.activity-list li.bbp_topic_create .activity-content .activity-inner {
border-left: 2px solid #eaeaea;
margin-left: 5px;
padding-left: 10px
}
#bbpress-forums h1 {
clear: none;
font-size: 1.8em;
line-height: 1em;
padding-bottom: 10px
}
#bbpress-forums #bbp-user-wrapper {
float: left;
width: 100%
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
font-size: 1.4em;
margin: 0;
padding-bottom: 10px;
padding-top: 0;
clear: none
}
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics {
clear: none
}
#bbpress-forums #bbp-single-user-details {
margin: 0;
width: 150px;
float: left;
overflow: hidden
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
margin: 0;
width: 150px
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
border: none;
height: 150px;
padding: 0;
margin: 0 0 20px;
width: 150px
}
#bbpress-forums #bbp-single-user-details #bbp-user-description {
float: none;
margin-left: 180px
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
float: none;
margin: 0
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
margin: 0
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
padding: 5px 8px;
display: block;
border: 1px solid transparent;
text-decoration: none
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
background: #F2F2F2;
opacity: .8
}
#bbpress-forums #bbp-user-body {
margin-left: 180px
}
body.my-account #bbpress-forums {
border-top: none;
padding-top: 0;
margin-bottom: 0
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count:hover,
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count:hover {
color: #fff
}
#bbpress-forums dl.bbp-user-capabilities {
display: inline-block;
vertical-align: top
}
#bbpress-forums dl.bbp-user-capabilities dt {
margin: 0 0 10px;
text-transform: capitalize
}
#bbpress-forums dl.bbp-user-capabilities dd {
margin: 0;
padding: 0
}
#bbpress-forums div.row-actions {
font-size: 11px;
visibility: hidden
}
#bbpress-forums li:hover>div.row-actions {
visibility: visible
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
font-size: 15px;
border: 1px solid #eee;
border-radius: 5px;
font-weight: 600;
color: #333 !important;
}
#bbpress-forums li {
font-size: 13px;
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count {
margin-left: 40px;
}
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count {
margin-right: 15px;
}
li.bbp-forum-reply-count,
li.bbp-forum-topic-count,
li.bbp-topic-reply-count,
li.bbp-topic-voice-count {
float: right;
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-topics {
margin: 0;
}
.bbp-forum-info img {
max-width: 40px;
margin: 5px 20px 0 0;
}
| 0.277277 | 0.10618 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body,
html {
background-color: hsl(0, 0%, 90%);
height: 100%;
padding: 0;
margin: 0;
font-family: sans-serif;
color: #333;
}
a {
text-decoration: none;
color: #333;
font-weight: bold;
transition: color 0.1s;
}
a:hover {
color: hsl(210, 100%, 40%);
}
button {
background-color: #225ca3;
border: 0;
padding: 1%;
color: white;
font-weight: bold;
transition: background-color 0.1s;
cursor: pointer;
border-radius: 5px;
}
button:hover {
background-color: #3486eb;
}
.post-list {
margin: 0;
display: grid;
grid-template-columns: repeat(2, 50%);
list-style: none;
}
.oneRow {
grid-template-columns: repeat(1, 100%) !important;
}
.twoRow {
grid-template-columns: repeat(2, 50%) !important;
}
.threeRow {
grid-template-columns: repeat(3, 33%) !important;
}
.post-list > li {
margin: 1rem;
}
textarea,
input {
padding: 0.5%;
border-radius: 5px;
border: 1px solid #ccc;
}
textarea:focus,
input:focus {
outline: none;
border: 1px solid #3486eb;
}
textarea {
min-width: 40%;
min-height: 100px;
resize: none;
}
form > div {
margin-bottom: 2%;
}
form label {
display: block;
}
.wrapper {
width: 100%;
min-height: 100%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
header {
border-bottom: 1px solid #ccc;
display: flex;
justify-content: space-between;
align-items: center;
}
header > * {
background-color: hsl(170, 50%, 80%);
padding: 1rem 0.7rem;
}
header h1 {
font-size: 2em;
}
header > nav {
height: auto;
padding: 1.5rem 1rem;
font-size: 1.3em;
margin: 0;
}
main {
padding: 2rem 2rem;
}
#views {
font-size: 1.5em;
padding: 0.5rem;
padding-right: 2rem;
text-align: right;
}
#views > * {
padding: 0.2rem;
transition: 0.3s ease-in-out;
}
#views > i:hover {
color: #3486eb;
cursor: pointer;
transform: scale(1.5);
}
.btn-no-style {
background: none;
border: none;
padding: 0;
cursor: pointer;
text-decoration: none;
color: hsl(0, 50%, 50%);
font-size: 100%;
font-weight: bold;
transition: color 0.1s;
}
.btn-no-style:hover {
background: none;
color: hsl(0, 100%, 60%);
}
.forms {
display: grid;
padding: 3rem;
grid-template-columns: repeat(2, 50%);
}
.forms input,
.forms button {
padding: 0.5rem;
}
.delete-post-btn {
background-color: #d41414;
}
.delete-post-btn:hover {
background-color: #ff643d;
}
.post-list > li {
border-radius: 15px;
background-color: hsl(213, 65%, 70%);
}
.post-list p,
.post-list .meta {
padding: 0.5rem;
}
section > h2 {
margin: 0.5rem;
}
section:nth-child(2) > h2 {
text-align: center;
}
.post-list > li:nth-child(even) {
background-color: hsl(150, 100%, 80%);
}
.post-list .title > a > h2 {
background-color: hsl(202, 36%, 85%);
padding: 0.5rem;
}
.post {
margin-bottom: 2%;
line-height: 150%;
}
.post .title span {
font-style: italic;
font-size: 90%;
color: #7d7d7d;
}
li > a {
padding: 0;
margin: 0;
display: flex;
flex-flow: column wrap;
}
li > a > img {
border-radius: 15px 15px 0 0;
max-width: 100%;
}
li {
display: flex;
flex-flow: column nowrap;
transition: 0.4s;
}
li:hover {
transform: scale(1.1);
}
.post-inputs {
display: flex;
max-width: 20rem;
flex-direction: column;
}
.post-inputs > * {
margin: 0.2rem;
padding: 0.5rem;
}
.post-inputs > input[name="content"] {
resize: none;
height: auto;
}
.edit-link {
display: block;
margin: -1.5% 0 2% 0;
}
.upvote-btn {
background-color: #197d0f;
transition: background-color 0.1s;
}
.upvote-btn:hover {
background-color: #1f9c13;
}
.comment-form {
margin-bottom: 5%;
}
.comment-form textarea {
min-width: 40%;
min-height: 100px;
padding: 0.5rem;
}
.comment {
padding: 1%;
margin-bottom: 1%;
}
.comment:nth-child(odd) {
background-color: #fff5eb;
}
.comment .meta {
font-size: 90%;
margin-bottom: 0.5%;
opacity: 0.6;
}
.new-post-form input {
min-width: 40%;
min-height: 25px;
}
.edit-post-form {
margin-bottom: 5%;
}
footer {
border-top: 1px solid #ccc;
display: flex;
justify-content: center;
padding: 1%;
font-size: 110%;
}
@media screen and (max-width: 600px) {
header > h1,
header > nav {
font-size: 1rem;
padding: 0.8rem 0.3rem;
}
.post-list {
grid-template-columns: repeat(1, 100%);
}
}
|
public/stylesheets/style.css
|
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body,
html {
background-color: hsl(0, 0%, 90%);
height: 100%;
padding: 0;
margin: 0;
font-family: sans-serif;
color: #333;
}
a {
text-decoration: none;
color: #333;
font-weight: bold;
transition: color 0.1s;
}
a:hover {
color: hsl(210, 100%, 40%);
}
button {
background-color: #225ca3;
border: 0;
padding: 1%;
color: white;
font-weight: bold;
transition: background-color 0.1s;
cursor: pointer;
border-radius: 5px;
}
button:hover {
background-color: #3486eb;
}
.post-list {
margin: 0;
display: grid;
grid-template-columns: repeat(2, 50%);
list-style: none;
}
.oneRow {
grid-template-columns: repeat(1, 100%) !important;
}
.twoRow {
grid-template-columns: repeat(2, 50%) !important;
}
.threeRow {
grid-template-columns: repeat(3, 33%) !important;
}
.post-list > li {
margin: 1rem;
}
textarea,
input {
padding: 0.5%;
border-radius: 5px;
border: 1px solid #ccc;
}
textarea:focus,
input:focus {
outline: none;
border: 1px solid #3486eb;
}
textarea {
min-width: 40%;
min-height: 100px;
resize: none;
}
form > div {
margin-bottom: 2%;
}
form label {
display: block;
}
.wrapper {
width: 100%;
min-height: 100%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
header {
border-bottom: 1px solid #ccc;
display: flex;
justify-content: space-between;
align-items: center;
}
header > * {
background-color: hsl(170, 50%, 80%);
padding: 1rem 0.7rem;
}
header h1 {
font-size: 2em;
}
header > nav {
height: auto;
padding: 1.5rem 1rem;
font-size: 1.3em;
margin: 0;
}
main {
padding: 2rem 2rem;
}
#views {
font-size: 1.5em;
padding: 0.5rem;
padding-right: 2rem;
text-align: right;
}
#views > * {
padding: 0.2rem;
transition: 0.3s ease-in-out;
}
#views > i:hover {
color: #3486eb;
cursor: pointer;
transform: scale(1.5);
}
.btn-no-style {
background: none;
border: none;
padding: 0;
cursor: pointer;
text-decoration: none;
color: hsl(0, 50%, 50%);
font-size: 100%;
font-weight: bold;
transition: color 0.1s;
}
.btn-no-style:hover {
background: none;
color: hsl(0, 100%, 60%);
}
.forms {
display: grid;
padding: 3rem;
grid-template-columns: repeat(2, 50%);
}
.forms input,
.forms button {
padding: 0.5rem;
}
.delete-post-btn {
background-color: #d41414;
}
.delete-post-btn:hover {
background-color: #ff643d;
}
.post-list > li {
border-radius: 15px;
background-color: hsl(213, 65%, 70%);
}
.post-list p,
.post-list .meta {
padding: 0.5rem;
}
section > h2 {
margin: 0.5rem;
}
section:nth-child(2) > h2 {
text-align: center;
}
.post-list > li:nth-child(even) {
background-color: hsl(150, 100%, 80%);
}
.post-list .title > a > h2 {
background-color: hsl(202, 36%, 85%);
padding: 0.5rem;
}
.post {
margin-bottom: 2%;
line-height: 150%;
}
.post .title span {
font-style: italic;
font-size: 90%;
color: #7d7d7d;
}
li > a {
padding: 0;
margin: 0;
display: flex;
flex-flow: column wrap;
}
li > a > img {
border-radius: 15px 15px 0 0;
max-width: 100%;
}
li {
display: flex;
flex-flow: column nowrap;
transition: 0.4s;
}
li:hover {
transform: scale(1.1);
}
.post-inputs {
display: flex;
max-width: 20rem;
flex-direction: column;
}
.post-inputs > * {
margin: 0.2rem;
padding: 0.5rem;
}
.post-inputs > input[name="content"] {
resize: none;
height: auto;
}
.edit-link {
display: block;
margin: -1.5% 0 2% 0;
}
.upvote-btn {
background-color: #197d0f;
transition: background-color 0.1s;
}
.upvote-btn:hover {
background-color: #1f9c13;
}
.comment-form {
margin-bottom: 5%;
}
.comment-form textarea {
min-width: 40%;
min-height: 100px;
padding: 0.5rem;
}
.comment {
padding: 1%;
margin-bottom: 1%;
}
.comment:nth-child(odd) {
background-color: #fff5eb;
}
.comment .meta {
font-size: 90%;
margin-bottom: 0.5%;
opacity: 0.6;
}
.new-post-form input {
min-width: 40%;
min-height: 25px;
}
.edit-post-form {
margin-bottom: 5%;
}
footer {
border-top: 1px solid #ccc;
display: flex;
justify-content: center;
padding: 1%;
font-size: 110%;
}
@media screen and (max-width: 600px) {
header > h1,
header > nav {
font-size: 1rem;
padding: 0.8rem 0.3rem;
}
.post-list {
grid-template-columns: repeat(1, 100%);
}
}
| 0.461745 | 0.112551 |
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*Theme Colors*/
/**
* Table Of Content
*
* 1. Color system
* 2. Options
* 3. Body
* 4. Typography
* 5. Breadcrumbs
* 6. Cards
* 7. Dropdowns
* 8. Buttons
* 9. Typography
* 10. Progress bars
* 11. Tables
* 12. Forms
* 14. Component
*/
/*******************
Bootstrap Switch
******************/
.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-container {
border-radius: 2px; }
.bootstrap-switch .bootstrap-switch-handle-on {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px; }
.bootstrap-switch .bootstrap-switch-handle-off {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
color: #fff;
background: #a0aec4; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
color: #fff;
background: #03a9f3; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
color: #fff;
background: #00c292; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
color: #fff;
background: #fec107; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
color: #fff;
background: #e46a76; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
color: #343a40;
background: #f8f9fa; }
.onoffswitch {
position: relative;
width: 90px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none; }
.onoffswitch-checkbox {
display: none; }
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #00c292;
border-radius: 20px; }
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
transition: margin 0.3s ease-in 0s; }
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 14px;
color: white;
box-sizing: border-box; }
.onoffswitch-inner:before {
content: "ON";
padding-left: 27px;
background-color: #00c292;
color: #FFFFFF; }
.onoffswitch-inner:after {
content: "OFF";
padding-right: 24px;
background-color: #EEEEEE;
color: #999999;
text-align: right; }
.onoffswitch-switch {
display: block;
width: 23px;
margin: 6px;
background: #FFFFFF;
position: absolute;
top: 0;
bottom: 0;
right: 56px;
border: 2px solid #00c292;
border-radius: 20px;
transition: all 0.3s ease-in 0s; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px; }
|
public/css/pages/bootstrap-switch.css
|
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*Theme Colors*/
/**
* Table Of Content
*
* 1. Color system
* 2. Options
* 3. Body
* 4. Typography
* 5. Breadcrumbs
* 6. Cards
* 7. Dropdowns
* 8. Buttons
* 9. Typography
* 10. Progress bars
* 11. Tables
* 12. Forms
* 14. Component
*/
/*******************
Bootstrap Switch
******************/
.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-container {
border-radius: 2px; }
.bootstrap-switch .bootstrap-switch-handle-on {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px; }
.bootstrap-switch .bootstrap-switch-handle-off {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
color: #fff;
background: #a0aec4; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
color: #fff;
background: #03a9f3; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
color: #fff;
background: #00c292; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
color: #fff;
background: #fec107; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
color: #fff;
background: #e46a76; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
color: #343a40;
background: #f8f9fa; }
.onoffswitch {
position: relative;
width: 90px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none; }
.onoffswitch-checkbox {
display: none; }
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #00c292;
border-radius: 20px; }
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
transition: margin 0.3s ease-in 0s; }
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 14px;
color: white;
box-sizing: border-box; }
.onoffswitch-inner:before {
content: "ON";
padding-left: 27px;
background-color: #00c292;
color: #FFFFFF; }
.onoffswitch-inner:after {
content: "OFF";
padding-right: 24px;
background-color: #EEEEEE;
color: #999999;
text-align: right; }
.onoffswitch-switch {
display: block;
width: 23px;
margin: 6px;
background: #FFFFFF;
position: absolute;
top: 0;
bottom: 0;
right: 56px;
border: 2px solid #00c292;
border-radius: 20px;
transition: all 0.3s ease-in 0s; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px; }
| 0.386879 | 0.046834 |
.container-inline-date {
clear: both;
}
.container-inline-date .form-item {
float: none;
margin: 0;
padding: 0;
}
.container-inline-date > .form-item {
display: inline-block;
margin-right: 0.5em; /* LTR */
vertical-align: top;
}
fieldset.date-combo .container-inline-date > .form-item {
margin-bottom: 10px;
}
.container-inline-date .form-item .form-item {
float: left; /* LTR */
}
.container-inline-date .form-item,
.container-inline-date .form-item input {
width: auto;
}
.container-inline-date .description {
clear: both;
}
.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
margin-right: 5px; /* LTR */
}
.container-inline-date .date-spacer {
margin-left: -5px; /* LTR */
}
.views-right-60 .container-inline-date div {
margin: 0;
padding: 0;
}
.container-inline-date .date-timezone .form-item {
clear: both;
float: none;
width: auto;
}
/* The exposed Views form doesn't need some of these styles */
.container-inline-date .date-padding {
float: left;
}
fieldset.date-combo .container-inline-date .date-padding {
padding: 10px;
}
.views-exposed-form .container-inline-date .date-padding {
padding: 0;
}
/* Fixes for date popup css so it will behave in Drupal */
#calendar_div,
#calendar_div td,
#calendar_div th {
margin: 0;
padding: 0;
}
#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
border-collapse: separate;
margin: 0;
width: 185px;
}
.calendar td {
padding: 0;
}
/* formatting for start/end dates in nodes and views */
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}
.date-prefix-inline {
display: inline-block;
}
.date-clear {
clear: both;
display: block;
float: none;
}
.date-no-float {
clear: both;
float: none;
width: 98%;
}
.date-float {
clear: none;
float: left;
width: auto;
}
/* Add space between date option checkboxes ('All day' & 'Collect End Date') */
.date-float .form-type-checkbox{
padding-right: 1em;
}
/* Add space between the date and time portions of the date_select widget. */
.form-type-date-select .form-type-select[class*=hour] {
margin-left: .75em; /* LTR */
}
.date-container .date-format-delete {
float: left;
margin-top: 1.8em;
margin-left: 1.5em;
}
.date-container .date-format-name {
float: left;
}
.date-container .date-format-type {
float: left;
padding-left: 10px;
}
.date-container .select-container {
clear: left;
float: left;
}
/* Calendar day css */
div.date-calendar-day {
background: #F3F3F3;
border-top: 1px solid #EEE;
border-left: 1px solid #EEE;
border-right: 1px solid #BBB;
border-bottom: 1px solid #BBB;
color: #999;
float: left;
line-height: 1;
margin: 6px 10px 0 0;
text-align: center;
width: 40px;
}
div.date-calendar-day span {
display: block;
text-align: center;
}
div.date-calendar-day span.month {
background-color: #B5BEBE;
color: white;
font-size: .9em;
padding: 2px;
text-transform: uppercase;
}
div.date-calendar-day span.day {
font-size: 2em;
font-weight: bold;
}
div.date-calendar-day span.year {
font-size: .9em;
padding: 2px;
}
.date-form-element-content-multiline {
padding: 10px;
border: 1px solid #CCC;
}
/* Admin styling */
.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
margin-left: 1.3em;
}
#edit-field-settings-granularity .form-type-checkbox {
margin-right: .6em; /* LTR */
}
.date-year-range-select {
margin-right: 1em;
}
|
docroot/profiles/labp/modules/bp/contrib/date/date_api/date.css
|
.container-inline-date {
clear: both;
}
.container-inline-date .form-item {
float: none;
margin: 0;
padding: 0;
}
.container-inline-date > .form-item {
display: inline-block;
margin-right: 0.5em; /* LTR */
vertical-align: top;
}
fieldset.date-combo .container-inline-date > .form-item {
margin-bottom: 10px;
}
.container-inline-date .form-item .form-item {
float: left; /* LTR */
}
.container-inline-date .form-item,
.container-inline-date .form-item input {
width: auto;
}
.container-inline-date .description {
clear: both;
}
.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
margin-right: 5px; /* LTR */
}
.container-inline-date .date-spacer {
margin-left: -5px; /* LTR */
}
.views-right-60 .container-inline-date div {
margin: 0;
padding: 0;
}
.container-inline-date .date-timezone .form-item {
clear: both;
float: none;
width: auto;
}
/* The exposed Views form doesn't need some of these styles */
.container-inline-date .date-padding {
float: left;
}
fieldset.date-combo .container-inline-date .date-padding {
padding: 10px;
}
.views-exposed-form .container-inline-date .date-padding {
padding: 0;
}
/* Fixes for date popup css so it will behave in Drupal */
#calendar_div,
#calendar_div td,
#calendar_div th {
margin: 0;
padding: 0;
}
#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
border-collapse: separate;
margin: 0;
width: 185px;
}
.calendar td {
padding: 0;
}
/* formatting for start/end dates in nodes and views */
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}
.date-prefix-inline {
display: inline-block;
}
.date-clear {
clear: both;
display: block;
float: none;
}
.date-no-float {
clear: both;
float: none;
width: 98%;
}
.date-float {
clear: none;
float: left;
width: auto;
}
/* Add space between date option checkboxes ('All day' & 'Collect End Date') */
.date-float .form-type-checkbox{
padding-right: 1em;
}
/* Add space between the date and time portions of the date_select widget. */
.form-type-date-select .form-type-select[class*=hour] {
margin-left: .75em; /* LTR */
}
.date-container .date-format-delete {
float: left;
margin-top: 1.8em;
margin-left: 1.5em;
}
.date-container .date-format-name {
float: left;
}
.date-container .date-format-type {
float: left;
padding-left: 10px;
}
.date-container .select-container {
clear: left;
float: left;
}
/* Calendar day css */
div.date-calendar-day {
background: #F3F3F3;
border-top: 1px solid #EEE;
border-left: 1px solid #EEE;
border-right: 1px solid #BBB;
border-bottom: 1px solid #BBB;
color: #999;
float: left;
line-height: 1;
margin: 6px 10px 0 0;
text-align: center;
width: 40px;
}
div.date-calendar-day span {
display: block;
text-align: center;
}
div.date-calendar-day span.month {
background-color: #B5BEBE;
color: white;
font-size: .9em;
padding: 2px;
text-transform: uppercase;
}
div.date-calendar-day span.day {
font-size: 2em;
font-weight: bold;
}
div.date-calendar-day span.year {
font-size: .9em;
padding: 2px;
}
.date-form-element-content-multiline {
padding: 10px;
border: 1px solid #CCC;
}
/* Admin styling */
.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
margin-left: 1.3em;
}
#edit-field-settings-granularity .form-type-checkbox {
margin-right: .6em; /* LTR */
}
.date-year-range-select {
margin-right: 1em;
}
| 0.372848 | 0.06989 |
.leaflet-panel-layers .leaflet-panel-layers-list {
display: block;
}
.leaflet-panel-layers.expanded .leaflet-panel-layers-list {
display: block;
}
.leaflet-top.leaflet-right .leaflet-panel-layers:not(.compact) {
margin: 5px;
}
.leaflet-panel-layers {
width: 30px;
min-width: 30px;
}
.leaflet-panel-layers.expanded {
width: auto;
overflow-x: hidden;
overflow-y: auto;
}
.leaflet-panel-layers.expanded .leaflet-panel-layers-list {
display: block;
}
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-title > span,
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-selector,
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-grouplabel {
display: none;
}
.leaflet-panel-layers-separator {
clear: both;
}
.leaflet-panel-layers-item .leaflet-panel-layers-title {
display: block;
white-space: nowrap;
float: none;
cursor: pointer;
}
.leaflet-panel-layers-title .leaflet-panel-layers-selector {
float: right;
}
.leaflet-panel-layers-group {
position: relative;
width: auto;
height: auto;
clear: both;
overflow: hidden;
}
.leaflet-panel-layers-icon {
text-align: center;
float: left;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) {
height: 20px;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) .leaflet-panel-layers-grouplabel {
height: 20px;
overflow: hidden;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) .leaflet-panel-layers-item {
display: none;
}
.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-grouplabel {
display: block;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.leaflet-panel-layers-item {
display: block;
height: auto;
clear: both;
white-space: nowrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
width: auto;
display: block;
}
.leaflet-panel-layers-base .leaflet-panel-layers-selector {
float: left;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-selector {
float: right;
}
.leaflet-panel-layers.expanded .leaflet-panel-layers-overlays input {
display: block;
}
.leaflet-control-layers-selector {
float: left;
}
/* theming style */
.leaflet-panel-layers {
padding: 4px;
background: rgba(255,255,255,0.5);
box-shadow: -2px 0 8px rgba(0,0,0,0.3);
}
.leaflet-panel-layers.expanded {
padding: 4px;
}
.leaflet-panel-layers-selector {
position: relative;
top: 1px;
margin-top: 2px;
}
.leaflet-panel-layers-separator {
height: 8px;
margin: 12px 4px 0 4px;
border-top:1px solid rgba(0,0,0,0.3);
}
.leaflet-panel-layers-item {
min-height: 20px;
}
.leaflet-panel-layers-margin {
height: 25px;
}
.leaflet-panel-layers-icon {
line-height: 20px;
display: inline-block;
height: 20px;
width: 20px;
background: #fff;
}
.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-icon:first-child {
min-width: 20px;
font-size: 16px;
text-align: center;
background: none;
}
.leaflet-panel-layers-group {
padding: 2px 4px;
margin-bottom: 4px;
border: 1px solid rgba(0,0,0,0.3);
background: rgba(255,255,255,0.6);
border-radius: 3px;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
margin-bottom: 4px;
padding: 2px;
background: #fff;
border: 1px solid rgba(0,0,0,0.3);
border-radius: 4px;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-item:hover {
border: 1px solid #888;
cursor: pointer;
}
|
dist/css/leaflet-panel-layers.css
|
.leaflet-panel-layers .leaflet-panel-layers-list {
display: block;
}
.leaflet-panel-layers.expanded .leaflet-panel-layers-list {
display: block;
}
.leaflet-top.leaflet-right .leaflet-panel-layers:not(.compact) {
margin: 5px;
}
.leaflet-panel-layers {
width: 30px;
min-width: 30px;
}
.leaflet-panel-layers.expanded {
width: auto;
overflow-x: hidden;
overflow-y: auto;
}
.leaflet-panel-layers.expanded .leaflet-panel-layers-list {
display: block;
}
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-title > span,
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-selector,
.leaflet-panel-layers:not(.expanded) .leaflet-panel-layers-grouplabel {
display: none;
}
.leaflet-panel-layers-separator {
clear: both;
}
.leaflet-panel-layers-item .leaflet-panel-layers-title {
display: block;
white-space: nowrap;
float: none;
cursor: pointer;
}
.leaflet-panel-layers-title .leaflet-panel-layers-selector {
float: right;
}
.leaflet-panel-layers-group {
position: relative;
width: auto;
height: auto;
clear: both;
overflow: hidden;
}
.leaflet-panel-layers-icon {
text-align: center;
float: left;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) {
height: 20px;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) .leaflet-panel-layers-grouplabel {
height: 20px;
overflow: hidden;
}
.leaflet-panel-layers-group.collapsible:not(.expanded) .leaflet-panel-layers-item {
display: none;
}
.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-grouplabel {
display: block;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.leaflet-panel-layers-item {
display: block;
height: auto;
clear: both;
white-space: nowrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
width: auto;
display: block;
}
.leaflet-panel-layers-base .leaflet-panel-layers-selector {
float: left;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-selector {
float: right;
}
.leaflet-panel-layers.expanded .leaflet-panel-layers-overlays input {
display: block;
}
.leaflet-control-layers-selector {
float: left;
}
/* theming style */
.leaflet-panel-layers {
padding: 4px;
background: rgba(255,255,255,0.5);
box-shadow: -2px 0 8px rgba(0,0,0,0.3);
}
.leaflet-panel-layers.expanded {
padding: 4px;
}
.leaflet-panel-layers-selector {
position: relative;
top: 1px;
margin-top: 2px;
}
.leaflet-panel-layers-separator {
height: 8px;
margin: 12px 4px 0 4px;
border-top:1px solid rgba(0,0,0,0.3);
}
.leaflet-panel-layers-item {
min-height: 20px;
}
.leaflet-panel-layers-margin {
height: 25px;
}
.leaflet-panel-layers-icon {
line-height: 20px;
display: inline-block;
height: 20px;
width: 20px;
background: #fff;
}
.leaflet-panel-layers-group.collapsible .leaflet-panel-layers-icon:first-child {
min-width: 20px;
font-size: 16px;
text-align: center;
background: none;
}
.leaflet-panel-layers-group {
padding: 2px 4px;
margin-bottom: 4px;
border: 1px solid rgba(0,0,0,0.3);
background: rgba(255,255,255,0.6);
border-radius: 3px;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
margin-bottom: 4px;
padding: 2px;
background: #fff;
border: 1px solid rgba(0,0,0,0.3);
border-radius: 4px;
}
.leaflet-panel-layers-overlays .leaflet-panel-layers-item:hover {
border: 1px solid #888;
cursor: pointer;
}
| 0.379723 | 0.290301 |
/* Navigation
----------------------------------------------------------------------------------------------------*/
.wk-slideshow-lava .nav-wrapper {
position: absolute;
z-index: 4;
bottom: 3%;
left: 0;
right: 0;
text-align: center;
}
.wk-slideshow-lava .nav li {
display: inline-block;
margin-left: 8px;
padding: 5px;
background: rgba(0,0,0,0.2);
border-radius: 50%;
-webkit-transition: all linear 0.06s;
transition: all linear 0.06s;
}
.wk-slideshow-lava .nav span {
width: 13px;
height: 13px;
border: 2px solid #fff;
border-radius: 50%;
-webkit-transition: all linear 0.06s;
transition: all linear 0.06s;
}
.wk-slideshow-lava .nav li:hover {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.wk-slideshow-lava .nav li.active:hover {
-webkit-transform: scale(1);
transform: scale(1);
}
.wk-slideshow-lava .nav span:active,
.wk-slideshow-lava .nav .active span { background: #fff; }
/* Buttons
----------------------------------------------------------------------------------------------------*/
.wk-slideshow-lava > div { position: relative; }
.wk-slideshow-lava:hover > div .next,
.wk-slideshow-lava:hover > div .prev {
top: 50%;
width: 64px;
height: 64px;
margin-top: -32px;
background: #eef3f5;
background-image: url(images/buttons.svg);
background-position: 0 0;
background-repeat: no-repeat;
border-radius: 50%;
box-shadow: 0 0 0 5px rgba(0,0,0,0);
}
.wk-slideshow-lava:hover > div .next {
right: 30px;
background-position: 0 -90px;
}
.wk-slideshow-lava:hover > div .prev { left: 30px; }
.wk-slideshow-lava > div .next:hover,
.wk-slideshow-lava > div .prev:hover {
background-color: #fff;
box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
transition: all ease-in-out 0.22s;
}
.wk-slideshow-lava:hover > div .next:active,
.wk-slideshow-lava:hover > div .prev:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* Captions
----------------------------------------------------------------------------------------------------*/
.wk-slideshow-lava .caption { text-align: center; }
/* Responsive
----------------------------------------------------------------------------------------------------*/
/* Only Touch Devices */
@media (max-device-width: 1024px) {
.wk-slideshow-lava .next,
.wk-slideshow-lava .prev { display: none; }
}
|
media/widgetkit/widgets/slideshow/styles/lava/style.css
|
/* Navigation
----------------------------------------------------------------------------------------------------*/
.wk-slideshow-lava .nav-wrapper {
position: absolute;
z-index: 4;
bottom: 3%;
left: 0;
right: 0;
text-align: center;
}
.wk-slideshow-lava .nav li {
display: inline-block;
margin-left: 8px;
padding: 5px;
background: rgba(0,0,0,0.2);
border-radius: 50%;
-webkit-transition: all linear 0.06s;
transition: all linear 0.06s;
}
.wk-slideshow-lava .nav span {
width: 13px;
height: 13px;
border: 2px solid #fff;
border-radius: 50%;
-webkit-transition: all linear 0.06s;
transition: all linear 0.06s;
}
.wk-slideshow-lava .nav li:hover {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.wk-slideshow-lava .nav li.active:hover {
-webkit-transform: scale(1);
transform: scale(1);
}
.wk-slideshow-lava .nav span:active,
.wk-slideshow-lava .nav .active span { background: #fff; }
/* Buttons
----------------------------------------------------------------------------------------------------*/
.wk-slideshow-lava > div { position: relative; }
.wk-slideshow-lava:hover > div .next,
.wk-slideshow-lava:hover > div .prev {
top: 50%;
width: 64px;
height: 64px;
margin-top: -32px;
background: #eef3f5;
background-image: url(images/buttons.svg);
background-position: 0 0;
background-repeat: no-repeat;
border-radius: 50%;
box-shadow: 0 0 0 5px rgba(0,0,0,0);
}
.wk-slideshow-lava:hover > div .next {
right: 30px;
background-position: 0 -90px;
}
.wk-slideshow-lava:hover > div .prev { left: 30px; }
.wk-slideshow-lava > div .next:hover,
.wk-slideshow-lava > div .prev:hover {
background-color: #fff;
box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
transition: all ease-in-out 0.22s;
}
.wk-slideshow-lava:hover > div .next:active,
.wk-slideshow-lava:hover > div .prev:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* Captions
----------------------------------------------------------------------------------------------------*/
.wk-slideshow-lava .caption { text-align: center; }
/* Responsive
----------------------------------------------------------------------------------------------------*/
/* Only Touch Devices */
@media (max-device-width: 1024px) {
.wk-slideshow-lava .next,
.wk-slideshow-lava .prev { display: none; }
}
| 0.213377 | 0.052522 |
* {
font-family: "Nunito", sans-serif;
padding: 0;
margin: 0;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
}
main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100vh;
text-align: center;
}
ul {
list-style: none;
text-align: center;
}
input[type="text"],
textarea,
option,
select,
button {
background-color: #4db5df;
border: #bf2d74 1px solid;
padding: 0.2rem;
margin: 0.6rem;
border-radius: 8px;
}
/*****************************
* 01. Rest of app syling
*****************************
*
*/
.day-text {
color: #bf2d74;
}
.main-weather-icon {
width: 5rem;
}
.weather-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 2.5rem;
}
.attribute {
color: #761a65;
opacity: 40%;
font-size: 9px;
}
#current-day {
width: 80%;
}
#user-location-selection-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
#current-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
color: #bf2d74;
}
#current-data-pic {
background-size: contain;
background-repeat: no-repeat;
width: 30rem;
height: 30rem;
}
#current-temp {
font-size: 2rem;
}
#conditions-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#conditions-div p {
width: 30%;
}
#current-weather-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 1rem;
}
#current-conditions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #bf2d74;
width: 15rem;
}
#seven-day-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
#seven-days-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 70%;
}
.seven-day-conditions-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
width: 80%;
height: 9rem;
margin: 2px;
background: #2d217de3;
border: 2px solid #761a65;
border-radius: 8px;
}
.seven-day-conditions-container h1 {
font-size: 1.5rem;
font-weight: 500;
}
.seven-day-conditions-container h2 {
font-size: 1.2rem;
}
.sev-dy-txt {
font-size: 1rem;
}
@media (min-width: 500px) {
.seven-day-conditions-container {
width: 50%;
}
.seven-day-conditions-container h1 {
font-size: 1.8rem;
font-weight: 500;
}
.seven-day-conditions-container h2 {
font-size: 1rem;
}
}
@media (min-width: 768px) {
#seven-days-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: center;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 45%;
}
.seven-day-conditions-container {
width: 8rem;
height: 11rem;
margin: 0.5%;
background: #2d217de3;
border: 1px solid #761a65;
}
.seven-day-conditions-container h1 {
font-size: 2rem;
font-weight: 500;
}
.seven-day-conditions-container h2 {
font-size: 1.5rem;
}
}
@media (min-width: 950px) {
.seven-day-conditions-container {
width: 9rem;
height: 11rem;
margin: 0.5%;
background: #2d217de3;
border: 1px solid #761a65;
}
}
@media (min-width: 1100px) {
#seven-days-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
}
/*****************************
* 02. Error handling
*****************************
*
*/
#error-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
margin: 2rem;
padding: 0.5rem;
background-color: #795ced;
border: dashed 3px #bf2d74;
border-radius: 5px;
height: 90vh;
}
#error-container h1 {
font-size: 1rem;
border-radius: 5px;
text-transform: uppercase;
padding: 1rem;
margin: 2.5rem 1rem 1rem 1rem;
color: #bf2d74;
background: #fbd5a6;
}
#error-container h2 {
font-size: 1rem;
margin: 2.5rem 0;
}
#error-container a {
border: #bf2d74 2px solid;
border-radius: 5px;
background: #7ad8fe;
color: #761a65;
text-decoration: none;
padding: 1rem;
}
#error-container h2:hover {
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#error-container a:visited {
color: #bf2d74;
}
.error-img {
width: 65%;
}
@media (min-width: 730px) {
#error-container {
padding: 20%;
}
#error-container {
text-align: center;
padding: 1%;
}
.error-img {
width: 25%;
}
}
/*# sourceMappingURL=style.css.map */
|
styles/style.css
|
* {
font-family: "Nunito", sans-serif;
padding: 0;
margin: 0;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
}
main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100vh;
text-align: center;
}
ul {
list-style: none;
text-align: center;
}
input[type="text"],
textarea,
option,
select,
button {
background-color: #4db5df;
border: #bf2d74 1px solid;
padding: 0.2rem;
margin: 0.6rem;
border-radius: 8px;
}
/*****************************
* 01. Rest of app syling
*****************************
*
*/
.day-text {
color: #bf2d74;
}
.main-weather-icon {
width: 5rem;
}
.weather-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 2.5rem;
}
.attribute {
color: #761a65;
opacity: 40%;
font-size: 9px;
}
#current-day {
width: 80%;
}
#user-location-selection-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
#current-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
color: #bf2d74;
}
#current-data-pic {
background-size: contain;
background-repeat: no-repeat;
width: 30rem;
height: 30rem;
}
#current-temp {
font-size: 2rem;
}
#conditions-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#conditions-div p {
width: 30%;
}
#current-weather-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 1rem;
}
#current-conditions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #bf2d74;
width: 15rem;
}
#seven-day-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
#seven-days-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 70%;
}
.seven-day-conditions-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
width: 80%;
height: 9rem;
margin: 2px;
background: #2d217de3;
border: 2px solid #761a65;
border-radius: 8px;
}
.seven-day-conditions-container h1 {
font-size: 1.5rem;
font-weight: 500;
}
.seven-day-conditions-container h2 {
font-size: 1.2rem;
}
.sev-dy-txt {
font-size: 1rem;
}
@media (min-width: 500px) {
.seven-day-conditions-container {
width: 50%;
}
.seven-day-conditions-container h1 {
font-size: 1.8rem;
font-weight: 500;
}
.seven-day-conditions-container h2 {
font-size: 1rem;
}
}
@media (min-width: 768px) {
#seven-days-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: center;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 45%;
}
.seven-day-conditions-container {
width: 8rem;
height: 11rem;
margin: 0.5%;
background: #2d217de3;
border: 1px solid #761a65;
}
.seven-day-conditions-container h1 {
font-size: 2rem;
font-weight: 500;
}
.seven-day-conditions-container h2 {
font-size: 1.5rem;
}
}
@media (min-width: 950px) {
.seven-day-conditions-container {
width: 9rem;
height: 11rem;
margin: 0.5%;
background: #2d217de3;
border: 1px solid #761a65;
}
}
@media (min-width: 1100px) {
#seven-days-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
}
/*****************************
* 02. Error handling
*****************************
*
*/
#error-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
margin: 2rem;
padding: 0.5rem;
background-color: #795ced;
border: dashed 3px #bf2d74;
border-radius: 5px;
height: 90vh;
}
#error-container h1 {
font-size: 1rem;
border-radius: 5px;
text-transform: uppercase;
padding: 1rem;
margin: 2.5rem 1rem 1rem 1rem;
color: #bf2d74;
background: #fbd5a6;
}
#error-container h2 {
font-size: 1rem;
margin: 2.5rem 0;
}
#error-container a {
border: #bf2d74 2px solid;
border-radius: 5px;
background: #7ad8fe;
color: #761a65;
text-decoration: none;
padding: 1rem;
}
#error-container h2:hover {
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#error-container a:visited {
color: #bf2d74;
}
.error-img {
width: 65%;
}
@media (min-width: 730px) {
#error-container {
padding: 20%;
}
#error-container {
text-align: center;
padding: 1%;
}
.error-img {
width: 25%;
}
}
/*# sourceMappingURL=style.css.map */
| 0.304559 | 0.055311 |
ul.token-input-list {
overflow: hidden;
height: auto !important;
height: 1%;
width: 500px;
border: 2px solid #119d93;
cursor: text;
font-size: 12px;
font-family: Verdana;
z-index: 999;
margin: 0;
padding: 3px;
background-color: #fff;
list-style-type: none;
clear: left;
border-radius: 3px;
}
ul.token-input-list li {
list-style-type: none;
}
ul.token-input-list li input {
border: 0;
width: 350px;
padding: 3px 8px;
background-color: #FFF;
-webkit-appearance: caret;
}
li.token-input-token {
overflow: hidden;
height: auto !important;
height: 1%;
margin: 3px;
padding: 3px 5px;
background-color: #E0EEEE;
color: #000;
font-weight: bold;
cursor: default;
display: block;
}
li.token-input-token p {
float: left;
padding: 0;
margin: 0;
}
li.token-input-token span {
float: right;
color: #777;
cursor: pointer;
}
li.token-input-selected-token {
background-color: #007071;
color: #fff;
}
li.token-input-selected-token span {
color: #bbb;
}
div.token-input-dropdown {
position: absolute;
width: 508px;
background-color: #fff;
overflow: hidden;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
cursor: default;
font-size: 12px;
font-family: Verdana;
z-index: 1;
}
div.token-input-dropdown p {
margin: 0;
padding: 5px;
font-weight: bold;
color: #119d93;
}
div.token-input-dropdown ul {
margin: 0;
padding: 0;
}
div.token-input-dropdown ul li {
background-color: #fff;
padding: 3px;
list-style-type: none;
}
div.token-input-dropdown ul li.token-input-dropdown-item {
background-color: #fafafa;
}
div.token-input-dropdown ul li.token-input-dropdown-item2 {
background-color: #fff;
}
div.token-input-dropdown ul li em {
font-weight: bold;
font-style: normal;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
background-color: #E0EEEE;
}
.bt_cadastrar_profissao {
height: 30px;
margin-left: 3px;
text-transform: uppercase;
font-weight: bold;
border-radius: 5px;
background-color: #119d93;
border: outset 1px #119d93;
color: #FFF;
border-radius: 3px;
}
.bt_cadastrar_profissao:hover {
border: solid 1px #007071;
background-color: #007071;
color: #FFF;
cursor: pointer;
}
|
public/css/token-input.css
|
ul.token-input-list {
overflow: hidden;
height: auto !important;
height: 1%;
width: 500px;
border: 2px solid #119d93;
cursor: text;
font-size: 12px;
font-family: Verdana;
z-index: 999;
margin: 0;
padding: 3px;
background-color: #fff;
list-style-type: none;
clear: left;
border-radius: 3px;
}
ul.token-input-list li {
list-style-type: none;
}
ul.token-input-list li input {
border: 0;
width: 350px;
padding: 3px 8px;
background-color: #FFF;
-webkit-appearance: caret;
}
li.token-input-token {
overflow: hidden;
height: auto !important;
height: 1%;
margin: 3px;
padding: 3px 5px;
background-color: #E0EEEE;
color: #000;
font-weight: bold;
cursor: default;
display: block;
}
li.token-input-token p {
float: left;
padding: 0;
margin: 0;
}
li.token-input-token span {
float: right;
color: #777;
cursor: pointer;
}
li.token-input-selected-token {
background-color: #007071;
color: #fff;
}
li.token-input-selected-token span {
color: #bbb;
}
div.token-input-dropdown {
position: absolute;
width: 508px;
background-color: #fff;
overflow: hidden;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
cursor: default;
font-size: 12px;
font-family: Verdana;
z-index: 1;
}
div.token-input-dropdown p {
margin: 0;
padding: 5px;
font-weight: bold;
color: #119d93;
}
div.token-input-dropdown ul {
margin: 0;
padding: 0;
}
div.token-input-dropdown ul li {
background-color: #fff;
padding: 3px;
list-style-type: none;
}
div.token-input-dropdown ul li.token-input-dropdown-item {
background-color: #fafafa;
}
div.token-input-dropdown ul li.token-input-dropdown-item2 {
background-color: #fff;
}
div.token-input-dropdown ul li em {
font-weight: bold;
font-style: normal;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
background-color: #E0EEEE;
}
.bt_cadastrar_profissao {
height: 30px;
margin-left: 3px;
text-transform: uppercase;
font-weight: bold;
border-radius: 5px;
background-color: #119d93;
border: outset 1px #119d93;
color: #FFF;
border-radius: 3px;
}
.bt_cadastrar_profissao:hover {
border: solid 1px #007071;
background-color: #007071;
color: #FFF;
cursor: pointer;
}
| 0.4206 | 0.116865 |
width:900px;
height:700px;
margin: 0 auto;
padding: 0px;
top:40px;
background:url(../../_images/common/book_bg.png) no-repeat center bottom;
z-index: -10;
}
#book ul li {
z-index 1000;
}
.booklet {
width:900px;
height:700px;
position:relative;
/*background:#fff;*/
margin:0 auto 10px;
overflow:visible !important;
}
.booklet .b-page {
left:0;
top:0;
position:absolute;
overflow:hidden;
padding:0;
}
.booklet .b-pN {
}
.booklet .b-p0 {
}
.booklet .b-p1 {
}
.booklet .b-p2 {
}
.booklet .b-p3 {
}
.booklet .b-p4 {
}
.booklet .b-load {
}
/* Page Wrappers */
.booklet .b-wrap {
top:0;
position:absolute;
}
.booklet .b-wrap-left {
top:15px;
background: url("../../_images/common/page_left.png") no-repeat center top;
}
.booklet .b-wrap-right {
top:15px;
background: url("../../_images/common/page_right.png") no-repeat center top;
}
.booklet .b-pN .b-wrap,
.booklet .b-p1 .b-wrap,
.booklet .b-p2 .b-wrap,
.booklet .b-p3 .b-wrap,
.booklet .b-p4 .b-wrap {
left:0;
}
.booklet .b-p0 .b-wrap {
right:0;
}
/* Custom Page Types */
.booklet .b-page-blank {
padding:0;
width:100%;
height:100%;
}
.booklet .b-page-cover {
padding:0;
width:100%;
height:100%;
background:#925C0E;
}
.booklet .b-page-cover h3 {
color:#fff;
text-shadow:0px 1px 3px #222;
}
/* Page Numbers */
.booklet .b-counter {
bottom:60px;
position:absolute;
display:block;
width:25px;
height:20px;
background:#ccc;
color:#444;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
padding:5px 0 0;
}
.booklet .b-wrap-left .b-counter {
left:10px;
}
.booklet .b-wrap-right .b-counter {
right:10px;
}
/* Page Shadows */
.booklet .b-shadow-f {
right:0;
top:0;
position:absolute;
opacity:0;
/*background-image:url("../../_images/common/shadow-top-forward.png"); background-repeat:repeat-y;*/
background-position:100% 0;
}
.booklet .b-shadow-b {
left:0;
top:0;
position:absolute;
opacity:0;
/*background-image:url("../../_images/common/shadow-top-back.png");*/
background-repeat:repeat-y;
background-position:0 0;
}
.booklet .b-p0 {
/*background-image:url("../../_images/common/shadow.png");*/
background-repeat:repeat-y;
background-position:100% 10px;
}
.booklet .b-p3 {
/*background-image:url("../../_images/common/shadow.png");*/
background-repeat:repeat-y;
background-position:0 10px;
}
/* Overlay Controls */
.booklet .b-grab {
cursor: url("../../_images/common/openhand.cur") , default;
}
.booklet .b-grabbing {
cursor: url("../../_images/common/closedhand.cur") , default;
}
/* Overlay Controls */
.booklet .b-overlay {
top:0;
position:absolute;
height:100%;
width:50%;
}
.booklet .b-overlay-prev {
left:0;
}
.booklet .b-overlay-next {
right:0;
}
/* Tab Controls */
.booklet .b-tab {
background:#000;
height:40px;
width:100%;
padding:10px 0 0;
text-align:center;
color:#ccc;
position:absolute;
font-size:11px;
}
.booklet .b-tab-prev {
left:0;
}
.booklet .b-tab-next {
right:0;
}
.booklet .b-tab:hover {
background:#aaa;
color:#000;
}
/* Arrow Controls */
.booklet .b-arrow {
display:block;
position:absolute;
text-indent:-9999px;
top:100px;
height:100%;
width:74px;
}
.booklet .b-arrow div {
display:none;
text-indent:-9999px;
height:170px;
width:74px;
position:absolute;
left:0;
top:25%;
}
.booklet .b-arrow-next {
right:-80px;
}
.booklet .b-arrow-prev {
left:-80px;
}
.booklet .b-arrow-next div {
background:url("../../_images/common/arrow-next.png") no-repeat left top;
}
.booklet .b-arrow-prev div {
background:url("../../_images/common/arrow-prev.png") no-repeat left top;
}
/* @z-index fix (needed for older IE browsers)
----------------------------------------*/
body {
z-index:0;
}
.b-menu {
z-index:100;
}
.b-selector {
z-index:100;
}
.booklet {
z-index:10;
}
.b-pN {
z-index:10;
}
.b-p0 {
z-index:10;
}
.b-p1 {
z-index:10;
}
.b-p2 {
z-index:10;
}
.b-p3 {
z-index:10;
}
.b-p4 {
z-index:10;
}
.b-prev {
z-index:40;
}
.b-next {
z-index:40;
}
.b-counter {
z-index:40;
}
/* @Menu Items
----------------------------------------*/
.b-menu {
height:40px;
margin: 0px 15px 0px 0px;
padding:0 0 10px;
float: left;
}
.b-selector {
height:40px;
position:relative;
float:right;
border:none;
color:#cecece;
cursor:pointer;
}
.b-selector .b-current {
padding:5px 15px;
font-size:0.7em;
color:#fff;
line-height:2em;
min-width:18px;
height:20px;
display:block;
background:#000;
text-align:left;
}
.b-selector-page {
width:120px;
margin-left:15px;
}
.b-selector-chapter {
width:200px;
}
.b-selector:hover {
color:#fff;
background-position:left 0px;
}
.b-selector:hover .b-current {
background-position:right 0px;
}
.b-selector ul {
overflow:hidden;
margin:0;
list-style:none !important;
position:absolute;
/*top:40px*/;
right:0;
padding:0 10px 10px;
background:#000;
width:140%;
font:normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed","Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.b-selector li {
border:none;
}
.b-selector a {
color:#cecece;
height:14px;
text-decoration:none;
display:block;
padding:5px 10px;
}
.b-selector a .b-text {
float:left;
clear:none;
}
.b-selector a .b-num {
float:right;
clear:none;
}
.b-selector a:hover {
color:#fff;
}
|
_html/05_booklet/_common/css/booklet.css
|
width:900px;
height:700px;
margin: 0 auto;
padding: 0px;
top:40px;
background:url(../../_images/common/book_bg.png) no-repeat center bottom;
z-index: -10;
}
#book ul li {
z-index 1000;
}
.booklet {
width:900px;
height:700px;
position:relative;
/*background:#fff;*/
margin:0 auto 10px;
overflow:visible !important;
}
.booklet .b-page {
left:0;
top:0;
position:absolute;
overflow:hidden;
padding:0;
}
.booklet .b-pN {
}
.booklet .b-p0 {
}
.booklet .b-p1 {
}
.booklet .b-p2 {
}
.booklet .b-p3 {
}
.booklet .b-p4 {
}
.booklet .b-load {
}
/* Page Wrappers */
.booklet .b-wrap {
top:0;
position:absolute;
}
.booklet .b-wrap-left {
top:15px;
background: url("../../_images/common/page_left.png") no-repeat center top;
}
.booklet .b-wrap-right {
top:15px;
background: url("../../_images/common/page_right.png") no-repeat center top;
}
.booklet .b-pN .b-wrap,
.booklet .b-p1 .b-wrap,
.booklet .b-p2 .b-wrap,
.booklet .b-p3 .b-wrap,
.booklet .b-p4 .b-wrap {
left:0;
}
.booklet .b-p0 .b-wrap {
right:0;
}
/* Custom Page Types */
.booklet .b-page-blank {
padding:0;
width:100%;
height:100%;
}
.booklet .b-page-cover {
padding:0;
width:100%;
height:100%;
background:#925C0E;
}
.booklet .b-page-cover h3 {
color:#fff;
text-shadow:0px 1px 3px #222;
}
/* Page Numbers */
.booklet .b-counter {
bottom:60px;
position:absolute;
display:block;
width:25px;
height:20px;
background:#ccc;
color:#444;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
padding:5px 0 0;
}
.booklet .b-wrap-left .b-counter {
left:10px;
}
.booklet .b-wrap-right .b-counter {
right:10px;
}
/* Page Shadows */
.booklet .b-shadow-f {
right:0;
top:0;
position:absolute;
opacity:0;
/*background-image:url("../../_images/common/shadow-top-forward.png"); background-repeat:repeat-y;*/
background-position:100% 0;
}
.booklet .b-shadow-b {
left:0;
top:0;
position:absolute;
opacity:0;
/*background-image:url("../../_images/common/shadow-top-back.png");*/
background-repeat:repeat-y;
background-position:0 0;
}
.booklet .b-p0 {
/*background-image:url("../../_images/common/shadow.png");*/
background-repeat:repeat-y;
background-position:100% 10px;
}
.booklet .b-p3 {
/*background-image:url("../../_images/common/shadow.png");*/
background-repeat:repeat-y;
background-position:0 10px;
}
/* Overlay Controls */
.booklet .b-grab {
cursor: url("../../_images/common/openhand.cur") , default;
}
.booklet .b-grabbing {
cursor: url("../../_images/common/closedhand.cur") , default;
}
/* Overlay Controls */
.booklet .b-overlay {
top:0;
position:absolute;
height:100%;
width:50%;
}
.booklet .b-overlay-prev {
left:0;
}
.booklet .b-overlay-next {
right:0;
}
/* Tab Controls */
.booklet .b-tab {
background:#000;
height:40px;
width:100%;
padding:10px 0 0;
text-align:center;
color:#ccc;
position:absolute;
font-size:11px;
}
.booklet .b-tab-prev {
left:0;
}
.booklet .b-tab-next {
right:0;
}
.booklet .b-tab:hover {
background:#aaa;
color:#000;
}
/* Arrow Controls */
.booklet .b-arrow {
display:block;
position:absolute;
text-indent:-9999px;
top:100px;
height:100%;
width:74px;
}
.booklet .b-arrow div {
display:none;
text-indent:-9999px;
height:170px;
width:74px;
position:absolute;
left:0;
top:25%;
}
.booklet .b-arrow-next {
right:-80px;
}
.booklet .b-arrow-prev {
left:-80px;
}
.booklet .b-arrow-next div {
background:url("../../_images/common/arrow-next.png") no-repeat left top;
}
.booklet .b-arrow-prev div {
background:url("../../_images/common/arrow-prev.png") no-repeat left top;
}
/* @z-index fix (needed for older IE browsers)
----------------------------------------*/
body {
z-index:0;
}
.b-menu {
z-index:100;
}
.b-selector {
z-index:100;
}
.booklet {
z-index:10;
}
.b-pN {
z-index:10;
}
.b-p0 {
z-index:10;
}
.b-p1 {
z-index:10;
}
.b-p2 {
z-index:10;
}
.b-p3 {
z-index:10;
}
.b-p4 {
z-index:10;
}
.b-prev {
z-index:40;
}
.b-next {
z-index:40;
}
.b-counter {
z-index:40;
}
/* @Menu Items
----------------------------------------*/
.b-menu {
height:40px;
margin: 0px 15px 0px 0px;
padding:0 0 10px;
float: left;
}
.b-selector {
height:40px;
position:relative;
float:right;
border:none;
color:#cecece;
cursor:pointer;
}
.b-selector .b-current {
padding:5px 15px;
font-size:0.7em;
color:#fff;
line-height:2em;
min-width:18px;
height:20px;
display:block;
background:#000;
text-align:left;
}
.b-selector-page {
width:120px;
margin-left:15px;
}
.b-selector-chapter {
width:200px;
}
.b-selector:hover {
color:#fff;
background-position:left 0px;
}
.b-selector:hover .b-current {
background-position:right 0px;
}
.b-selector ul {
overflow:hidden;
margin:0;
list-style:none !important;
position:absolute;
/*top:40px*/;
right:0;
padding:0 10px 10px;
background:#000;
width:140%;
font:normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed","Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.b-selector li {
border:none;
}
.b-selector a {
color:#cecece;
height:14px;
text-decoration:none;
display:block;
padding:5px 10px;
}
.b-selector a .b-text {
float:left;
clear:none;
}
.b-selector a .b-num {
float:right;
clear:none;
}
.b-selector a:hover {
color:#fff;
}
| 0.270095 | 0.194368 |
text {
font-weight: 300;
font-family: var(--vscode-font-family);
font-size: 14px;
stroke: var(--vscode-foreground, gray);
}
.node rect {
stroke: var(--vscode-foreground, gray);
fill: var(--vscode-inputValidation-infoBackground, gray);
stroke-width: 1.5px;
}
.edgePath path {
stroke: var(--vscode-foreground, gray)k;
stroke-width: 1.5px;
}
.activation,
.type,
.duration-title {
font-size: 16px;
font-weight: bold;
}
.label {
color: var(--vscode-foreground, gray);
}
.label:first-child {
color: 1px solid var(--vscode-foreground, gray);
}
.type {
padding-bottom: 7px;
border-bottom: 2px solid var(--vscode-foreground, gray);
}
.activation, .duration-title {
padding-top: 7px;
border-top: 2px solid var(--vscode-foreground, gray);
}
#wrapper {
width: 100%;
height: 650px;
overflow: auto;
border: solid var(--vscode-foreground, gray) 2px;
}
main {
display: flex;
flex-direction: column;
height: 100%;
}
/* navbar */
nav {
display: flex;
justify-content: space-between;
padding: 5px;
border-bottom: 0.5px solid var(--vscode-editor-background, white);
}
nav > * {
display: flex;
align-items: center;
gap: 10px;
}
/* button */
button {
color: var(--vscode-foreground);
background-color: var(--vscode-button-background);
border-radius: 2px;
border: none;
cursor: pointer;
transition: all 0.2s ease;
font-size: small;
}
button:hover:enabled {
background-color: var(--vscode-button-hoverBackground);
}
g.node {
cursor: pointer;
}
/* slidebar */
.sidebar {
height: 100%;
width: 200px;
background-color: var(--vscode-editor-background, white);
position: fixed!important;
z-index: 1;
overflow: auto;
}
.card {
box-shadow: 0 2px 5px 0 var(--vscode-foreground, gray),0 2px 10px 0 var(--vscode-foreground, gray);
}
.animate-right {
position: relative;
right: 0px;
animation: animateright 0.4s;
}
@keyframes animateright {
from {
right: -300px;
opacity: 0;
}
to {
right: 0;
opacity: 1;
}
}
/* detail */
.detail-title {
font-weight: bold;
font-size: 18px;
letter-spacing: 1px;
height: 30px;
margin: 15px 0;
padding: 20px;
}
.close-button {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #777777;
opacity: 1.0;
display: block;
transition: 0.3s;
position: absolute;
top: 0;
right: 15px;
margin-left: 50px;
cursor: pointer;
}
.detail-header {
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
line-height: 1.25;
margin-top: 16px;
margin-bottom: 16px;
padding-bottom: 3px;
border-bottom: 1px solid var(--vscode-foreground, gray);
display: block;
cursor: default;
padding: 0 20px;
}
.detail-content {
margin-bottom: 0;
display: block;
}
.detail-content-name {
float: left;
padding: 2px 10px;
width: 30%;
text-align: right;
margin: 5px 0;
}
.detail-content-name > label {
font-size: 15px;
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.detail-content-item {
font-size: 15px;
padding: 2px 10px;
width: 50%;
display: inline-block;
text-align: left;
border: 1px solid var(--vscode-foreground, gray);
overflow: auto;
margin: 5px 0;
white-space:nowrap;
}
/* edge customize */
.edgePath path.path {
stroke: var(--vscode-foreground, gray);
fill: none;
stroke-width: 1.5px;
}
.arrowhead {
fill: var(--vscode-foreground, gray);
stroke-width: 1.5px;
}
.edge-label {
color: var(--vscode-foreground, gray);
font-size: 13px;
}
#title {
font-weight: bold;
font-size: 30px;
letter-spacing: 2px;
height: 30px;
margin: 0 auto;
padding: 10px;
}
#detail {
display: none;
right: 0;
}
|
media/Circletracer/style.css
|
text {
font-weight: 300;
font-family: var(--vscode-font-family);
font-size: 14px;
stroke: var(--vscode-foreground, gray);
}
.node rect {
stroke: var(--vscode-foreground, gray);
fill: var(--vscode-inputValidation-infoBackground, gray);
stroke-width: 1.5px;
}
.edgePath path {
stroke: var(--vscode-foreground, gray)k;
stroke-width: 1.5px;
}
.activation,
.type,
.duration-title {
font-size: 16px;
font-weight: bold;
}
.label {
color: var(--vscode-foreground, gray);
}
.label:first-child {
color: 1px solid var(--vscode-foreground, gray);
}
.type {
padding-bottom: 7px;
border-bottom: 2px solid var(--vscode-foreground, gray);
}
.activation, .duration-title {
padding-top: 7px;
border-top: 2px solid var(--vscode-foreground, gray);
}
#wrapper {
width: 100%;
height: 650px;
overflow: auto;
border: solid var(--vscode-foreground, gray) 2px;
}
main {
display: flex;
flex-direction: column;
height: 100%;
}
/* navbar */
nav {
display: flex;
justify-content: space-between;
padding: 5px;
border-bottom: 0.5px solid var(--vscode-editor-background, white);
}
nav > * {
display: flex;
align-items: center;
gap: 10px;
}
/* button */
button {
color: var(--vscode-foreground);
background-color: var(--vscode-button-background);
border-radius: 2px;
border: none;
cursor: pointer;
transition: all 0.2s ease;
font-size: small;
}
button:hover:enabled {
background-color: var(--vscode-button-hoverBackground);
}
g.node {
cursor: pointer;
}
/* slidebar */
.sidebar {
height: 100%;
width: 200px;
background-color: var(--vscode-editor-background, white);
position: fixed!important;
z-index: 1;
overflow: auto;
}
.card {
box-shadow: 0 2px 5px 0 var(--vscode-foreground, gray),0 2px 10px 0 var(--vscode-foreground, gray);
}
.animate-right {
position: relative;
right: 0px;
animation: animateright 0.4s;
}
@keyframes animateright {
from {
right: -300px;
opacity: 0;
}
to {
right: 0;
opacity: 1;
}
}
/* detail */
.detail-title {
font-weight: bold;
font-size: 18px;
letter-spacing: 1px;
height: 30px;
margin: 15px 0;
padding: 20px;
}
.close-button {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #777777;
opacity: 1.0;
display: block;
transition: 0.3s;
position: absolute;
top: 0;
right: 15px;
margin-left: 50px;
cursor: pointer;
}
.detail-header {
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
line-height: 1.25;
margin-top: 16px;
margin-bottom: 16px;
padding-bottom: 3px;
border-bottom: 1px solid var(--vscode-foreground, gray);
display: block;
cursor: default;
padding: 0 20px;
}
.detail-content {
margin-bottom: 0;
display: block;
}
.detail-content-name {
float: left;
padding: 2px 10px;
width: 30%;
text-align: right;
margin: 5px 0;
}
.detail-content-name > label {
font-size: 15px;
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.detail-content-item {
font-size: 15px;
padding: 2px 10px;
width: 50%;
display: inline-block;
text-align: left;
border: 1px solid var(--vscode-foreground, gray);
overflow: auto;
margin: 5px 0;
white-space:nowrap;
}
/* edge customize */
.edgePath path.path {
stroke: var(--vscode-foreground, gray);
fill: none;
stroke-width: 1.5px;
}
.arrowhead {
fill: var(--vscode-foreground, gray);
stroke-width: 1.5px;
}
.edge-label {
color: var(--vscode-foreground, gray);
font-size: 13px;
}
#title {
font-weight: bold;
font-size: 30px;
letter-spacing: 2px;
height: 30px;
margin: 0 auto;
padding: 10px;
}
#detail {
display: none;
right: 0;
}
| 0.504639 | 0.164651 |
body{
margin:0;
}
.square{
width:32px;
height:32px;
text-align: center;
font-weight: bold;
background-color: #d6d6d6;
background-image: url('../images/emptysquare.png');
background-size: cover;
margin:0;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select:none;
user-select:none;
-o-user-select:none;
image-rendering:optimizeSpeed; /* Legal fallback */
image-rendering:-moz-crisp-edges; /* Firefox */
image-rendering:-o-crisp-edges; /* Opera */
image-rendering:-webkit-optimize-contrast; /* Safari */
image-rendering:optimize-contrast; /* CSS3 Proposed */
image-rendering:crisp-edges; /* CSS4 Proposed */
image-rendering:pixelated; /* CSS4 Proposed */
-ms-interpolation-mode:nearest-neighbor; /* IE8+ */
}
.square:hover{
cursor: default;
}
.hidden{
}
#header{
display:inline-block;
text-align: center;
width: 100%;
background-color: #d6d6d6;
}
#face-plate{
display:inline-block;
position:absolute;
width:64px;
height:64px;
margin: auto;
top: 17%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #d6d6d6;
background-image:url('../images/faceplate.png');
background-size: cover;
image-rendering:optimizeSpeed; /* Legal fallback */
image-rendering:-moz-crisp-edges; /* Firefox */
image-rendering:-o-crisp-edges; /* Opera */
image-rendering:-webkit-optimize-contrast; /* Safari */
image-rendering:optimize-contrast; /* CSS3 Proposed */
image-rendering:crisp-edges; /* CSS4 Proposed */
image-rendering:pixelated; /* CSS4 Proposed */
-ms-interpolation-mode:nearest-neighbor; /* IE8+ */
}
#game-area{
display:inline-block;
position:absolute;
margin: auto;
right: 0;
left: 0;
width: 100%;
height: 100%;
margin:0;
background-color: #d6d6d6;
}
#minefield{
border-spacing:0;
position: absolute;
margin: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-block;
}
|
css/style.css
|
body{
margin:0;
}
.square{
width:32px;
height:32px;
text-align: center;
font-weight: bold;
background-color: #d6d6d6;
background-image: url('../images/emptysquare.png');
background-size: cover;
margin:0;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select:none;
user-select:none;
-o-user-select:none;
image-rendering:optimizeSpeed; /* Legal fallback */
image-rendering:-moz-crisp-edges; /* Firefox */
image-rendering:-o-crisp-edges; /* Opera */
image-rendering:-webkit-optimize-contrast; /* Safari */
image-rendering:optimize-contrast; /* CSS3 Proposed */
image-rendering:crisp-edges; /* CSS4 Proposed */
image-rendering:pixelated; /* CSS4 Proposed */
-ms-interpolation-mode:nearest-neighbor; /* IE8+ */
}
.square:hover{
cursor: default;
}
.hidden{
}
#header{
display:inline-block;
text-align: center;
width: 100%;
background-color: #d6d6d6;
}
#face-plate{
display:inline-block;
position:absolute;
width:64px;
height:64px;
margin: auto;
top: 17%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #d6d6d6;
background-image:url('../images/faceplate.png');
background-size: cover;
image-rendering:optimizeSpeed; /* Legal fallback */
image-rendering:-moz-crisp-edges; /* Firefox */
image-rendering:-o-crisp-edges; /* Opera */
image-rendering:-webkit-optimize-contrast; /* Safari */
image-rendering:optimize-contrast; /* CSS3 Proposed */
image-rendering:crisp-edges; /* CSS4 Proposed */
image-rendering:pixelated; /* CSS4 Proposed */
-ms-interpolation-mode:nearest-neighbor; /* IE8+ */
}
#game-area{
display:inline-block;
position:absolute;
margin: auto;
right: 0;
left: 0;
width: 100%;
height: 100%;
margin:0;
background-color: #d6d6d6;
}
#minefield{
border-spacing:0;
position: absolute;
margin: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-block;
}
| 0.377655 | 0.073897 |
html, body {
display: block;
width: 100%;
height: 100%;
}
html {
padding: 0px;
margin: 0px;
}
body {
background-color: #333333;
color: #EDEDED;
font-family: Roboto, Verdana, Arial, Sans-Serif;
padding: 0px;
margin: 0px;
cursor: default;
}
a, a:visited {
color: #b5131b;
}
a:hover {
color: #c90009;
}
a.notoption {
display: inline-block;
text-decoration: none;
cursor: pointer;
font-size: 25px;
margin: 0px 3px;
}
header {
display: block;
height: 56px;
background-color: #b5131b;
color: #EDEDED;
overflow: hidden;
white-space: nowrap;
padding: 0px 8px;
}
header #pagetitle {
display: inline-block;
max-width: 60%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0px 8px;
margin: 0px;
line-height: 56px;
font-size: 18px;
font-weight: normal;
}
header #pageoptions {
float: right;
line-height: 56px;
font-size: 28px;
height: 56px;
}
header #pageoptions > * {
display: inline-block;
width: 56px;
height: 56px;
cursor: pointer;
text-align: center;
transition: 0.15s;
text-shadow: 0px 0px 0px #FFFFFF;
}
header #pageoptions > *:hover {
color: #FFFFFF;
text-shadow: 0px 0px 2px #FFFFFF;
transition: 0.05s;
}
#content {
padding: 16px 2px;
}
.warning {
display: block;
width: 60%;
margin: 8px auto;
padding: 8px;
border: solid 2px #CCA224;
border-radius: 3px;
background: #FFCB2E;
color: #4C3C0D;
font-size: 15px;
text-align: left;
}
.warning > * {
vertical-align: middle;
}
.warning:before {
content: '⚠️ ';
font-size: 18px;
}
.warning:last-of-type {
margin-bottom: 48px;
}
.notstable {
width: 100%;
border: solid #777777 1px;
}
.notstable .notsrow.upcoming {
color: yellow;
}
.notstable .notsrow.overdue {
color: red;
}
.notstable td, .notstable th {
border: solid #777777 1px;
font-size: 13px;
padding: 2px 4px;
}
.notstable th {
font-weight: bold;
text-align: center;
background: #444444;
}
.notstable td.center {
text-align: center;
}
.notstable td.nowrap {
white-space: nowrap;
}
.notstable img, .notstable video {
max-width: 100%;
max-height: 320px;
}
.action {
display: table;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
}
.inneraction {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.actioncontent {
display: inline-block;
background: #555555;
box-shadow: 0px 0px 12px 1px #1A1A1A;
border-radius: 5px;
padding: 16px;
position: relative;
width: 55%;
max-width: 600px;
min-width: 320px;
max-height: 90%;
overflow-x: hidden;
overflow-y: auto;
}
.actioncontent::-webkit-scrollbar {
width: 14px;
height: 14px;
background-color: rgba(0,0,0,0);
-webkit-border-radius: 100px;
}
.actioncontent::-webkit-scrollbar:hover {
background-color: rgba(0, 0, 0, 0.09);
}
.actioncontent::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.5);
-webkit-border-radius: 100px;
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0);
min-height: 16px;
transition: 0.1s;
}
.actioncontent::-webkit-scrollbar-thumb:active {
background: rgba(255,255,255,0.7);
-webkit-border-radius: 100px;
}
.actionheader {
display: block;
background: #b5131b;
color: #EDEDED;
text-align: center;
padding: 8px 52px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
font-size: 15px;
font-weight: bold;
line-height: 18px;
height: 18px;
margin: -16px;
margin-bottom: 8px;
border-bottom: solid 2px #910f16;
box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
.actionclose {
display: block;
position: absolute;
top: 0px;
right: 0px;
width: 36px;
height: 34px;
line-height: 34px;
text-align: center;
color: #EDEDED;
cursor: pointer;
border-bottom: solid 2px rgba(0,0,0,0);
transition: 0.15s;
}
.actionclose:hover {
background: #F44F13;
color: #EDEDED;
border-top-right-radius: 5px;
border-bottom: solid 2px #CC3904;
transition: 0.05s;
}
.actiontable {
width: 100%;
}
.actiontable th {
vertical-align: top;
font-weight: bold;
text-align: left;
padding: 4px 8px;
font-size: 15px;
line-height: 34px;
width: 150px;
}
.actiontable th.withpadding {
padding: 4px 8px;
line-height: initial;
}
.actiontable td {
vertical-align: top;
font-weight: normal;
text-align: left;
line-height: 34px;
}
.actiontable td.withpadding {
padding: 4px 8px;
line-height: initial;
}
.actiontable td.nolh {
padding: 11px 0px;
line-height: initial;
}
.actionbuttons {
display: block;
margin: -16px;
margin-top: 8px;
text-align: right;
padding: 16px;
}
.actionbuttons .button {
display: inline-block;
padding: 8px 16px;
border: none;
border-radius: 3px;
cursor: pointer;
background: #b5131b;
color: #EDEDED;
font-size: 15px;
transition: 0.15s;
}
.actionbuttons .button.extra {
background: #777777;
}
.actionbuttons .button:hover {
background: #c90009;
transition: 0.05s;
}
.actionbuttons .button.extra:hover {
background: #888888;
}
input[type=text], input[type=file], input[type=date] {
display: block;
padding: 4px;
margin: 0px;
height: 32px;
width: 100%;
margin-top: 4px;
margin-bottom: 4px;
box-sizing: border-box;
font-size: 14px;
font-family: robotolight, Roboto, roboto, Arial, sans-serif;
border: solid #333333 1px;
border-radius: 3px;
background-color: #333333;
color: #EDEDED;
caret-color: #EDEDED;
text-align: left;
cursor: text;
transition: 0.15s;
}
input[type=file] {
cursor: default;
height: initial;
min-height: 32px;
color: #999999;
}
input[type=text]:focus, input[type=text]:hover, input[type=file]:focus, input[type=file]:hover, input[type=date]:focus, input[type=date]:hover {
outline: 0;
background-color: #444444;
transition: 0.05s;
}
input[type=radio], label {
vertical-align: middle;
}
textarea {
display: block;
padding: 7px 4px;
margin: 0px;
min-height: 124px;
max-height: 394px;
resize: vertical;
width: 100%;
margin-top: 4px;
margin-bottom: 4px;
box-sizing: border-box;
font-size: 14px;
font-family: robotolight, Roboto, roboto, Arial, sans-serif;
border: solid #333333 1px;
border-radius: 3px;
background-color: #333333;
color: #EDEDED;
caret-color: #EDEDED;
text-align: left;
cursor: text;
transition: 0.15s;
}
textarea:focus, textarea:hover {
outline: 0;
background-color: #444444;
transition: 0.05s;
}
input[disabled], textarea[disabled] {
cursor: not-allowed;
background-color: #444444;
color: #999999;
}
select {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
width: 100%;
max-width: 100% !important;
height: 32px;
margin-top: 4px;
margin-bottom: 4px;
cursor: default;
background-color: #444444;
background: #444444;
color: #EDEDED;
font-family: robotolight, Roboto, roboto, Arial, sans-serif;
font-size: 14px;
border: solid #333333 1px;
border-radius: 3px;
transition: 0.15s;
}
select:focus, select:hover, select:active {
background-color: #555555;
outline: 0 !important;
transition: 0.05s;
}
input[type=checkbox] {
display: inline-block;
vertical-align: middle;
background: #333333;
width: 15px;
height: 15px;
transition: 0.15s;
outline: 0;
}
input[type=checkbox]:hover, input[type=checkbox]:active {
background: #444444;
transition: 0.05s;
border-color: #c90009;
outline: #c90009;
}
label {
display: inline-block;
vertical-align: middle;
}
.preview-list {
display: block;
list-style-type: none;
text-align: center;
padding-bottom: 48px;
}
.preview-list-title {
display: block;
vertical-align: center;
margin: 24px 0px 6px 0px;
font-size: 22px;
font-weight: bold;
text-align: center;
}
.preview-list-info {
font-size: 13px;
}
.preview {
display: inline-block;
position: relative;
margin: 2px;
border: solid 2px rgba(0,0,0,0);
border-color: #777777;
}
.preview.upcoming {
border: solid 2px yellow;
border-color: yellow;
}
.preview.overdue {
border: solid 2px red;
border-color: red;
}
.preview iframe {
display: block;
width: 426px;
height: 240px;
border: solid 1px #777777;
border-color: inherit;
pointer-events: none;
}
.preview .preview-options {
display: block;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 8px;
text-shadow: 0 0 3px #b5131b;
transition: 0.15s;
background-color: rgba(0,0,0,0);
border: solid 1px #777777;
border-color: inherit;
}
.preview .preview-options .notoption {
font-size: 42px;
margin: 0px 8px;
font-weight: bold;
color: #7accca;
}
.preview .preview-options .notoption:hover {
color: #00ffff;
}
.preview:hover .preview-options {
opacity: 1;
pointer-events: initial;
background-color: rgba(0,0,0,0.6);
transition: 0.05s;
}
.preview-info {
width: 100%;
font-size: 12px;
margin-bottom: 4px;
text-shadow: 0 0 3px #000000;
}
.preview-info th {
text-align: right;
}
.preview-info td {
text-align: left;
}
.preview:hover iframe {
}
#spinner {
display: inline-block;
width: 60px;
height: 60px;
padding: 0px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border: 7px solid rgba(0,0,0,0);
border-top: 7px solid;
border-top-color: #b5131b;
transition: border-top-color 1s;
border-radius: 30px;
animation: spin 0.8s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
color: #999999;
}
|
styles.css
|
html, body {
display: block;
width: 100%;
height: 100%;
}
html {
padding: 0px;
margin: 0px;
}
body {
background-color: #333333;
color: #EDEDED;
font-family: Roboto, Verdana, Arial, Sans-Serif;
padding: 0px;
margin: 0px;
cursor: default;
}
a, a:visited {
color: #b5131b;
}
a:hover {
color: #c90009;
}
a.notoption {
display: inline-block;
text-decoration: none;
cursor: pointer;
font-size: 25px;
margin: 0px 3px;
}
header {
display: block;
height: 56px;
background-color: #b5131b;
color: #EDEDED;
overflow: hidden;
white-space: nowrap;
padding: 0px 8px;
}
header #pagetitle {
display: inline-block;
max-width: 60%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0px 8px;
margin: 0px;
line-height: 56px;
font-size: 18px;
font-weight: normal;
}
header #pageoptions {
float: right;
line-height: 56px;
font-size: 28px;
height: 56px;
}
header #pageoptions > * {
display: inline-block;
width: 56px;
height: 56px;
cursor: pointer;
text-align: center;
transition: 0.15s;
text-shadow: 0px 0px 0px #FFFFFF;
}
header #pageoptions > *:hover {
color: #FFFFFF;
text-shadow: 0px 0px 2px #FFFFFF;
transition: 0.05s;
}
#content {
padding: 16px 2px;
}
.warning {
display: block;
width: 60%;
margin: 8px auto;
padding: 8px;
border: solid 2px #CCA224;
border-radius: 3px;
background: #FFCB2E;
color: #4C3C0D;
font-size: 15px;
text-align: left;
}
.warning > * {
vertical-align: middle;
}
.warning:before {
content: '⚠️ ';
font-size: 18px;
}
.warning:last-of-type {
margin-bottom: 48px;
}
.notstable {
width: 100%;
border: solid #777777 1px;
}
.notstable .notsrow.upcoming {
color: yellow;
}
.notstable .notsrow.overdue {
color: red;
}
.notstable td, .notstable th {
border: solid #777777 1px;
font-size: 13px;
padding: 2px 4px;
}
.notstable th {
font-weight: bold;
text-align: center;
background: #444444;
}
.notstable td.center {
text-align: center;
}
.notstable td.nowrap {
white-space: nowrap;
}
.notstable img, .notstable video {
max-width: 100%;
max-height: 320px;
}
.action {
display: table;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
}
.inneraction {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.actioncontent {
display: inline-block;
background: #555555;
box-shadow: 0px 0px 12px 1px #1A1A1A;
border-radius: 5px;
padding: 16px;
position: relative;
width: 55%;
max-width: 600px;
min-width: 320px;
max-height: 90%;
overflow-x: hidden;
overflow-y: auto;
}
.actioncontent::-webkit-scrollbar {
width: 14px;
height: 14px;
background-color: rgba(0,0,0,0);
-webkit-border-radius: 100px;
}
.actioncontent::-webkit-scrollbar:hover {
background-color: rgba(0, 0, 0, 0.09);
}
.actioncontent::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.5);
-webkit-border-radius: 100px;
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0);
min-height: 16px;
transition: 0.1s;
}
.actioncontent::-webkit-scrollbar-thumb:active {
background: rgba(255,255,255,0.7);
-webkit-border-radius: 100px;
}
.actionheader {
display: block;
background: #b5131b;
color: #EDEDED;
text-align: center;
padding: 8px 52px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
font-size: 15px;
font-weight: bold;
line-height: 18px;
height: 18px;
margin: -16px;
margin-bottom: 8px;
border-bottom: solid 2px #910f16;
box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
.actionclose {
display: block;
position: absolute;
top: 0px;
right: 0px;
width: 36px;
height: 34px;
line-height: 34px;
text-align: center;
color: #EDEDED;
cursor: pointer;
border-bottom: solid 2px rgba(0,0,0,0);
transition: 0.15s;
}
.actionclose:hover {
background: #F44F13;
color: #EDEDED;
border-top-right-radius: 5px;
border-bottom: solid 2px #CC3904;
transition: 0.05s;
}
.actiontable {
width: 100%;
}
.actiontable th {
vertical-align: top;
font-weight: bold;
text-align: left;
padding: 4px 8px;
font-size: 15px;
line-height: 34px;
width: 150px;
}
.actiontable th.withpadding {
padding: 4px 8px;
line-height: initial;
}
.actiontable td {
vertical-align: top;
font-weight: normal;
text-align: left;
line-height: 34px;
}
.actiontable td.withpadding {
padding: 4px 8px;
line-height: initial;
}
.actiontable td.nolh {
padding: 11px 0px;
line-height: initial;
}
.actionbuttons {
display: block;
margin: -16px;
margin-top: 8px;
text-align: right;
padding: 16px;
}
.actionbuttons .button {
display: inline-block;
padding: 8px 16px;
border: none;
border-radius: 3px;
cursor: pointer;
background: #b5131b;
color: #EDEDED;
font-size: 15px;
transition: 0.15s;
}
.actionbuttons .button.extra {
background: #777777;
}
.actionbuttons .button:hover {
background: #c90009;
transition: 0.05s;
}
.actionbuttons .button.extra:hover {
background: #888888;
}
input[type=text], input[type=file], input[type=date] {
display: block;
padding: 4px;
margin: 0px;
height: 32px;
width: 100%;
margin-top: 4px;
margin-bottom: 4px;
box-sizing: border-box;
font-size: 14px;
font-family: robotolight, Roboto, roboto, Arial, sans-serif;
border: solid #333333 1px;
border-radius: 3px;
background-color: #333333;
color: #EDEDED;
caret-color: #EDEDED;
text-align: left;
cursor: text;
transition: 0.15s;
}
input[type=file] {
cursor: default;
height: initial;
min-height: 32px;
color: #999999;
}
input[type=text]:focus, input[type=text]:hover, input[type=file]:focus, input[type=file]:hover, input[type=date]:focus, input[type=date]:hover {
outline: 0;
background-color: #444444;
transition: 0.05s;
}
input[type=radio], label {
vertical-align: middle;
}
textarea {
display: block;
padding: 7px 4px;
margin: 0px;
min-height: 124px;
max-height: 394px;
resize: vertical;
width: 100%;
margin-top: 4px;
margin-bottom: 4px;
box-sizing: border-box;
font-size: 14px;
font-family: robotolight, Roboto, roboto, Arial, sans-serif;
border: solid #333333 1px;
border-radius: 3px;
background-color: #333333;
color: #EDEDED;
caret-color: #EDEDED;
text-align: left;
cursor: text;
transition: 0.15s;
}
textarea:focus, textarea:hover {
outline: 0;
background-color: #444444;
transition: 0.05s;
}
input[disabled], textarea[disabled] {
cursor: not-allowed;
background-color: #444444;
color: #999999;
}
select {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
width: 100%;
max-width: 100% !important;
height: 32px;
margin-top: 4px;
margin-bottom: 4px;
cursor: default;
background-color: #444444;
background: #444444;
color: #EDEDED;
font-family: robotolight, Roboto, roboto, Arial, sans-serif;
font-size: 14px;
border: solid #333333 1px;
border-radius: 3px;
transition: 0.15s;
}
select:focus, select:hover, select:active {
background-color: #555555;
outline: 0 !important;
transition: 0.05s;
}
input[type=checkbox] {
display: inline-block;
vertical-align: middle;
background: #333333;
width: 15px;
height: 15px;
transition: 0.15s;
outline: 0;
}
input[type=checkbox]:hover, input[type=checkbox]:active {
background: #444444;
transition: 0.05s;
border-color: #c90009;
outline: #c90009;
}
label {
display: inline-block;
vertical-align: middle;
}
.preview-list {
display: block;
list-style-type: none;
text-align: center;
padding-bottom: 48px;
}
.preview-list-title {
display: block;
vertical-align: center;
margin: 24px 0px 6px 0px;
font-size: 22px;
font-weight: bold;
text-align: center;
}
.preview-list-info {
font-size: 13px;
}
.preview {
display: inline-block;
position: relative;
margin: 2px;
border: solid 2px rgba(0,0,0,0);
border-color: #777777;
}
.preview.upcoming {
border: solid 2px yellow;
border-color: yellow;
}
.preview.overdue {
border: solid 2px red;
border-color: red;
}
.preview iframe {
display: block;
width: 426px;
height: 240px;
border: solid 1px #777777;
border-color: inherit;
pointer-events: none;
}
.preview .preview-options {
display: block;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 8px;
text-shadow: 0 0 3px #b5131b;
transition: 0.15s;
background-color: rgba(0,0,0,0);
border: solid 1px #777777;
border-color: inherit;
}
.preview .preview-options .notoption {
font-size: 42px;
margin: 0px 8px;
font-weight: bold;
color: #7accca;
}
.preview .preview-options .notoption:hover {
color: #00ffff;
}
.preview:hover .preview-options {
opacity: 1;
pointer-events: initial;
background-color: rgba(0,0,0,0.6);
transition: 0.05s;
}
.preview-info {
width: 100%;
font-size: 12px;
margin-bottom: 4px;
text-shadow: 0 0 3px #000000;
}
.preview-info th {
text-align: right;
}
.preview-info td {
text-align: left;
}
.preview:hover iframe {
}
#spinner {
display: inline-block;
width: 60px;
height: 60px;
padding: 0px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border: 7px solid rgba(0,0,0,0);
border-top: 7px solid;
border-top-color: #b5131b;
transition: border-top-color 1s;
border-radius: 30px;
animation: spin 0.8s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
color: #999999;
}
| 0.315103 | 0.062274 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
/* GENERAL */
* {
margin: 0;
padding: 0;
}
h2 {
font-family: 'Open Sans';
text-align: center;
margin-bottom: 20px;
}
h2:after {
content: "";
display: block;
margin: 0 auto;
padding-top: 10px;
border-bottom: 4px solid #0cd98a;
width: 90px;
}
p {
font-size: 16px;
font-family: 'Open Sans';
}
/* MAIN MENU */
.main-menu {
position: fixed;
top: 0;
z-index: 10;
background: #fff;
width: 100%;
}
ul.main-nav {
list-style: none;
margin: 0;
}
.main-nav {
display: flex;
}
.main-nav li:first-child {
margin-right: auto;
}
.main-nav li {
margin-left: 36px;
padding: 30px 0 30px;
}
.main-nav a {
color: #000;
text-decoration: none;
font-size: 14px;
font-family: "Open Sans";
font-weight: 700;
text-transform: uppercase;
}
.main-nav a:active,
.main-nav a:hover,
.main-nav a.active {
color: #0cd98a;
}
.main-nav .logo {
background: #0d98ba;
padding: 10px;
color: #fff;
}
/* MOBILE MENU */
@media screen and (min-width: 992px) {
.mobile-menu {
display: none;
}
}
@media screen and (max-width: 991px) {
.main-menu {
display: none;
}
.mobile-menu .logo {
background: #0d98ba;
padding: 5px;
margin: 5px;
}
.mobile-menu .logo a {
color: #fff;
}
.mobile-menu .icon-and-logo {
display: flex;
}
.mobile-menu li {
list-style: none;
}
.mobile-menu {
top: 0;
position: fixed;
width: 100%;
background: #fff;
z-index: 22;
font-weight: bold;
}
.mobile-menu ul li {
text-align: center;
margin: 10px 0 10px;
}
.mobile-menu li a {
color: #000;
}
/* BURGUER MENU */
.menu-icon {
margin: 10px 0 10px;
margin-right: auto;
}
.bar1, .bar2, .bar3 {
width: 25px;
height: 3px;
background: #333;
margin: 4px 0;
transition: 0.4s;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-5px, 4px);
transform: rotate(-45deg) translate(-5px, 4px);
}
.change .bar2 {
opacity: 0;
}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-5px, -5px);
transform: rotate(45deg) translate(-5px, -5px);
}
.mobile-nav {
display: none;
}
.mobile-nav.active {
display: block;
}
}
/* HERO SECTION */
#home {
background: url(../img/hero-image.jpg) no-repeat fixed center;
background-size: cover;
padding: 40px 0 40px;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
#home .wrapper-text h1 {
background: rgba(0,0,0, 0.8);
color: #fff;
padding: 10px 20px 10px;
border-radius: 5px;
}
/* SERVICES 3 COLUMN LAYOUT */
#services {
padding: 40px 0 40px;
}
.flex-grid {
display: flex;
}
.flex-grid .col {
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
}
.flex-grid .col i {
margin-bottom: 20px;
}
/* ABOUT */
#about {
background: url(../img/about-us.jpeg) no-repeat fixed center;
background-size: cover;
padding: 40px 0 40px;
/* height: 100vh; */
display: flex;
align-items: center;
justify-content: center;
}
#about .about-us-text {
width: 80%;
text-align: justify;
}
/* TESTIMONIALS */
#testimonials {
padding: 40px 0 40px;
}
.testimonials-wrapper {
width: 600px;
margin: 0 auto;
}
.testimonials-wrapper .testimonial-box {
display: flex;
padding-top: 20px;
}
.testimonials-wrapper .image-testimonial {
padding: 20px;
}
.testimonials-wrapper .image-testimonial img {
width: 200px;
border-radius: 50%
}
.testimonials-wrapper .text-testimonial,
.testimonials-wrapper .image-testimonial { /*Centraliza a imagem no texto.*/
display: flex;
flex-direction: column;
justify-content: center;
}
.text-testimonial p {
color: #828282;
font-style: italic;
}
p.name {
font-style: normal;
font-weight: bold;
color: #0cd98a;
}
/* EVENTS */
#events {
padding: 40px 0 40px;
background: #0d98ba;
color: #fff
}
#events h2:after {
border-bottom: 4px solid #fff;
}
/* CONTACT */
#contact {
padding: 40px 0 40px;
}
#contact form input {
border-radius: 0;
}
#contact form .custom-button {
background: #0d98ba;
padding: 5px 10px;
border: none;
cursor: pointer;
border-radius: 3px;
color: #fff;
}
/* FOOTER */
footer {
background: #333;
color: #fff;
padding: 40px 0 0;
}
footer .footer-wrapper .col {
text-align: left;
}
footer .social-wrapper a {
color: #fff;
padding: 6px;
}
footer .social-wrapper a:hover {
color: #0d98ba;
}
/* SUB FOOTER */
footer .sub-footer {
background-color: #222;
padding: 20px 0 20px;
text-align: center;
}
footer .sub-footer .container a {
color: #fff;
text-decoration: none;
}
footer .sub-footer .container a:hover {
color: #9e9e9e;
}
/* RESPONSIVE */
@media screen and (max-width: 991px) {
.flex-grid {
display: block;
}
.testimonials-wrapper .testimonial-box {
display: block;
}
.testimonials-wrapper {
width: 100%;
}
.testimonials-wrapper .image-testimonial img {
margin: 0 auto;
}
}
|
css/style.css
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
/* GENERAL */
* {
margin: 0;
padding: 0;
}
h2 {
font-family: 'Open Sans';
text-align: center;
margin-bottom: 20px;
}
h2:after {
content: "";
display: block;
margin: 0 auto;
padding-top: 10px;
border-bottom: 4px solid #0cd98a;
width: 90px;
}
p {
font-size: 16px;
font-family: 'Open Sans';
}
/* MAIN MENU */
.main-menu {
position: fixed;
top: 0;
z-index: 10;
background: #fff;
width: 100%;
}
ul.main-nav {
list-style: none;
margin: 0;
}
.main-nav {
display: flex;
}
.main-nav li:first-child {
margin-right: auto;
}
.main-nav li {
margin-left: 36px;
padding: 30px 0 30px;
}
.main-nav a {
color: #000;
text-decoration: none;
font-size: 14px;
font-family: "Open Sans";
font-weight: 700;
text-transform: uppercase;
}
.main-nav a:active,
.main-nav a:hover,
.main-nav a.active {
color: #0cd98a;
}
.main-nav .logo {
background: #0d98ba;
padding: 10px;
color: #fff;
}
/* MOBILE MENU */
@media screen and (min-width: 992px) {
.mobile-menu {
display: none;
}
}
@media screen and (max-width: 991px) {
.main-menu {
display: none;
}
.mobile-menu .logo {
background: #0d98ba;
padding: 5px;
margin: 5px;
}
.mobile-menu .logo a {
color: #fff;
}
.mobile-menu .icon-and-logo {
display: flex;
}
.mobile-menu li {
list-style: none;
}
.mobile-menu {
top: 0;
position: fixed;
width: 100%;
background: #fff;
z-index: 22;
font-weight: bold;
}
.mobile-menu ul li {
text-align: center;
margin: 10px 0 10px;
}
.mobile-menu li a {
color: #000;
}
/* BURGUER MENU */
.menu-icon {
margin: 10px 0 10px;
margin-right: auto;
}
.bar1, .bar2, .bar3 {
width: 25px;
height: 3px;
background: #333;
margin: 4px 0;
transition: 0.4s;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-5px, 4px);
transform: rotate(-45deg) translate(-5px, 4px);
}
.change .bar2 {
opacity: 0;
}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-5px, -5px);
transform: rotate(45deg) translate(-5px, -5px);
}
.mobile-nav {
display: none;
}
.mobile-nav.active {
display: block;
}
}
/* HERO SECTION */
#home {
background: url(../img/hero-image.jpg) no-repeat fixed center;
background-size: cover;
padding: 40px 0 40px;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
#home .wrapper-text h1 {
background: rgba(0,0,0, 0.8);
color: #fff;
padding: 10px 20px 10px;
border-radius: 5px;
}
/* SERVICES 3 COLUMN LAYOUT */
#services {
padding: 40px 0 40px;
}
.flex-grid {
display: flex;
}
.flex-grid .col {
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
}
.flex-grid .col i {
margin-bottom: 20px;
}
/* ABOUT */
#about {
background: url(../img/about-us.jpeg) no-repeat fixed center;
background-size: cover;
padding: 40px 0 40px;
/* height: 100vh; */
display: flex;
align-items: center;
justify-content: center;
}
#about .about-us-text {
width: 80%;
text-align: justify;
}
/* TESTIMONIALS */
#testimonials {
padding: 40px 0 40px;
}
.testimonials-wrapper {
width: 600px;
margin: 0 auto;
}
.testimonials-wrapper .testimonial-box {
display: flex;
padding-top: 20px;
}
.testimonials-wrapper .image-testimonial {
padding: 20px;
}
.testimonials-wrapper .image-testimonial img {
width: 200px;
border-radius: 50%
}
.testimonials-wrapper .text-testimonial,
.testimonials-wrapper .image-testimonial { /*Centraliza a imagem no texto.*/
display: flex;
flex-direction: column;
justify-content: center;
}
.text-testimonial p {
color: #828282;
font-style: italic;
}
p.name {
font-style: normal;
font-weight: bold;
color: #0cd98a;
}
/* EVENTS */
#events {
padding: 40px 0 40px;
background: #0d98ba;
color: #fff
}
#events h2:after {
border-bottom: 4px solid #fff;
}
/* CONTACT */
#contact {
padding: 40px 0 40px;
}
#contact form input {
border-radius: 0;
}
#contact form .custom-button {
background: #0d98ba;
padding: 5px 10px;
border: none;
cursor: pointer;
border-radius: 3px;
color: #fff;
}
/* FOOTER */
footer {
background: #333;
color: #fff;
padding: 40px 0 0;
}
footer .footer-wrapper .col {
text-align: left;
}
footer .social-wrapper a {
color: #fff;
padding: 6px;
}
footer .social-wrapper a:hover {
color: #0d98ba;
}
/* SUB FOOTER */
footer .sub-footer {
background-color: #222;
padding: 20px 0 20px;
text-align: center;
}
footer .sub-footer .container a {
color: #fff;
text-decoration: none;
}
footer .sub-footer .container a:hover {
color: #9e9e9e;
}
/* RESPONSIVE */
@media screen and (max-width: 991px) {
.flex-grid {
display: block;
}
.testimonials-wrapper .testimonial-box {
display: block;
}
.testimonials-wrapper {
width: 100%;
}
.testimonials-wrapper .image-testimonial img {
margin: 0 auto;
}
}
| 0.140602 | 0.083255 |
@import "../../lib/styles/properties.css";
.FormControl {
position: relative;
}
.FormControl.isBoxControl {
margin-bottom: 10px;
}
.FormControl.isSimpleWhiteControl {
margin-bottom: 30px;
}
.FormControl.isOnboardingControl {
margin-bottom: 25px;
}
.FormControl.inFooter {
display: inline-block;
width: 130px;
vertical-align: middle;
}
@media (--break-2) {
.FormControl.inFooter {
width: 200px;
}
}
@media (--break-3) {
.FormControl.inFooter {
width: 270px;
}
}
/* ------------------------------------- */
.FormIcon {
position: absolute;
top: calc(50% - 15px);
left: 20px;
color: #aaa;
}
/* ------------------------------------- */
.FormControlInput {
display: inline-block;
width: 100%;
min-height: 40px;
font-size: 14px;
color: #000;
vertical-align: baseline;
background-color: transparent;
border: 0;
border-bottom: 1px solid #aaa;
transition:
background-color var(--speed) var(--ease),
border-color var(--speed) var(--ease),
color var(--speed) var(--ease),
width var(--speed) var(--ease),
height var(--speed) var(--ease);
}
.FormControlInput:focus {
border-color: #000;
outline: 0; /* stylelint-disable-line */
}
.FormControlInput::placeholder {
color: #aaa;
}
.FormControlInput.isSimpleWhiteControl {
min-height: none;
font-size: 24px;
border-bottom-color: #fff;
}
.FormControlInput.isSimpleWhiteControl:focus {
color: #fff;
}
.FormControlInput.isSimpleWhiteControl::placeholder {
color: #fff;
}
.FormControlInput.isOnboardingControl {
padding-right: 20px;
font-size: 18px;
border-bottom-color: #f0f0f0;
}
@media (--break-3) {
.FormControlInput.isOnboardingControl {
font-size: 24px;
}
}
.FormControlInput.inFooter {
height: 30px;
min-height: 30px;
padding-left: 10px;
line-height: 30px;
background-color: #fff;
border-bottom: 0;
}
.FormControlInput.isBoxControl {
height: 60px;
padding: 0 30px;
color: #000;
background-color: #d8d8d8;
border: 1px solid #d8d8d8;
}
.FormControlInput.isBoxControl.hasIcon {
padding-left: 50px !important;
}
.FormControlInput.isBoxControl:focus {
background-color: #fff;
border-color: #fff;
}
.FormControlInput.isBoxControl.onGrey {
background-color: #f2f2f2;
border: 1px solid #f2f2f2;
}
.FormControlInput.isBoxControl.onGrey:focus {
color: #000;
background-color: #fff;
border-color: #f2f2f2;
}
.hasValue:not(.isInitialValue) > .FormControlInput {
border-color: #000;
}
.hasValue:not(.isInitialValue) > .FormControlInput.isSimpleWhiteControl {
color: #fff;
border-color: #fff;
}
.hasValue:not(.isInitialValue) > .FormControlInput.isOnboardingControl {
color: #000;
border-color: #f0f0f0;
}
.hasValue:not(.isInitialValue) > .FormControlInput.isBoxControl {
background-color: #fff;
border-color: #fff;
}
/* stylelint-disable-next-line selector-max-specificity */
.hasValue:not(.isInitialValue) > .FormControlInput.isBoxControl.onGrey {
color: #000;
background-color: #fff;
border-color: #f2f2f2;
}
.isFailing > .FormControlInput,
.isFailing > .FormControlInput.isBoxControl,
.isFailing > .FormControlInput.isBoxControl.onGrey {
border-color: var(--color-danger);
}
/* stylelint-disable selector-no-qualifying-type */
textarea.FormControlInput:not(.isBoxControl) {
height: 30px;
min-height: 0;
margin-top: 10px;
}
textarea.FormControlInput.isBoxControl {
height: 120px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: -5px;
}
.hasValue > textarea.FormControlInput:not(.isBoxControl),
.hasFocus > textarea.FormControlInput:not(.isBoxControl) {
height: 115px;
}
textarea.FormControlInput.isOnboardingControl {
height: 40px;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
textarea.FormControlInput.MessageMessageControl {
height: 180px;
}
@media (--break-3) {
.hasValue > textarea.FormControlInput:not(.isBoxControl),
.hasFocus > textarea.FormControlInput:not(.isBoxControl) {
height: 85px;
}
.hasValue > textarea.FormControlInput.isOnboardingControl,
.hasFocus > textarea.FormControlInput.isOnboardingControl {
height: 115px;
}
}
/* stylelint-enable selector-no-qualifying-type */
.BatchEmailControl.isBoxControl {
margin-bottom: 25px;
}
.BatchEmailControl .FormControlInput.isBoxControl {
height: 160px;
}
/* ------------------------------------- */
.FormControlLabel {
position: absolute;
right: 0;
bottom: -15px;
display: inline-block;
font-size: 14px;
color: #aaa;
vertical-align: baseline;
opacity: 0;
transition: transform var(--speed2) var(--ease), opacity var(--speed2) var(--ease), color var(--speed2) var(--ease);
}
.FormControlLabel.isSimpleWhiteControl {
top: 33px;
bottom: auto;
color: #fff;
}
.FormControlLabel.isBoxControl {
top: 20px;
right: 11px;
bottom: auto;
left: auto;
font-size: 11px;
text-align: right;
}
.FormControlLabel.inFooter,
.FormControlLabel.isOnboardingControl {
display: none;
}
.hasExceeded .FormControlLabel.isOnboardingControl {
display: inline-block;
}
.isFailing > .FormControlLabel,
.hasValue > .FormControlLabel {
opacity: 1;
transform: translate3d(0, 10px, 0);
}
.isFailing > .FormControlLabel.isBoxControl,
.hasValue > .FormControlLabel.isBoxControl {
transform: translate3d(0, -13px, 0);
}
.isFailing > .FormControlLabel {
color: var(--color-danger) !important;
}
.hasExceeded.hasValue > .FormControlLabel {
color: var(--color-danger);
}
/* ------------------------------------- */
.FormControlSuggestionList {
height: 0;
margin: 0;
overflow: hidden;
transition: height var(--speed) var(--ease);
}
.FormControlSuggestionList.hasSuggestions {
height: max-content; /* stylelint-disable-line */
}
.FormControlSuggestionList > p {
margin: 5px 0 0;
}
.FormControlSuggestionButton {
margin-top: 5px;
margin-right: 10px;
font-size: 14px;
border-bottom: 1px solid currentColor;
transition: color var(--speed);
}
.no-touch .FormControlSuggestionButton:hover {
color: #000;
}
.FormControlSuggestionButton:last-of-type {
margin-right: 0;
}
/* ------------------------------------- */
.FormControlStatus {
position: absolute;
top: 28px;
right: 10px;
transition: opacity var(--speed2);
}
.FormControlStatus:empty {
opacity: 0;
}
.SettingsInfoForm .isInitialValue .FormControlStatus {
display: none;
}
.OnboardingInfoForm .FormControlStatus {
top: 10px;
}
.isSafari .PasswordControl .FormControlStatus {
right: 20px;
}
.FormControlStatus.isSimpleWhiteControl {
top: 5px;
}
.FormControl.isSimpleWhiteControl .FormControlStatusMessage {
margin-top: 30px;
}
.HoppyStatusMessage {
height: 0;
margin: 0;
overflow: hidden;
opacity: 0;
transition: height var(--speed) ease, margin var(--speed) ease, opacity var(--speed) ease;
}
.HoppyStatusMessage.hasContent {
height: 40px;
margin: 10px 0;
opacity: 1;
transition-delay: 1s, 1s, 1s;
}
.FormControlStatusBubble {
display: inline-block;
height: 30px;
padding: 0 15px;
line-height: 30px;
color: #fff;
white-space: nowrap;
vertical-align: middle;
background-color: #000;
border: 1px solid #000;
border-radius: 20px;
transition: opacity var(--speed);
}
.isSucceeding > .FormControlStatusBubble {
background-color: #00d100;
border-color: #00d100;
}
.isFailing > .FormControlStatusBubble {
background-color: #f00;
border-color: #f00;
}
.FormControlStatusBubble.inFooter {
position: absolute;
top: -40px;
right: 0;
z-index: 2;
}
@media (--break-2) {
.FormControlStatusBubble.inFooter {
right: auto;
left: 0;
}
}
|
src/components/forms/FormControl.css
|
@import "../../lib/styles/properties.css";
.FormControl {
position: relative;
}
.FormControl.isBoxControl {
margin-bottom: 10px;
}
.FormControl.isSimpleWhiteControl {
margin-bottom: 30px;
}
.FormControl.isOnboardingControl {
margin-bottom: 25px;
}
.FormControl.inFooter {
display: inline-block;
width: 130px;
vertical-align: middle;
}
@media (--break-2) {
.FormControl.inFooter {
width: 200px;
}
}
@media (--break-3) {
.FormControl.inFooter {
width: 270px;
}
}
/* ------------------------------------- */
.FormIcon {
position: absolute;
top: calc(50% - 15px);
left: 20px;
color: #aaa;
}
/* ------------------------------------- */
.FormControlInput {
display: inline-block;
width: 100%;
min-height: 40px;
font-size: 14px;
color: #000;
vertical-align: baseline;
background-color: transparent;
border: 0;
border-bottom: 1px solid #aaa;
transition:
background-color var(--speed) var(--ease),
border-color var(--speed) var(--ease),
color var(--speed) var(--ease),
width var(--speed) var(--ease),
height var(--speed) var(--ease);
}
.FormControlInput:focus {
border-color: #000;
outline: 0; /* stylelint-disable-line */
}
.FormControlInput::placeholder {
color: #aaa;
}
.FormControlInput.isSimpleWhiteControl {
min-height: none;
font-size: 24px;
border-bottom-color: #fff;
}
.FormControlInput.isSimpleWhiteControl:focus {
color: #fff;
}
.FormControlInput.isSimpleWhiteControl::placeholder {
color: #fff;
}
.FormControlInput.isOnboardingControl {
padding-right: 20px;
font-size: 18px;
border-bottom-color: #f0f0f0;
}
@media (--break-3) {
.FormControlInput.isOnboardingControl {
font-size: 24px;
}
}
.FormControlInput.inFooter {
height: 30px;
min-height: 30px;
padding-left: 10px;
line-height: 30px;
background-color: #fff;
border-bottom: 0;
}
.FormControlInput.isBoxControl {
height: 60px;
padding: 0 30px;
color: #000;
background-color: #d8d8d8;
border: 1px solid #d8d8d8;
}
.FormControlInput.isBoxControl.hasIcon {
padding-left: 50px !important;
}
.FormControlInput.isBoxControl:focus {
background-color: #fff;
border-color: #fff;
}
.FormControlInput.isBoxControl.onGrey {
background-color: #f2f2f2;
border: 1px solid #f2f2f2;
}
.FormControlInput.isBoxControl.onGrey:focus {
color: #000;
background-color: #fff;
border-color: #f2f2f2;
}
.hasValue:not(.isInitialValue) > .FormControlInput {
border-color: #000;
}
.hasValue:not(.isInitialValue) > .FormControlInput.isSimpleWhiteControl {
color: #fff;
border-color: #fff;
}
.hasValue:not(.isInitialValue) > .FormControlInput.isOnboardingControl {
color: #000;
border-color: #f0f0f0;
}
.hasValue:not(.isInitialValue) > .FormControlInput.isBoxControl {
background-color: #fff;
border-color: #fff;
}
/* stylelint-disable-next-line selector-max-specificity */
.hasValue:not(.isInitialValue) > .FormControlInput.isBoxControl.onGrey {
color: #000;
background-color: #fff;
border-color: #f2f2f2;
}
.isFailing > .FormControlInput,
.isFailing > .FormControlInput.isBoxControl,
.isFailing > .FormControlInput.isBoxControl.onGrey {
border-color: var(--color-danger);
}
/* stylelint-disable selector-no-qualifying-type */
textarea.FormControlInput:not(.isBoxControl) {
height: 30px;
min-height: 0;
margin-top: 10px;
}
textarea.FormControlInput.isBoxControl {
height: 120px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: -5px;
}
.hasValue > textarea.FormControlInput:not(.isBoxControl),
.hasFocus > textarea.FormControlInput:not(.isBoxControl) {
height: 115px;
}
textarea.FormControlInput.isOnboardingControl {
height: 40px;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
textarea.FormControlInput.MessageMessageControl {
height: 180px;
}
@media (--break-3) {
.hasValue > textarea.FormControlInput:not(.isBoxControl),
.hasFocus > textarea.FormControlInput:not(.isBoxControl) {
height: 85px;
}
.hasValue > textarea.FormControlInput.isOnboardingControl,
.hasFocus > textarea.FormControlInput.isOnboardingControl {
height: 115px;
}
}
/* stylelint-enable selector-no-qualifying-type */
.BatchEmailControl.isBoxControl {
margin-bottom: 25px;
}
.BatchEmailControl .FormControlInput.isBoxControl {
height: 160px;
}
/* ------------------------------------- */
.FormControlLabel {
position: absolute;
right: 0;
bottom: -15px;
display: inline-block;
font-size: 14px;
color: #aaa;
vertical-align: baseline;
opacity: 0;
transition: transform var(--speed2) var(--ease), opacity var(--speed2) var(--ease), color var(--speed2) var(--ease);
}
.FormControlLabel.isSimpleWhiteControl {
top: 33px;
bottom: auto;
color: #fff;
}
.FormControlLabel.isBoxControl {
top: 20px;
right: 11px;
bottom: auto;
left: auto;
font-size: 11px;
text-align: right;
}
.FormControlLabel.inFooter,
.FormControlLabel.isOnboardingControl {
display: none;
}
.hasExceeded .FormControlLabel.isOnboardingControl {
display: inline-block;
}
.isFailing > .FormControlLabel,
.hasValue > .FormControlLabel {
opacity: 1;
transform: translate3d(0, 10px, 0);
}
.isFailing > .FormControlLabel.isBoxControl,
.hasValue > .FormControlLabel.isBoxControl {
transform: translate3d(0, -13px, 0);
}
.isFailing > .FormControlLabel {
color: var(--color-danger) !important;
}
.hasExceeded.hasValue > .FormControlLabel {
color: var(--color-danger);
}
/* ------------------------------------- */
.FormControlSuggestionList {
height: 0;
margin: 0;
overflow: hidden;
transition: height var(--speed) var(--ease);
}
.FormControlSuggestionList.hasSuggestions {
height: max-content; /* stylelint-disable-line */
}
.FormControlSuggestionList > p {
margin: 5px 0 0;
}
.FormControlSuggestionButton {
margin-top: 5px;
margin-right: 10px;
font-size: 14px;
border-bottom: 1px solid currentColor;
transition: color var(--speed);
}
.no-touch .FormControlSuggestionButton:hover {
color: #000;
}
.FormControlSuggestionButton:last-of-type {
margin-right: 0;
}
/* ------------------------------------- */
.FormControlStatus {
position: absolute;
top: 28px;
right: 10px;
transition: opacity var(--speed2);
}
.FormControlStatus:empty {
opacity: 0;
}
.SettingsInfoForm .isInitialValue .FormControlStatus {
display: none;
}
.OnboardingInfoForm .FormControlStatus {
top: 10px;
}
.isSafari .PasswordControl .FormControlStatus {
right: 20px;
}
.FormControlStatus.isSimpleWhiteControl {
top: 5px;
}
.FormControl.isSimpleWhiteControl .FormControlStatusMessage {
margin-top: 30px;
}
.HoppyStatusMessage {
height: 0;
margin: 0;
overflow: hidden;
opacity: 0;
transition: height var(--speed) ease, margin var(--speed) ease, opacity var(--speed) ease;
}
.HoppyStatusMessage.hasContent {
height: 40px;
margin: 10px 0;
opacity: 1;
transition-delay: 1s, 1s, 1s;
}
.FormControlStatusBubble {
display: inline-block;
height: 30px;
padding: 0 15px;
line-height: 30px;
color: #fff;
white-space: nowrap;
vertical-align: middle;
background-color: #000;
border: 1px solid #000;
border-radius: 20px;
transition: opacity var(--speed);
}
.isSucceeding > .FormControlStatusBubble {
background-color: #00d100;
border-color: #00d100;
}
.isFailing > .FormControlStatusBubble {
background-color: #f00;
border-color: #f00;
}
.FormControlStatusBubble.inFooter {
position: absolute;
top: -40px;
right: 0;
z-index: 2;
}
@media (--break-2) {
.FormControlStatusBubble.inFooter {
right: auto;
left: 0;
}
}
| 0.388618 | 0.063424 |
html {
scroll-behavior: smooth;
}
.orange-red {
color: #f77e02 !important;
}
.section-header {
transition: font-size .3s ease;
font-size: 6rem;
font-family: 'DM Serif Display', serif;
display: flex;
justify-content: center;
align-items: center;
}
@media only screen and (max-width: 600px) {
.section-header {
font-size: 3.4rem;
font-weight: 700;
}
}
.cursor {
cursor: pointer;
}
/*Top Info Box Css*/
.top-info-box {
padding: 8px 20px;
height: 100%;
font-weight: bold;
font-size: 1rem;
}
.top-info-box .box-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.info-col {
display: flex;
justify-content: start;
align-items: center;
}
.social-col {
display: flex;
justify-content: flex-end;
align-items: center;
}
.languages {
display: flex;
justify-content: space-around;
align-items: center;
}
.languages p {
margin: 0;
padding: 0 5px;
opacity: 35%;
}
.languages .active {
opacity: 100% !important;
}
.follow-us {
padding: 0 1.2rem;
}
.contact {
padding: 0 .3rem;
}
.mail {
padding: 0 .3rem;
}
/*Navbar CSS*/
nav {
transition: all .3s ease;
position: absolute;
top: 46px;
z-index: 1;
padding: 0 1rem !important;
}
.home-navbar {
background-color: transparent;
height: 120px;
}
.navigation-title {
background-color: black;
color: white;
margin: 2rem 0 0 2rem !important;
padding: 0 0.5rem !important;
height: 3rem;
font-size: 2rem !important;
text-transform: uppercase;
font-family: 'Fira Sans', sans-serif;
display: flex !important;
justify-content: space-between;
align-items: center;
}
.navigation-title i {
margin: 0 .2rem 0 0 !important;
padding: 0 !important;
}
.navigation-button a {
height: 100%;
text-transform: uppercase;
font-size: 1.2rem !important;
font-family: 'Fira Sans', sans-serif;
display: flex;
align-items: center;
}
.fill-height {
height: 100%;
}
.org-logo {
font-size: 35px !important;
letter-spacing: 2px;
}
.mdi-menu-open {
font-size: 30px !important;
}
@media only screen and (max-width: 435px) {
.navigation-title {
top: 8px;
font-size: 1.6rem !important;
margin: 0 !important;
}
.org-logo {
font-size: 1.6rem !important;
}
}
/*Carousel CSS*/
.carousel {
height: 100vh;
width: 100%;
}
.carousel-item img {
height: 100%;
width: 100%;
}
.org-heading {
color: white;
position: absolute;
top: 10%;
left: 5%;
font-size: 7.4rem !important;
line-height: 7.4rem;
width: 20%;
text-align: left;
font-family: 'Playfair Display', serif;
}
.question {
color: white;
position: absolute;
top: 80%;
width: 100%;
text-align: center;
font-size: 3rem !important;
line-height: 3rem;
font-family: 'Prompt', sans-serif;
font-weight: 700;
}
.scroller-row {
position: absolute;
top: 91%;
width: 100%;
height: auto;
display: flex;
justify-content: center;
}
.scroller {
border: none;
position: absolute;
text-align: center;
color: white;
background: transparent;
height: 60px;
width: 60px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.scroller:focus {
background: transparent !important;
}
.scroller i {
font-size: 32px;
}
/*MarTech CSS*/
.martech .header {
font-size: 3.1rem;
font-weight: 800;
text-align: center;
font-family: 'Poppins', sans-serif;
}
.martech .card-stacked .card-content {
display: flex;
justify-content: center;
}
.martech .sub-heading {
max-width: 1100px;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
font-family: 'Poppins', sans-serif;
}
.plus {
padding: 0 2rem;
}
/*Our Services CSS*/
.services-card .section-header {
padding: 3rem 0 0;
}
.services-card .card-content {
padding-top: 0;
}
.services-card .section-header .title {
color: black;
border-bottom: 2px solid black;
text-align: center;
}
.case-col > .case-img-1 {
padding: 2rem;
}
.our-services-flowchart {
max-width: 100%;
height: 100%;
}
.services-card .card-content {
display: flex;
justify-content: center;
max-width: 11000px;
max-height: 800px;
}
/*Case Studies CSS*/
.case-studies-card .section-header {
height: 25rem;
background-color: black;
}
.case-studies-card .section-header .title {
color: white;
border-bottom: 2px solid white;
text-align: center;
}
.no-gutters {
margin: 0 !important;
padding: 0 !important;
}
.case-col {
height: 600px;
width: 100%;
}
.case-img {
width: 100%;
height: 550px;
object-fit: cover;
}
.case-col-0 img {
border-right: 4px solid black;
border-bottom: 6px solid black;
}
.case-col-1 {
position: relative;
}
.case-col-1 img {
position: absolute;
top: 0;
background: url("https://www.e-architect.com/wp-content/uploads/2016/11/the-gherkin-london.jpg") center no-repeat;
background-size: cover;
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 6px solid black;
}
.case-col-1 .case-heading {
position: absolute;
top: 20px;
left: 30px;
color: white;
font-size: 3rem;
line-height: 3rem;
font-weight: bold;
text-transform: capitalize;
width: 60%;
}
.case-col-1 .divider {
position: absolute;
top: 100px;
left: 30px;
width: 2.6rem;
height: .3rem;
background: white;
margin: 1.2rem 0 1rem;
}
.case-col-1 .case-client {
position: absolute;
top: 130px;
left: 30px;
color: white;
font-size: 2.2rem;
text-transform: uppercase;
}
.case-col-2 img {
border-left: 4px solid black;
border-bottom: 6px solid black;
}
/*Our Clients CSS*/
.our-clients-card .section-header {
padding: 4rem 0;
}
.our-clients-card .section-header .title {
color: black;
border-bottom: 2px solid black;
text-align: center;
}
.our-clients-card .card-content {
margin: 0 auto;
max-width: 800px;
text-align: center;
}
.client-logo {
height: 200px;
width: 200px;
object-fit: contain;
filter: grayscale(100%) !important;
}
.client-logo:hover {
filter: none!important;
}
/*Testimonials CSS*/
.testimonials-card {
max-width: 1200px;
margin: 0 auto;
}
.testimonials-card .section-header {
padding: 4rem 0;
}
.testimonials-card .section-header .title {
color: black;
border-bottom: 2px solid black;
text-align: center;
}
.testimonials-card .card-stacked {
display: flex;
justify-content: center;
}
.testimonials-card .card-stacked .card-content {
max-width: 800px;
}
.testimony-content {
position: relative;
}
.quote {
position: absolute;
left: -3rem;
height: 30px;
width: 30px;
transform: scale(-1, -1);
}
.testimony {
font-size: 1.4rem;
font-weight: 300;
}
.author {
font-size: 1.4rem;
font-weight: 400;
}
.organization {
font-size: 1.4rem;
font-weight: 500;
}
.testimony-row {
padding-bottom: 6rem;
}
.testimony-avatar {
width: 180px;
height: 180px;
}
/*Let's Talk CSS*/
.lets-talk-card {
margin: 3rem 0;
padding: 2rem;
}
.lets-talk-card .header {
text-align: center;
max-width: 400px;
font-size: 3.5rem;
font-weight: bold;
margin: 2rem auto;
color: #ff9900;
}
.message-text {
margin: 0 auto;
max-width: 800px;
text-align: center;
font-size: 1.6rem;
color: #ff9900;
}
.card-action .lets-talk-btn-wrapper {
display: flex;
justify-content: center;
}
.lets-talk-btn {
border-radius: 10px;
background-color: #ff8c00;
color: white;
font-size: 1.6rem;
text-transform: capitalize;
font-weight: 500;
}
.lets-talk-btn:hover {
background-color: black;
}
/*Footer CSS*/
.row .input-col {
display: flex;
justify-content: center;
align-items: center;
}
.footer-org-title {
padding: 0 0 0 4px;
display: flex;
justify-content: center;
align-items: center;
}
.footer-org-title i {
margin-right: 4px;
}
.footer-org-title span {
font-size: 1.4rem;
text-transform: uppercase;
}
.page-footer {
background-color: black;
color: white;
}
.quick-links {
padding-left: 1rem !important;
}
.quick-links li a {
font-size: 1rem;
line-height: 2rem;
font-weight: 500;
text-transform: uppercase;
}
.foot-link {
padding: 0 2rem;
text-align: center;
font-weight: bold;
}
.footer-org-icon {
font-size: 24px;
}
#footer-input:valid {
margin: 1rem;
background-color: white;
color: black;
padding: 0 1rem;
box-shadow: none;
height: 2.8rem;
max-width: 14rem;
}
#footer-input:invalid {
border-bottom: 4px solid red;
}
#footer-input:focus {
border-bottom: 4px solid orange;
}
/*Mobile CSS*/
@media only screen and (max-width: 620px) {
.top-info-box {
transition: all .3s ease;
font-size: .875rem;
font-weight: bold;
padding: .5rem !important;
}
.home-navbar {
top: 30px;
}
.carousel {
height: calc(100vh - 30px) !important;
}
}
@media only screen and (min-width: 621px) {
.home-navbar {
top: 38px;
}
.carousel {
height: calc(100vh - 38px) !important;
}
}
@media only screen and (min-width: 526px) and (max-width: 994px) {
.navigation-title {
transition: position .3s ease;
top: 15px;
margin: 0 !important;
}
}
@media only screen and (max-width: 525px) {
.top-info-box {
display: none;
}
.home-navbar {
top: 0;
}
.navigation-title {
transition: position .3s ease;
top: 7px;
float: right;
margin: 0 !important;
}
.carousel {
height: 100vh !important;
}
}
@media only screen and (max-width: 600px) {
.org-heading {
font-size: 4rem !important;
line-height: 4rem;
width: 60%;
}
.question {
top: 75%;
font-size: 2rem !important;
line-height: 2rem;
}
.scroller-row {
top: 85%;
}
.martech .header {
font-size: 1.8rem;
font-weight: 700;
}
.martech .sub-heading {
font-size: 1rem;
padding: 0 1rem;
}
.plus {
padding: 0 .5rem;
}
.testimony-row {
padding-bottom: 2rem;
}
.testimony-row .col {
display: flex;
justify-content: center;
}
.testimony-avatar {
margin-bottom: 20px;
}
.quote {
display: none;
}
.testimony {
text-align: center;
}
.author {
text-align: center;
}
.organization {
text-align: center;
}
.quick-links {
text-align: right;
}
.lets-talk-card .header {
font-size: 2rem;
}
.message-text {
font-size: 1rem;
}
}
@media only screen and (max-width: 335px) {
.martech .header {
font-size: 1.4rem !important;
}
.org-heading {
font-size: 3rem !important;
}
.question {
font-size: 1.6rem !important;
}
.section-header {
font-size: 2.6rem !important;
}
}
@media only screen and (max-width: 280px) {
.martech .header {
font-size: 1rem !important;
}
}
|
public/css/main.css
|
html {
scroll-behavior: smooth;
}
.orange-red {
color: #f77e02 !important;
}
.section-header {
transition: font-size .3s ease;
font-size: 6rem;
font-family: 'DM Serif Display', serif;
display: flex;
justify-content: center;
align-items: center;
}
@media only screen and (max-width: 600px) {
.section-header {
font-size: 3.4rem;
font-weight: 700;
}
}
.cursor {
cursor: pointer;
}
/*Top Info Box Css*/
.top-info-box {
padding: 8px 20px;
height: 100%;
font-weight: bold;
font-size: 1rem;
}
.top-info-box .box-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.info-col {
display: flex;
justify-content: start;
align-items: center;
}
.social-col {
display: flex;
justify-content: flex-end;
align-items: center;
}
.languages {
display: flex;
justify-content: space-around;
align-items: center;
}
.languages p {
margin: 0;
padding: 0 5px;
opacity: 35%;
}
.languages .active {
opacity: 100% !important;
}
.follow-us {
padding: 0 1.2rem;
}
.contact {
padding: 0 .3rem;
}
.mail {
padding: 0 .3rem;
}
/*Navbar CSS*/
nav {
transition: all .3s ease;
position: absolute;
top: 46px;
z-index: 1;
padding: 0 1rem !important;
}
.home-navbar {
background-color: transparent;
height: 120px;
}
.navigation-title {
background-color: black;
color: white;
margin: 2rem 0 0 2rem !important;
padding: 0 0.5rem !important;
height: 3rem;
font-size: 2rem !important;
text-transform: uppercase;
font-family: 'Fira Sans', sans-serif;
display: flex !important;
justify-content: space-between;
align-items: center;
}
.navigation-title i {
margin: 0 .2rem 0 0 !important;
padding: 0 !important;
}
.navigation-button a {
height: 100%;
text-transform: uppercase;
font-size: 1.2rem !important;
font-family: 'Fira Sans', sans-serif;
display: flex;
align-items: center;
}
.fill-height {
height: 100%;
}
.org-logo {
font-size: 35px !important;
letter-spacing: 2px;
}
.mdi-menu-open {
font-size: 30px !important;
}
@media only screen and (max-width: 435px) {
.navigation-title {
top: 8px;
font-size: 1.6rem !important;
margin: 0 !important;
}
.org-logo {
font-size: 1.6rem !important;
}
}
/*Carousel CSS*/
.carousel {
height: 100vh;
width: 100%;
}
.carousel-item img {
height: 100%;
width: 100%;
}
.org-heading {
color: white;
position: absolute;
top: 10%;
left: 5%;
font-size: 7.4rem !important;
line-height: 7.4rem;
width: 20%;
text-align: left;
font-family: 'Playfair Display', serif;
}
.question {
color: white;
position: absolute;
top: 80%;
width: 100%;
text-align: center;
font-size: 3rem !important;
line-height: 3rem;
font-family: 'Prompt', sans-serif;
font-weight: 700;
}
.scroller-row {
position: absolute;
top: 91%;
width: 100%;
height: auto;
display: flex;
justify-content: center;
}
.scroller {
border: none;
position: absolute;
text-align: center;
color: white;
background: transparent;
height: 60px;
width: 60px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.scroller:focus {
background: transparent !important;
}
.scroller i {
font-size: 32px;
}
/*MarTech CSS*/
.martech .header {
font-size: 3.1rem;
font-weight: 800;
text-align: center;
font-family: 'Poppins', sans-serif;
}
.martech .card-stacked .card-content {
display: flex;
justify-content: center;
}
.martech .sub-heading {
max-width: 1100px;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
font-family: 'Poppins', sans-serif;
}
.plus {
padding: 0 2rem;
}
/*Our Services CSS*/
.services-card .section-header {
padding: 3rem 0 0;
}
.services-card .card-content {
padding-top: 0;
}
.services-card .section-header .title {
color: black;
border-bottom: 2px solid black;
text-align: center;
}
.case-col > .case-img-1 {
padding: 2rem;
}
.our-services-flowchart {
max-width: 100%;
height: 100%;
}
.services-card .card-content {
display: flex;
justify-content: center;
max-width: 11000px;
max-height: 800px;
}
/*Case Studies CSS*/
.case-studies-card .section-header {
height: 25rem;
background-color: black;
}
.case-studies-card .section-header .title {
color: white;
border-bottom: 2px solid white;
text-align: center;
}
.no-gutters {
margin: 0 !important;
padding: 0 !important;
}
.case-col {
height: 600px;
width: 100%;
}
.case-img {
width: 100%;
height: 550px;
object-fit: cover;
}
.case-col-0 img {
border-right: 4px solid black;
border-bottom: 6px solid black;
}
.case-col-1 {
position: relative;
}
.case-col-1 img {
position: absolute;
top: 0;
background: url("https://www.e-architect.com/wp-content/uploads/2016/11/the-gherkin-london.jpg") center no-repeat;
background-size: cover;
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 6px solid black;
}
.case-col-1 .case-heading {
position: absolute;
top: 20px;
left: 30px;
color: white;
font-size: 3rem;
line-height: 3rem;
font-weight: bold;
text-transform: capitalize;
width: 60%;
}
.case-col-1 .divider {
position: absolute;
top: 100px;
left: 30px;
width: 2.6rem;
height: .3rem;
background: white;
margin: 1.2rem 0 1rem;
}
.case-col-1 .case-client {
position: absolute;
top: 130px;
left: 30px;
color: white;
font-size: 2.2rem;
text-transform: uppercase;
}
.case-col-2 img {
border-left: 4px solid black;
border-bottom: 6px solid black;
}
/*Our Clients CSS*/
.our-clients-card .section-header {
padding: 4rem 0;
}
.our-clients-card .section-header .title {
color: black;
border-bottom: 2px solid black;
text-align: center;
}
.our-clients-card .card-content {
margin: 0 auto;
max-width: 800px;
text-align: center;
}
.client-logo {
height: 200px;
width: 200px;
object-fit: contain;
filter: grayscale(100%) !important;
}
.client-logo:hover {
filter: none!important;
}
/*Testimonials CSS*/
.testimonials-card {
max-width: 1200px;
margin: 0 auto;
}
.testimonials-card .section-header {
padding: 4rem 0;
}
.testimonials-card .section-header .title {
color: black;
border-bottom: 2px solid black;
text-align: center;
}
.testimonials-card .card-stacked {
display: flex;
justify-content: center;
}
.testimonials-card .card-stacked .card-content {
max-width: 800px;
}
.testimony-content {
position: relative;
}
.quote {
position: absolute;
left: -3rem;
height: 30px;
width: 30px;
transform: scale(-1, -1);
}
.testimony {
font-size: 1.4rem;
font-weight: 300;
}
.author {
font-size: 1.4rem;
font-weight: 400;
}
.organization {
font-size: 1.4rem;
font-weight: 500;
}
.testimony-row {
padding-bottom: 6rem;
}
.testimony-avatar {
width: 180px;
height: 180px;
}
/*Let's Talk CSS*/
.lets-talk-card {
margin: 3rem 0;
padding: 2rem;
}
.lets-talk-card .header {
text-align: center;
max-width: 400px;
font-size: 3.5rem;
font-weight: bold;
margin: 2rem auto;
color: #ff9900;
}
.message-text {
margin: 0 auto;
max-width: 800px;
text-align: center;
font-size: 1.6rem;
color: #ff9900;
}
.card-action .lets-talk-btn-wrapper {
display: flex;
justify-content: center;
}
.lets-talk-btn {
border-radius: 10px;
background-color: #ff8c00;
color: white;
font-size: 1.6rem;
text-transform: capitalize;
font-weight: 500;
}
.lets-talk-btn:hover {
background-color: black;
}
/*Footer CSS*/
.row .input-col {
display: flex;
justify-content: center;
align-items: center;
}
.footer-org-title {
padding: 0 0 0 4px;
display: flex;
justify-content: center;
align-items: center;
}
.footer-org-title i {
margin-right: 4px;
}
.footer-org-title span {
font-size: 1.4rem;
text-transform: uppercase;
}
.page-footer {
background-color: black;
color: white;
}
.quick-links {
padding-left: 1rem !important;
}
.quick-links li a {
font-size: 1rem;
line-height: 2rem;
font-weight: 500;
text-transform: uppercase;
}
.foot-link {
padding: 0 2rem;
text-align: center;
font-weight: bold;
}
.footer-org-icon {
font-size: 24px;
}
#footer-input:valid {
margin: 1rem;
background-color: white;
color: black;
padding: 0 1rem;
box-shadow: none;
height: 2.8rem;
max-width: 14rem;
}
#footer-input:invalid {
border-bottom: 4px solid red;
}
#footer-input:focus {
border-bottom: 4px solid orange;
}
/*Mobile CSS*/
@media only screen and (max-width: 620px) {
.top-info-box {
transition: all .3s ease;
font-size: .875rem;
font-weight: bold;
padding: .5rem !important;
}
.home-navbar {
top: 30px;
}
.carousel {
height: calc(100vh - 30px) !important;
}
}
@media only screen and (min-width: 621px) {
.home-navbar {
top: 38px;
}
.carousel {
height: calc(100vh - 38px) !important;
}
}
@media only screen and (min-width: 526px) and (max-width: 994px) {
.navigation-title {
transition: position .3s ease;
top: 15px;
margin: 0 !important;
}
}
@media only screen and (max-width: 525px) {
.top-info-box {
display: none;
}
.home-navbar {
top: 0;
}
.navigation-title {
transition: position .3s ease;
top: 7px;
float: right;
margin: 0 !important;
}
.carousel {
height: 100vh !important;
}
}
@media only screen and (max-width: 600px) {
.org-heading {
font-size: 4rem !important;
line-height: 4rem;
width: 60%;
}
.question {
top: 75%;
font-size: 2rem !important;
line-height: 2rem;
}
.scroller-row {
top: 85%;
}
.martech .header {
font-size: 1.8rem;
font-weight: 700;
}
.martech .sub-heading {
font-size: 1rem;
padding: 0 1rem;
}
.plus {
padding: 0 .5rem;
}
.testimony-row {
padding-bottom: 2rem;
}
.testimony-row .col {
display: flex;
justify-content: center;
}
.testimony-avatar {
margin-bottom: 20px;
}
.quote {
display: none;
}
.testimony {
text-align: center;
}
.author {
text-align: center;
}
.organization {
text-align: center;
}
.quick-links {
text-align: right;
}
.lets-talk-card .header {
font-size: 2rem;
}
.message-text {
font-size: 1rem;
}
}
@media only screen and (max-width: 335px) {
.martech .header {
font-size: 1.4rem !important;
}
.org-heading {
font-size: 3rem !important;
}
.question {
font-size: 1.6rem !important;
}
.section-header {
font-size: 2.6rem !important;
}
}
@media only screen and (max-width: 280px) {
.martech .header {
font-size: 1rem !important;
}
}
| 0.51562 | 0.08218 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
::selection{
color: #fff;
background: #6665ee;
}
.skill-bars{
padding: 25px 30px;
width: 600px;
background: #fff;
box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
border-radius: 10px;
}
.skill-bars .bar{
margin: 20px 0;
}
.skill-bars .bar:first-child{
margin-top: 0px;
}
.skill-bars .bar .info{
margin-bottom: 5px;
}
.skill-bars .bar .info span{
font-weight: 500;
font-size: 17px;
opacity: 0;
animation: showText 0.5s 1s linear forwards;
}
@keyframes showText {
100%{
opacity: 1;
}
}
.skill-bars .bar .progress-line{
height: 10px;
width: 100%;
background: #f0f0f0;
position: relative;
transform: scaleX(0);
transform-origin: left;
border-radius: 10px;
box-shadow: inset 0 1px 1px rgba(216, 208, 208, 0.05),
0 1px rgba(255,255,255,0.8);
animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;
}
@keyframes animate {
100%{
transform: scaleX(1);
}
}
.info {
color: #000;
}
.bar .progress-line span{
height: 100%;
position: absolute;
border-radius: 10px;
transform: scaleX(0);
transform-origin: left;
background: #6665ee;
animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
}
.bar .progress-line.html span{
width: 60%;
}
.bar .progress-line.css span{
width: 40%;
}
.bar .progress-line.python span{
width: 80%;
}
.bar .progress-line.cplus span{
width: 60%;
}
.bar .progress-line.c span{
width: 60%;
}
.bar .progress-line.java span{
width: 80%;
}
.bar .progress-line.oraclesql span{
width: 60%;
}
.bar .progress-line.js span{
width: 60%;
}
.bar .progress-line.octave span{
width: 40%;
}
.progress-line span::before{
position: absolute;
content: "";
top: -10px;
right: 0;
height: 0;
width: 0;
border: 7px solid transparent;
border-bottom-width: 0px;
border-right-width: 0px;
border-top-color: #000;
opacity: 0;
animation: showText2 0.5s 1.5s linear forwards;
}
.progress-line span::after{
position: absolute;
top: -28px;
right: 0;
font-weight: 500;
background: #000;
color: #fff;
padding: 1px 8px;
font-size: 12px;
border-radius: 3px;
opacity: 0;
animation: showText2 0.5s 1.5s linear forwards;
}
@keyframes showText2 {
100%{
opacity: 1;
}
}
.progress-line.c span::after{
content: "3";
}
.progress-line.html span::after{
content: "3";
}
.progress-line.cplus span::after{
content: "3";
}
.progress-line.css span::after{
content: "2";
}
.progress-line.python span::after{
content: "4";
}
.progress-line.oraclesql span::after{
content: "3";
}
.progress-line.java span::after{
content: "4";
}
.progress-line.js span::after{
content: "3";
}
.progress-line.octave span::after{
content: "2";
}
.tags ul li {
display: inline-block;
margin: 0 0.3em 0.3em 0;
padding: 0;
}
.tags ul li span {
display: inline-block;
max-width: 200px;
height: 28px;
line-height: 28px;
padding: 0 1em;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 3px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
color: #333;
font-size: 13px;
text-decoration: none;
-webkit-transition: 0.2s;
transition: 0.2s;
}
|
assets/css/extra.css
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
::selection{
color: #fff;
background: #6665ee;
}
.skill-bars{
padding: 25px 30px;
width: 600px;
background: #fff;
box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
border-radius: 10px;
}
.skill-bars .bar{
margin: 20px 0;
}
.skill-bars .bar:first-child{
margin-top: 0px;
}
.skill-bars .bar .info{
margin-bottom: 5px;
}
.skill-bars .bar .info span{
font-weight: 500;
font-size: 17px;
opacity: 0;
animation: showText 0.5s 1s linear forwards;
}
@keyframes showText {
100%{
opacity: 1;
}
}
.skill-bars .bar .progress-line{
height: 10px;
width: 100%;
background: #f0f0f0;
position: relative;
transform: scaleX(0);
transform-origin: left;
border-radius: 10px;
box-shadow: inset 0 1px 1px rgba(216, 208, 208, 0.05),
0 1px rgba(255,255,255,0.8);
animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;
}
@keyframes animate {
100%{
transform: scaleX(1);
}
}
.info {
color: #000;
}
.bar .progress-line span{
height: 100%;
position: absolute;
border-radius: 10px;
transform: scaleX(0);
transform-origin: left;
background: #6665ee;
animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
}
.bar .progress-line.html span{
width: 60%;
}
.bar .progress-line.css span{
width: 40%;
}
.bar .progress-line.python span{
width: 80%;
}
.bar .progress-line.cplus span{
width: 60%;
}
.bar .progress-line.c span{
width: 60%;
}
.bar .progress-line.java span{
width: 80%;
}
.bar .progress-line.oraclesql span{
width: 60%;
}
.bar .progress-line.js span{
width: 60%;
}
.bar .progress-line.octave span{
width: 40%;
}
.progress-line span::before{
position: absolute;
content: "";
top: -10px;
right: 0;
height: 0;
width: 0;
border: 7px solid transparent;
border-bottom-width: 0px;
border-right-width: 0px;
border-top-color: #000;
opacity: 0;
animation: showText2 0.5s 1.5s linear forwards;
}
.progress-line span::after{
position: absolute;
top: -28px;
right: 0;
font-weight: 500;
background: #000;
color: #fff;
padding: 1px 8px;
font-size: 12px;
border-radius: 3px;
opacity: 0;
animation: showText2 0.5s 1.5s linear forwards;
}
@keyframes showText2 {
100%{
opacity: 1;
}
}
.progress-line.c span::after{
content: "3";
}
.progress-line.html span::after{
content: "3";
}
.progress-line.cplus span::after{
content: "3";
}
.progress-line.css span::after{
content: "2";
}
.progress-line.python span::after{
content: "4";
}
.progress-line.oraclesql span::after{
content: "3";
}
.progress-line.java span::after{
content: "4";
}
.progress-line.js span::after{
content: "3";
}
.progress-line.octave span::after{
content: "2";
}
.tags ul li {
display: inline-block;
margin: 0 0.3em 0.3em 0;
padding: 0;
}
.tags ul li span {
display: inline-block;
max-width: 200px;
height: 28px;
line-height: 28px;
padding: 0 1em;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 3px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
color: #333;
font-size: 13px;
text-decoration: none;
-webkit-transition: 0.2s;
transition: 0.2s;
}
| 0.417984 | 0.059811 |
.colorscheme {
--bgPrimary: #426296;
--bgSubtle: #eee;
}
body {
color: black;
background-color: #f7f7f7;
font-size: 13px;
}
/*-----------------------------------------------------------------------
* contents
*----------------------------------------------------------------------*/
.contents {
margin-top: 0.4em;
}
/*-----------------------------------------------------------------------
* title
*----------------------------------------------------------------------*/
.titlerow {
color: white;
background-color: var(--bgPrimary);
}
.titlerow .title-text {
font-size: 1.2em;
padding: 0.2em 0.4em;
}
/*-----------------------------------------------------------------------
* key points
*----------------------------------------------------------------------*/
.keypoints {
display: inline-block;
background-color: white;
padding-top: 0.2em;
padding: 0.3em 0.4em 0 0.2em;
}
.keypoints-row {
padding-top: 0.3em;
padding-bottom: 0.4em;
}
.keypoints .keypoints-label {
font-size: 1.1em;
font-weight: bold;
padding-left: 0.2em;
}
/*-----------------------------------------------------------------------
* "business card"
*----------------------------------------------------------------------*/
.idcard-container {
display: inline-block;
max-width: 29.0em;
}
.idcard {
background-color: white;
padding-bottom: 0.2em;
}
#logoContainer {
padding: 0.2em 0 0.2em 0.4em;
}
#logoImage {
width: 150px;
}
#instructorImage {
width: 100px;
}
/*-----------------------------------------------------------------------
* sections
*----------------------------------------------------------------------*/
.section-title {
color: white;
background-color: var(--bgPrimary);
padding: 0.2em 0.4em;
}
/*-----------------------------------------------------------------------
* encouragement note
*----------------------------------------------------------------------*/
.encouragement {
color: white;
background-color: var(--bgPrimary);
border: 1px solid var(--bgPrimary);
border-radius: 4px;
font-size: 1.1em;
font-style: italic;
text-align: center;
padding: 0.2em 0;
}
|
server/private/welcomeletter/styles/welcomeletter2.css
|
.colorscheme {
--bgPrimary: #426296;
--bgSubtle: #eee;
}
body {
color: black;
background-color: #f7f7f7;
font-size: 13px;
}
/*-----------------------------------------------------------------------
* contents
*----------------------------------------------------------------------*/
.contents {
margin-top: 0.4em;
}
/*-----------------------------------------------------------------------
* title
*----------------------------------------------------------------------*/
.titlerow {
color: white;
background-color: var(--bgPrimary);
}
.titlerow .title-text {
font-size: 1.2em;
padding: 0.2em 0.4em;
}
/*-----------------------------------------------------------------------
* key points
*----------------------------------------------------------------------*/
.keypoints {
display: inline-block;
background-color: white;
padding-top: 0.2em;
padding: 0.3em 0.4em 0 0.2em;
}
.keypoints-row {
padding-top: 0.3em;
padding-bottom: 0.4em;
}
.keypoints .keypoints-label {
font-size: 1.1em;
font-weight: bold;
padding-left: 0.2em;
}
/*-----------------------------------------------------------------------
* "business card"
*----------------------------------------------------------------------*/
.idcard-container {
display: inline-block;
max-width: 29.0em;
}
.idcard {
background-color: white;
padding-bottom: 0.2em;
}
#logoContainer {
padding: 0.2em 0 0.2em 0.4em;
}
#logoImage {
width: 150px;
}
#instructorImage {
width: 100px;
}
/*-----------------------------------------------------------------------
* sections
*----------------------------------------------------------------------*/
.section-title {
color: white;
background-color: var(--bgPrimary);
padding: 0.2em 0.4em;
}
/*-----------------------------------------------------------------------
* encouragement note
*----------------------------------------------------------------------*/
.encouragement {
color: white;
background-color: var(--bgPrimary);
border: 1px solid var(--bgPrimary);
border-radius: 4px;
font-size: 1.1em;
font-style: italic;
text-align: center;
padding: 0.2em 0;
}
| 0.407216 | 0.078819 |
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
color: #6b747e;
font-family: "Microsoft YaHei","HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
padding: 0px !important;
margin: 0px !important;
font-size: 12px;
direction: ltr;
line-height: 20px;
background-color: #fafafa;
}
img {
width: auto\9;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
.btn {
display: inline-block;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
vertical-align: middle;
background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
text-decoration: none;
background-color: #d3d3d3;
background-image: none;
filter: none;
border: 0;
padding: 3px 14px;
margin-bottom: 6px;
text-shadow: none;
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 12px;
color: #ffffff;
cursor: pointer;
outline: none;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btn.red {
color: white;
text-shadow: none;
background-color: #d84a38;
}
.btn.red:hover {
background-color: #d21e07;
}
.big {
height: 32px;
font-size: 14px;
line-height: 32px;
padding: 6px 12px;
}
input.m-wrap,
button.m-wrap,
select.m-wrap,
textarea.m-wrap {
font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label.m-wrap {
display: block;
margin-bottom: 5px;
}
textarea.m-wrap,
input[type="text"].m-wrap,
input[type="password"].m-wrap {
-webkit-appearance: none !important;
color: #333333;
outline: 0;
height: 20px;
padding: 5px 6px !important;
line-height: 20px;
font-size: 12px;
font-weight: normal;
vertical-align: top;
background-color: #ffffff;
background-image: none !important;
filter: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: transparent;
}
input.m-wrap {
border: 1px solid #e5e5e5;
}
textarea.m-wrap {
height: auto;
}
.radio, .checkbox {
min-height: 10px;
padding-left: 0px !important;
}
label {
display: block;
margin-bottom: 5px;
}
label, input, button, select, textarea {
font-size: 12px;
font-weight: normal;
line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
cursor: pointer;
}
.form-actions {
padding: 19px 20px 20px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
}
/***
Login page
***/
.body {
font-size: 14px;
margin: 0 0 0 0;
}
/* logo page */
.login {
background-color: #fafafa !important;
}
.login .logo {
margin: 0 auto;
margin-top: 60px;
padding: 15px;
text-align: center;
font-size: 48px;
font-weight: bold;
color: #44484d;
}
.login .content {
/* background-color:#fff; */
width: 291px;
margin: 0 auto;
margin-bottom: 0px;
padding: 30px;
padding-top: 20px;
padding-bottom: 15px;
}
.login .content h3 {
color: #000;
}
.login .content h4 {
color: #555;
}
.login .content p {
color: #222;
}
.login .content .login-form,
.login .content .forget-form {
padding: 0px;
margin: 0px;
font-size: 14px;
}
.login .content .m-wrap {
width: 249px;
border-left: 0 !important;
border-top: 0 !important;
border-right: 0 !important;
border-bottom: 0 !important;
}
.nametext {
font-size: 14px;
}
.login .content .input-icon {
border-bottom: 1px solid #e4e4e4 !important;
}
.login .content .control-group {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.login .content .input-icon .m-wrap {
margin: 0px !important;
}
.login .content .forget-form {
display: none;
}
.login .content .register-form {
display: none;
}
.login .content .form-title {
font-weight: 300;
}
.login .content .form-actions {
background-color: #fafafa;
clear: both;
border: 0px;
padding: 0px 30px 25px 30px;
margin-left: -18px;
}
.login .content .form-actions .checkbox {
margin-top: 8px;
display: inline-block;
}
.login .content .form-actions .btn {
margin-top: 1px;
}
.login .content .forget-password {
margin-top: 25px;
}
.login .content .create-account {
border-top: 1px dotted #eee;
padding-top: 10px;
margin-top: 15px;
}
.login .content .create-account a {
display: inline-block;
margin-top: 5px;
}
.copyright {
text-align: center;
background: #353d47;
margin: 0 auto;
padding: 10px 10px;
color: #999;
font-size: 12px;
position: absolute;
right: 0;
left: 0;
bottom: 0;
z-index: 1030;
margin-bottom: 0;
}
.input-icon.left input {
padding-left: 33px !important;
}
.input-icon.left .fa {
color: #ccc;
display: block !important;
position: absolute !important;
z-index: 1;
margin: 9px 2px 4px 10px;
width: 16px;
height: 16px;
text-align: center;
font-size: 18px;
line-height: 11px;
}
.input-icon .vselect {
margin-left: 29px;
border: 0px;
background-color: transparent;
padding: 5px 0 0 5px;
}
.input-icon em {
border: 0px;
background-color: transparent;
font-size: 14px;
line-height: 18px;
color: #333333;
margin-top: 5px;
}
.layer {
background-color: rgba(246, 242, 242, 0.24);
display: none;
text-align: center;
left: 0;
top: 0;
width: 100%;
height: 4750px;
z-index: 50000;
position: fixed;
_position: absolute;
}
.msg-error {
background: #ffebeb none repeat scroll 0 0;
border: 1px solid #e4393c;
color: #e4393c;
line-height: 18px;
min-height: 18px;
padding: 3px 10px 3px 40px;
position: relative;
}
.msg-error b {
display: block;
height: 16px;
left: 10px;
margin-top: -8px;
overflow: hidden;
position: absolute;
top: 50%;
width: 16px;
}
|
spring-cloud/springcloud-sso/spring-security-oauth2-master/authorization-server/src/main/resources/static/css/login.css
|
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
color: #6b747e;
font-family: "Microsoft YaHei","HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
padding: 0px !important;
margin: 0px !important;
font-size: 12px;
direction: ltr;
line-height: 20px;
background-color: #fafafa;
}
img {
width: auto\9;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
.btn {
display: inline-block;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
vertical-align: middle;
background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
text-decoration: none;
background-color: #d3d3d3;
background-image: none;
filter: none;
border: 0;
padding: 3px 14px;
margin-bottom: 6px;
text-shadow: none;
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 12px;
color: #ffffff;
cursor: pointer;
outline: none;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btn.red {
color: white;
text-shadow: none;
background-color: #d84a38;
}
.btn.red:hover {
background-color: #d21e07;
}
.big {
height: 32px;
font-size: 14px;
line-height: 32px;
padding: 6px 12px;
}
input.m-wrap,
button.m-wrap,
select.m-wrap,
textarea.m-wrap {
font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label.m-wrap {
display: block;
margin-bottom: 5px;
}
textarea.m-wrap,
input[type="text"].m-wrap,
input[type="password"].m-wrap {
-webkit-appearance: none !important;
color: #333333;
outline: 0;
height: 20px;
padding: 5px 6px !important;
line-height: 20px;
font-size: 12px;
font-weight: normal;
vertical-align: top;
background-color: #ffffff;
background-image: none !important;
filter: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: transparent;
}
input.m-wrap {
border: 1px solid #e5e5e5;
}
textarea.m-wrap {
height: auto;
}
.radio, .checkbox {
min-height: 10px;
padding-left: 0px !important;
}
label {
display: block;
margin-bottom: 5px;
}
label, input, button, select, textarea {
font-size: 12px;
font-weight: normal;
line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
cursor: pointer;
}
.form-actions {
padding: 19px 20px 20px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
}
/***
Login page
***/
.body {
font-size: 14px;
margin: 0 0 0 0;
}
/* logo page */
.login {
background-color: #fafafa !important;
}
.login .logo {
margin: 0 auto;
margin-top: 60px;
padding: 15px;
text-align: center;
font-size: 48px;
font-weight: bold;
color: #44484d;
}
.login .content {
/* background-color:#fff; */
width: 291px;
margin: 0 auto;
margin-bottom: 0px;
padding: 30px;
padding-top: 20px;
padding-bottom: 15px;
}
.login .content h3 {
color: #000;
}
.login .content h4 {
color: #555;
}
.login .content p {
color: #222;
}
.login .content .login-form,
.login .content .forget-form {
padding: 0px;
margin: 0px;
font-size: 14px;
}
.login .content .m-wrap {
width: 249px;
border-left: 0 !important;
border-top: 0 !important;
border-right: 0 !important;
border-bottom: 0 !important;
}
.nametext {
font-size: 14px;
}
.login .content .input-icon {
border-bottom: 1px solid #e4e4e4 !important;
}
.login .content .control-group {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.login .content .input-icon .m-wrap {
margin: 0px !important;
}
.login .content .forget-form {
display: none;
}
.login .content .register-form {
display: none;
}
.login .content .form-title {
font-weight: 300;
}
.login .content .form-actions {
background-color: #fafafa;
clear: both;
border: 0px;
padding: 0px 30px 25px 30px;
margin-left: -18px;
}
.login .content .form-actions .checkbox {
margin-top: 8px;
display: inline-block;
}
.login .content .form-actions .btn {
margin-top: 1px;
}
.login .content .forget-password {
margin-top: 25px;
}
.login .content .create-account {
border-top: 1px dotted #eee;
padding-top: 10px;
margin-top: 15px;
}
.login .content .create-account a {
display: inline-block;
margin-top: 5px;
}
.copyright {
text-align: center;
background: #353d47;
margin: 0 auto;
padding: 10px 10px;
color: #999;
font-size: 12px;
position: absolute;
right: 0;
left: 0;
bottom: 0;
z-index: 1030;
margin-bottom: 0;
}
.input-icon.left input {
padding-left: 33px !important;
}
.input-icon.left .fa {
color: #ccc;
display: block !important;
position: absolute !important;
z-index: 1;
margin: 9px 2px 4px 10px;
width: 16px;
height: 16px;
text-align: center;
font-size: 18px;
line-height: 11px;
}
.input-icon .vselect {
margin-left: 29px;
border: 0px;
background-color: transparent;
padding: 5px 0 0 5px;
}
.input-icon em {
border: 0px;
background-color: transparent;
font-size: 14px;
line-height: 18px;
color: #333333;
margin-top: 5px;
}
.layer {
background-color: rgba(246, 242, 242, 0.24);
display: none;
text-align: center;
left: 0;
top: 0;
width: 100%;
height: 4750px;
z-index: 50000;
position: fixed;
_position: absolute;
}
.msg-error {
background: #ffebeb none repeat scroll 0 0;
border: 1px solid #e4393c;
color: #e4393c;
line-height: 18px;
min-height: 18px;
padding: 3px 10px 3px 40px;
position: relative;
}
.msg-error b {
display: block;
height: 16px;
left: 10px;
margin-top: -8px;
overflow: hidden;
position: absolute;
top: 50%;
width: 16px;
}
| 0.314261 | 0.074467 |
:root {
--whitish: rgb(238, 235, 235);
}
body {
background-color: var(--whitish);
font-family: "Raleway", sans-serif;
overflow-x: hidden;
}
.svg-inline--fa_fa-book-skull {
height: 25px;
background-color: transparent;
}
.twitter_icon {
height: 25px;
}
.navbar {
font-weight: bold;
background-color: transparent;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.logo {
padding: 25px;
}
.logo img {
width: 100%;
height: 100%;
}
.navbar_links ul {
margin: 0;
padding: 0;
display: flex;
/* color: white; */
}
.navbar_links li {
list-style: none;
/* color: azure; */
}
.navbar_links li a {
text-decoration: none;
color: black;
/* margin-right: 1rem; */
padding: 10px;
display: block;
}
.navbar_links li a:hover {
background-color: grey;
}
.toggle_button {
position: absolute;
margin-top: 45px;
right: 1rem;
display: none;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 21px;
}
/* .toggle_button .bars{
height: 2px;
width: 100%;
background-color: white;
border-radius: 10px;
} */
#bar1 {
height: 2px;
width: 100%;
background-color: black;
border-radius: 10px;
}
#bar2 {
height: 2px;
width: 75%;
background-color: black;
border-radius: 10px;
}
#bar3 {
height: 2px;
width: 25%;
background-color: black;
border-radius: 10px;
}
@media screen and (max-width: 768px) {
.toggle_button {
display: flex;
}
.navbar_links {
display: none;
width: 100%;
}
.navbar {
flex-direction: column;
align-items: flex-start;
}
.navbar_links ul {
flex-direction: column;
width: 100%;
}
.navbar_links li {
text-align: center;
/* width: 100%; */
}
.navbar_links li a {
padding: 0.5rem 1rem;
}
.navbar_links.active {
display: flex;
}
}
#subscribe_button{
grid-area: subscribe_button;
}
#hero_image{
grid-area: hero_image;
height: 100px;
}
.brief_description {
display: flex;
justify-content: space-between;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
background-color: rgb(149, 236, 35);
}
.footer {
width: 100%;
bottom: 0px;
background-color: rgb(3, 3, 3);
height: 130px;
}
.footer_container {
display: flex;
background-color: rgb(3, 3, 3);
justify-content: space-between;
flex-wrap: wrap;
padding: 9px;
}
.footer__copyright{
color: white
}
/* Hero here onwards */
.hero_container {
background-color: whitesmoke;
border-radius: 10px;
display: flex;
align-items: center;
margin-top: 5%;
margin-bottom: 10%;
margin-left: 2%;
margin-right: 2%;
justify-content: space-between;
background: #e0e0e0;
box-shadow: 24px 24px 35px #cecece, -24px -24px 35px #f2f2f2;
}
.hero_items {
display: flex;
flex-wrap: wrap;
flex-direction: column;
padding-left: 20px;
}
.newsletter_subscribe {
display: flex;
flex-direction: column;
}
#hello {
grid-area: hello;
}
#name {
grid-area: name;
}
#newsletter_info {
grid-area: newsletter_info;
}
#subscribe_info {
grid-area: subscribe_info;
align-self: flex-start;
margin-bottom: 4px;
font-size: 21px;
}
#subscribe_button {
font-family: "Raleway", sans-serif;
justify-self: stretch;
background-color: transparent;
cursor: pointer;
padding:0;
font-weight: bold;
font-size: 20px;
/* max-width: 50%;
min-width: 70px; */
width: 200px;
/* width: auto; */
margin-bottom: none;
height: 40px;
/* border: none; */
border-width: 1px;
border-radius: 10px;
}
#no_spam {
grid-area: no_spam;
margin-top: 1px;
padding-left: 4vw;
}
#headshot {
margin-top: 5%;
margin-bottom: 5%;
margin-right: 4%;
height: auto;
max-width: 30%;
align-self: center;
/* width: 30%; */
/* min-width: 100%; */
/* min-width: 300px; */
border-radius: 80%;
}
@media screen and (max-width: 746px) {
#headshot {
width: 80%;
height: auto;
border-radius: 80%;
margin-top: 5vh;
margin-bottom: 5vh;
/* margin-right: 5vw; */
margin-left: 5vw;
}
.hero_container {
display: flex;
flex-wrap: wrap;
}
}
.quotes_container {
background-color: rosybrown;
display: flex;
flex-direction: column;
margin-left: 2%;
margin-right: 2%;
margin-top: 100px;
margin-bottom: 100px;
padding-bottom: 10px;
}
.DropMeaMsg_button {
/* align-self: center; */
/* align-items: center; */
/* justify-content: center; */
/* display: flex; */
/* display: block; */
/* align-self: center; */
padding: 20px;
font-size: 20px;
font-weight: bold;
font-family: "Raleway", sans-serif;
border-radius: 10px;
cursor: pointer;
background-color: transparent;
border: none;
/* border-color: rgb(216, 229, 231); */
/* background-color: none; */
box-shadow: inset 26px 26px 52px #d3cece, inset -26px -26px 52px #ffffff;
}
.DropMeaMsg_container {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
/* justify-content: space-between; */
/* justify-content: center; */
align-items: center;
margin-top: 70px;
/* background: url("../../assets/images/white_gradient3.jpg"); */
height: auto;
margin-right: 20px;
margin-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 20px;
object-fit: cover;
background-size: cover;
box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
/* height: 100%; */
}
.DropMeaMsg_button:hover{
/* text-decoration: ; */
}
.quote{
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 50px;
width: auto;
margin-bottom: 50px;
margin-right: 2px;
margin-left: 2px;
}
#quote_author{
/* align-self: flex-end; */
/* display: flex; */
/* align-self: stretch; */
/* align-self: auto; */
/* justify-self: right; */
}
.SuggestChanges_container{
display: flex;
flex-direction: column;
/* flex-wrap: wrap; */
/* justify-content: center; */
align-items: center;
justify-items: center;
margin-bottom: 40px;
}
#horizontal_divider{
margin-bottom: 50px;
}
|
src/css/index.css
|
:root {
--whitish: rgb(238, 235, 235);
}
body {
background-color: var(--whitish);
font-family: "Raleway", sans-serif;
overflow-x: hidden;
}
.svg-inline--fa_fa-book-skull {
height: 25px;
background-color: transparent;
}
.twitter_icon {
height: 25px;
}
.navbar {
font-weight: bold;
background-color: transparent;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.logo {
padding: 25px;
}
.logo img {
width: 100%;
height: 100%;
}
.navbar_links ul {
margin: 0;
padding: 0;
display: flex;
/* color: white; */
}
.navbar_links li {
list-style: none;
/* color: azure; */
}
.navbar_links li a {
text-decoration: none;
color: black;
/* margin-right: 1rem; */
padding: 10px;
display: block;
}
.navbar_links li a:hover {
background-color: grey;
}
.toggle_button {
position: absolute;
margin-top: 45px;
right: 1rem;
display: none;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 21px;
}
/* .toggle_button .bars{
height: 2px;
width: 100%;
background-color: white;
border-radius: 10px;
} */
#bar1 {
height: 2px;
width: 100%;
background-color: black;
border-radius: 10px;
}
#bar2 {
height: 2px;
width: 75%;
background-color: black;
border-radius: 10px;
}
#bar3 {
height: 2px;
width: 25%;
background-color: black;
border-radius: 10px;
}
@media screen and (max-width: 768px) {
.toggle_button {
display: flex;
}
.navbar_links {
display: none;
width: 100%;
}
.navbar {
flex-direction: column;
align-items: flex-start;
}
.navbar_links ul {
flex-direction: column;
width: 100%;
}
.navbar_links li {
text-align: center;
/* width: 100%; */
}
.navbar_links li a {
padding: 0.5rem 1rem;
}
.navbar_links.active {
display: flex;
}
}
#subscribe_button{
grid-area: subscribe_button;
}
#hero_image{
grid-area: hero_image;
height: 100px;
}
.brief_description {
display: flex;
justify-content: space-between;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
background-color: rgb(149, 236, 35);
}
.footer {
width: 100%;
bottom: 0px;
background-color: rgb(3, 3, 3);
height: 130px;
}
.footer_container {
display: flex;
background-color: rgb(3, 3, 3);
justify-content: space-between;
flex-wrap: wrap;
padding: 9px;
}
.footer__copyright{
color: white
}
/* Hero here onwards */
.hero_container {
background-color: whitesmoke;
border-radius: 10px;
display: flex;
align-items: center;
margin-top: 5%;
margin-bottom: 10%;
margin-left: 2%;
margin-right: 2%;
justify-content: space-between;
background: #e0e0e0;
box-shadow: 24px 24px 35px #cecece, -24px -24px 35px #f2f2f2;
}
.hero_items {
display: flex;
flex-wrap: wrap;
flex-direction: column;
padding-left: 20px;
}
.newsletter_subscribe {
display: flex;
flex-direction: column;
}
#hello {
grid-area: hello;
}
#name {
grid-area: name;
}
#newsletter_info {
grid-area: newsletter_info;
}
#subscribe_info {
grid-area: subscribe_info;
align-self: flex-start;
margin-bottom: 4px;
font-size: 21px;
}
#subscribe_button {
font-family: "Raleway", sans-serif;
justify-self: stretch;
background-color: transparent;
cursor: pointer;
padding:0;
font-weight: bold;
font-size: 20px;
/* max-width: 50%;
min-width: 70px; */
width: 200px;
/* width: auto; */
margin-bottom: none;
height: 40px;
/* border: none; */
border-width: 1px;
border-radius: 10px;
}
#no_spam {
grid-area: no_spam;
margin-top: 1px;
padding-left: 4vw;
}
#headshot {
margin-top: 5%;
margin-bottom: 5%;
margin-right: 4%;
height: auto;
max-width: 30%;
align-self: center;
/* width: 30%; */
/* min-width: 100%; */
/* min-width: 300px; */
border-radius: 80%;
}
@media screen and (max-width: 746px) {
#headshot {
width: 80%;
height: auto;
border-radius: 80%;
margin-top: 5vh;
margin-bottom: 5vh;
/* margin-right: 5vw; */
margin-left: 5vw;
}
.hero_container {
display: flex;
flex-wrap: wrap;
}
}
.quotes_container {
background-color: rosybrown;
display: flex;
flex-direction: column;
margin-left: 2%;
margin-right: 2%;
margin-top: 100px;
margin-bottom: 100px;
padding-bottom: 10px;
}
.DropMeaMsg_button {
/* align-self: center; */
/* align-items: center; */
/* justify-content: center; */
/* display: flex; */
/* display: block; */
/* align-self: center; */
padding: 20px;
font-size: 20px;
font-weight: bold;
font-family: "Raleway", sans-serif;
border-radius: 10px;
cursor: pointer;
background-color: transparent;
border: none;
/* border-color: rgb(216, 229, 231); */
/* background-color: none; */
box-shadow: inset 26px 26px 52px #d3cece, inset -26px -26px 52px #ffffff;
}
.DropMeaMsg_container {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
/* justify-content: space-between; */
/* justify-content: center; */
align-items: center;
margin-top: 70px;
/* background: url("../../assets/images/white_gradient3.jpg"); */
height: auto;
margin-right: 20px;
margin-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 20px;
object-fit: cover;
background-size: cover;
box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
/* height: 100%; */
}
.DropMeaMsg_button:hover{
/* text-decoration: ; */
}
.quote{
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 50px;
width: auto;
margin-bottom: 50px;
margin-right: 2px;
margin-left: 2px;
}
#quote_author{
/* align-self: flex-end; */
/* display: flex; */
/* align-self: stretch; */
/* align-self: auto; */
/* justify-self: right; */
}
.SuggestChanges_container{
display: flex;
flex-direction: column;
/* flex-wrap: wrap; */
/* justify-content: center; */
align-items: center;
justify-items: center;
margin-bottom: 40px;
}
#horizontal_divider{
margin-bottom: 50px;
}
| 0.322419 | 0.061621 |
@font-face {
font-family: 'DaxOT';
src: url('DaxOT-Light.eot');
src: url('DaxOT-Light.eot?#iefix') format('embedded-opentype'),
url('DaxOT-Light.woff') format('woff'),
url('DaxOT-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'DaxOT';
src: url('DaxOT.eot');
src: url('DaxOT.eot?#iefix') format('embedded-opentype'),
url('DaxOT.woff') format('woff'),
url('DaxOT.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DaxOT';
src: url('DaxOT-Medium.eot');
src: url('DaxOT-Medium.eot?#iefix') format('embedded-opentype'),
url('DaxOT-Medium.woff') format('woff'),
url('DaxOT-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'DaxOT';
src: url('DaxOT-Bold.eot');
src: url('DaxOT-Bold.eot?#iefix') format('embedded-opentype'),
url('DaxOT-Bold.woff') format('woff'),
url('DaxOT-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'DaxOT';
src: url('DaxOT-Bold_1.eot');
src: url('DaxOT-Bold_1.eot?#iefix') format('embedded-opentype'),
url('DaxOT-Bold_1.woff') format('woff'),
url('DaxOT-Bold_1.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
body
{
font-family: 'DaxOT';
background: #ffffff;
padding-bottom: 0;
}
a:hover
{
text-decoration: none;
}
.sigmaHeader > .row
{
height: 48px;
padding: 3px;
margin: 0;
}
.sigmaHeader > .row img
{
height: 42px;
}
.sigmaHeader > .blueHeader
{
background: #0160a0;
}
.sigmaHeader > .blueHeader img
{
-webkit-filter: brightness(0%) invert(1);
filter: brightness(0%) invert(1);
}
.sigmaHeader .catchword
{
padding-top: 10px;
font-size: 14px;
font-weight: 600;
}
.passwordPanel,
#placeholder,
#plaintext,
#prettymessage
{
margin-top: 10px;
}
.btn-primary
{
background: #0160a0;
}
.sigmaFooter
{
background: #0160a0;
color: #ffffff;
text-align: center;
margin-top: 30px;
}
.sigmaFooter > div
{
margin: 0;
}
.sigmaFooter .right
{
text-align: right;
margin-bottom: 20px;
}
.sigmaFooter a
{
color: #ffffff;
}
.sigmaFooter .right img
{
height: 18px;
}
|
css/sigma/style.css
|
@font-face {
font-family: 'DaxOT';
src: url('DaxOT-Light.eot');
src: url('DaxOT-Light.eot?#iefix') format('embedded-opentype'),
url('DaxOT-Light.woff') format('woff'),
url('DaxOT-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'DaxOT';
src: url('DaxOT.eot');
src: url('DaxOT.eot?#iefix') format('embedded-opentype'),
url('DaxOT.woff') format('woff'),
url('DaxOT.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DaxOT';
src: url('DaxOT-Medium.eot');
src: url('DaxOT-Medium.eot?#iefix') format('embedded-opentype'),
url('DaxOT-Medium.woff') format('woff'),
url('DaxOT-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'DaxOT';
src: url('DaxOT-Bold.eot');
src: url('DaxOT-Bold.eot?#iefix') format('embedded-opentype'),
url('DaxOT-Bold.woff') format('woff'),
url('DaxOT-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'DaxOT';
src: url('DaxOT-Bold_1.eot');
src: url('DaxOT-Bold_1.eot?#iefix') format('embedded-opentype'),
url('DaxOT-Bold_1.woff') format('woff'),
url('DaxOT-Bold_1.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
body
{
font-family: 'DaxOT';
background: #ffffff;
padding-bottom: 0;
}
a:hover
{
text-decoration: none;
}
.sigmaHeader > .row
{
height: 48px;
padding: 3px;
margin: 0;
}
.sigmaHeader > .row img
{
height: 42px;
}
.sigmaHeader > .blueHeader
{
background: #0160a0;
}
.sigmaHeader > .blueHeader img
{
-webkit-filter: brightness(0%) invert(1);
filter: brightness(0%) invert(1);
}
.sigmaHeader .catchword
{
padding-top: 10px;
font-size: 14px;
font-weight: 600;
}
.passwordPanel,
#placeholder,
#plaintext,
#prettymessage
{
margin-top: 10px;
}
.btn-primary
{
background: #0160a0;
}
.sigmaFooter
{
background: #0160a0;
color: #ffffff;
text-align: center;
margin-top: 30px;
}
.sigmaFooter > div
{
margin: 0;
}
.sigmaFooter .right
{
text-align: right;
margin-bottom: 20px;
}
.sigmaFooter a
{
color: #ffffff;
}
.sigmaFooter .right img
{
height: 18px;
}
| 0.249996 | 0.087798 |
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@-moz-keyframes scale {
0% {
-moz-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-moz-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-moz-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@-o-keyframes scale {
0% {
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-o-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-o-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes scale {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-o-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; } }
.ball-pulse > div:nth-child(1) {
-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-moz-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-o-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(2) {
-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-moz-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-o-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(3) {
-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-moz-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-o-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div {
background-color: #55595c;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block; }
|
public/css-rtl/plugins/loaders/animations/ball-pulse.css
|
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@-moz-keyframes scale {
0% {
-moz-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-moz-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-moz-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@-o-keyframes scale {
0% {
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-o-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-o-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes scale {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-o-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; } }
.ball-pulse > div:nth-child(1) {
-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-moz-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-o-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(2) {
-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-moz-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-o-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(3) {
-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-moz-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
-o-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div {
background-color: #55595c;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block; }
| 0.409103 | 0.10697 |
@media only screen and (min-width: 1300px) {
.container {
max-width: 1100px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
.col h2 {
font-size: 20px;
}
.col h3 {
font-size: 18px;
}
.col h4 {
font-size: 16px;
}
.container #portfolio.portfolio-items .col {
margin-bottom: 20px!important;
}
.carousel-wrap.recent-work-carousel {
height: 252px!important;
}
.carousel-wrap.recent-work-carousel .caroufredsel_wrapper .portfolio-items {
height: 252px!important;
}
body #featured .orbit-slide article .container .span_12 {
width: 900px!important;
}
#author-bio #author-info {
width: 544px!important;
}
#portfolio.portfolio-items .col.span_3 .work-item .work-info a {
padding: 5px 6px!important;
font-size: 11px!important;
margin: 1px!important;
}
#portfolio.portfolio-items .col.span_3 .work-meta, #portfolio.portfolio-items .col.span_4 .work-meta {
width: 74%!important;
}
#portfolio.portfolio-items .col.span_3 .nectar-love-wrap, #portfolio.portfolio-items .col.span_4 .nectar-love-wrap {
width: 52px;
}
body.single-portfolio #sidebar.fixed-sidebar, body.single-portfolio #sidebar {
width: 224px!important;
}
body.single-portfolio #sidebar div ul li.facebook-share, body.single-portfolio #sidebar div ul li.twitter-share, body.single-portfolio #sidebar div ul li.pinterest-share {
margin: 0 11px 0 0!important;
padding: 2px 11px 3px 0 !important;
}
#project-meta ul li .nectar-love-wrap.fadein {
margin-right: 11px;
padding-right: 11px;
}
body #featured .video {
float: left;
width: 540px!important;
left: 1px;
position: relative;
z-index: 1;
}
body.single.single-post .section-title h1 {
max-width: 620px;
}
body.single-portfolio .row .col.section-title h1 {
width: 725px;
}
#featured article .post-title > a {
left: 0px;
}
#featured .orbit-slide.has-video h2 {
max-width: 330px!important;
min-width: 330px!important;
}
#featured .orbit-slide.has-video .post-title > a {
left: 20px!important;
}
#post-area.masonry {
width: 895px;
}
#post-area.masonry.span_9 {
width: 660px;
margin-right: 10px;
}
.masonry-blog-item .jp-jplayer-video {
height: 139px!important;
}
#post-area.span_9 .masonry-blog-item .jp-jplayer-video {
height: 154px!important;
}
.single #post-area.span_12 #author-info {
width: 773px!important;
}
#post-area.masonry.span_9 .masonry-blog-item {
width: 46.5%;
}
#page-header-bg .span_6 h1 {
font-size: 40px !important;
line-height: 40px !important;
}
#page-header-bg .span_6 span.subheader {
font-size: 24px!important;
}
}
@media only screen and (max-width: 1080px) {
body #featured .orbit-slide article .container .span_12 {
width: 820px!important;
}
body #featured .video {
float: left;
width: 460px!important;
left: 1px;
position: relative;
z-index: 1;
}
#featured .orbit-slide.has-video h2 {
max-width: 330px!important;
min-width: 330px!important;
}
#featured .orbit-slide.has-video .post-title > a {
left: 20px!important;
}
body #sidebar.fixed-sidebar, body.single-portfolio #sidebar {
top: 0px!important;
margin-left: 0px!important;
position: relative!important;
}
}
@media only screen and (max-width: 1020px) {
#to-top {
display: none!important;
}
}
/* iPad landscape fixes */
@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {
body[data-smooth-scrolling="1"], body[data-smooth-scrolling="1"] #header-outer {
padding-right: 0px!important;
}
body[data-smooth-scrolling="1"] .orbit-wrapper div.slider-nav span.right {
right: 0px!important;
}
.orbit > div {
position: absolute !important;
top: 0px!Important;
}
#featured.orbit > div.has-video .container {
top: 70px!Important;
}
#featured article {
top: 0px!Important;
background-position: center!important;
}
#featured .orbit-slide article .container {
top: 145px!important;
position: absolute!important;
}
.orbit-wrapper div.slider-nav span.left, .orbit-wrapper div.slider-nav span.right {
position: absolute!important;
top: 230px!important;
}
.orbit-wrapper, .orbit-wrapper #featured, .orbit-wrapper #featured article {
height: 450px!important;
margin-bottom: 0;
}
#featured article {
position: relative!important;
background-size: cover!important;
-moz-background-size: cover!important;
-o-background-size: cover!important;
-webkit-background-size: cover!important;
background-attachment: scroll!important;
}
body .fixed-sidebar, .single-portfolio #sidebar {
top: 0px!important;
width: 23.5%!important;
margin-left: 0px!important;
position: relative!important;
}
}
@media only screen and (max-width: 1000px) {
.container {
width: 880px;
}
#footer-outer, #call-to-action, #featured, #header-outer, #header-secondary-outer, #contact-map, #page-header-bg, .container-wrap, .home-wrap {
min-width: 880px;
}
#header-secondary-outer {
position: absolute!important;
top: 0px!Important;
}
#header-outer {
position: absolute!important;
top: 0px!Important;
}
#header-outer[data-using-secondary="1"] {
top: 33px!Important;
}
#featured .orbit-slide article .container, .orbit-wrapper div.slider-nav span.right, .orbit-wrapper div.slider-nav span.left {
position: absolute!important;
}
.orbit-wrapper div.slider-nav span.right {
right: 0px!important;
}
#featured .orbit-slide article .container {
position: absolute!important;
top: 250px!important;
}
.orbit-wrapper div.slider-nav span.left, .orbit-wrapper div.slider-nav span.right {
position: absolute!important;
top: 310px!important;
}
body.single-portfolio #sidebar.fixed-sidebar, body.single-portfolio #sidebar {
width: 224px !important;
}
#featured article {
background-attachment: scroll!important;
background-position: center top!Important;
}
body .fixed-sidebar, .single-portfolio #sidebar {
top: 0px!important;
width: 23.5%!important;
margin-left: 0px!important;
position: relative!important;
}
#author-bio #author-info {
width: 544px !important;
}
}
.col {
margin-right: 2%;
}
.span_1 { width: 6.5%; }
.span_2 { width: 15.0%; }
.span_3 { width: 23.5%; }
.span_4 { width: 32.0%; }
.span_5 { width: 40.5%; }
.span_6 { width: 49.0%; }
.span_7 { width: 57.5%; }
.span_8 { width: 66.0%; }
.span_9 { width: 74.5%; }
.span_10 { width: 83.0%; }
.span_11 { width: 91.5%; }
.span_12 { width: 100%; }
.wpb_column {
margin-right: 0!important;
}
body,html {
overflow-x: auto!important;
}
|
Public/salient/css/non-responsive.css
|
@media only screen and (min-width: 1300px) {
.container {
max-width: 1100px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
.col h2 {
font-size: 20px;
}
.col h3 {
font-size: 18px;
}
.col h4 {
font-size: 16px;
}
.container #portfolio.portfolio-items .col {
margin-bottom: 20px!important;
}
.carousel-wrap.recent-work-carousel {
height: 252px!important;
}
.carousel-wrap.recent-work-carousel .caroufredsel_wrapper .portfolio-items {
height: 252px!important;
}
body #featured .orbit-slide article .container .span_12 {
width: 900px!important;
}
#author-bio #author-info {
width: 544px!important;
}
#portfolio.portfolio-items .col.span_3 .work-item .work-info a {
padding: 5px 6px!important;
font-size: 11px!important;
margin: 1px!important;
}
#portfolio.portfolio-items .col.span_3 .work-meta, #portfolio.portfolio-items .col.span_4 .work-meta {
width: 74%!important;
}
#portfolio.portfolio-items .col.span_3 .nectar-love-wrap, #portfolio.portfolio-items .col.span_4 .nectar-love-wrap {
width: 52px;
}
body.single-portfolio #sidebar.fixed-sidebar, body.single-portfolio #sidebar {
width: 224px!important;
}
body.single-portfolio #sidebar div ul li.facebook-share, body.single-portfolio #sidebar div ul li.twitter-share, body.single-portfolio #sidebar div ul li.pinterest-share {
margin: 0 11px 0 0!important;
padding: 2px 11px 3px 0 !important;
}
#project-meta ul li .nectar-love-wrap.fadein {
margin-right: 11px;
padding-right: 11px;
}
body #featured .video {
float: left;
width: 540px!important;
left: 1px;
position: relative;
z-index: 1;
}
body.single.single-post .section-title h1 {
max-width: 620px;
}
body.single-portfolio .row .col.section-title h1 {
width: 725px;
}
#featured article .post-title > a {
left: 0px;
}
#featured .orbit-slide.has-video h2 {
max-width: 330px!important;
min-width: 330px!important;
}
#featured .orbit-slide.has-video .post-title > a {
left: 20px!important;
}
#post-area.masonry {
width: 895px;
}
#post-area.masonry.span_9 {
width: 660px;
margin-right: 10px;
}
.masonry-blog-item .jp-jplayer-video {
height: 139px!important;
}
#post-area.span_9 .masonry-blog-item .jp-jplayer-video {
height: 154px!important;
}
.single #post-area.span_12 #author-info {
width: 773px!important;
}
#post-area.masonry.span_9 .masonry-blog-item {
width: 46.5%;
}
#page-header-bg .span_6 h1 {
font-size: 40px !important;
line-height: 40px !important;
}
#page-header-bg .span_6 span.subheader {
font-size: 24px!important;
}
}
@media only screen and (max-width: 1080px) {
body #featured .orbit-slide article .container .span_12 {
width: 820px!important;
}
body #featured .video {
float: left;
width: 460px!important;
left: 1px;
position: relative;
z-index: 1;
}
#featured .orbit-slide.has-video h2 {
max-width: 330px!important;
min-width: 330px!important;
}
#featured .orbit-slide.has-video .post-title > a {
left: 20px!important;
}
body #sidebar.fixed-sidebar, body.single-portfolio #sidebar {
top: 0px!important;
margin-left: 0px!important;
position: relative!important;
}
}
@media only screen and (max-width: 1020px) {
#to-top {
display: none!important;
}
}
/* iPad landscape fixes */
@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {
body[data-smooth-scrolling="1"], body[data-smooth-scrolling="1"] #header-outer {
padding-right: 0px!important;
}
body[data-smooth-scrolling="1"] .orbit-wrapper div.slider-nav span.right {
right: 0px!important;
}
.orbit > div {
position: absolute !important;
top: 0px!Important;
}
#featured.orbit > div.has-video .container {
top: 70px!Important;
}
#featured article {
top: 0px!Important;
background-position: center!important;
}
#featured .orbit-slide article .container {
top: 145px!important;
position: absolute!important;
}
.orbit-wrapper div.slider-nav span.left, .orbit-wrapper div.slider-nav span.right {
position: absolute!important;
top: 230px!important;
}
.orbit-wrapper, .orbit-wrapper #featured, .orbit-wrapper #featured article {
height: 450px!important;
margin-bottom: 0;
}
#featured article {
position: relative!important;
background-size: cover!important;
-moz-background-size: cover!important;
-o-background-size: cover!important;
-webkit-background-size: cover!important;
background-attachment: scroll!important;
}
body .fixed-sidebar, .single-portfolio #sidebar {
top: 0px!important;
width: 23.5%!important;
margin-left: 0px!important;
position: relative!important;
}
}
@media only screen and (max-width: 1000px) {
.container {
width: 880px;
}
#footer-outer, #call-to-action, #featured, #header-outer, #header-secondary-outer, #contact-map, #page-header-bg, .container-wrap, .home-wrap {
min-width: 880px;
}
#header-secondary-outer {
position: absolute!important;
top: 0px!Important;
}
#header-outer {
position: absolute!important;
top: 0px!Important;
}
#header-outer[data-using-secondary="1"] {
top: 33px!Important;
}
#featured .orbit-slide article .container, .orbit-wrapper div.slider-nav span.right, .orbit-wrapper div.slider-nav span.left {
position: absolute!important;
}
.orbit-wrapper div.slider-nav span.right {
right: 0px!important;
}
#featured .orbit-slide article .container {
position: absolute!important;
top: 250px!important;
}
.orbit-wrapper div.slider-nav span.left, .orbit-wrapper div.slider-nav span.right {
position: absolute!important;
top: 310px!important;
}
body.single-portfolio #sidebar.fixed-sidebar, body.single-portfolio #sidebar {
width: 224px !important;
}
#featured article {
background-attachment: scroll!important;
background-position: center top!Important;
}
body .fixed-sidebar, .single-portfolio #sidebar {
top: 0px!important;
width: 23.5%!important;
margin-left: 0px!important;
position: relative!important;
}
#author-bio #author-info {
width: 544px !important;
}
}
.col {
margin-right: 2%;
}
.span_1 { width: 6.5%; }
.span_2 { width: 15.0%; }
.span_3 { width: 23.5%; }
.span_4 { width: 32.0%; }
.span_5 { width: 40.5%; }
.span_6 { width: 49.0%; }
.span_7 { width: 57.5%; }
.span_8 { width: 66.0%; }
.span_9 { width: 74.5%; }
.span_10 { width: 83.0%; }
.span_11 { width: 91.5%; }
.span_12 { width: 100%; }
.wpb_column {
margin-right: 0!important;
}
body,html {
overflow-x: auto!important;
}
| 0.231093 | 0.094343 |
.navbar-brand img {
max-height: 50px;
width: auto;
height: 3rem;
}
.navbar-light {
background: #fff !important;
box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.11);
}
.navbar-nav li a {
padding: 0 15px;
/* line-height: 50px; */
}
.navbar-nav > .active > .nav-link {
font-weight: 600;
color: #130654 !important;
}
.navbar-header a {
padding: 0 15px;
/* line-height: 50px; */
}
.bd-search {
position: relative;
padding: 1rem 15px;
margin-right: -15px;
margin-left: -15px;
border-bottom: 1px solid rgba(0,0,0,.05);
}
/* minimal copy paste from bootstrap docs css to get sidebars working */
.bd-toc {
-ms-flex-order: 2;
order: 2;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
/* font-size: 0.875rem; */
/* add scrolling sidebar */
height: calc(100vh - 2rem);
overflow-y: auto;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.bd-toc {
position: -webkit-sticky;
position: sticky;
top: 4rem;
height: calc(100vh - 4rem);
overflow-y: auto;
}
}
.section-nav {
padding-left: 0;
border-left: 1px solid #eee;
border-bottom: none;
}
.section-nav ul {
padding-left: 1rem;
}
.toc-entry {
display: block;
}
.toc-entry a {
display: block;
padding: .125rem 1.5rem;
color: #77757a;
}
.toc-entry a:hover {
color: rgba(0, 0, 0, 0.85);
text-decoration: none;
}
.bd-sidebar {
-ms-flex-order: 0;
order: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
.bd-sidebar {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.bd-sidebar {
position: -webkit-sticky;
position: sticky;
top: 5rem;
z-index: 1000;
height: calc(100vh - 4rem);
}
}
}
@media (min-width: 1200px) {
.bd-sidebar {
-ms-flex: 0 1 320px;
flex: 0 1 320px;
}
}
.bd-links {
padding-top: 1rem;
padding-bottom: 1rem;
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
@supports ((position: -webkit-sticky) or (position: sticky)) {
.bd-links {
max-height: calc(100vh - 9rem);
overflow-y: auto;
}
}
}
@media (min-width: 768px) {
.bd-links {
display: block !important;
}
}
.bd-sidenav {
display: none;
}
.bd-toc-link {
display: block;
padding: .25rem 1.5rem;
font-weight: 600;
color: rgba(0, 0, 0, 0.65);
}
.bd-toc-link:hover {
color: rgba(0, 0, 0, 0.85);
text-decoration: none;
}
.bd-toc-item.active {
margin-bottom: 1rem;
}
.bd-toc-item.active:not(:first-child) {
margin-top: 1rem;
}
.bd-toc-item.active > .bd-toc-link {
color: rgba(0, 0, 0, 0.85);
}
.bd-toc-item.active > .bd-toc-link:hover {
background-color: transparent;
}
.bd-toc-item.active > .bd-sidenav {
display: block;
}
.bd-sidebar .nav > li > a {
display: block;
padding: .25rem 1.5rem;
font-size: 90%;
color: rgba(0, 0, 0, 0.65);
}
.bd-sidebar .nav > li > a:hover {
color: rgba(0, 0, 0, 0.85);
text-decoration: none;
background-color: transparent;
}
.bd-sidebar .nav > .active > a,
.bd-sidebar .nav > .active:hover > a {
font-weight: 600;
color: #130654;
/* adjusted from original
color: rgba(0, 0, 0, 0.85);
background-color: transparent; */
}
.bd-sidebar .nav > li > ul {
list-style: none;
padding: .25rem 1.5rem;
}
.bd-sidebar .nav > li > ul > li > a {
display: block;
padding: .25rem 1.5rem;
font-size: 90%;
color: rgba(0, 0, 0, 0.65);
}
.bd-sidebar .nav > li > ul > .active > a,
.bd-sidebar .nav > li > ul > .active:hover > a {
font-weight: 600;
color: #130654;
}
/* offsetting html anchor titles to adjust for fixed header, https://github.com/pandas-dev/pandas-sphinx-theme/issues/6*/
h2::before, h3::before,
h4::before, h5::before,
h6::before {
display: block;
content: "";
height: 80px;
margin: -80px 0 0;
}
/* add padding to body to avid overlap with navbar */
body {
padding-top: 80px
}
/* adjust toc font sizes to improve overview */
.toc-h2 {
font-size: 0.85rem;
}
.toc-h3 {
font-size: 0.75rem;
}
.toc-h4 {
font-size: 0.65rem;
}
.toc-entry > .nav-link.active {
font-weight: 600;
color: #130654;
background-color: transparent;
border-left: 2px solid #563d7c;
}
.nav-link:hover {
border-style: none;
}
/* Collapsing of the TOC sidebar while scrolling */
/* Nav: hide second level (shown on .active) */
.bd-toc .nav .nav {
display: none;
}
.bd-toc .nav > .active > ul {
display: block;
}
|
pandas_sphinx_theme/static/css/custom.css
|
.navbar-brand img {
max-height: 50px;
width: auto;
height: 3rem;
}
.navbar-light {
background: #fff !important;
box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.11);
}
.navbar-nav li a {
padding: 0 15px;
/* line-height: 50px; */
}
.navbar-nav > .active > .nav-link {
font-weight: 600;
color: #130654 !important;
}
.navbar-header a {
padding: 0 15px;
/* line-height: 50px; */
}
.bd-search {
position: relative;
padding: 1rem 15px;
margin-right: -15px;
margin-left: -15px;
border-bottom: 1px solid rgba(0,0,0,.05);
}
/* minimal copy paste from bootstrap docs css to get sidebars working */
.bd-toc {
-ms-flex-order: 2;
order: 2;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
/* font-size: 0.875rem; */
/* add scrolling sidebar */
height: calc(100vh - 2rem);
overflow-y: auto;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.bd-toc {
position: -webkit-sticky;
position: sticky;
top: 4rem;
height: calc(100vh - 4rem);
overflow-y: auto;
}
}
.section-nav {
padding-left: 0;
border-left: 1px solid #eee;
border-bottom: none;
}
.section-nav ul {
padding-left: 1rem;
}
.toc-entry {
display: block;
}
.toc-entry a {
display: block;
padding: .125rem 1.5rem;
color: #77757a;
}
.toc-entry a:hover {
color: rgba(0, 0, 0, 0.85);
text-decoration: none;
}
.bd-sidebar {
-ms-flex-order: 0;
order: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
.bd-sidebar {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.bd-sidebar {
position: -webkit-sticky;
position: sticky;
top: 5rem;
z-index: 1000;
height: calc(100vh - 4rem);
}
}
}
@media (min-width: 1200px) {
.bd-sidebar {
-ms-flex: 0 1 320px;
flex: 0 1 320px;
}
}
.bd-links {
padding-top: 1rem;
padding-bottom: 1rem;
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
@supports ((position: -webkit-sticky) or (position: sticky)) {
.bd-links {
max-height: calc(100vh - 9rem);
overflow-y: auto;
}
}
}
@media (min-width: 768px) {
.bd-links {
display: block !important;
}
}
.bd-sidenav {
display: none;
}
.bd-toc-link {
display: block;
padding: .25rem 1.5rem;
font-weight: 600;
color: rgba(0, 0, 0, 0.65);
}
.bd-toc-link:hover {
color: rgba(0, 0, 0, 0.85);
text-decoration: none;
}
.bd-toc-item.active {
margin-bottom: 1rem;
}
.bd-toc-item.active:not(:first-child) {
margin-top: 1rem;
}
.bd-toc-item.active > .bd-toc-link {
color: rgba(0, 0, 0, 0.85);
}
.bd-toc-item.active > .bd-toc-link:hover {
background-color: transparent;
}
.bd-toc-item.active > .bd-sidenav {
display: block;
}
.bd-sidebar .nav > li > a {
display: block;
padding: .25rem 1.5rem;
font-size: 90%;
color: rgba(0, 0, 0, 0.65);
}
.bd-sidebar .nav > li > a:hover {
color: rgba(0, 0, 0, 0.85);
text-decoration: none;
background-color: transparent;
}
.bd-sidebar .nav > .active > a,
.bd-sidebar .nav > .active:hover > a {
font-weight: 600;
color: #130654;
/* adjusted from original
color: rgba(0, 0, 0, 0.85);
background-color: transparent; */
}
.bd-sidebar .nav > li > ul {
list-style: none;
padding: .25rem 1.5rem;
}
.bd-sidebar .nav > li > ul > li > a {
display: block;
padding: .25rem 1.5rem;
font-size: 90%;
color: rgba(0, 0, 0, 0.65);
}
.bd-sidebar .nav > li > ul > .active > a,
.bd-sidebar .nav > li > ul > .active:hover > a {
font-weight: 600;
color: #130654;
}
/* offsetting html anchor titles to adjust for fixed header, https://github.com/pandas-dev/pandas-sphinx-theme/issues/6*/
h2::before, h3::before,
h4::before, h5::before,
h6::before {
display: block;
content: "";
height: 80px;
margin: -80px 0 0;
}
/* add padding to body to avid overlap with navbar */
body {
padding-top: 80px
}
/* adjust toc font sizes to improve overview */
.toc-h2 {
font-size: 0.85rem;
}
.toc-h3 {
font-size: 0.75rem;
}
.toc-h4 {
font-size: 0.65rem;
}
.toc-entry > .nav-link.active {
font-weight: 600;
color: #130654;
background-color: transparent;
border-left: 2px solid #563d7c;
}
.nav-link:hover {
border-style: none;
}
/* Collapsing of the TOC sidebar while scrolling */
/* Nav: hide second level (shown on .active) */
.bd-toc .nav .nav {
display: none;
}
.bd-toc .nav > .active > ul {
display: block;
}
| 0.446736 | 0.082217 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700,400,300);
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-default.active,
.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-no.active,
.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.lobibox .lobibox-btn.lobibox-btn-yes:active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
background-image: none
}
/* .lobibox, .lobibox-notify {
font-family: 'Open Sans', Arial, Helvetica, sans-serif
} */
.lobibox-notify-wrapper-large.bottom,
.lobibox-notify-wrapper.bottom {
bottom: 0
}
.animated-super-fast {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.animated,
.animated-fast {
-webkit-animation-fill-mode: both
}
.animated-fast {
-webkit-animation-duration: .5s;
animation-duration: .5s;
animation-fill-mode: both
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
animation-fill-mode: both
}
.animated-slow {
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes bounce {
0%,
100%,
20%,
50%,
80% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px)
}
}
@keyframes bounce {
0%,
100%,
20%,
50%,
80% {
transform: translateY(0)
}
40% {
transform: translateY(-30px)
}
60% {
transform: translateY(-15px)
}
}
@-webkit-keyframes jumpUp {
0% {
-webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
-webkit-animation-timing-function: ease-in
}
40% {
-webkit-transform: translate3d(0, 0, 0) scale3d(.02, 1.1, 1);
-webkit-animation-timing-function: ease-out
}
70% {
-webkit-transform: translate3d(0, -40px, 0) scale3d(.8, 1.1, 1)
}
100% {
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}
}
@keyframes jumpUp {
0% {
transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
animation-timing-function: ease-in
}
40% {
transform: translate3d(0, 0, 0) scale3d(.02, 1.1, 1);
animation-timing-function: ease-out
}
70% {
transform: translate3d(0, -40px, 0) scale3d(.8, 1.1, 1)
}
100% {
transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}
}
@-webkit-keyframes expandOpen {
0% {
-webkit-transform: scale(1.8)
}
50% {
-webkit-transform: scale(.95)
}
80% {
-webkit-transform: scale(1.05)
}
90% {
-webkit-transform: scale(.98)
}
100% {
-webkit-transform: scale(1)
}
}
@keyframes expandOpen {
0% {
transform: scale(1.8)
}
50% {
transform: scale(.95)
}
80% {
transform: scale(1.05)
}
90% {
transform: scale(.98)
}
100% {
transform: scale(1)
}
}
@keyframes fadeInScale {
0% {
transform: scale(0);
opacity: 0
}
100% {
transform: scale(1);
opacity: 1
}
}
@-webkit-keyframes fadeInScale {
0% {
-webkit-transform: scale(0);
opacity: 0
}
100% {
-webkit-transform: scale(1);
opacity: 1
}
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3)
}
50% {
opacity: 1
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3)
}
50% {
opacity: 1
}
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3)
}
100% {
opacity: 0
}
}
@keyframes zoomOut {
0% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3)
}
100% {
opacity: 0
}
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce
}
.jumpUp {
-webkit-animation-name: jumpUp;
animation-name: jumpUp
}
.expandOpen {
animation-name: expandOpen;
-webkit-animation-name: expandOpen
}
.fadeInScale {
animation-name: fadeInScale;
-webkit-animation-name: fadeInScale
}
body.lobibox-open {
overflow: hidden
}
.lobibox {
position: fixed;
z-index: 4001;
/* -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .5);
box-shadow: 0 0 20px 5px rgba(0, 0, 0, .5) */
}
.lobibox * {
box-sizing: border-box;
-webkit-box-sizing: border-box
}
.lobibox .lobibox-header {
font-size: 20px;
padding: 5px 10px;
color: #eee
}
.lobibox .lobibox-header .btn-close {
float: right;
background-color: transparent;
cursor: pointer;
border: none;
outline: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.lobibox .lobibox-header .btn-close:hover {
text-shadow: 2px 2px 3px rgba(0, 0, 0, .7)
}
.lobibox .lobibox-body {
overflow: hidden;
display: table;
position: relative;
width: 100%;
padding: 15px 20px;
background-color: rgba(255, 255, 255, .98);
font-size: 16px
}
.lobibox .lobibox-body .lobibox-icon-wrapper {
position: relative;
height: 100%;
display: table;
font-size: 60px
}
.lobibox .lobibox-body .lobibox-icon-wrapper .lobibox-icon {
display: table-cell;
vertical-align: middle
}
.lobibox .lobibox-body .lobibox-body-text-wrapper {
display: table-cell;
vertical-align: middle;
width: 100%;
padding-left: 10px
}
.lobibox .lobibox-footer {
text-align: center;
padding: 6px
}
.lobibox .lobibox-footer>* {
margin: 0 10px 0 0
}
.lobibox .lobibox-footer.text-center {
text-align: center
}
.lobibox .lobibox-footer.text-left {
text-align: left
}
.lobibox .lobibox-footer.text-right {
text-align: right
}
.lobibox.lobibox-confirm {
border: none
}
.lobibox.lobibox-confirm .lobibox-header {
color: #eee;
background-color: #3C2D2D
}
.lobibox.lobibox-confirm .lobibox-body .lobibox-icon {
color: #3C2D2D
}
.lobibox.lobibox-confirm .lobibox-footer {
background-color: #594343
}
.lobibox.lobibox-success {
border: 1px solid #29B87E
}
.lobibox.lobibox-success .lobibox-header {
color: #eee;
background-color: #29B87E
}
.lobibox.lobibox-success .lobibox-body .lobibox-icon {
color: #29B87E
}
.lobibox.lobibox-success .lobibox-footer {
background-color: #40d498
}
.lobibox.lobibox-error {
border: 1px solid #CA2121
}
.lobibox.lobibox-error .lobibox-header {
color: #eee;
background-color: #CA2121
}
.lobibox.lobibox-error .lobibox-body .lobibox-icon {
color: #CA2121
}
.lobibox.lobibox-error .lobibox-footer {
background-color: #e03e3e
}
.lobibox.lobibox-info {
border: 1px solid #2E79B4
}
.lobibox.lobibox-info .lobibox-header {
color: #eee;
background-color: #2E79B4
}
.lobibox.lobibox-info .lobibox-body .lobibox-icon {
color: #2E79B4
}
.lobibox.lobibox-info .lobibox-footer {
background-color: #4593d0
}
.lobibox.lobibox-warning {
border: 1px solid #CE812E
}
.lobibox.lobibox-warning .lobibox-header {
color: #eee;
background-color: #CE812E
}
.lobibox.lobibox-warning .lobibox-body .lobibox-icon {
color: #CE812E
}
.lobibox.lobibox-warning .lobibox-footer {
background-color: #d99a56
}
.lobibox.lobibox-prompt {
border: none
}
.lobibox.lobibox-prompt .lobibox-header {
color: #eee;
background-color: #3c2d2d
}
.lobibox.lobibox-prompt .lobibox-body {
padding: 20px
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input {
min-height: 38px;
border: 1px solid #21cb91;
width: 100%;
padding: 5px;
font-size: 18px;
outline: 0
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input:focus {
background-color: #EEE
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input.invalid {
border-color: #DC2B2A
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input-error-message {
margin-top: 5px;
margin-bottom: 0;
font-size: 13px;
color: #DC2B2A
}
.lobibox.lobibox-prompt .lobibox-footer {
background-color: #594343
}
.lobibox.lobibox-progress .lobibox-header {
background-color: #2F5D6D
}
.lobibox.lobibox-progress .lobibox-body {
padding: 15px;
font-size: 16px
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper {
position: relative;
height: 20px;
border: 1px solid #c3c3c3;
border-radius: 10px;
background-color: #d5d5d5
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-bar {
width: 0;
border-radius: 10px;
background-color: #468ba2;
height: 100%;
text-align: center
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-text {
position: absolute;
text-align: center;
top: 0;
width: 100%
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer {
margin-bottom: 0
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer .progress-bar {
transition: none
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer [data-role=progress-text] {
font-weight: 700;
color: rgba(0, 0, 0, .7)
}
.lobibox.lobibox-window {
border: 3px solid #225EB8;
border-radius: 6px
}
.lobibox.lobibox-window .lobibox-header {
background-color: #225EB8;
color: #eee;
font-size: 18px
}
.lobibox.lobibox-window .lobibox-body {
overflow: auto;
display: block;
font-size: 14px;
padding: 15px;
background-color: #f5f8fd
}
.lobibox.lobibox-window .lobibox-footer {
background-color: #8ab0e9
}
.lobibox.lobibox-window :last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.lobibox.draggable .lobibox-header {
cursor: move
}
.lobibox .lobibox-btn {
display: inline-block;
padding: 8px 14px;
font-size: 14px;
cursor: pointer;
border: 1px solid transparent;
border-radius: 2px;
line-height: initial
}
.lobibox .lobibox-btn.lobibox-btn-cancel {
color: #FFF;
background-color: #CA2121;
border-color: #CA2121
}
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.lobibox .lobibox-btn.lobibox-btn-cancel.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel:hover,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel {
color: #FFF;
background-color: #9e1a1a;
border-color: #951818
}
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled],
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:hover {
background-color: #CA2121;
border-color: #CA2121
}
.lobibox .lobibox-btn.lobibox-btn-cancel .badge {
color: #CA2121;
background-color: #FFF
}
.lobibox .lobibox-btn.lobibox-btn-yes {
color: #FFF;
background-color: #29B87E;
border-color: #29B87E
}
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.lobibox .lobibox-btn.lobibox-btn-yes.focus,
.lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes:focus,
.lobibox .lobibox-btn.lobibox-btn-yes:hover,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
color: #FFF;
background-color: #208e61;
border-color: #1e865c
}
.lobibox .lobibox-btn.lobibox-btn-yes.disabled,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled],
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:hover {
background-color: #29B87E;
border-color: #29B87E
}
.lobibox .lobibox-btn.lobibox-btn-yes .badge {
color: #29B87E;
background-color: #FFF
}
.lobibox .lobibox-btn.lobibox-btn-no {
color: #FFF;
background-color: #0760B3;
border-color: #0760B3
}
.lobibox .lobibox-btn.lobibox-btn-no.active,
.lobibox .lobibox-btn.lobibox-btn-no.focus,
.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no:focus,
.lobibox .lobibox-btn.lobibox-btn-no:hover,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no {
color: #FFF;
background-color: #054682;
border-color: #054078
}
.lobibox .lobibox-btn.lobibox-btn-no.disabled,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-no[disabled],
.lobibox .lobibox-btn.lobibox-btn-no[disabled].active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled].focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:hover {
background-color: #0760B3;
border-color: #0760B3
}
.lobibox .lobibox-btn.lobibox-btn-no .badge {
color: #0760B3;
background-color: #FFF
}
.lobibox .lobibox-btn.lobibox-btn-ok {
color: #FFF;
background-color: #0760B3;
border-color: #0760B3
}
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.lobibox .lobibox-btn.lobibox-btn-ok.focus,
.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok:focus,
.lobibox .lobibox-btn.lobibox-btn-ok:hover,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok {
color: #FFF;
background-color: #054682;
border-color: #054078
}
.lobibox .lobibox-btn.lobibox-btn-ok.disabled,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled],
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:hover {
background-color: #0760B3;
border-color: #0760B3
}
.lobibox .lobibox-btn.lobibox-btn-ok .badge {
color: #0760B3;
background-color: #FFF
}
.lobibox .lobibox-btn.lobibox-btn-default {
color: #000;
background-color: #e2e2e2;
border-color: #dadada
}
.lobibox .lobibox-btn.lobibox-btn-default.active,
.lobibox .lobibox-btn.lobibox-btn-default.focus,
.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default:focus,
.lobibox .lobibox-btn.lobibox-btn-default:hover,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default {
color: #000;
background-color: #c9c9c9;
border-color: #bcbcbc
}
.lobibox .lobibox-btn.lobibox-btn-default.disabled,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-default[disabled],
.lobibox .lobibox-btn.lobibox-btn-default[disabled].active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled].focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:hover {
background-color: #e2e2e2;
border-color: #dadada
}
.lobibox .lobibox-btn.lobibox-btn-default .badge {
color: #e2e2e2;
background-color: #000
}
.lobibox.lobibox-hidden {
display: none
}
.lobibox-backdrop {
position: fixed;
z-index: 4000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .5)
}
.lobibox-notify-wrapper,
.lobibox-notify-wrapper-large {
z-index: 5000;
position: fixed
}
.lobibox-notify-wrapper.top {
top: 0
}
.lobibox-notify-wrapper.left {
left: 0;
margin-right: 0
}
.lobibox-notify-wrapper.right {
right: 0;
margin-left: 0
}
.lobibox-notify-wrapper.right .lobibox-notify {
margin-left: auto
}
.lobibox-notify-wrapper.center {
left: 50%
}
.lobibox-notify-wrapper-large.top {
top: 0
}
.lobibox-notify-wrapper-large.left {
left: 0
}
.lobibox-notify-wrapper-large.left .lb-notify-tabs>li {
float: left;
margin-left: 0;
margin-right: 2px
}
.lobibox-notify-wrapper-large.right {
right: 0
}
.lobibox-notify-wrapper-large .lb-notify-tabs {
list-style: none;
padding: 0;
margin: 0 0 -5px
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li {
float: right;
margin-left: 2px
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a {
text-align: center;
display: table;
text-decoration: none;
font-size: 18px;
height: 32px;
color: #FFF;
width: 28px;
opacity: .6
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:active,
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:focus,
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:hover,
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:hover:active {
color: #FFF
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a .tab-control-icon {
display: table-cell;
vertical-align: middle
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-default>a {
background-color: rgba(28, 28, 28, .9);
border-color: #141414
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-default>a:hover {
background-color: #1c1c1c;
border-color: #0f0f0f
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-error>a {
background-color: rgba(202, 33, 33, .9);
border-color: #bd1f1f
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-error>a:hover {
background-color: #CA2121;
border-color: #b41d1d
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-success>a {
background-color: rgba(41, 184, 126, .9);
border-color: #26ab75
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-success>a:hover {
background-color: #29B87E;
border-color: #24a370
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-warning>a {
background-color: rgba(206, 129, 46, .9);
border-color: #c1792b
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-warning>a:hover {
background-color: #CE812E;
border-color: #b97429
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-info>a {
background-color: rgba(46, 121, 180, .9);
border-color: #2b71a8
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-info>a:hover {
background-color: #2E79B4;
border-color: #296ba0
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.active>a {
opacity: 1
}
.lobibox-notify-wrapper-large .lb-notify-tabs:after {
content: "";
display: block;
clear: both
}
.lobibox-notify-wrapper-large .lb-notify-wrapper {
background-color: transparent;
padding: 0;
border: none
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane {
display: none
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane.active {
display: block
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify {
min-height: 150px
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon-wrapper {
width: 100px
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon>div .icon-el {
font-size: 78px
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-body {
margin: 13px 20px 13px 130px
}
.lobibox-notify {
position: relative;
min-height: 85px;
font-size: 14px;
margin: 7px 0;
border-radius: 0;
border: 1px solid transparent;
/* -webkit-box-shadow: 2px 2px 5px #aaa;
box-shadow: 2px 2px 5px #aaa;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s */
}
.lobibox-notify .lobibox-notify-icon-wrapper {
position: absolute;
left: 15px;
width: 60px;
height: 100%
}
.lobibox-notify .lobibox-notify-icon {
display: table;
width: 100%;
height: 100%
}
.lobibox-notify .lobibox-notify-icon>div {
display: table-cell;
vertical-align: middle
}
.lobibox-notify .lobibox-notify-icon>div>img {
width: 100%;
max-width: 100%;
margin-top: 3px;
border-radius: 4px
}
.lobibox-notify .lobibox-notify-icon>div .icon-el {
text-align: center;
font-size: 55px
}
.lobibox-notify .lobibox-notify-body {
margin: 10px 20px 10px 90px
}
.lobibox-notify .lobibox-notify-title {
font-size: 20px
}
.lobibox-notify .lobibox-notify-msg {
overflow: hidden
}
.lobibox-notify .lobibox-close {
position: absolute;
text-align: center;
border-radius: 50%;
right: 9px;
top: 14px;
font-size: 20px;
line-height: 20px;
width: 20px;
height: 20px;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}
.lobibox-notify .lobibox-close:hover {
background-color: rgba(0, 0, 0, .5);
font-weight: 700
}
.lobibox-notify .lobibox-delay-indicator {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 3px
}
.lobibox-notify .lobibox-delay-indicator>div {
position: relative;
height: 100%;
width: 0;
background-color: #e8e8e8
}
.lobibox-notify.lobibox-notify-default {
border: 1px solid rgba(0, 0, 0, .125);
background-color: #F9FAFB;
color: #212529
}
.lobibox-notify.lobibox-notify-default:hover {
background-color: #e8e8e8;
/* border-color: #FFF */
}
.lobibox-notify.lobibox-notify-default .lobibox-close:hover {
background-color: white
}
.lobibox-notify.lobibox-notify-error {
background: #f4112f;
background: -webkit-linear-gradient(90deg, #DC2626, #EF4444) !important;
background: linear-gradient(45deg, #DC2626, #EF4444) !important;
color: #FFF
}
.lobibox-notify.lobibox-notify-error:hover {
background-color: #f4112f;
/* border-color: #FFF */
}
.lobibox-notify.lobibox-notify-success {
background: #00b09b;
background: -webkit-linear-gradient(90deg, #10B981, #34D399) !important;
background: linear-gradient(45deg, #10B981, #34D399) !important;
color: #FFF
}
.lobibox-notify.lobibox-notify-success:hover {
background-color: #00b09b;
/* border-color: #FFF */
}
.lobibox-notify.lobibox-notify-warning {
background: #ff8359;
background: -webkit-linear-gradient(45deg, #F97316, #FB923C) !important;
background: linear-gradient(45deg, #F97316, #FB923C) !important;
color: #FFF
}
.lobibox-notify.lobibox-notify-warning:hover {
background-color: #ff8359;
color: #FFF
}
.lobibox-notify.lobibox-notify-info {
background: #006aff;
background: -webkit-linear-gradient(90deg, #2563EB, #3B82F6) !important;
background: linear-gradient(45deg, #2563EB, #3B82F6) !important;
color: #FFF
}
.lobibox-notify.lobibox-notify-info:hover {
background-color: #006aff;
/* border-color: #fff */
}
.lobibox-notify.rounded {
border-radius: 30px
}
.lobibox-notify:hover {
cursor: pointer;
/* -webkit-box-shadow: 3px 3px 10px #aaa;
box-shadow: 3px 3px 10px #aaa */
}
.lobibox-notify.notify-mini {
min-height: 36px
}
.lobibox-notify.notify-mini .lobibox-notify-title {
margin-top: -5px;
font-size: 20px;
line-height: 22px
}
.lobibox-notify.notify-mini .lobibox-notify-msg {
line-height: 16px;
font-size: 16px
}
.lobibox-notify.notify-mini .lobibox-notify-icon-wrapper {
left: 12px;
width: 32px
}
.lobibox-notify.notify-mini .lobibox-notify-icon>div .icon-el {
font-size: 32px
}
.lobibox-notify.notify-mini .lobibox-notify-body {
margin: 15px 30px 15px 56px
}
.lobibox-notify.without-icon .lobibox-notify-body {
margin-left: 20px
}
|
public/assets/plugins/notifications/css/lobibox.css
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700,400,300);
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-default.active,
.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-no.active,
.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.lobibox .lobibox-btn.lobibox-btn-yes:active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
background-image: none
}
/* .lobibox, .lobibox-notify {
font-family: 'Open Sans', Arial, Helvetica, sans-serif
} */
.lobibox-notify-wrapper-large.bottom,
.lobibox-notify-wrapper.bottom {
bottom: 0
}
.animated-super-fast {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.animated,
.animated-fast {
-webkit-animation-fill-mode: both
}
.animated-fast {
-webkit-animation-duration: .5s;
animation-duration: .5s;
animation-fill-mode: both
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
animation-fill-mode: both
}
.animated-slow {
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes bounce {
0%,
100%,
20%,
50%,
80% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px)
}
}
@keyframes bounce {
0%,
100%,
20%,
50%,
80% {
transform: translateY(0)
}
40% {
transform: translateY(-30px)
}
60% {
transform: translateY(-15px)
}
}
@-webkit-keyframes jumpUp {
0% {
-webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
-webkit-animation-timing-function: ease-in
}
40% {
-webkit-transform: translate3d(0, 0, 0) scale3d(.02, 1.1, 1);
-webkit-animation-timing-function: ease-out
}
70% {
-webkit-transform: translate3d(0, -40px, 0) scale3d(.8, 1.1, 1)
}
100% {
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}
}
@keyframes jumpUp {
0% {
transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
animation-timing-function: ease-in
}
40% {
transform: translate3d(0, 0, 0) scale3d(.02, 1.1, 1);
animation-timing-function: ease-out
}
70% {
transform: translate3d(0, -40px, 0) scale3d(.8, 1.1, 1)
}
100% {
transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}
}
@-webkit-keyframes expandOpen {
0% {
-webkit-transform: scale(1.8)
}
50% {
-webkit-transform: scale(.95)
}
80% {
-webkit-transform: scale(1.05)
}
90% {
-webkit-transform: scale(.98)
}
100% {
-webkit-transform: scale(1)
}
}
@keyframes expandOpen {
0% {
transform: scale(1.8)
}
50% {
transform: scale(.95)
}
80% {
transform: scale(1.05)
}
90% {
transform: scale(.98)
}
100% {
transform: scale(1)
}
}
@keyframes fadeInScale {
0% {
transform: scale(0);
opacity: 0
}
100% {
transform: scale(1);
opacity: 1
}
}
@-webkit-keyframes fadeInScale {
0% {
-webkit-transform: scale(0);
opacity: 0
}
100% {
-webkit-transform: scale(1);
opacity: 1
}
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3)
}
50% {
opacity: 1
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3)
}
50% {
opacity: 1
}
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3)
}
100% {
opacity: 0
}
}
@keyframes zoomOut {
0% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
50% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3)
}
100% {
opacity: 0
}
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce
}
.jumpUp {
-webkit-animation-name: jumpUp;
animation-name: jumpUp
}
.expandOpen {
animation-name: expandOpen;
-webkit-animation-name: expandOpen
}
.fadeInScale {
animation-name: fadeInScale;
-webkit-animation-name: fadeInScale
}
body.lobibox-open {
overflow: hidden
}
.lobibox {
position: fixed;
z-index: 4001;
/* -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .5);
box-shadow: 0 0 20px 5px rgba(0, 0, 0, .5) */
}
.lobibox * {
box-sizing: border-box;
-webkit-box-sizing: border-box
}
.lobibox .lobibox-header {
font-size: 20px;
padding: 5px 10px;
color: #eee
}
.lobibox .lobibox-header .btn-close {
float: right;
background-color: transparent;
cursor: pointer;
border: none;
outline: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.lobibox .lobibox-header .btn-close:hover {
text-shadow: 2px 2px 3px rgba(0, 0, 0, .7)
}
.lobibox .lobibox-body {
overflow: hidden;
display: table;
position: relative;
width: 100%;
padding: 15px 20px;
background-color: rgba(255, 255, 255, .98);
font-size: 16px
}
.lobibox .lobibox-body .lobibox-icon-wrapper {
position: relative;
height: 100%;
display: table;
font-size: 60px
}
.lobibox .lobibox-body .lobibox-icon-wrapper .lobibox-icon {
display: table-cell;
vertical-align: middle
}
.lobibox .lobibox-body .lobibox-body-text-wrapper {
display: table-cell;
vertical-align: middle;
width: 100%;
padding-left: 10px
}
.lobibox .lobibox-footer {
text-align: center;
padding: 6px
}
.lobibox .lobibox-footer>* {
margin: 0 10px 0 0
}
.lobibox .lobibox-footer.text-center {
text-align: center
}
.lobibox .lobibox-footer.text-left {
text-align: left
}
.lobibox .lobibox-footer.text-right {
text-align: right
}
.lobibox.lobibox-confirm {
border: none
}
.lobibox.lobibox-confirm .lobibox-header {
color: #eee;
background-color: #3C2D2D
}
.lobibox.lobibox-confirm .lobibox-body .lobibox-icon {
color: #3C2D2D
}
.lobibox.lobibox-confirm .lobibox-footer {
background-color: #594343
}
.lobibox.lobibox-success {
border: 1px solid #29B87E
}
.lobibox.lobibox-success .lobibox-header {
color: #eee;
background-color: #29B87E
}
.lobibox.lobibox-success .lobibox-body .lobibox-icon {
color: #29B87E
}
.lobibox.lobibox-success .lobibox-footer {
background-color: #40d498
}
.lobibox.lobibox-error {
border: 1px solid #CA2121
}
.lobibox.lobibox-error .lobibox-header {
color: #eee;
background-color: #CA2121
}
.lobibox.lobibox-error .lobibox-body .lobibox-icon {
color: #CA2121
}
.lobibox.lobibox-error .lobibox-footer {
background-color: #e03e3e
}
.lobibox.lobibox-info {
border: 1px solid #2E79B4
}
.lobibox.lobibox-info .lobibox-header {
color: #eee;
background-color: #2E79B4
}
.lobibox.lobibox-info .lobibox-body .lobibox-icon {
color: #2E79B4
}
.lobibox.lobibox-info .lobibox-footer {
background-color: #4593d0
}
.lobibox.lobibox-warning {
border: 1px solid #CE812E
}
.lobibox.lobibox-warning .lobibox-header {
color: #eee;
background-color: #CE812E
}
.lobibox.lobibox-warning .lobibox-body .lobibox-icon {
color: #CE812E
}
.lobibox.lobibox-warning .lobibox-footer {
background-color: #d99a56
}
.lobibox.lobibox-prompt {
border: none
}
.lobibox.lobibox-prompt .lobibox-header {
color: #eee;
background-color: #3c2d2d
}
.lobibox.lobibox-prompt .lobibox-body {
padding: 20px
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input {
min-height: 38px;
border: 1px solid #21cb91;
width: 100%;
padding: 5px;
font-size: 18px;
outline: 0
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input:focus {
background-color: #EEE
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input.invalid {
border-color: #DC2B2A
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input-error-message {
margin-top: 5px;
margin-bottom: 0;
font-size: 13px;
color: #DC2B2A
}
.lobibox.lobibox-prompt .lobibox-footer {
background-color: #594343
}
.lobibox.lobibox-progress .lobibox-header {
background-color: #2F5D6D
}
.lobibox.lobibox-progress .lobibox-body {
padding: 15px;
font-size: 16px
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper {
position: relative;
height: 20px;
border: 1px solid #c3c3c3;
border-radius: 10px;
background-color: #d5d5d5
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-bar {
width: 0;
border-radius: 10px;
background-color: #468ba2;
height: 100%;
text-align: center
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-text {
position: absolute;
text-align: center;
top: 0;
width: 100%
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer {
margin-bottom: 0
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer .progress-bar {
transition: none
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer [data-role=progress-text] {
font-weight: 700;
color: rgba(0, 0, 0, .7)
}
.lobibox.lobibox-window {
border: 3px solid #225EB8;
border-radius: 6px
}
.lobibox.lobibox-window .lobibox-header {
background-color: #225EB8;
color: #eee;
font-size: 18px
}
.lobibox.lobibox-window .lobibox-body {
overflow: auto;
display: block;
font-size: 14px;
padding: 15px;
background-color: #f5f8fd
}
.lobibox.lobibox-window .lobibox-footer {
background-color: #8ab0e9
}
.lobibox.lobibox-window :last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.lobibox.draggable .lobibox-header {
cursor: move
}
.lobibox .lobibox-btn {
display: inline-block;
padding: 8px 14px;
font-size: 14px;
cursor: pointer;
border: 1px solid transparent;
border-radius: 2px;
line-height: initial
}
.lobibox .lobibox-btn.lobibox-btn-cancel {
color: #FFF;
background-color: #CA2121;
border-color: #CA2121
}
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.lobibox .lobibox-btn.lobibox-btn-cancel.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel:hover,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel {
color: #FFF;
background-color: #9e1a1a;
border-color: #951818
}
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled],
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:hover {
background-color: #CA2121;
border-color: #CA2121
}
.lobibox .lobibox-btn.lobibox-btn-cancel .badge {
color: #CA2121;
background-color: #FFF
}
.lobibox .lobibox-btn.lobibox-btn-yes {
color: #FFF;
background-color: #29B87E;
border-color: #29B87E
}
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.lobibox .lobibox-btn.lobibox-btn-yes.focus,
.lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes:focus,
.lobibox .lobibox-btn.lobibox-btn-yes:hover,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
color: #FFF;
background-color: #208e61;
border-color: #1e865c
}
.lobibox .lobibox-btn.lobibox-btn-yes.disabled,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled],
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:hover {
background-color: #29B87E;
border-color: #29B87E
}
.lobibox .lobibox-btn.lobibox-btn-yes .badge {
color: #29B87E;
background-color: #FFF
}
.lobibox .lobibox-btn.lobibox-btn-no {
color: #FFF;
background-color: #0760B3;
border-color: #0760B3
}
.lobibox .lobibox-btn.lobibox-btn-no.active,
.lobibox .lobibox-btn.lobibox-btn-no.focus,
.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no:focus,
.lobibox .lobibox-btn.lobibox-btn-no:hover,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no {
color: #FFF;
background-color: #054682;
border-color: #054078
}
.lobibox .lobibox-btn.lobibox-btn-no.disabled,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-no[disabled],
.lobibox .lobibox-btn.lobibox-btn-no[disabled].active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled].focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:hover {
background-color: #0760B3;
border-color: #0760B3
}
.lobibox .lobibox-btn.lobibox-btn-no .badge {
color: #0760B3;
background-color: #FFF
}
.lobibox .lobibox-btn.lobibox-btn-ok {
color: #FFF;
background-color: #0760B3;
border-color: #0760B3
}
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.lobibox .lobibox-btn.lobibox-btn-ok.focus,
.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok:focus,
.lobibox .lobibox-btn.lobibox-btn-ok:hover,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok {
color: #FFF;
background-color: #054682;
border-color: #054078
}
.lobibox .lobibox-btn.lobibox-btn-ok.disabled,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled],
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:hover {
background-color: #0760B3;
border-color: #0760B3
}
.lobibox .lobibox-btn.lobibox-btn-ok .badge {
color: #0760B3;
background-color: #FFF
}
.lobibox .lobibox-btn.lobibox-btn-default {
color: #000;
background-color: #e2e2e2;
border-color: #dadada
}
.lobibox .lobibox-btn.lobibox-btn-default.active,
.lobibox .lobibox-btn.lobibox-btn-default.focus,
.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default:focus,
.lobibox .lobibox-btn.lobibox-btn-default:hover,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default {
color: #000;
background-color: #c9c9c9;
border-color: #bcbcbc
}
.lobibox .lobibox-btn.lobibox-btn-default.disabled,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-default[disabled],
.lobibox .lobibox-btn.lobibox-btn-default[disabled].active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled].focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:hover {
background-color: #e2e2e2;
border-color: #dadada
}
.lobibox .lobibox-btn.lobibox-btn-default .badge {
color: #e2e2e2;
background-color: #000
}
.lobibox.lobibox-hidden {
display: none
}
.lobibox-backdrop {
position: fixed;
z-index: 4000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .5)
}
.lobibox-notify-wrapper,
.lobibox-notify-wrapper-large {
z-index: 5000;
position: fixed
}
.lobibox-notify-wrapper.top {
top: 0
}
.lobibox-notify-wrapper.left {
left: 0;
margin-right: 0
}
.lobibox-notify-wrapper.right {
right: 0;
margin-left: 0
}
.lobibox-notify-wrapper.right .lobibox-notify {
margin-left: auto
}
.lobibox-notify-wrapper.center {
left: 50%
}
.lobibox-notify-wrapper-large.top {
top: 0
}
.lobibox-notify-wrapper-large.left {
left: 0
}
.lobibox-notify-wrapper-large.left .lb-notify-tabs>li {
float: left;
margin-left: 0;
margin-right: 2px
}
.lobibox-notify-wrapper-large.right {
right: 0
}
.lobibox-notify-wrapper-large .lb-notify-tabs {
list-style: none;
padding: 0;
margin: 0 0 -5px
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li {
float: right;
margin-left: 2px
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a {
text-align: center;
display: table;
text-decoration: none;
font-size: 18px;
height: 32px;
color: #FFF;
width: 28px;
opacity: .6
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:active,
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:focus,
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:hover,
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:hover:active {
color: #FFF
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a .tab-control-icon {
display: table-cell;
vertical-align: middle
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-default>a {
background-color: rgba(28, 28, 28, .9);
border-color: #141414
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-default>a:hover {
background-color: #1c1c1c;
border-color: #0f0f0f
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-error>a {
background-color: rgba(202, 33, 33, .9);
border-color: #bd1f1f
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-error>a:hover {
background-color: #CA2121;
border-color: #b41d1d
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-success>a {
background-color: rgba(41, 184, 126, .9);
border-color: #26ab75
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-success>a:hover {
background-color: #29B87E;
border-color: #24a370
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-warning>a {
background-color: rgba(206, 129, 46, .9);
border-color: #c1792b
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-warning>a:hover {
background-color: #CE812E;
border-color: #b97429
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-info>a {
background-color: rgba(46, 121, 180, .9);
border-color: #2b71a8
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-info>a:hover {
background-color: #2E79B4;
border-color: #296ba0
}
.lobibox-notify-wrapper-large .lb-notify-tabs>li.active>a {
opacity: 1
}
.lobibox-notify-wrapper-large .lb-notify-tabs:after {
content: "";
display: block;
clear: both
}
.lobibox-notify-wrapper-large .lb-notify-wrapper {
background-color: transparent;
padding: 0;
border: none
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane {
display: none
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane.active {
display: block
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify {
min-height: 150px
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon-wrapper {
width: 100px
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon>div .icon-el {
font-size: 78px
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-body {
margin: 13px 20px 13px 130px
}
.lobibox-notify {
position: relative;
min-height: 85px;
font-size: 14px;
margin: 7px 0;
border-radius: 0;
border: 1px solid transparent;
/* -webkit-box-shadow: 2px 2px 5px #aaa;
box-shadow: 2px 2px 5px #aaa;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s */
}
.lobibox-notify .lobibox-notify-icon-wrapper {
position: absolute;
left: 15px;
width: 60px;
height: 100%
}
.lobibox-notify .lobibox-notify-icon {
display: table;
width: 100%;
height: 100%
}
.lobibox-notify .lobibox-notify-icon>div {
display: table-cell;
vertical-align: middle
}
.lobibox-notify .lobibox-notify-icon>div>img {
width: 100%;
max-width: 100%;
margin-top: 3px;
border-radius: 4px
}
.lobibox-notify .lobibox-notify-icon>div .icon-el {
text-align: center;
font-size: 55px
}
.lobibox-notify .lobibox-notify-body {
margin: 10px 20px 10px 90px
}
.lobibox-notify .lobibox-notify-title {
font-size: 20px
}
.lobibox-notify .lobibox-notify-msg {
overflow: hidden
}
.lobibox-notify .lobibox-close {
position: absolute;
text-align: center;
border-radius: 50%;
right: 9px;
top: 14px;
font-size: 20px;
line-height: 20px;
width: 20px;
height: 20px;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}
.lobibox-notify .lobibox-close:hover {
background-color: rgba(0, 0, 0, .5);
font-weight: 700
}
.lobibox-notify .lobibox-delay-indicator {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 3px
}
.lobibox-notify .lobibox-delay-indicator>div {
position: relative;
height: 100%;
width: 0;
background-color: #e8e8e8
}
.lobibox-notify.lobibox-notify-default {
border: 1px solid rgba(0, 0, 0, .125);
background-color: #F9FAFB;
color: #212529
}
.lobibox-notify.lobibox-notify-default:hover {
background-color: #e8e8e8;
/* border-color: #FFF */
}
.lobibox-notify.lobibox-notify-default .lobibox-close:hover {
background-color: white
}
.lobibox-notify.lobibox-notify-error {
background: #f4112f;
background: -webkit-linear-gradient(90deg, #DC2626, #EF4444) !important;
background: linear-gradient(45deg, #DC2626, #EF4444) !important;
color: #FFF
}
.lobibox-notify.lobibox-notify-error:hover {
background-color: #f4112f;
/* border-color: #FFF */
}
.lobibox-notify.lobibox-notify-success {
background: #00b09b;
background: -webkit-linear-gradient(90deg, #10B981, #34D399) !important;
background: linear-gradient(45deg, #10B981, #34D399) !important;
color: #FFF
}
.lobibox-notify.lobibox-notify-success:hover {
background-color: #00b09b;
/* border-color: #FFF */
}
.lobibox-notify.lobibox-notify-warning {
background: #ff8359;
background: -webkit-linear-gradient(45deg, #F97316, #FB923C) !important;
background: linear-gradient(45deg, #F97316, #FB923C) !important;
color: #FFF
}
.lobibox-notify.lobibox-notify-warning:hover {
background-color: #ff8359;
color: #FFF
}
.lobibox-notify.lobibox-notify-info {
background: #006aff;
background: -webkit-linear-gradient(90deg, #2563EB, #3B82F6) !important;
background: linear-gradient(45deg, #2563EB, #3B82F6) !important;
color: #FFF
}
.lobibox-notify.lobibox-notify-info:hover {
background-color: #006aff;
/* border-color: #fff */
}
.lobibox-notify.rounded {
border-radius: 30px
}
.lobibox-notify:hover {
cursor: pointer;
/* -webkit-box-shadow: 3px 3px 10px #aaa;
box-shadow: 3px 3px 10px #aaa */
}
.lobibox-notify.notify-mini {
min-height: 36px
}
.lobibox-notify.notify-mini .lobibox-notify-title {
margin-top: -5px;
font-size: 20px;
line-height: 22px
}
.lobibox-notify.notify-mini .lobibox-notify-msg {
line-height: 16px;
font-size: 16px
}
.lobibox-notify.notify-mini .lobibox-notify-icon-wrapper {
left: 12px;
width: 32px
}
.lobibox-notify.notify-mini .lobibox-notify-icon>div .icon-el {
font-size: 32px
}
.lobibox-notify.notify-mini .lobibox-notify-body {
margin: 15px 30px 15px 56px
}
.lobibox-notify.without-icon .lobibox-notify-body {
margin-left: 20px
}
| 0.438304 | 0.104067 |
.button {
border: none;
border-radius: 25px;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
transition-duration: 0.4s;
cursor: pointer;
font-family: sans-serif;
}
/*button red */
.buttonred {
background-color: #EC7063;
background-color: #ED8E79;
color: whitesmoke;
border: 2px solid #E74C3C;
font-weight: bold;
}
.buttonred:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color: #E74C3C;
color: white;
}
/* button green */
.buttongreen {
background-color: #0b9dca;
background-color: #90bbb2;
color: whitesmoke;
border: 2px solid #48C9B0;
font-weight: bold;
}
.buttongreen:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color: #48C9B0;
color: white;
}
/* button blue */
.buttonblue {
background-color: cornflowerblue;
background-color: rgb(152, 186, 248);
color: whitesmoke;
border: 2px solid cornflowerblue;
font-weight: bold;
}
.buttonblue:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color: cornflowerblue;
color: white;
}
/*button grey */
.buttongrey {
background-color: #34495E;
background-color: #666b70;
color: whitesmoke;
border: 2px solid #34495E;
font-weight: bold;
}
.buttongrey:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color: #34495E;
color: white;
}
/*button orange */
.buttonorange {
background-color: #E67E22;
background-color: #eea462;
color: whitesmoke;
border: 2px solid #E67E22;
font-weight: bold;
}
.buttonorange:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color: #E67E22;
color: white;
}
h1 {
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
font-size: 60px;
font-family: sans-serif;
}
body {
padding: 25px;
/* background-color: #34495E; I dont need fixed backround/text colour anymore
color: whitesmoke; */
font-size: 25px;
text-align: center;
}
/* Auto dark/light mode */
@media (prefers-color-scheme: dark) {
body {
color:whitesmoke;
background: #000000;
}
@media (prefers-color-scheme: light) {
body {
color: black;
background: #90bbb2;
}
}}
|
panel/styles/style.css
|
.button {
border: none;
border-radius: 25px;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
transition-duration: 0.4s;
cursor: pointer;
font-family: sans-serif;
}
/*button red */
.buttonred {
background-color: #EC7063;
background-color: #ED8E79;
color: whitesmoke;
border: 2px solid #E74C3C;
font-weight: bold;
}
.buttonred:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color: #E74C3C;
color: white;
}
/* button green */
.buttongreen {
background-color: #0b9dca;
background-color: #90bbb2;
color: whitesmoke;
border: 2px solid #48C9B0;
font-weight: bold;
}
.buttongreen:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color: #48C9B0;
color: white;
}
/* button blue */
.buttonblue {
background-color: cornflowerblue;
background-color: rgb(152, 186, 248);
color: whitesmoke;
border: 2px solid cornflowerblue;
font-weight: bold;
}
.buttonblue:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color: cornflowerblue;
color: white;
}
/*button grey */
.buttongrey {
background-color: #34495E;
background-color: #666b70;
color: whitesmoke;
border: 2px solid #34495E;
font-weight: bold;
}
.buttongrey:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color: #34495E;
color: white;
}
/*button orange */
.buttonorange {
background-color: #E67E22;
background-color: #eea462;
color: whitesmoke;
border: 2px solid #E67E22;
font-weight: bold;
}
.buttonorange:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color: #E67E22;
color: white;
}
h1 {
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
font-size: 60px;
font-family: sans-serif;
}
body {
padding: 25px;
/* background-color: #34495E; I dont need fixed backround/text colour anymore
color: whitesmoke; */
font-size: 25px;
text-align: center;
}
/* Auto dark/light mode */
@media (prefers-color-scheme: dark) {
body {
color:whitesmoke;
background: #000000;
}
@media (prefers-color-scheme: light) {
body {
color: black;
background: #90bbb2;
}
}}
| 0.444806 | 0.107204 |
.timetable {
display: grid;
grid-template-areas: ". week" "time content";
grid-template-columns: 120px;
grid-template-rows: 60px;
width: 95%;
height: fit-content;
margin: auto;
background-image: linear-gradient(to right bottom, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E);
border-radius: 10px;
overflow: auto;
/*display: grid;*/
/*grid-template-areas: ". week" "time content";*/
/*grid-template-columns: 120px;*/
/*grid-template-rows: 60px;*/
/*width: 95%;*/
/*!*height: 400px;*!*/
/*height: fit-content;*/
/*background-size: contain;*/
/*margin: auto;*/
/*background-image: linear-gradient(to right bottom, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E);*/
/*border-radius: 10px;*/
/*overflow: auto;*/
}
#timeTableHeading {
font-size: 35px;
font-weight: 400;
text-align: center;
display: block;
padding: 15px;
margin: auto;
color: white;
}
.blackBackSelected {
background-color: #aa4a51;/*#3486eb; */
background-size: contain;
background-repeat: no-repeat;
background-position: center;
/*text-align: center;*/
padding: 5% 0;
font-family: "Roboto", sans-serif;
}
.coachBooked{
background-color: #111c29;/*#3486eb; */
text-align: center;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
padding: 5% 0;
font-family: "Roboto", sans-serif;
}
.coachBookedSmall{
/*background-color: #111c29;!*#3486eb; *!*/
margin-left: 20px;
height: 20px;
width: 20px;
border: 1px solid black;
margin-right : 5px;
}
.classBookedSmall{
background-color: #624ccf;
margin-left: 20px;
height: 20px;
width: 20px;
border: 1px solid black;
margin-right : 5px;
}
.legendsBoxPT{
display: inline-block;
background-color: #2b2b2b;
border-radius: 10px;
border: 2px solid #3b3b3b;
}
.sameRow small {
margin-right: 15px;
}
.sameRow {
display : flex;
align-items : center;
margin: 15px;
}
.smallCellBox {
margin-left: 20px;
height: 20px;
width: 20px;
border: 1px solid black;
margin-right : 5px;
background-color:#b54a51 ;
}
.classesBackground {
/*background-color: #993333;*/
background-color: #624ccf;
text-align: center;
padding: 5% 0;
font-family: "Roboto", sans-serif;
}
.PTSlot{
text-align: center;
padding: 5% 0;
font-family: "Roboto", sans-serif;
}
.BusySlot{
text-align: center;
padding: 5% 0;
font-family: "Roboto", sans-serif;
}
.timetable .weekend {
background: #515159;
color: #87a1ad;
}
.timetable .week-names .weekend {
border-top-right-radius: 10px;
}
.timetable .content .weekend:last-child {
border-bottom-right-radius: 10px;
}
.timetable .week-names {
grid-area: week;
display: grid;
grid-template-columns: repeat(7, 1fr);
text-transform: uppercase;
font-size: 12px;
}
@media (max-width: 500px) {
.timetable .week-names div{
font-size: 12px;
}
}
.timetable .week-names > div {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
box-shadow: inset 1px 0 0 #eceff1;
color: #fff;
}
.timetable .time-interval {
grid-area: time;
display: grid;
grid-template-rows: repeat(12, 1fr);
font-size: 12px;
}
.timetable .time-interval > div {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
box-shadow: inset 0 1px 0 0 #eceff1;
color: #fff;
}
.timetable .content {
grid-area: content;
display: grid;
grid-template-rows: repeat(12, 1fr);
grid-template-columns: repeat(7, 1fr);
}
.timetable .content > div {
box-shadow: inset 1px 0 0 #eceff1, inset 0 1px 0 0 #eceff1;
}
|
src/components/assets/styles/PersonalTrainingTimetable.css
|
.timetable {
display: grid;
grid-template-areas: ". week" "time content";
grid-template-columns: 120px;
grid-template-rows: 60px;
width: 95%;
height: fit-content;
margin: auto;
background-image: linear-gradient(to right bottom, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E);
border-radius: 10px;
overflow: auto;
/*display: grid;*/
/*grid-template-areas: ". week" "time content";*/
/*grid-template-columns: 120px;*/
/*grid-template-rows: 60px;*/
/*width: 95%;*/
/*!*height: 400px;*!*/
/*height: fit-content;*/
/*background-size: contain;*/
/*margin: auto;*/
/*background-image: linear-gradient(to right bottom, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E, #5E5E5E);*/
/*border-radius: 10px;*/
/*overflow: auto;*/
}
#timeTableHeading {
font-size: 35px;
font-weight: 400;
text-align: center;
display: block;
padding: 15px;
margin: auto;
color: white;
}
.blackBackSelected {
background-color: #aa4a51;/*#3486eb; */
background-size: contain;
background-repeat: no-repeat;
background-position: center;
/*text-align: center;*/
padding: 5% 0;
font-family: "Roboto", sans-serif;
}
.coachBooked{
background-color: #111c29;/*#3486eb; */
text-align: center;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
padding: 5% 0;
font-family: "Roboto", sans-serif;
}
.coachBookedSmall{
/*background-color: #111c29;!*#3486eb; *!*/
margin-left: 20px;
height: 20px;
width: 20px;
border: 1px solid black;
margin-right : 5px;
}
.classBookedSmall{
background-color: #624ccf;
margin-left: 20px;
height: 20px;
width: 20px;
border: 1px solid black;
margin-right : 5px;
}
.legendsBoxPT{
display: inline-block;
background-color: #2b2b2b;
border-radius: 10px;
border: 2px solid #3b3b3b;
}
.sameRow small {
margin-right: 15px;
}
.sameRow {
display : flex;
align-items : center;
margin: 15px;
}
.smallCellBox {
margin-left: 20px;
height: 20px;
width: 20px;
border: 1px solid black;
margin-right : 5px;
background-color:#b54a51 ;
}
.classesBackground {
/*background-color: #993333;*/
background-color: #624ccf;
text-align: center;
padding: 5% 0;
font-family: "Roboto", sans-serif;
}
.PTSlot{
text-align: center;
padding: 5% 0;
font-family: "Roboto", sans-serif;
}
.BusySlot{
text-align: center;
padding: 5% 0;
font-family: "Roboto", sans-serif;
}
.timetable .weekend {
background: #515159;
color: #87a1ad;
}
.timetable .week-names .weekend {
border-top-right-radius: 10px;
}
.timetable .content .weekend:last-child {
border-bottom-right-radius: 10px;
}
.timetable .week-names {
grid-area: week;
display: grid;
grid-template-columns: repeat(7, 1fr);
text-transform: uppercase;
font-size: 12px;
}
@media (max-width: 500px) {
.timetable .week-names div{
font-size: 12px;
}
}
.timetable .week-names > div {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
box-shadow: inset 1px 0 0 #eceff1;
color: #fff;
}
.timetable .time-interval {
grid-area: time;
display: grid;
grid-template-rows: repeat(12, 1fr);
font-size: 12px;
}
.timetable .time-interval > div {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
box-shadow: inset 0 1px 0 0 #eceff1;
color: #fff;
}
.timetable .content {
grid-area: content;
display: grid;
grid-template-rows: repeat(12, 1fr);
grid-template-columns: repeat(7, 1fr);
}
.timetable .content > div {
box-shadow: inset 1px 0 0 #eceff1, inset 0 1px 0 0 #eceff1;
}
| 0.45423 | 0.202404 |
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,600);
@import "bootstrap";
body, html {
height: 100%;
/* background-color: #353a3f; */
margin:0;
font-family:Arial;
}
.blog-bg {
background-color: white;
}
/* .color{
background: linear-gradient (to right
#bd439e, 48%, #64a8c6);
} */
h1 {
color: #343a40;
font-family: "Quicksand", sans-serif;
font-weight: bolder;
font-size: 42px;
}
h1.head {
color: #343a40;
font-family: "Quicksand", sans-serif;
font-weight: bolder;
font-size: 42px;
}
h1.shadow {
color: #343a40;
font-family: "Quicksand", sans-serif;
font-weight: bolder;
font-size: 42px;
text-shadow: 2px 2px 4px #f8f9dd;
}
h2 {
color: #f8f9dd;
font-family: "Quicksand", sans-serif;
font-size: 28px;
}
a.brand {
font-family: "Quicksand", sans-serif;
font-size: 28px;
color: #f8f9dd;
}
h2.title {
background-color: white;
color: #343a40;
font-family: "Quicksand", sans-serif;
font-size: 30px;
}
h2.bar {
background-color: #343a40;
color: rgb(240, 231, 231);
font-family: "Quicksand", sans-serif;
font-size: 30px;
}
h3 {
font-family: "Raleway", sans-serif;
font-weight: bolder;
font-size: 21px;
}
.sub {
font-family: "Raleway", sans-serif;
/* font-weight: bolder; */
font-size: 26px;
}
h3.portlink {
font-family: "Raleway", sans-serif;
font-weight: bolder;
font-size: 21px;
color: #1b569e;
margin-bottom: -5px;
}
h3.content {
font-family: "Raleway", sans-serif;
background-color: #e9e3d4;
font-weight: bolder;
font-size: 21px;
color: #1b569e;
padding: 8px;
}
h3.contentrev {
font-family: "Raleway", sans-serif;
background-color: #1b569e;
font-weight: bolder;
font-size: 21px;
color: #e9e3d4;
padding: 8px;
}
h5.portlink {
font-family: "Raleway", sans-serif;
font-weight: bolder;
font-size: 18px;
color: #7491b4;
}
/* used on content page for cat pics */
img.circle {
border-radius: 50%;
float: left;
margin-right: 10px;
padding-top: 8px;
padding-right: 10px;
padding-bottom: 10px;
}
img.square {
float: left;
padding-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
p {
font-family: "Raleway", sans-serif;
}
/* interior blog pages*/
p.first {
font-family: "Raleway", sans-serif;
color: #353a3f;
font-weight: bold;
}
/* a {
font-family: "Raleway", sans-serif;
font-size: 18px;
}
a {
font-family: "Raleway", sans-serif;
font-size: 18px;
color: #343a40;
} */
span.ital {
font-family: "Raleway", sans-serif;
font-style: italic;
}
li {
font-family: "Raleway", sans-serif;
}
li.content {
font-family: "Raleway", sans-serif;
font-style: oblique;
margin-left: 5px;
/* list-style-position: inside; */
list-style-type: square;
}
.border {
top: 4px solid black;
bottom: 4px solid black;
}
.slogan {
position: relative;
top: 25%;
width: 28em;
height: 150px;
padding: 10px;
}
.intro-2 {
background: url("../images/memorial.png");
background-size: cover;
height: 100%;
max-width: 100%;
background-position: no-repeat;
background-repeat: no-repeat;
background-size: cover;
}
.header {
position: relative;
margin-top: 22%;
}
.right {
position: absolute;
right: 10px;
padding-left: 30px;
}
.screen {
background-color: rgba(255,255,255,0.3);
}
/* .nav-bg {
background-color: #343a40;
} */
/* text links other than nav bar */
a.blue:hover, a.blue:active {
color: #3268a8;
text-decoration: none;
font-size: 100%;
font-weight: bold;
}
a.blue:link, a.blue:visited {
color: #3268a8;
text-decoration: none;
font-size: 100%;
}
hr {
width: 50%;
padding: 6px;
margin-left: 60px;
}
/*dropdown styles */
select {
padding: 10px;
}
option.value {
font-size: 10px;
color: #1b569e;
}
optgroup.label {
font-size: 10px;
color: #426a9b;
}
/* footer styles */
/* site and and site-content are sticky footer enabling */
.Site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.Site-content {
flex: 1;
}
.footer {
left: 0;
bottom: 0;
width: 100%;
color: #f8f9dd;
font-family: "Quicksand", sans-serif;
text-align: center;
}
a.footer:link {
color: #f8f9dd;
textdecoration: none;
font-size: 100%;
}
a.footer:visited {
color: #f8f9dd;
text-decoration: none;
font-size: 100%;
}
a.footer:hover {
color: #867852;
text-decoration: none;
font-size: 100%;
}
|
assets/css/style.css
|
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,600);
@import "bootstrap";
body, html {
height: 100%;
/* background-color: #353a3f; */
margin:0;
font-family:Arial;
}
.blog-bg {
background-color: white;
}
/* .color{
background: linear-gradient (to right
#bd439e, 48%, #64a8c6);
} */
h1 {
color: #343a40;
font-family: "Quicksand", sans-serif;
font-weight: bolder;
font-size: 42px;
}
h1.head {
color: #343a40;
font-family: "Quicksand", sans-serif;
font-weight: bolder;
font-size: 42px;
}
h1.shadow {
color: #343a40;
font-family: "Quicksand", sans-serif;
font-weight: bolder;
font-size: 42px;
text-shadow: 2px 2px 4px #f8f9dd;
}
h2 {
color: #f8f9dd;
font-family: "Quicksand", sans-serif;
font-size: 28px;
}
a.brand {
font-family: "Quicksand", sans-serif;
font-size: 28px;
color: #f8f9dd;
}
h2.title {
background-color: white;
color: #343a40;
font-family: "Quicksand", sans-serif;
font-size: 30px;
}
h2.bar {
background-color: #343a40;
color: rgb(240, 231, 231);
font-family: "Quicksand", sans-serif;
font-size: 30px;
}
h3 {
font-family: "Raleway", sans-serif;
font-weight: bolder;
font-size: 21px;
}
.sub {
font-family: "Raleway", sans-serif;
/* font-weight: bolder; */
font-size: 26px;
}
h3.portlink {
font-family: "Raleway", sans-serif;
font-weight: bolder;
font-size: 21px;
color: #1b569e;
margin-bottom: -5px;
}
h3.content {
font-family: "Raleway", sans-serif;
background-color: #e9e3d4;
font-weight: bolder;
font-size: 21px;
color: #1b569e;
padding: 8px;
}
h3.contentrev {
font-family: "Raleway", sans-serif;
background-color: #1b569e;
font-weight: bolder;
font-size: 21px;
color: #e9e3d4;
padding: 8px;
}
h5.portlink {
font-family: "Raleway", sans-serif;
font-weight: bolder;
font-size: 18px;
color: #7491b4;
}
/* used on content page for cat pics */
img.circle {
border-radius: 50%;
float: left;
margin-right: 10px;
padding-top: 8px;
padding-right: 10px;
padding-bottom: 10px;
}
img.square {
float: left;
padding-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
p {
font-family: "Raleway", sans-serif;
}
/* interior blog pages*/
p.first {
font-family: "Raleway", sans-serif;
color: #353a3f;
font-weight: bold;
}
/* a {
font-family: "Raleway", sans-serif;
font-size: 18px;
}
a {
font-family: "Raleway", sans-serif;
font-size: 18px;
color: #343a40;
} */
span.ital {
font-family: "Raleway", sans-serif;
font-style: italic;
}
li {
font-family: "Raleway", sans-serif;
}
li.content {
font-family: "Raleway", sans-serif;
font-style: oblique;
margin-left: 5px;
/* list-style-position: inside; */
list-style-type: square;
}
.border {
top: 4px solid black;
bottom: 4px solid black;
}
.slogan {
position: relative;
top: 25%;
width: 28em;
height: 150px;
padding: 10px;
}
.intro-2 {
background: url("../images/memorial.png");
background-size: cover;
height: 100%;
max-width: 100%;
background-position: no-repeat;
background-repeat: no-repeat;
background-size: cover;
}
.header {
position: relative;
margin-top: 22%;
}
.right {
position: absolute;
right: 10px;
padding-left: 30px;
}
.screen {
background-color: rgba(255,255,255,0.3);
}
/* .nav-bg {
background-color: #343a40;
} */
/* text links other than nav bar */
a.blue:hover, a.blue:active {
color: #3268a8;
text-decoration: none;
font-size: 100%;
font-weight: bold;
}
a.blue:link, a.blue:visited {
color: #3268a8;
text-decoration: none;
font-size: 100%;
}
hr {
width: 50%;
padding: 6px;
margin-left: 60px;
}
/*dropdown styles */
select {
padding: 10px;
}
option.value {
font-size: 10px;
color: #1b569e;
}
optgroup.label {
font-size: 10px;
color: #426a9b;
}
/* footer styles */
/* site and and site-content are sticky footer enabling */
.Site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.Site-content {
flex: 1;
}
.footer {
left: 0;
bottom: 0;
width: 100%;
color: #f8f9dd;
font-family: "Quicksand", sans-serif;
text-align: center;
}
a.footer:link {
color: #f8f9dd;
textdecoration: none;
font-size: 100%;
}
a.footer:visited {
color: #f8f9dd;
text-decoration: none;
font-size: 100%;
}
a.footer:hover {
color: #867852;
text-decoration: none;
font-size: 100%;
}
| 0.292696 | 0.141222 |
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
head, html, body {
scrollbar-color: #284589 #000;
background-color: #111;
/* height: 99vh;
max-height: 99vh;; */
min-width: 100vw;
min-height: 100vh;
}
.bg-secondary {
background-color: #111 !important;
}
.bg {
background-image: url(src/pattern.png);
background-size: 25em;
background-repeat: repeat;
}
body {
overflow-x: hidden;
}
.container {
padding: 0px !important;
max-width: 608px;
}
@media only screen and (max-width: 768px) {
.mobile-full {
display: inline !important;
}
.bg-link-mobile {
display: block !important;
}
.bg-link {
display: none !important;
}
}
main img {
height: 10em;
}
.font-adjust, .font-adjust * {
font-size: 1.4rem !important;
}
.bg-dark {
background-color: #111 !important;
}
.bg-primary {
background-color: #284589 !important;
}
.bg-white {
background-color: #efefff !important;
}
.no-underline, .no-underline:hover, .decoration, .decoration:hover {
text-decoration: none !important;
}
.cursive{
font-family: 'Abril Fatface', cursive;
}
.navicon {
height: 38px;
}
.text-primary {
color: #18a1f5 !important;
}
.double-border {
border-style: double;
border-width: 13px;
}
.cover-text {
text-shadow: 0px 0px 10px #000;
}
.show {
display: none;
}
.text-bg {
font-size: 2.3rem;
margin: 28vh 0px 0px 120px;
}
@media only screen and (max-width: 768px) {
.background {
background-image: url(src/bg-small.png);
}
.rip {
display: none !important;
}
.show {
display: block;
}
.double-border {
border: none;
}
.gmaps {
height: 60vh !important;
}
header {
margin: 0px !important;
padding: 0px !important;
}
header {
--bs-gutter-x: 0rem !important;
margin: 0px !important;
padding: 0px;
}
.logo-mobile {
margin-right: auto !important;
margin-left: auto !important;
}
.text-bg {
margin: 28vh 0px 0px 0px !important;
text-align: center !important;
}
}
.contact-items *{
height: 5em;
}
#spin {
border-bottom: 5px solid #18a1f5;
}
#spin:after {
content:"Trabalhista";
animation: spin 8s linear infinite;
}
@keyframes spin {
0% { content:"Trabalhista"; }
33% { content:"Cívil"; }
66% { content:"Criminal"; }
}
|
linkstyle.css
|
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
head, html, body {
scrollbar-color: #284589 #000;
background-color: #111;
/* height: 99vh;
max-height: 99vh;; */
min-width: 100vw;
min-height: 100vh;
}
.bg-secondary {
background-color: #111 !important;
}
.bg {
background-image: url(src/pattern.png);
background-size: 25em;
background-repeat: repeat;
}
body {
overflow-x: hidden;
}
.container {
padding: 0px !important;
max-width: 608px;
}
@media only screen and (max-width: 768px) {
.mobile-full {
display: inline !important;
}
.bg-link-mobile {
display: block !important;
}
.bg-link {
display: none !important;
}
}
main img {
height: 10em;
}
.font-adjust, .font-adjust * {
font-size: 1.4rem !important;
}
.bg-dark {
background-color: #111 !important;
}
.bg-primary {
background-color: #284589 !important;
}
.bg-white {
background-color: #efefff !important;
}
.no-underline, .no-underline:hover, .decoration, .decoration:hover {
text-decoration: none !important;
}
.cursive{
font-family: 'Abril Fatface', cursive;
}
.navicon {
height: 38px;
}
.text-primary {
color: #18a1f5 !important;
}
.double-border {
border-style: double;
border-width: 13px;
}
.cover-text {
text-shadow: 0px 0px 10px #000;
}
.show {
display: none;
}
.text-bg {
font-size: 2.3rem;
margin: 28vh 0px 0px 120px;
}
@media only screen and (max-width: 768px) {
.background {
background-image: url(src/bg-small.png);
}
.rip {
display: none !important;
}
.show {
display: block;
}
.double-border {
border: none;
}
.gmaps {
height: 60vh !important;
}
header {
margin: 0px !important;
padding: 0px !important;
}
header {
--bs-gutter-x: 0rem !important;
margin: 0px !important;
padding: 0px;
}
.logo-mobile {
margin-right: auto !important;
margin-left: auto !important;
}
.text-bg {
margin: 28vh 0px 0px 0px !important;
text-align: center !important;
}
}
.contact-items *{
height: 5em;
}
#spin {
border-bottom: 5px solid #18a1f5;
}
#spin:after {
content:"Trabalhista";
animation: spin 8s linear infinite;
}
@keyframes spin {
0% { content:"Trabalhista"; }
33% { content:"Cívil"; }
66% { content:"Criminal"; }
}
| 0.330687 | 0.087175 |
.body-happymodal{
}
.body-happymodal-static{
overflow: hidden;
}
.happymodal-backdrop{
visibility: visible;
z-index: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
transition: all 300ms linear;
backface-visibility: hidden;
}
.backdrop-hide{
visibility: hidden;
background: rgba(0, 0, 0, 0);
}
.happymodal{
display: none;
z-index: 100;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
text-align: center;
}
.happymodal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em; /* Adjusts for spacing */
}
.happymodal-static:before{
display: none;
}
.happymodal-open{
display: block;
}
.happymodal-static{
position: absolute;
top: 0;
overflow: auto;
}
.happymodal-static .happymodal-dialog{
position: relative;
display: block;
margin: 30px auto;
}
.happymodal-dialog{
position: relative;
display: inline-block;
vertical-align: middle;
text-align: left;
width: 75%;
height: auto;
margin: auto;
background: rgb(250, 250, 250);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), inset 0 0 5px 1px rgb(255, 255, 255);
border-radius: 3px;
}
.happymodal-content{
width: 100%;
height: auto;
padding: 15px;
}
.happymodal-header{
}
.happymodal-body{
}
.happymodal-footer{
}
.happymodal-close{
z-index: 10;
}
.happymodal-close-icon{
position: absolute;
top: 15px;
right: 15px;
width: 32px;
height: 32px;
background: rgba(0, 0, 0, 1);
}
.happymodal-close-icon:before{
content: '';
background: rgba(255, 255, 255, 1);
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 16px;
margin: -8px 0 0 -1px;
transition: transform 300ms ease;
transform-origin: 50% 50%;
transform: rotate(45deg);
backface-visibility: hidden;
}
.happymodal-close-icon:after{
content: '';
background: rgba(255, 255, 255, 1);
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 16px;
margin: -8px 0 0 -1px;
transition: transform 300ms 100ms ease;
transform-origin: 50% 50%;
transform: rotate(-45deg);
backface-visibility: hidden;
}
.happymodal-close-icon:hover:before{
transform: rotate(135deg);
}
.happymodal-close-icon:hover:after{
transform: rotate(45deg);
}
.happymodal-title{
}
.happymodal-slide-top{
visibility: hidden;
transition: all 300ms ease;
transform: translate(0px, 300px);
opacity: 0;
backface-visibility: hidden;
}
.happymodal-open.happymodal-slide-top{
visibility: visible;
transform: translate(0px, 0px);
opacity: 1;
}
/*
.happymodal-blur{
filter: blur(2px);
transition: all 600ms linear;
backface-visibility: hidden;
}
.happymodal-backdrop.happymodal-blur{
background: rgba(0, 0, 0, 0.1);
}
.happymodal-slide-bottom{
display: block;
visibility: hidden;
transition: all 300ms ease;
transform: translate(0px, -300px);
opacity: 0;
backface-visibility: hidden;
}
.happymodal-open.happymodal-slide-bottom{
visibility: visible;
transform: translate(0px, 0px);
opacity: 1;
}
.happymodal-3d{
display: block;
visibility: hidden;
transform-style: preserve-3d;
perspective: 1000px;
backface-visibility: hidden;
}
.happymodal-3d .happymodal-dialog{
transition: all 300ms ease;
transform: translate(0px, 30px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
opacity: 0;
backface-visibility: hidden;
}
.happymodal-open.happymodal-3d{
visibility: visible;
}
.happymodal-3d.happymodal-open .happymodal-dialog{
transform: translate(0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
opacity: 1;
}
.happymodal-bounce-elements{
display: block;
visibility: hidden;
transition: all 300ms ease;
transform: translate(0px, 300px);
opacity: 0;
backface-visibility: hidden;
}
.happymodal-open.happymodal-bounce-elements{
visibility: visible;
transform: translate(0px, 0px);
opacity: 1;
}
.happymodal-bounce-elements{
animation-duration: 1400ms;
}
.happymodal-bounce{
display: block;
visibility: hidden;
transition: all 300ms ease;
transform: translate(0px, 100px);
opacity: 0;
backface-visibility: hidden;
}
.happymodal-open.happymodal-bounce{
visibility: visible;
transform: translate(0px, 0px);
opacity: 1;
}
.happymodal-open.happymodal-bounce .happymodal-dialog{
animation: bounceJelly 1000ms linear both;
}
*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 <NAME>
*//*
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
-ms-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
-ms-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
.animation-target {
-webkit-animation: animation 1000ms linear both;
animation: animation 1000ms linear both;
}
*/
/* Generated with Bounce.js. Edit at http://goo.gl/2tFhU5 *//*
@-webkit-keyframes bounceJelly {
0% { -webkit-transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
1.666667% { -webkit-transform: matrix3d(1.83791, 0, 0, 0, 0, 1.86177, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.83791, 0, 0, 0, 0, 1.86177, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
3.333333% { -webkit-transform: matrix3d(1.62797, 0, 0, 0, 0, 1.7091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.62797, 0, 0, 0, 0, 1.7091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
5% { -webkit-transform: matrix3d(1.40196, 0, 0, 0, 0, 1.55326, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.40196, 0, 0, 0, 0, 1.55326, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
6.666667% { -webkit-transform: matrix3d(1.18618, 0, 0, 0, 0, 1.40315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.18618, 0, 0, 0, 0, 1.40315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
8.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.26541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.26541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
10% { -webkit-transform: matrix3d(0.85548, 0, 0, 0, 0, 1.14452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.85548, 0, 0, 0, 0, 1.14452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
11.666667% { -webkit-transform: matrix3d(0.75782, 0, 0, 0, 0, 1.04307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75782, 0, 0, 0, 0, 1.04307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
13.333333% { -webkit-transform: matrix3d(0.70632, 0, 0, 0, 0, 0.96206, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.70632, 0, 0, 0, 0, 0.96206, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
15% { -webkit-transform: matrix3d(0.69583, 0, 0, 0, 0, 0.90117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.69583, 0, 0, 0, 0, 0.90117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
16.666667% { -webkit-transform: matrix3d(0.71823, 0, 0, 0, 0, 0.85912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.71823, 0, 0, 0, 0, 0.85912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
18.333333% { -webkit-transform: matrix3d(0.7639, 0, 0, 0, 0, 0.83389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7639, 0, 0, 0, 0, 0.83389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
20% { -webkit-transform: matrix3d(0.82306, 0, 0, 0, 0, 0.82306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.82306, 0, 0, 0, 0, 0.82306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
21.666667% { -webkit-transform: matrix3d(0.88674, 0, 0, 0, 0, 0.82397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.88674, 0, 0, 0, 0, 0.82397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
23.333333% { -webkit-transform: matrix3d(0.94754, 0, 0, 0, 0, 0.83394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.94754, 0, 0, 0, 0, 0.83394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
25% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.85043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.85043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
26.666667% { -webkit-transform: matrix3d(1.04072, 0, 0, 0, 0, 0.87111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04072, 0, 0, 0, 0, 0.87111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
28.333333% { -webkit-transform: matrix3d(1.06824, 0, 0, 0, 0, 0.89394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.06824, 0, 0, 0, 0, 0.89394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
30% { -webkit-transform: matrix3d(1.08275, 0, 0, 0, 0, 0.91725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.08275, 0, 0, 0, 0, 0.91725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
31.666667% { -webkit-transform: matrix3d(1.0857, 0, 0, 0, 0, 0.9397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0857, 0, 0, 0, 0, 0.9397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
33.333333% { -webkit-transform: matrix3d(1.07939, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07939, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
35% { -webkit-transform: matrix3d(1.06652, 0, 0, 0, 0, 0.97838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.06652, 0, 0, 0, 0, 0.97838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
36.666667% { -webkit-transform: matrix3d(1.04986, 0, 0, 0, 0, 0.99356, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04986, 0, 0, 0, 0, 0.99356, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
38.333333% { -webkit-transform: matrix3d(1.03191, 0, 0, 0, 0, 1.00568, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03191, 0, 0, 0, 0, 1.00568, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
40% { -webkit-transform: matrix3d(1.01478, 0, 0, 0, 0, 1.01478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01478, 0, 0, 0, 0, 1.01478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
41.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.02107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.02107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
43.333333% { -webkit-transform: matrix3d(0.98853, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98853, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
45% { -webkit-transform: matrix3d(0.98077, 0, 0, 0, 0, 1.02646, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98077, 0, 0, 0, 0, 1.02646, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
46.666667% { -webkit-transform: matrix3d(0.97668, 0, 0, 0, 0, 1.02633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97668, 0, 0, 0, 0, 1.02633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
48.333333% { -webkit-transform: matrix3d(0.97585, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97585, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
50% { -webkit-transform: matrix3d(0.97763, 0, 0, 0, 0, 1.02237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97763, 0, 0, 0, 0, 1.02237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
51.666667% { -webkit-transform: matrix3d(0.98126, 0, 0, 0, 0, 1.01928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98126, 0, 0, 0, 0, 1.01928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
53.333333% { -webkit-transform: matrix3d(0.98595, 0, 0, 0, 0, 1.01586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98595, 0, 0, 0, 0, 1.01586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
55% { -webkit-transform: matrix3d(0.99101, 0, 0, 0, 0, 1.01238, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99101, 0, 0, 0, 0, 1.01238, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
56.666667% { -webkit-transform: matrix3d(0.99583, 0, 0, 0, 0, 1.00902, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99583, 0, 0, 0, 0, 1.00902, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
58.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
60% { -webkit-transform: matrix3d(1.00323, 0, 0, 0, 0, 1.00323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00323, 0, 0, 0, 0, 1.00323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
61.666667% { -webkit-transform: matrix3d(1.00542, 0, 0, 0, 0, 1.00096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00542, 0, 0, 0, 0, 1.00096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
63.333333% { -webkit-transform: matrix3d(1.00657, 0, 0, 0, 0, 0.99915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00657, 0, 0, 0, 0, 0.99915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
65% { -webkit-transform: matrix3d(1.0068, 0, 0, 0, 0, 0.99779, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0068, 0, 0, 0, 0, 0.99779, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
66.666667% { -webkit-transform: matrix3d(1.0063, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0063, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
68.333333% { -webkit-transform: matrix3d(1.00528, 0, 0, 0, 0, 0.99628, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00528, 0, 0, 0, 0, 0.99628, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
70% { -webkit-transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99604, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99604, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
71.666667% { -webkit-transform: matrix3d(1.00253, 0, 0, 0, 0, 0.99606, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00253, 0, 0, 0, 0, 0.99606, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
73.333333% { -webkit-transform: matrix3d(1.00117, 0, 0, 0, 0, 0.99629, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00117, 0, 0, 0, 0, 0.99629, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
76.666667% { -webkit-transform: matrix3d(0.99909, 0, 0, 0, 0, 0.99712, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99909, 0, 0, 0, 0, 0.99712, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
78.333333% { -webkit-transform: matrix3d(0.99847, 0, 0, 0, 0, 0.99763, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99847, 0, 0, 0, 0, 0.99763, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
80% { -webkit-transform: matrix3d(0.99815, 0, 0, 0, 0, 0.99815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99815, 0, 0, 0, 0, 0.99815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
81.666667% { -webkit-transform: matrix3d(0.99808, 0, 0, 0, 0, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99808, 0, 0, 0, 0, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 0.99911, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 0.99911, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
85% { -webkit-transform: matrix3d(0.99851, 0, 0, 0, 0, 0.99952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99851, 0, 0, 0, 0, 0.99952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
86.666667% { -webkit-transform: matrix3d(0.99888, 0, 0, 0, 0, 0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99888, 0, 0, 0, 0, 0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
88.333333% { -webkit-transform: matrix3d(0.99929, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99929, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
90% { -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
91.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
93.333333% { -webkit-transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
95% { -webkit-transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
96.666667% { -webkit-transform: matrix3d(1.00052, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00052, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
98.333333% { -webkit-transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}
@keyframes bounceJelly {
0% { -webkit-transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
1.666667% { -webkit-transform: matrix3d(1.83791, 0, 0, 0, 0, 1.86177, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.83791, 0, 0, 0, 0, 1.86177, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
3.333333% { -webkit-transform: matrix3d(1.62797, 0, 0, 0, 0, 1.7091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.62797, 0, 0, 0, 0, 1.7091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
5% { -webkit-transform: matrix3d(1.40196, 0, 0, 0, 0, 1.55326, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.40196, 0, 0, 0, 0, 1.55326, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
6.666667% { -webkit-transform: matrix3d(1.18618, 0, 0, 0, 0, 1.40315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.18618, 0, 0, 0, 0, 1.40315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
8.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.26541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.26541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
10% { -webkit-transform: matrix3d(0.85548, 0, 0, 0, 0, 1.14452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.85548, 0, 0, 0, 0, 1.14452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
11.666667% { -webkit-transform: matrix3d(0.75782, 0, 0, 0, 0, 1.04307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75782, 0, 0, 0, 0, 1.04307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
13.333333% { -webkit-transform: matrix3d(0.70632, 0, 0, 0, 0, 0.96206, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.70632, 0, 0, 0, 0, 0.96206, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
15% { -webkit-transform: matrix3d(0.69583, 0, 0, 0, 0, 0.90117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.69583, 0, 0, 0, 0, 0.90117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
16.666667% { -webkit-transform: matrix3d(0.71823, 0, 0, 0, 0, 0.85912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.71823, 0, 0, 0, 0, 0.85912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
18.333333% { -webkit-transform: matrix3d(0.7639, 0, 0, 0, 0, 0.83389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7639, 0, 0, 0, 0, 0.83389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
20% { -webkit-transform: matrix3d(0.82306, 0, 0, 0, 0, 0.82306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.82306, 0, 0, 0, 0, 0.82306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
21.666667% { -webkit-transform: matrix3d(0.88674, 0, 0, 0, 0, 0.82397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.88674, 0, 0, 0, 0, 0.82397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
23.333333% { -webkit-transform: matrix3d(0.94754, 0, 0, 0, 0, 0.83394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.94754, 0, 0, 0, 0, 0.83394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
25% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.85043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.85043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
26.666667% { -webkit-transform: matrix3d(1.04072, 0, 0, 0, 0, 0.87111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04072, 0, 0, 0, 0, 0.87111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
28.333333% { -webkit-transform: matrix3d(1.06824, 0, 0, 0, 0, 0.89394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.06824, 0, 0, 0, 0, 0.89394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
30% { -webkit-transform: matrix3d(1.08275, 0, 0, 0, 0, 0.91725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.08275, 0, 0, 0, 0, 0.91725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
31.666667% { -webkit-transform: matrix3d(1.0857, 0, 0, 0, 0, 0.9397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0857, 0, 0, 0, 0, 0.9397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
33.333333% { -webkit-transform: matrix3d(1.07939, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07939, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
35% { -webkit-transform: matrix3d(1.06652, 0, 0, 0, 0, 0.97838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.06652, 0, 0, 0, 0, 0.97838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
36.666667% { -webkit-transform: matrix3d(1.04986, 0, 0, 0, 0, 0.99356, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04986, 0, 0, 0, 0, 0.99356, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
38.333333% { -webkit-transform: matrix3d(1.03191, 0, 0, 0, 0, 1.00568, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03191, 0, 0, 0, 0, 1.00568, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
40% { -webkit-transform: matrix3d(1.01478, 0, 0, 0, 0, 1.01478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01478, 0, 0, 0, 0, 1.01478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
41.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.02107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.02107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
43.333333% { -webkit-transform: matrix3d(0.98853, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98853, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
45% { -webkit-transform: matrix3d(0.98077, 0, 0, 0, 0, 1.02646, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98077, 0, 0, 0, 0, 1.02646, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
46.666667% { -webkit-transform: matrix3d(0.97668, 0, 0, 0, 0, 1.02633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97668, 0, 0, 0, 0, 1.02633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
48.333333% { -webkit-transform: matrix3d(0.97585, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97585, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
50% { -webkit-transform: matrix3d(0.97763, 0, 0, 0, 0, 1.02237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97763, 0, 0, 0, 0, 1.02237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
51.666667% { -webkit-transform: matrix3d(0.98126, 0, 0, 0, 0, 1.01928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98126, 0, 0, 0, 0, 1.01928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
53.333333% { -webkit-transform: matrix3d(0.98595, 0, 0, 0, 0, 1.01586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98595, 0, 0, 0, 0, 1.01586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
55% { -webkit-transform: matrix3d(0.99101, 0, 0, 0, 0, 1.01238, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99101, 0, 0, 0, 0, 1.01238, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
56.666667% { -webkit-transform: matrix3d(0.99583, 0, 0, 0, 0, 1.00902, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99583, 0, 0, 0, 0, 1.00902, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
58.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
60% { -webkit-transform: matrix3d(1.00323, 0, 0, 0, 0, 1.00323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00323, 0, 0, 0, 0, 1.00323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
61.666667% { -webkit-transform: matrix3d(1.00542, 0, 0, 0, 0, 1.00096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00542, 0, 0, 0, 0, 1.00096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
63.333333% { -webkit-transform: matrix3d(1.00657, 0, 0, 0, 0, 0.99915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00657, 0, 0, 0, 0, 0.99915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
65% { -webkit-transform: matrix3d(1.0068, 0, 0, 0, 0, 0.99779, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0068, 0, 0, 0, 0, 0.99779, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
66.666667% { -webkit-transform: matrix3d(1.0063, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0063, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
68.333333% { -webkit-transform: matrix3d(1.00528, 0, 0, 0, 0, 0.99628, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00528, 0, 0, 0, 0, 0.99628, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
70% { -webkit-transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99604, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99604, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
71.666667% { -webkit-transform: matrix3d(1.00253, 0, 0, 0, 0, 0.99606, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00253, 0, 0, 0, 0, 0.99606, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
73.333333% { -webkit-transform: matrix3d(1.00117, 0, 0, 0, 0, 0.99629, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00117, 0, 0, 0, 0, 0.99629, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
76.666667% { -webkit-transform: matrix3d(0.99909, 0, 0, 0, 0, 0.99712, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99909, 0, 0, 0, 0, 0.99712, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
78.333333% { -webkit-transform: matrix3d(0.99847, 0, 0, 0, 0, 0.99763, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99847, 0, 0, 0, 0, 0.99763, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
80% { -webkit-transform: matrix3d(0.99815, 0, 0, 0, 0, 0.99815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99815, 0, 0, 0, 0, 0.99815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
81.666667% { -webkit-transform: matrix3d(0.99808, 0, 0, 0, 0, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99808, 0, 0, 0, 0, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 0.99911, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 0.99911, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
85% { -webkit-transform: matrix3d(0.99851, 0, 0, 0, 0, 0.99952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99851, 0, 0, 0, 0, 0.99952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
86.666667% { -webkit-transform: matrix3d(0.99888, 0, 0, 0, 0, 0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99888, 0, 0, 0, 0, 0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
88.333333% { -webkit-transform: matrix3d(0.99929, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99929, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
90% { -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
91.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
93.333333% { -webkit-transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
95% { -webkit-transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
96.666667% { -webkit-transform: matrix3d(1.00052, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00052, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
98.333333% { -webkit-transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}
*/
|
src/happymodal.css
|
.body-happymodal{
}
.body-happymodal-static{
overflow: hidden;
}
.happymodal-backdrop{
visibility: visible;
z-index: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
transition: all 300ms linear;
backface-visibility: hidden;
}
.backdrop-hide{
visibility: hidden;
background: rgba(0, 0, 0, 0);
}
.happymodal{
display: none;
z-index: 100;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
text-align: center;
}
.happymodal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em; /* Adjusts for spacing */
}
.happymodal-static:before{
display: none;
}
.happymodal-open{
display: block;
}
.happymodal-static{
position: absolute;
top: 0;
overflow: auto;
}
.happymodal-static .happymodal-dialog{
position: relative;
display: block;
margin: 30px auto;
}
.happymodal-dialog{
position: relative;
display: inline-block;
vertical-align: middle;
text-align: left;
width: 75%;
height: auto;
margin: auto;
background: rgb(250, 250, 250);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), inset 0 0 5px 1px rgb(255, 255, 255);
border-radius: 3px;
}
.happymodal-content{
width: 100%;
height: auto;
padding: 15px;
}
.happymodal-header{
}
.happymodal-body{
}
.happymodal-footer{
}
.happymodal-close{
z-index: 10;
}
.happymodal-close-icon{
position: absolute;
top: 15px;
right: 15px;
width: 32px;
height: 32px;
background: rgba(0, 0, 0, 1);
}
.happymodal-close-icon:before{
content: '';
background: rgba(255, 255, 255, 1);
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 16px;
margin: -8px 0 0 -1px;
transition: transform 300ms ease;
transform-origin: 50% 50%;
transform: rotate(45deg);
backface-visibility: hidden;
}
.happymodal-close-icon:after{
content: '';
background: rgba(255, 255, 255, 1);
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 16px;
margin: -8px 0 0 -1px;
transition: transform 300ms 100ms ease;
transform-origin: 50% 50%;
transform: rotate(-45deg);
backface-visibility: hidden;
}
.happymodal-close-icon:hover:before{
transform: rotate(135deg);
}
.happymodal-close-icon:hover:after{
transform: rotate(45deg);
}
.happymodal-title{
}
.happymodal-slide-top{
visibility: hidden;
transition: all 300ms ease;
transform: translate(0px, 300px);
opacity: 0;
backface-visibility: hidden;
}
.happymodal-open.happymodal-slide-top{
visibility: visible;
transform: translate(0px, 0px);
opacity: 1;
}
/*
.happymodal-blur{
filter: blur(2px);
transition: all 600ms linear;
backface-visibility: hidden;
}
.happymodal-backdrop.happymodal-blur{
background: rgba(0, 0, 0, 0.1);
}
.happymodal-slide-bottom{
display: block;
visibility: hidden;
transition: all 300ms ease;
transform: translate(0px, -300px);
opacity: 0;
backface-visibility: hidden;
}
.happymodal-open.happymodal-slide-bottom{
visibility: visible;
transform: translate(0px, 0px);
opacity: 1;
}
.happymodal-3d{
display: block;
visibility: hidden;
transform-style: preserve-3d;
perspective: 1000px;
backface-visibility: hidden;
}
.happymodal-3d .happymodal-dialog{
transition: all 300ms ease;
transform: translate(0px, 30px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
opacity: 0;
backface-visibility: hidden;
}
.happymodal-open.happymodal-3d{
visibility: visible;
}
.happymodal-3d.happymodal-open .happymodal-dialog{
transform: translate(0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
opacity: 1;
}
.happymodal-bounce-elements{
display: block;
visibility: hidden;
transition: all 300ms ease;
transform: translate(0px, 300px);
opacity: 0;
backface-visibility: hidden;
}
.happymodal-open.happymodal-bounce-elements{
visibility: visible;
transform: translate(0px, 0px);
opacity: 1;
}
.happymodal-bounce-elements{
animation-duration: 1400ms;
}
.happymodal-bounce{
display: block;
visibility: hidden;
transition: all 300ms ease;
transform: translate(0px, 100px);
opacity: 0;
backface-visibility: hidden;
}
.happymodal-open.happymodal-bounce{
visibility: visible;
transform: translate(0px, 0px);
opacity: 1;
}
.happymodal-open.happymodal-bounce .happymodal-dialog{
animation: bounceJelly 1000ms linear both;
}
*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 <NAME>
*//*
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
-ms-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
-ms-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
.animation-target {
-webkit-animation: animation 1000ms linear both;
animation: animation 1000ms linear both;
}
*/
/* Generated with Bounce.js. Edit at http://goo.gl/2tFhU5 *//*
@-webkit-keyframes bounceJelly {
0% { -webkit-transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
1.666667% { -webkit-transform: matrix3d(1.83791, 0, 0, 0, 0, 1.86177, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.83791, 0, 0, 0, 0, 1.86177, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
3.333333% { -webkit-transform: matrix3d(1.62797, 0, 0, 0, 0, 1.7091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.62797, 0, 0, 0, 0, 1.7091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
5% { -webkit-transform: matrix3d(1.40196, 0, 0, 0, 0, 1.55326, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.40196, 0, 0, 0, 0, 1.55326, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
6.666667% { -webkit-transform: matrix3d(1.18618, 0, 0, 0, 0, 1.40315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.18618, 0, 0, 0, 0, 1.40315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
8.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.26541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.26541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
10% { -webkit-transform: matrix3d(0.85548, 0, 0, 0, 0, 1.14452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.85548, 0, 0, 0, 0, 1.14452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
11.666667% { -webkit-transform: matrix3d(0.75782, 0, 0, 0, 0, 1.04307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75782, 0, 0, 0, 0, 1.04307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
13.333333% { -webkit-transform: matrix3d(0.70632, 0, 0, 0, 0, 0.96206, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.70632, 0, 0, 0, 0, 0.96206, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
15% { -webkit-transform: matrix3d(0.69583, 0, 0, 0, 0, 0.90117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.69583, 0, 0, 0, 0, 0.90117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
16.666667% { -webkit-transform: matrix3d(0.71823, 0, 0, 0, 0, 0.85912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.71823, 0, 0, 0, 0, 0.85912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
18.333333% { -webkit-transform: matrix3d(0.7639, 0, 0, 0, 0, 0.83389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7639, 0, 0, 0, 0, 0.83389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
20% { -webkit-transform: matrix3d(0.82306, 0, 0, 0, 0, 0.82306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.82306, 0, 0, 0, 0, 0.82306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
21.666667% { -webkit-transform: matrix3d(0.88674, 0, 0, 0, 0, 0.82397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.88674, 0, 0, 0, 0, 0.82397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
23.333333% { -webkit-transform: matrix3d(0.94754, 0, 0, 0, 0, 0.83394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.94754, 0, 0, 0, 0, 0.83394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
25% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.85043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.85043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
26.666667% { -webkit-transform: matrix3d(1.04072, 0, 0, 0, 0, 0.87111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04072, 0, 0, 0, 0, 0.87111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
28.333333% { -webkit-transform: matrix3d(1.06824, 0, 0, 0, 0, 0.89394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.06824, 0, 0, 0, 0, 0.89394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
30% { -webkit-transform: matrix3d(1.08275, 0, 0, 0, 0, 0.91725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.08275, 0, 0, 0, 0, 0.91725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
31.666667% { -webkit-transform: matrix3d(1.0857, 0, 0, 0, 0, 0.9397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0857, 0, 0, 0, 0, 0.9397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
33.333333% { -webkit-transform: matrix3d(1.07939, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07939, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
35% { -webkit-transform: matrix3d(1.06652, 0, 0, 0, 0, 0.97838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.06652, 0, 0, 0, 0, 0.97838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
36.666667% { -webkit-transform: matrix3d(1.04986, 0, 0, 0, 0, 0.99356, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04986, 0, 0, 0, 0, 0.99356, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
38.333333% { -webkit-transform: matrix3d(1.03191, 0, 0, 0, 0, 1.00568, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03191, 0, 0, 0, 0, 1.00568, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
40% { -webkit-transform: matrix3d(1.01478, 0, 0, 0, 0, 1.01478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01478, 0, 0, 0, 0, 1.01478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
41.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.02107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.02107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
43.333333% { -webkit-transform: matrix3d(0.98853, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98853, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
45% { -webkit-transform: matrix3d(0.98077, 0, 0, 0, 0, 1.02646, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98077, 0, 0, 0, 0, 1.02646, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
46.666667% { -webkit-transform: matrix3d(0.97668, 0, 0, 0, 0, 1.02633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97668, 0, 0, 0, 0, 1.02633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
48.333333% { -webkit-transform: matrix3d(0.97585, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97585, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
50% { -webkit-transform: matrix3d(0.97763, 0, 0, 0, 0, 1.02237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97763, 0, 0, 0, 0, 1.02237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
51.666667% { -webkit-transform: matrix3d(0.98126, 0, 0, 0, 0, 1.01928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98126, 0, 0, 0, 0, 1.01928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
53.333333% { -webkit-transform: matrix3d(0.98595, 0, 0, 0, 0, 1.01586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98595, 0, 0, 0, 0, 1.01586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
55% { -webkit-transform: matrix3d(0.99101, 0, 0, 0, 0, 1.01238, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99101, 0, 0, 0, 0, 1.01238, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
56.666667% { -webkit-transform: matrix3d(0.99583, 0, 0, 0, 0, 1.00902, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99583, 0, 0, 0, 0, 1.00902, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
58.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
60% { -webkit-transform: matrix3d(1.00323, 0, 0, 0, 0, 1.00323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00323, 0, 0, 0, 0, 1.00323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
61.666667% { -webkit-transform: matrix3d(1.00542, 0, 0, 0, 0, 1.00096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00542, 0, 0, 0, 0, 1.00096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
63.333333% { -webkit-transform: matrix3d(1.00657, 0, 0, 0, 0, 0.99915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00657, 0, 0, 0, 0, 0.99915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
65% { -webkit-transform: matrix3d(1.0068, 0, 0, 0, 0, 0.99779, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0068, 0, 0, 0, 0, 0.99779, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
66.666667% { -webkit-transform: matrix3d(1.0063, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0063, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
68.333333% { -webkit-transform: matrix3d(1.00528, 0, 0, 0, 0, 0.99628, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00528, 0, 0, 0, 0, 0.99628, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
70% { -webkit-transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99604, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99604, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
71.666667% { -webkit-transform: matrix3d(1.00253, 0, 0, 0, 0, 0.99606, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00253, 0, 0, 0, 0, 0.99606, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
73.333333% { -webkit-transform: matrix3d(1.00117, 0, 0, 0, 0, 0.99629, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00117, 0, 0, 0, 0, 0.99629, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
76.666667% { -webkit-transform: matrix3d(0.99909, 0, 0, 0, 0, 0.99712, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99909, 0, 0, 0, 0, 0.99712, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
78.333333% { -webkit-transform: matrix3d(0.99847, 0, 0, 0, 0, 0.99763, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99847, 0, 0, 0, 0, 0.99763, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
80% { -webkit-transform: matrix3d(0.99815, 0, 0, 0, 0, 0.99815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99815, 0, 0, 0, 0, 0.99815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
81.666667% { -webkit-transform: matrix3d(0.99808, 0, 0, 0, 0, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99808, 0, 0, 0, 0, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 0.99911, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 0.99911, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
85% { -webkit-transform: matrix3d(0.99851, 0, 0, 0, 0, 0.99952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99851, 0, 0, 0, 0, 0.99952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
86.666667% { -webkit-transform: matrix3d(0.99888, 0, 0, 0, 0, 0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99888, 0, 0, 0, 0, 0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
88.333333% { -webkit-transform: matrix3d(0.99929, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99929, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
90% { -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
91.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
93.333333% { -webkit-transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
95% { -webkit-transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
96.666667% { -webkit-transform: matrix3d(1.00052, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00052, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
98.333333% { -webkit-transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}
@keyframes bounceJelly {
0% { -webkit-transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
1.666667% { -webkit-transform: matrix3d(1.83791, 0, 0, 0, 0, 1.86177, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.83791, 0, 0, 0, 0, 1.86177, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
3.333333% { -webkit-transform: matrix3d(1.62797, 0, 0, 0, 0, 1.7091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.62797, 0, 0, 0, 0, 1.7091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
5% { -webkit-transform: matrix3d(1.40196, 0, 0, 0, 0, 1.55326, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.40196, 0, 0, 0, 0, 1.55326, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
6.666667% { -webkit-transform: matrix3d(1.18618, 0, 0, 0, 0, 1.40315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.18618, 0, 0, 0, 0, 1.40315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
8.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.26541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.26541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
10% { -webkit-transform: matrix3d(0.85548, 0, 0, 0, 0, 1.14452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.85548, 0, 0, 0, 0, 1.14452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
11.666667% { -webkit-transform: matrix3d(0.75782, 0, 0, 0, 0, 1.04307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75782, 0, 0, 0, 0, 1.04307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
13.333333% { -webkit-transform: matrix3d(0.70632, 0, 0, 0, 0, 0.96206, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.70632, 0, 0, 0, 0, 0.96206, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
15% { -webkit-transform: matrix3d(0.69583, 0, 0, 0, 0, 0.90117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.69583, 0, 0, 0, 0, 0.90117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
16.666667% { -webkit-transform: matrix3d(0.71823, 0, 0, 0, 0, 0.85912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.71823, 0, 0, 0, 0, 0.85912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
18.333333% { -webkit-transform: matrix3d(0.7639, 0, 0, 0, 0, 0.83389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7639, 0, 0, 0, 0, 0.83389, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
20% { -webkit-transform: matrix3d(0.82306, 0, 0, 0, 0, 0.82306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.82306, 0, 0, 0, 0, 0.82306, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
21.666667% { -webkit-transform: matrix3d(0.88674, 0, 0, 0, 0, 0.82397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.88674, 0, 0, 0, 0, 0.82397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
23.333333% { -webkit-transform: matrix3d(0.94754, 0, 0, 0, 0, 0.83394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.94754, 0, 0, 0, 0, 0.83394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
25% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.85043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.85043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
26.666667% { -webkit-transform: matrix3d(1.04072, 0, 0, 0, 0, 0.87111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04072, 0, 0, 0, 0, 0.87111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
28.333333% { -webkit-transform: matrix3d(1.06824, 0, 0, 0, 0, 0.89394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.06824, 0, 0, 0, 0, 0.89394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
30% { -webkit-transform: matrix3d(1.08275, 0, 0, 0, 0, 0.91725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.08275, 0, 0, 0, 0, 0.91725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
31.666667% { -webkit-transform: matrix3d(1.0857, 0, 0, 0, 0, 0.9397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0857, 0, 0, 0, 0, 0.9397, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
33.333333% { -webkit-transform: matrix3d(1.07939, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07939, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
35% { -webkit-transform: matrix3d(1.06652, 0, 0, 0, 0, 0.97838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.06652, 0, 0, 0, 0, 0.97838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
36.666667% { -webkit-transform: matrix3d(1.04986, 0, 0, 0, 0, 0.99356, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04986, 0, 0, 0, 0, 0.99356, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
38.333333% { -webkit-transform: matrix3d(1.03191, 0, 0, 0, 0, 1.00568, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03191, 0, 0, 0, 0, 1.00568, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
40% { -webkit-transform: matrix3d(1.01478, 0, 0, 0, 0, 1.01478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01478, 0, 0, 0, 0, 1.01478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
41.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.02107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.02107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
43.333333% { -webkit-transform: matrix3d(0.98853, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98853, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
45% { -webkit-transform: matrix3d(0.98077, 0, 0, 0, 0, 1.02646, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98077, 0, 0, 0, 0, 1.02646, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
46.666667% { -webkit-transform: matrix3d(0.97668, 0, 0, 0, 0, 1.02633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97668, 0, 0, 0, 0, 1.02633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
48.333333% { -webkit-transform: matrix3d(0.97585, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97585, 0, 0, 0, 0, 1.02484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
50% { -webkit-transform: matrix3d(0.97763, 0, 0, 0, 0, 1.02237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97763, 0, 0, 0, 0, 1.02237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
51.666667% { -webkit-transform: matrix3d(0.98126, 0, 0, 0, 0, 1.01928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98126, 0, 0, 0, 0, 1.01928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
53.333333% { -webkit-transform: matrix3d(0.98595, 0, 0, 0, 0, 1.01586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98595, 0, 0, 0, 0, 1.01586, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
55% { -webkit-transform: matrix3d(0.99101, 0, 0, 0, 0, 1.01238, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99101, 0, 0, 0, 0, 1.01238, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
56.666667% { -webkit-transform: matrix3d(0.99583, 0, 0, 0, 0, 1.00902, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99583, 0, 0, 0, 0, 1.00902, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
58.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
60% { -webkit-transform: matrix3d(1.00323, 0, 0, 0, 0, 1.00323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00323, 0, 0, 0, 0, 1.00323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
61.666667% { -webkit-transform: matrix3d(1.00542, 0, 0, 0, 0, 1.00096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00542, 0, 0, 0, 0, 1.00096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
63.333333% { -webkit-transform: matrix3d(1.00657, 0, 0, 0, 0, 0.99915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00657, 0, 0, 0, 0, 0.99915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
65% { -webkit-transform: matrix3d(1.0068, 0, 0, 0, 0, 0.99779, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0068, 0, 0, 0, 0, 0.99779, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
66.666667% { -webkit-transform: matrix3d(1.0063, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.0063, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
68.333333% { -webkit-transform: matrix3d(1.00528, 0, 0, 0, 0, 0.99628, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00528, 0, 0, 0, 0, 0.99628, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
70% { -webkit-transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99604, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99604, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
71.666667% { -webkit-transform: matrix3d(1.00253, 0, 0, 0, 0, 0.99606, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00253, 0, 0, 0, 0, 0.99606, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
73.333333% { -webkit-transform: matrix3d(1.00117, 0, 0, 0, 0, 0.99629, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00117, 0, 0, 0, 0, 0.99629, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
76.666667% { -webkit-transform: matrix3d(0.99909, 0, 0, 0, 0, 0.99712, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99909, 0, 0, 0, 0, 0.99712, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
78.333333% { -webkit-transform: matrix3d(0.99847, 0, 0, 0, 0, 0.99763, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99847, 0, 0, 0, 0, 0.99763, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
80% { -webkit-transform: matrix3d(0.99815, 0, 0, 0, 0, 0.99815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99815, 0, 0, 0, 0, 0.99815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
81.666667% { -webkit-transform: matrix3d(0.99808, 0, 0, 0, 0, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99808, 0, 0, 0, 0, 0.99865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
83.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 0.99911, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 0.99911, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
85% { -webkit-transform: matrix3d(0.99851, 0, 0, 0, 0, 0.99952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99851, 0, 0, 0, 0, 0.99952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
86.666667% { -webkit-transform: matrix3d(0.99888, 0, 0, 0, 0, 0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99888, 0, 0, 0, 0, 0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
88.333333% { -webkit-transform: matrix3d(0.99929, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99929, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
90% { -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
91.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
93.333333% { -webkit-transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
95% { -webkit-transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
96.666667% { -webkit-transform: matrix3d(1.00052, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00052, 0, 0, 0, 0, 1.00059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
98.333333% { -webkit-transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}
*/
| 0.552298 | 0.140042 |
.arena-container {
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
color: white;
}
.arena-container .boss-container {
display: flex;
flex-direction: column;
justify-content: space-around;
margin-bottom: 50px;
}
/* Toast */
#toast {
visibility: hidden;
max-width: 500px;
height: 90px;
margin: auto;
background-color: gray;
color: #fff;
text-align: center;
border-radius: 10px;
position: fixed;
z-index: 1;
left: 0;
right: 0;
bottom: 30px;
font-size: 17px;
white-space: nowrap;
}
#toast #desc {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 28px;
font-weight: bold;
height: 90px;
overflow: hidden;
white-space: nowrap;
}
#toast.show {
visibility: visible;
-webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s,
fadeout 0.5s 2.5s;
animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s,
fadeout 0.5s 4.5s;
}
@-webkit-keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@-webkit-keyframes expand {
from {
min-width: 50px;
}
to {
min-width: 350px;
}
}
@keyframes expand {
from {
min-width: 50px;
}
to {
min-width: 350px;
}
}
@-webkit-keyframes stay {
from {
min-width: 350px;
}
to {
min-width: 350px;
}
}
@keyframes stay {
from {
min-width: 350px;
}
to {
min-width: 350px;
}
}
@-webkit-keyframes shrink {
from {
min-width: 350px;
}
to {
min-width: 50px;
}
}
@keyframes shrink {
from {
min-width: 350px;
}
to {
min-width: 50px;
}
}
@-webkit-keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 60px;
opacity: 0;
}
}
@keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 60px;
opacity: 0;
}
}
.boss-container .loading-indicator {
display: flex;
justify-content: center;
align-items: center;
padding-top: 25px;
}
.boss-container .loading-indicator p {
font-weight: bold;
font-size: 28px;
}
.boss-container .boss-content {
display: flex;
flex-direction: column;
padding: 15px;
border-radius: 10px;
background-image: linear-gradient(
to right,
#ff8177 0%,
#ff867a 0%,
#ff8c7f 21%,
#f99185 52%,
#cf556c 78%,
#b12a5b 100%
);
background-size: 600% 600%;
animation: gradient-animation 8s ease infinite;
margin-bottom: 25px;
}
.boss-content h2 {
margin: 0;
padding: 5px 0 10px 0;
}
.boss-content .image-content,
.player .image-content {
position: relative;
}
.boss-content .image-content img {
width: 350px;
height: 300px;
border-radius: 10px;
object-fit: cover;
}
.image-content .health-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px;
}
.health-bar progress[value] {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 100%;
}
.health-bar progress[value]::-webkit-progress-bar {
background-color: #e5652e;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
overflow: hidden;
}
.health-bar progress[value]::-webkit-progress-value {
background-color: #70cb1b;
}
.health-bar p {
position: absolute;
width: 100%;
font-weight: bold;
color: black;
bottom: -10px;
}
.arena-container .players-container {
width: 100%;
height: 100%;
display: flex;
justify-content: space-around;
}
.players-container .player {
display: flex;
flex-direction: column;
max-height: 80%;
padding: 10px;
border-radius: 10px;
background-color: gray;
}
.player .image-content img {
width: 250px;
height: 300px;
border-radius: 10px;
object-fit: cover;
}
.players-container .active-players {
display: flex;
flex-direction: column;
}
.active-players .players-list {
display: flex;
flex-direction: column;
max-height: 400px;
overflow: scroll;
}
.players-list .active-player-item {
display: flex;
align-items: center;
background-color: #b12a5b;
border-radius: 8px;
margin: 5px;
padding: 10px;
font-size: 18px;
font-weight: bold;
}
.active-player-item .player-image {
width: 64px;
height: 64px;
background-color: gray;
margin-right: 15px;
border-radius: 8px;
}
.active-player-item .player-content {
flex-direction: column;
text-align: left;
}
.players-container .attack-container {
display: flex;
flex-direction: column;
justify-content: center;
}
.attack-container button {
height: 60px;
font-size: 18px;
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background-size: 200% 200%;
animation: gradient-animation 4s ease infinite;
}
/* Effects */
.boss-container .attacking {
animation: shake 1.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
.boss-container .hit {
animation: hit-bounce 1s ease;
}
@keyframes shake {
10%,
90% {
transform: translate3d(-1px, 0, 0);
}
20%,
80% {
transform: translate3d(2px, 0, 0);
}
30%,
50%,
70% {
transform: translate3d(-4px, 0, 0);
}
40%,
60% {
transform: translate3d(4px, 0, 0);
}
}
@keyframes hit-bounce {
0% {
transform: scale(1) translateY(0);
}
10% {
transform: scale(1.2, 0.6);
}
30% {
transform: scale(0.8, 1.1) translateY(-10px);
}
50% {
transform: scale(1) translateY(0);
}
100% {
transform: translateY(0);
}
}
/* Toast */
#toast {
visibility: hidden;
max-width: 500px;
height: 90px;
margin: auto;
background-color: gray;
color: #fff;
text-align: center;
border-radius: 10px;
position: fixed;
z-index: 1;
left: 0;
right: 0;
bottom: 30px;
font-size: 17px;
white-space: nowrap;
}
#toast #desc {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 28px;
font-weight: bold;
height: 90px;
overflow: hidden;
white-space: nowrap;
}
|
src/Components/Arena/Arena.css
|
.arena-container {
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
color: white;
}
.arena-container .boss-container {
display: flex;
flex-direction: column;
justify-content: space-around;
margin-bottom: 50px;
}
/* Toast */
#toast {
visibility: hidden;
max-width: 500px;
height: 90px;
margin: auto;
background-color: gray;
color: #fff;
text-align: center;
border-radius: 10px;
position: fixed;
z-index: 1;
left: 0;
right: 0;
bottom: 30px;
font-size: 17px;
white-space: nowrap;
}
#toast #desc {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 28px;
font-weight: bold;
height: 90px;
overflow: hidden;
white-space: nowrap;
}
#toast.show {
visibility: visible;
-webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s,
fadeout 0.5s 2.5s;
animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s,
fadeout 0.5s 4.5s;
}
@-webkit-keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@-webkit-keyframes expand {
from {
min-width: 50px;
}
to {
min-width: 350px;
}
}
@keyframes expand {
from {
min-width: 50px;
}
to {
min-width: 350px;
}
}
@-webkit-keyframes stay {
from {
min-width: 350px;
}
to {
min-width: 350px;
}
}
@keyframes stay {
from {
min-width: 350px;
}
to {
min-width: 350px;
}
}
@-webkit-keyframes shrink {
from {
min-width: 350px;
}
to {
min-width: 50px;
}
}
@keyframes shrink {
from {
min-width: 350px;
}
to {
min-width: 50px;
}
}
@-webkit-keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 60px;
opacity: 0;
}
}
@keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 60px;
opacity: 0;
}
}
.boss-container .loading-indicator {
display: flex;
justify-content: center;
align-items: center;
padding-top: 25px;
}
.boss-container .loading-indicator p {
font-weight: bold;
font-size: 28px;
}
.boss-container .boss-content {
display: flex;
flex-direction: column;
padding: 15px;
border-radius: 10px;
background-image: linear-gradient(
to right,
#ff8177 0%,
#ff867a 0%,
#ff8c7f 21%,
#f99185 52%,
#cf556c 78%,
#b12a5b 100%
);
background-size: 600% 600%;
animation: gradient-animation 8s ease infinite;
margin-bottom: 25px;
}
.boss-content h2 {
margin: 0;
padding: 5px 0 10px 0;
}
.boss-content .image-content,
.player .image-content {
position: relative;
}
.boss-content .image-content img {
width: 350px;
height: 300px;
border-radius: 10px;
object-fit: cover;
}
.image-content .health-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px;
}
.health-bar progress[value] {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 100%;
}
.health-bar progress[value]::-webkit-progress-bar {
background-color: #e5652e;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
overflow: hidden;
}
.health-bar progress[value]::-webkit-progress-value {
background-color: #70cb1b;
}
.health-bar p {
position: absolute;
width: 100%;
font-weight: bold;
color: black;
bottom: -10px;
}
.arena-container .players-container {
width: 100%;
height: 100%;
display: flex;
justify-content: space-around;
}
.players-container .player {
display: flex;
flex-direction: column;
max-height: 80%;
padding: 10px;
border-radius: 10px;
background-color: gray;
}
.player .image-content img {
width: 250px;
height: 300px;
border-radius: 10px;
object-fit: cover;
}
.players-container .active-players {
display: flex;
flex-direction: column;
}
.active-players .players-list {
display: flex;
flex-direction: column;
max-height: 400px;
overflow: scroll;
}
.players-list .active-player-item {
display: flex;
align-items: center;
background-color: #b12a5b;
border-radius: 8px;
margin: 5px;
padding: 10px;
font-size: 18px;
font-weight: bold;
}
.active-player-item .player-image {
width: 64px;
height: 64px;
background-color: gray;
margin-right: 15px;
border-radius: 8px;
}
.active-player-item .player-content {
flex-direction: column;
text-align: left;
}
.players-container .attack-container {
display: flex;
flex-direction: column;
justify-content: center;
}
.attack-container button {
height: 60px;
font-size: 18px;
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background-size: 200% 200%;
animation: gradient-animation 4s ease infinite;
}
/* Effects */
.boss-container .attacking {
animation: shake 1.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
.boss-container .hit {
animation: hit-bounce 1s ease;
}
@keyframes shake {
10%,
90% {
transform: translate3d(-1px, 0, 0);
}
20%,
80% {
transform: translate3d(2px, 0, 0);
}
30%,
50%,
70% {
transform: translate3d(-4px, 0, 0);
}
40%,
60% {
transform: translate3d(4px, 0, 0);
}
}
@keyframes hit-bounce {
0% {
transform: scale(1) translateY(0);
}
10% {
transform: scale(1.2, 0.6);
}
30% {
transform: scale(0.8, 1.1) translateY(-10px);
}
50% {
transform: scale(1) translateY(0);
}
100% {
transform: translateY(0);
}
}
/* Toast */
#toast {
visibility: hidden;
max-width: 500px;
height: 90px;
margin: auto;
background-color: gray;
color: #fff;
text-align: center;
border-radius: 10px;
position: fixed;
z-index: 1;
left: 0;
right: 0;
bottom: 30px;
font-size: 17px;
white-space: nowrap;
}
#toast #desc {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 28px;
font-weight: bold;
height: 90px;
overflow: hidden;
white-space: nowrap;
}
| 0.425128 | 0.106458 |
.login:hover,
.login:focus{
background-color: #37c6f5;
}
.navbar-brand {
color: #37c6f5 !important;
}
.navbar-brand:hover,
.navbar-brand:focus{
color: #37c6f5 !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #37c6f5 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #37c6f5;
}
.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
background-color: #37c6f5;
}
.main-nav .dropdown:hover .dropdown-toggle{
color: #37c6f5;
}
.main-nav .dropdown:hover .dropdown-toggle::before{
background-color: #37c6f5;
color: #37c6f5;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #37c6f5;
}
.navbar-nav > li > .dropdown-menu {
border-top: 2px solid #37c6f5;
}
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus{
color: #37c6f5;
}
.main-slider .slick-prev:hover,
.main-slider .slick-next:hover{
background-color: #37c6f5;
}
.main-slider .slick-dots li button::before {
color: #37c6f5;
}
.read-more-btn:hover,
.read-more-btn:focus{
background-color: #37c6f5;
}
.title-area .title {
color: #37c6f5;
}
.single-feature .feature-icon {
color: #37c6f5;
}
.feat-title{
color: #37c6f5;
}
.our-skill h3{
color: #37c6f5;
}
.our-skill h3::after {
background-color: #37c6f5;
}
.our-skill-content .progress-bar {
background-color: #37c6f5;
}
.why-choose-us h3{
color: #37c6f5;
}
.why-choose-us h3::after {
background-color: #37c6f5;
}
.panel-title > a:hover,
.panel-title > a:focus{
color: #37c6f5;
}
.single-counter .counter-label::after {
background-color: #37c6f5;
}
.price-title {
background-color: #37c6f5;
}
.purchase-btn:hover,
.purchase-btn:focus{
background-color: #37c6f5;
border-color: #37c6f5;
}
.featured-price .price-header{
background-color: #37c6f5;
}
.featured-price .purchase-btn{
background-color: #37c6f5;
border-color: #37c6f5;
}
.team-member-img {
border: 2px solid #37c6f5;
}
.single-team-member:hover{
border: 2px solid #37c6f5;
}
.single-team-member:hover .team-member-link{
background-color: #37c6f5;
}
.team-member-link {
border: 2px solid #37c6f5;
}
.testimonial-content h6 span {
color: #37c6f5;
}
.testimonial-slider .slick-dots li {
border: 1px solid #37c6f5;
}
.blog-news-title h2>a:hover{
color: #37c6f5;
}
.blog-news-title .blog-author:hover{
color: #37c6f5;
}
.blog-more-btn:hover,
.blog-more-btn:focus{
color: #37c6f5;
}
.subscribe-btn {
background-color: #37c6f5;
}
.scrollToTop {
background-color: #37c6f5;
}
.scrollToTop:hover,
.scrollToTop:focus{
color: #37c6f5;
border: 1px solid #37c6f5;
}
.portfolio-menu ul li:hover,
.portfolio-menu ul li.active{
background-color: #37c6f5;
border-color: #37c6f5;
}
.single-item-content::after {
border: 4px solid #37c6f5;
}
.view-icon:hover{
color: #37c6f5;
}
.pagination-nav li a:hover,
.pagination-nav li a:focus {
background-color: #37c6f5;
border-color: #37c6f5;
}
.sidebar-widget ul>li>a:hover{
color: #37c6f5;
}
.search-group .blog-search-btn {
background-color: #37c6f5;
}
.search-group input[type="search"] {
border: 1px solid #37c6f5;
}
.search-group input[type="search"]:focus{
border-color: #37c6f5;
}
.widget-title::after {
background-color: #37c6f5;
}
.widget-catg li{
color: #37c6f5;
}
.widget-catg li a:hover,
.widget-catg li a:focus{
color: #37c6f5;
}
.tag-cloud a:hover,
.tag-cloud a:focus{
background-color: #37c6f5;
border-color: #37c6f5;
}
.widget-archive li a:hover,
.widget-archive li a:focus{
color: #37c6f5;
}
.blog-single-tag a:hover,
.blog-single-tag a:focus {
color: #37c6f5;
}
.blog-single-social a:hover,
.blog-single-social a:focus {
color: #37c6f5;
border-color: #37c6f5;
}
.blog-navigation-prev a>span{
color: #37c6f5;
}
.blog-navigation-next a>span{
color: #37c6f5;
}
.comments-form .form-control:focus {
border-color: #37c6f5;
}
.comments-box-area h2::after {
background-color: #37c6f5;
}
.comment-btn:hover{
background-color: #37c6f5;
border-color: #37c6f5;
}
.contact-area-left h4::after {
background-color: #37c6f5;
}
#login-content .form-control:focus {
border-color: #37c6f5;
}
.loginbox .signin-btn {
background-color: #37c6f5;
}
.footer-box a:hover,
.footer-box a:focus{
color: #37c6f5;
}
#signup-content .modal-title {
color: #37c6f5;
}
#signup-content .form-control:focus {
border-color: #37c6f5;
}
.signupbox span a:hover{
color: #37c6f5;
}
.navbar-default .navbar-toggle {
border-color: #37c6f5;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #37c6f5;
}
#search-icon {
color: #37c6f5;
}
#login-content .modal-title {
color: #37c6f5;
}
.service-icon {
color: #37c6f5;
}
.footer-left p a:hover{
color: #37c6f5;
}
.footer-right a:hover{
color: #37c6f5;
}
.single-page-header-right .breadcrumb li{
color: #37c6f5;
}
.error-title {
background-color: #37c6f5;
border: 2px solid #37c6f5;
}
.error-content span {
color: #37c6f5;
}
.error-content .error-home {
background-color: #37c6f5;
}
/*=======================================
Template Design By MarkUps.
Author URI : http://www.markups.io/
========================================*/
|
myassets/css/theme-color/lite-blue-theme.css
|
.login:hover,
.login:focus{
background-color: #37c6f5;
}
.navbar-brand {
color: #37c6f5 !important;
}
.navbar-brand:hover,
.navbar-brand:focus{
color: #37c6f5 !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #37c6f5 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #37c6f5;
}
.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
background-color: #37c6f5;
}
.main-nav .dropdown:hover .dropdown-toggle{
color: #37c6f5;
}
.main-nav .dropdown:hover .dropdown-toggle::before{
background-color: #37c6f5;
color: #37c6f5;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #37c6f5;
}
.navbar-nav > li > .dropdown-menu {
border-top: 2px solid #37c6f5;
}
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus{
color: #37c6f5;
}
.main-slider .slick-prev:hover,
.main-slider .slick-next:hover{
background-color: #37c6f5;
}
.main-slider .slick-dots li button::before {
color: #37c6f5;
}
.read-more-btn:hover,
.read-more-btn:focus{
background-color: #37c6f5;
}
.title-area .title {
color: #37c6f5;
}
.single-feature .feature-icon {
color: #37c6f5;
}
.feat-title{
color: #37c6f5;
}
.our-skill h3{
color: #37c6f5;
}
.our-skill h3::after {
background-color: #37c6f5;
}
.our-skill-content .progress-bar {
background-color: #37c6f5;
}
.why-choose-us h3{
color: #37c6f5;
}
.why-choose-us h3::after {
background-color: #37c6f5;
}
.panel-title > a:hover,
.panel-title > a:focus{
color: #37c6f5;
}
.single-counter .counter-label::after {
background-color: #37c6f5;
}
.price-title {
background-color: #37c6f5;
}
.purchase-btn:hover,
.purchase-btn:focus{
background-color: #37c6f5;
border-color: #37c6f5;
}
.featured-price .price-header{
background-color: #37c6f5;
}
.featured-price .purchase-btn{
background-color: #37c6f5;
border-color: #37c6f5;
}
.team-member-img {
border: 2px solid #37c6f5;
}
.single-team-member:hover{
border: 2px solid #37c6f5;
}
.single-team-member:hover .team-member-link{
background-color: #37c6f5;
}
.team-member-link {
border: 2px solid #37c6f5;
}
.testimonial-content h6 span {
color: #37c6f5;
}
.testimonial-slider .slick-dots li {
border: 1px solid #37c6f5;
}
.blog-news-title h2>a:hover{
color: #37c6f5;
}
.blog-news-title .blog-author:hover{
color: #37c6f5;
}
.blog-more-btn:hover,
.blog-more-btn:focus{
color: #37c6f5;
}
.subscribe-btn {
background-color: #37c6f5;
}
.scrollToTop {
background-color: #37c6f5;
}
.scrollToTop:hover,
.scrollToTop:focus{
color: #37c6f5;
border: 1px solid #37c6f5;
}
.portfolio-menu ul li:hover,
.portfolio-menu ul li.active{
background-color: #37c6f5;
border-color: #37c6f5;
}
.single-item-content::after {
border: 4px solid #37c6f5;
}
.view-icon:hover{
color: #37c6f5;
}
.pagination-nav li a:hover,
.pagination-nav li a:focus {
background-color: #37c6f5;
border-color: #37c6f5;
}
.sidebar-widget ul>li>a:hover{
color: #37c6f5;
}
.search-group .blog-search-btn {
background-color: #37c6f5;
}
.search-group input[type="search"] {
border: 1px solid #37c6f5;
}
.search-group input[type="search"]:focus{
border-color: #37c6f5;
}
.widget-title::after {
background-color: #37c6f5;
}
.widget-catg li{
color: #37c6f5;
}
.widget-catg li a:hover,
.widget-catg li a:focus{
color: #37c6f5;
}
.tag-cloud a:hover,
.tag-cloud a:focus{
background-color: #37c6f5;
border-color: #37c6f5;
}
.widget-archive li a:hover,
.widget-archive li a:focus{
color: #37c6f5;
}
.blog-single-tag a:hover,
.blog-single-tag a:focus {
color: #37c6f5;
}
.blog-single-social a:hover,
.blog-single-social a:focus {
color: #37c6f5;
border-color: #37c6f5;
}
.blog-navigation-prev a>span{
color: #37c6f5;
}
.blog-navigation-next a>span{
color: #37c6f5;
}
.comments-form .form-control:focus {
border-color: #37c6f5;
}
.comments-box-area h2::after {
background-color: #37c6f5;
}
.comment-btn:hover{
background-color: #37c6f5;
border-color: #37c6f5;
}
.contact-area-left h4::after {
background-color: #37c6f5;
}
#login-content .form-control:focus {
border-color: #37c6f5;
}
.loginbox .signin-btn {
background-color: #37c6f5;
}
.footer-box a:hover,
.footer-box a:focus{
color: #37c6f5;
}
#signup-content .modal-title {
color: #37c6f5;
}
#signup-content .form-control:focus {
border-color: #37c6f5;
}
.signupbox span a:hover{
color: #37c6f5;
}
.navbar-default .navbar-toggle {
border-color: #37c6f5;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #37c6f5;
}
#search-icon {
color: #37c6f5;
}
#login-content .modal-title {
color: #37c6f5;
}
.service-icon {
color: #37c6f5;
}
.footer-left p a:hover{
color: #37c6f5;
}
.footer-right a:hover{
color: #37c6f5;
}
.single-page-header-right .breadcrumb li{
color: #37c6f5;
}
.error-title {
background-color: #37c6f5;
border: 2px solid #37c6f5;
}
.error-content span {
color: #37c6f5;
}
.error-content .error-home {
background-color: #37c6f5;
}
/*=======================================
Template Design By MarkUps.
Author URI : http://www.markups.io/
========================================*/
| 0.29381 | 0.05445 |
.si-float-wrapper {
position: absolute;
width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
box-sizing: border-box;
}
[class*='si-wrapper'] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
cursor: default;
}
.si-wrapper-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: -40px;
margin-left: 0;
-webkit-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
.si-wrapper-bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
margin-top: 0;
margin-left: 0;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.si-wrapper-left {
margin-top: -20px;
margin-left: -11px;
-webkit-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.si-wrapper-right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
margin-top: -20px;
margin-left: 11px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[class*='si-shadow-wrapper'] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.29804;
z-index: 1;
}
.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.si-shadow-frame {
box-shadow: 0 1px 3px 0 #000;
}
[class*='si-shadow-pointer'] {
position: relative;
width: 15px;
height: 15px;
margin: auto;
}
[class*='si-shadow-inner-pointer'] {
position: absolute;
width: 141%;
height: 141%;
box-shadow: -0.70711px 0.70711px 3px 0 #000;
}
.si-shadow-inner-pointer-top {
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-bottom {
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 50%) rotate(-45deg);
transform: translate(-50%, 50%) rotate(-45deg);
}
.si-shadow-inner-pointer-left {
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-right {
top: 50%;
right: 0;
-webkit-transform: translate(50%, -50%) rotate(-45deg);
transform: translate(50%, -50%) rotate(-45deg);
}
.si-frame {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
border-radius: 3px;
overflow: hidden;
z-index: 2;
}
.si-content-wrapper {
width: 100%;
max-width: 100%;
max-height: 100%;
padding: 30px;
background-color: #fff;
}
.si-has-border .si-content-wrapper {
border: 1px solid #bbb;
}
.si-content {
overflow: auto;
}
.si-close-button {
position: absolute;
top: 0;
right: 0;
border: 0;
outline: 0;
background-color: transparent;
color: inherit;
font-family: Arial, Baskerville, monospace;
font-size: 24px;
cursor: pointer;
opacity: 0.5;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.si-close-button:hover,
.si-close-button:focus {
opacity: 0.7;
}
[class*='si-pointer-border'] {
position: absolute;
border: 15px solid transparent;
z-index: 3;
}
[class*='si-pointer-bg'] {
position: relative;
border: 15px solid transparent;
z-index: 4;
}
.si-has-border [class*='si-pointer-bg'] {
border-width: 15px;
}
.si-pointer-border-top,
.si-pointer-border-bottom {
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.si-pointer-border-left,
.si-pointer-border-right {
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.si-pointer-top {
border-bottom: 0;
}
.si-pointer-border-top {
bottom: 0;
border-top-color: #bbb;
}
.si-pointer-bg-top {
border-top-color: #fff;
}
.si-has-border .si-pointer-bg-top {
top: -1px;
margin-bottom: 0;
}
.si-pointer-bottom {
border-top: 0;
}
.si-pointer-border-bottom {
top: 0;
border-bottom-color: #bbb;
}
.si-pointer-bg-bottom {
border-bottom-color: #fff;
}
.si-has-border .si-pointer-bg-bottom {
bottom: -1px;
margin-top: 0;
}
.si-pointer-left {
border-right: 0;
}
.si-pointer-border-left {
right: 0;
border-left-color: #bbb;
}
.si-pointer-bg-left {
border-left-color: #fff;
}
.si-has-border .si-pointer-bg-left {
left: -1px;
margin-right: 0;
}
.si-pointer-right {
border-left: 0;
}
.si-pointer-border-right {
left: 0;
border-right-color: #bbb;
}
.si-pointer-bg-right {
border-right-color: #fff;
}
.si-has-border .si-pointer-bg-right {
right: -1px;
margin-left: 0;
}
|
liseler-web/src/css/snazzyInfoWindow.css
|
.si-float-wrapper {
position: absolute;
width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
box-sizing: border-box;
}
[class*='si-wrapper'] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
cursor: default;
}
.si-wrapper-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: -40px;
margin-left: 0;
-webkit-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
.si-wrapper-bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
margin-top: 0;
margin-left: 0;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.si-wrapper-left {
margin-top: -20px;
margin-left: -11px;
-webkit-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.si-wrapper-right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
margin-top: -20px;
margin-left: 11px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[class*='si-shadow-wrapper'] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.29804;
z-index: 1;
}
.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.si-shadow-frame {
box-shadow: 0 1px 3px 0 #000;
}
[class*='si-shadow-pointer'] {
position: relative;
width: 15px;
height: 15px;
margin: auto;
}
[class*='si-shadow-inner-pointer'] {
position: absolute;
width: 141%;
height: 141%;
box-shadow: -0.70711px 0.70711px 3px 0 #000;
}
.si-shadow-inner-pointer-top {
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-bottom {
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 50%) rotate(-45deg);
transform: translate(-50%, 50%) rotate(-45deg);
}
.si-shadow-inner-pointer-left {
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-right {
top: 50%;
right: 0;
-webkit-transform: translate(50%, -50%) rotate(-45deg);
transform: translate(50%, -50%) rotate(-45deg);
}
.si-frame {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
border-radius: 3px;
overflow: hidden;
z-index: 2;
}
.si-content-wrapper {
width: 100%;
max-width: 100%;
max-height: 100%;
padding: 30px;
background-color: #fff;
}
.si-has-border .si-content-wrapper {
border: 1px solid #bbb;
}
.si-content {
overflow: auto;
}
.si-close-button {
position: absolute;
top: 0;
right: 0;
border: 0;
outline: 0;
background-color: transparent;
color: inherit;
font-family: Arial, Baskerville, monospace;
font-size: 24px;
cursor: pointer;
opacity: 0.5;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.si-close-button:hover,
.si-close-button:focus {
opacity: 0.7;
}
[class*='si-pointer-border'] {
position: absolute;
border: 15px solid transparent;
z-index: 3;
}
[class*='si-pointer-bg'] {
position: relative;
border: 15px solid transparent;
z-index: 4;
}
.si-has-border [class*='si-pointer-bg'] {
border-width: 15px;
}
.si-pointer-border-top,
.si-pointer-border-bottom {
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.si-pointer-border-left,
.si-pointer-border-right {
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.si-pointer-top {
border-bottom: 0;
}
.si-pointer-border-top {
bottom: 0;
border-top-color: #bbb;
}
.si-pointer-bg-top {
border-top-color: #fff;
}
.si-has-border .si-pointer-bg-top {
top: -1px;
margin-bottom: 0;
}
.si-pointer-bottom {
border-top: 0;
}
.si-pointer-border-bottom {
top: 0;
border-bottom-color: #bbb;
}
.si-pointer-bg-bottom {
border-bottom-color: #fff;
}
.si-has-border .si-pointer-bg-bottom {
bottom: -1px;
margin-top: 0;
}
.si-pointer-left {
border-right: 0;
}
.si-pointer-border-left {
right: 0;
border-left-color: #bbb;
}
.si-pointer-bg-left {
border-left-color: #fff;
}
.si-has-border .si-pointer-bg-left {
left: -1px;
margin-right: 0;
}
.si-pointer-right {
border-left: 0;
}
.si-pointer-border-right {
left: 0;
border-right-color: #bbb;
}
.si-pointer-bg-right {
border-right-color: #fff;
}
.si-has-border .si-pointer-bg-right {
right: -1px;
margin-left: 0;
}
| 0.485844 | 0.070208 |
.dialogPanel{
height: auto;
background-color: #fff;
position: absolute;
z-index: 999;
top: 0;
box-shadow: 1px 1px 15px 3px;
}
.dialogNav{
overflow: auto;
width: 180px;
/*min-height: 300px;*/
background-color: #2b3142;
height: 100%;
float: left;
position: absolute;
}
.dialog-nav-title{
padding: 15px 10px;
overflow: hidden;
font-weight: bold;
color: #fff;
font-size: 13px;
position: relative;
}
.dialog-nav-title:hover{
cursor: pointer;
color: #fff;
background-color: #3d4457;
}
.dialog-nav-title.active{
background-color: #fff;
cursor: pointer;
color: #333;
}
.dialogContent{
margin-left: 180px;
min-width: 550px;
position: relative;
}
.dialogContent .head{
height: 26px;
line-height: 26px;
padding: 10px 0 10px 10px;
font-size: 16px;
font-weight: bold;
overflow: hidden;
}
a.title{
color: #333;
}
.dialogContent .close{
float: right;
position: relative;
width: 30px;
height: 24px;
margin-top: -2px;
margin-right: 10px;
}
@font-face {font-family: 'iconfont';
src: url('iconfont/iconfont.eot'); /* IE9*/
src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
url('iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('iconfont/iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */
}
#panel_close{
font-family: "iconfont" !important;
font-size: 16px;
color: #2b3142;
text-align: center;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
#panel_close:hover{
color: #f54718;
cursor: pointer;
}
.iconfont.openTitle{
font-family: "iconfont" !important;
font-size: 22px;
color: #2b3142;
font-style: normal;
position: absolute;
top: 10px;
right: 45px;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
div a.title:hover,.openTitle:hover{
color: #7ba7fe;
cursor: pointer;
}
.dialogContent .close:hover{
background-position: center -24px;
}
.dialogContent .content{
overflow: auto;
margin: 0 10px 10px 10px;
}
.dialog-nav-num{
position: absolute;
top: 12px;
right: 18px;
background-color: #f54718;
font-size: 13px;
padding: 2px 6px;
border-radius: 10px;
color: #FCFCFC;
width: 30px;
text-align: center;
}
.dialogNoContent{
margin: 0 auto;
color: #ddd;
font-weight: bold;
font-size: 15px;
padding: 100px 250px;
}
#panel_content .TableList,
#panel_content .TableHeader{
max-width: 700px;
}
|
Aptana Jaxer/public/demo/Oa/static/theme/15/portal_dialog.css
|
.dialogPanel{
height: auto;
background-color: #fff;
position: absolute;
z-index: 999;
top: 0;
box-shadow: 1px 1px 15px 3px;
}
.dialogNav{
overflow: auto;
width: 180px;
/*min-height: 300px;*/
background-color: #2b3142;
height: 100%;
float: left;
position: absolute;
}
.dialog-nav-title{
padding: 15px 10px;
overflow: hidden;
font-weight: bold;
color: #fff;
font-size: 13px;
position: relative;
}
.dialog-nav-title:hover{
cursor: pointer;
color: #fff;
background-color: #3d4457;
}
.dialog-nav-title.active{
background-color: #fff;
cursor: pointer;
color: #333;
}
.dialogContent{
margin-left: 180px;
min-width: 550px;
position: relative;
}
.dialogContent .head{
height: 26px;
line-height: 26px;
padding: 10px 0 10px 10px;
font-size: 16px;
font-weight: bold;
overflow: hidden;
}
a.title{
color: #333;
}
.dialogContent .close{
float: right;
position: relative;
width: 30px;
height: 24px;
margin-top: -2px;
margin-right: 10px;
}
@font-face {font-family: 'iconfont';
src: url('iconfont/iconfont.eot'); /* IE9*/
src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
url('iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('iconfont/iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */
}
#panel_close{
font-family: "iconfont" !important;
font-size: 16px;
color: #2b3142;
text-align: center;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
#panel_close:hover{
color: #f54718;
cursor: pointer;
}
.iconfont.openTitle{
font-family: "iconfont" !important;
font-size: 22px;
color: #2b3142;
font-style: normal;
position: absolute;
top: 10px;
right: 45px;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
div a.title:hover,.openTitle:hover{
color: #7ba7fe;
cursor: pointer;
}
.dialogContent .close:hover{
background-position: center -24px;
}
.dialogContent .content{
overflow: auto;
margin: 0 10px 10px 10px;
}
.dialog-nav-num{
position: absolute;
top: 12px;
right: 18px;
background-color: #f54718;
font-size: 13px;
padding: 2px 6px;
border-radius: 10px;
color: #FCFCFC;
width: 30px;
text-align: center;
}
.dialogNoContent{
margin: 0 auto;
color: #ddd;
font-weight: bold;
font-size: 15px;
padding: 100px 250px;
}
#panel_content .TableList,
#panel_content .TableHeader{
max-width: 700px;
}
| 0.404507 | 0.054024 |
html {
scroll-behavior: smooth;
}
body {
font-family: "Noto Sans KR", sans-serif;
background-color: #eaedf0;
}
a:hover {
text-decoration: none;
}
/* v3 home */
.name {
padding-left: 3%;
border-left: 4px solid #007bff;
}
/*20*/
.hi-text {
font-size: 30px;
}
/*60*/
.name-text {
font-size: 70px;
}
/*25*/
.pro-text {
font-size: 30px;
}
.btn-intro {
padding-left: 3%;
padding-bottom: 10%;
}
.social {
padding-left: 5%;
}
.btn-know {
padding: 2% 5% 2% 5%;
border-radius: 50px !important;
cursor: pointer;
font-size: 18px;
font-weight: 500 !important;
border: 2px solid;
}
.social-icon {
padding: 2%;
background-color: #f9fafc !important;
color: #007bff !important;
border: 1px solid #007bff;
border-radius: 50%;
transition: 0.3s;
}
.social-icon:hover {
background-color: #007bff !important;
color: #f9fafc !important;
border: 1px solid #007bff;
}
.intro {
padding: 8% 0 8% 0;
}
.name-container {
padding-left: 15%;
}
/*w=300px,h=300*/
.profile {
padding: 1%;
border: 1px solid #f9fafc;
width: 350px;
height: 355px;
}
.profile:hover {
-webkit-filter: grayscale(0);
filter: none;
}
@media only screen and (max-width: 768px) {
.name-container {
padding-left: 10%;
}
.profile {
width: 220px;
height: 220px;
}
.hi-text {
font-size: 15px;
}
.name-text {
font-size: 2.5rem;
}
.pro-text {
font-size: 1.25rem;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.name-container {
padding-left: 20%;
}
}
/* v3 about */
.about-back {
background-color: #dce6f1;
}
.about {
padding-top: 3% !important;
padding-bottom: 3% !important;
}
.about-content {
padding-left: 10% !important;
font-size: 17px;
line-height: 200%;
}
.about-skill {
padding-right: 10% !important;
}
.contact-btn {
padding: 1.5%;
padding-left: 2%;
padding-right: 2%;
font-size: 17px;
border: 1px solid #007bff;
border-radius: 5%;
border-radius: 10px !important;
}
.contact-btn:hover {
color: #007bff !important;
}
.progress {
background-color: #f9fafc !important;
}
@media only screen and (max-width: 768px) {
.about-content {
padding-left: 5% !important;
padding-right: 5% !important;
}
.about-skill {
padding-left: 5% !important;
padding-right: 5% !important;
}
.about {
padding-top: 5% !important;
padding-bottom: 5% !important;
}
}
/* v3 projects */
.bg-pro {
padding: 0 !important;
opacity: 0.9;
}
.bg-pro img {
height: 300px;
width: 100%;
border-radius: 0.5rem !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.content-pro {
height: 300px;
background-color: #e5e4e2 !important;
border-top-right-radius: 0.5rem !important;
border-bottom-right-radius: 0.5rem !important;
}
.content-pro-top {
color: #3a3b3c !important;
height: 80%;
}
.pro-github {
color: #3a3b3c !important;
}
.pro:hover .pro-btn {
background-color: #3498db !important;
color: #f9fafc;
}
@media only screen and (max-width: 767px) {
.bg-pro {
opacity: 0.3;
position: relative;
}
.pro {
margin-left: 10% !important;
margin-right: 10% !important;
}
.bg-pro img {
height: 250px;
border-radius: 0.5rem !important;
}
.content-pro {
height: 250px;
background-color: transparent !important;
position: absolute;
top: 8px;
}
.content-pro-top {
height: 80%;
color: #6c757d;
}
.card-text {
color: #343a40;
}
.pro:hover .content-pro {
background-color: transparent !important;
color: #f9fafc;
}
.pro:hover .pro-btn {
color: #f9fafc;
}
.pro:hover .bg-pro {
opacity: 0.3;
}
}
/* v3 experience */
#experience {
}
#nav-pills-out {
border-left: 1px solid #007bff;
}
.nav-pills .nav-link {
}
.nav-pills .active {
padding-left: 20%;
color: #818181 !important;
background-color: transparent !important;
}
.nav-pills .active::before {
padding-left: 8%;
content: "▹";
position: absolute;
left: 0px;
color: #007bff;
}
.tab-pane {
}
.ex {
list-style-type: none;
line-height: 180%;
}
.ex .ex-item {
padding-left: 30px;
padding-top: 4%;
}
.ex-item::before {
padding-left: 8%;
content: "▹";
position: absolute;
left: 0px;
color: #007bff;
}
.ex-ol {
list-style-type: decimal-leading-zero;
padding-top: 7%;
}
.ex-ol .ex-ol-li {
padding-bottom: 3%;
}
.ex-ol-ul {
max-width: 100%;
list-style-type: none;
padding-left: 0;
}
.ex-ol-ul li {
max-width: 100%;
padding-left: 10%;
}
.ex-ol-item::before {
padding-left: 15%;
content: "▹";
position: absolute;
left: 0px;
color: #007bff;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.ex-ol {
list-style-type: decimal-leading-zero;
padding-left: 15% !important;
padding-right: 15% !important;
}
.ex-ol-item::before {
padding-left: 17%;
content: "▹";
}
}
/* v3 education */
.education-back {
background-color: #e1e0e5;
}
.v-center {
display: flex;
align-items: center;
}
.edu {
width: 100%;
padding: 0;
}
.edu-item {
padding-right: 8%;
list-style: none;
}
.edu-item::before {
content: "\25C3";
position: absolute;
right: 0px;
}
.edu-img {
width: 100%;
}
@media only screen and (max-width: 768px) {
.edu-item::before {
padding: 0%;
content: "▹";
position: absolute;
left: 30px;
}
.edu-item {
padding-left: 5%;
list-style: none;
padding-right: 2%;
}
.edu-img {
width: 100%;
height: 400px;
}
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
.edu-item::before {
padding: 0%;
padding-left: 18%;
content: "▹";
position: absolute;
left: 0px;
}
.edu-item {
padding-right: 18%;
padding-left: 18%;
list-style: none;
}
.edu-img {
width: 100%;
height: 400px;
}
}
/* v3 Achievements */
.achievements-back {
background-color: #dce6f1;
}
.achiv-card:hover {
filter: grayscale(100%);
}
.achiv-card {
height: 300px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.achiv {
min-height: 40%;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
transition: 0.3s;
transition: ease-in-out 0.4s;
border-radius: 0.25rem !important;
}
.achiv-out {
max-width: 35% !important;
}
.achiv-head {
color: #3a3b3c !important;
}
@media only screen and (max-width: 768px) {
.achiv-out {
max-width: 100% !important;
}
}
/* v3 contact */
#contact {
font-size: 17px;
}
|
static/css/v3/v3.css
|
html {
scroll-behavior: smooth;
}
body {
font-family: "Noto Sans KR", sans-serif;
background-color: #eaedf0;
}
a:hover {
text-decoration: none;
}
/* v3 home */
.name {
padding-left: 3%;
border-left: 4px solid #007bff;
}
/*20*/
.hi-text {
font-size: 30px;
}
/*60*/
.name-text {
font-size: 70px;
}
/*25*/
.pro-text {
font-size: 30px;
}
.btn-intro {
padding-left: 3%;
padding-bottom: 10%;
}
.social {
padding-left: 5%;
}
.btn-know {
padding: 2% 5% 2% 5%;
border-radius: 50px !important;
cursor: pointer;
font-size: 18px;
font-weight: 500 !important;
border: 2px solid;
}
.social-icon {
padding: 2%;
background-color: #f9fafc !important;
color: #007bff !important;
border: 1px solid #007bff;
border-radius: 50%;
transition: 0.3s;
}
.social-icon:hover {
background-color: #007bff !important;
color: #f9fafc !important;
border: 1px solid #007bff;
}
.intro {
padding: 8% 0 8% 0;
}
.name-container {
padding-left: 15%;
}
/*w=300px,h=300*/
.profile {
padding: 1%;
border: 1px solid #f9fafc;
width: 350px;
height: 355px;
}
.profile:hover {
-webkit-filter: grayscale(0);
filter: none;
}
@media only screen and (max-width: 768px) {
.name-container {
padding-left: 10%;
}
.profile {
width: 220px;
height: 220px;
}
.hi-text {
font-size: 15px;
}
.name-text {
font-size: 2.5rem;
}
.pro-text {
font-size: 1.25rem;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.name-container {
padding-left: 20%;
}
}
/* v3 about */
.about-back {
background-color: #dce6f1;
}
.about {
padding-top: 3% !important;
padding-bottom: 3% !important;
}
.about-content {
padding-left: 10% !important;
font-size: 17px;
line-height: 200%;
}
.about-skill {
padding-right: 10% !important;
}
.contact-btn {
padding: 1.5%;
padding-left: 2%;
padding-right: 2%;
font-size: 17px;
border: 1px solid #007bff;
border-radius: 5%;
border-radius: 10px !important;
}
.contact-btn:hover {
color: #007bff !important;
}
.progress {
background-color: #f9fafc !important;
}
@media only screen and (max-width: 768px) {
.about-content {
padding-left: 5% !important;
padding-right: 5% !important;
}
.about-skill {
padding-left: 5% !important;
padding-right: 5% !important;
}
.about {
padding-top: 5% !important;
padding-bottom: 5% !important;
}
}
/* v3 projects */
.bg-pro {
padding: 0 !important;
opacity: 0.9;
}
.bg-pro img {
height: 300px;
width: 100%;
border-radius: 0.5rem !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.content-pro {
height: 300px;
background-color: #e5e4e2 !important;
border-top-right-radius: 0.5rem !important;
border-bottom-right-radius: 0.5rem !important;
}
.content-pro-top {
color: #3a3b3c !important;
height: 80%;
}
.pro-github {
color: #3a3b3c !important;
}
.pro:hover .pro-btn {
background-color: #3498db !important;
color: #f9fafc;
}
@media only screen and (max-width: 767px) {
.bg-pro {
opacity: 0.3;
position: relative;
}
.pro {
margin-left: 10% !important;
margin-right: 10% !important;
}
.bg-pro img {
height: 250px;
border-radius: 0.5rem !important;
}
.content-pro {
height: 250px;
background-color: transparent !important;
position: absolute;
top: 8px;
}
.content-pro-top {
height: 80%;
color: #6c757d;
}
.card-text {
color: #343a40;
}
.pro:hover .content-pro {
background-color: transparent !important;
color: #f9fafc;
}
.pro:hover .pro-btn {
color: #f9fafc;
}
.pro:hover .bg-pro {
opacity: 0.3;
}
}
/* v3 experience */
#experience {
}
#nav-pills-out {
border-left: 1px solid #007bff;
}
.nav-pills .nav-link {
}
.nav-pills .active {
padding-left: 20%;
color: #818181 !important;
background-color: transparent !important;
}
.nav-pills .active::before {
padding-left: 8%;
content: "▹";
position: absolute;
left: 0px;
color: #007bff;
}
.tab-pane {
}
.ex {
list-style-type: none;
line-height: 180%;
}
.ex .ex-item {
padding-left: 30px;
padding-top: 4%;
}
.ex-item::before {
padding-left: 8%;
content: "▹";
position: absolute;
left: 0px;
color: #007bff;
}
.ex-ol {
list-style-type: decimal-leading-zero;
padding-top: 7%;
}
.ex-ol .ex-ol-li {
padding-bottom: 3%;
}
.ex-ol-ul {
max-width: 100%;
list-style-type: none;
padding-left: 0;
}
.ex-ol-ul li {
max-width: 100%;
padding-left: 10%;
}
.ex-ol-item::before {
padding-left: 15%;
content: "▹";
position: absolute;
left: 0px;
color: #007bff;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.ex-ol {
list-style-type: decimal-leading-zero;
padding-left: 15% !important;
padding-right: 15% !important;
}
.ex-ol-item::before {
padding-left: 17%;
content: "▹";
}
}
/* v3 education */
.education-back {
background-color: #e1e0e5;
}
.v-center {
display: flex;
align-items: center;
}
.edu {
width: 100%;
padding: 0;
}
.edu-item {
padding-right: 8%;
list-style: none;
}
.edu-item::before {
content: "\25C3";
position: absolute;
right: 0px;
}
.edu-img {
width: 100%;
}
@media only screen and (max-width: 768px) {
.edu-item::before {
padding: 0%;
content: "▹";
position: absolute;
left: 30px;
}
.edu-item {
padding-left: 5%;
list-style: none;
padding-right: 2%;
}
.edu-img {
width: 100%;
height: 400px;
}
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
.edu-item::before {
padding: 0%;
padding-left: 18%;
content: "▹";
position: absolute;
left: 0px;
}
.edu-item {
padding-right: 18%;
padding-left: 18%;
list-style: none;
}
.edu-img {
width: 100%;
height: 400px;
}
}
/* v3 Achievements */
.achievements-back {
background-color: #dce6f1;
}
.achiv-card:hover {
filter: grayscale(100%);
}
.achiv-card {
height: 300px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.achiv {
min-height: 40%;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
transition: 0.3s;
transition: ease-in-out 0.4s;
border-radius: 0.25rem !important;
}
.achiv-out {
max-width: 35% !important;
}
.achiv-head {
color: #3a3b3c !important;
}
@media only screen and (max-width: 768px) {
.achiv-out {
max-width: 100% !important;
}
}
/* v3 contact */
#contact {
font-size: 17px;
}
| 0.409811 | 0.068102 |
/* related div */
#related {
margin: auto;
width: 1200px;
min-width: 1200px;
max-width: 1200px;
}
/* Related inner div */
#related-rp {
width: 95%;
margin: 0 auto;
position: relative;
}
#rp-title {
font-size: var(--h5--size);
padding: 20px;
color: var( --text--color);
}
#rp-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1;
}
/* Both RP and YO styling */
/* set of card */
.rp-cardrow {
overflow-x: auto;
/* overflow-y: hidden; */
-webkit-overflow-scrolling: touch;
white-space: nowrap;
}
.rp-card {
border: 1px solid var(--primary--dark);
border-radius: 25px;
width: 260px;
min-width: 260px;
height: 375px;
display: inline;
margin-right: 30px;
background-color: var(--primary--dark);
overflow:hidden;
}
/* Add out outfit card itself*/
#outfit-card {
width:260px;
min-width:260px;
height: 375px;
color: var( --text--color);
font-size: var(--h5--size);
}
#outfit-card-text {
position:relative;
top: 70%;
}
.rp-prev {
border: 1.5px solid var(--second--color);
color: var(--second--color);
border-radius: 0.8em;
width: 1.5em;
max-width: 1.5em;
min-width: 1.5em;
font-size: 1.5em;
background: var(--primary--color);
}
.rp-next {
border: 1.px solid var(--second--color);
color: var(--second--color);
border-radius: 0.8em;
width: 1.5em;
max-width: 1.5em;
min-width: 1.5em;
font-size: 1.5em;
background: var(--primary--color);
box-shadow: 0px 3px 10px var(--primary--dark);
}
.sub-card-img{
background-color:var(--primary--light);
position:relative;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
z-index: 2;
}
.rp-card-img {
/* margin-left: 30px;
margin-right:30px;
margin-top: 30px;
margin-bottom: 30px; */
/* margin-top: 10px; */
/* padding: 10px; */
height: 260px;
/* width: 200px; */
/* background-size: contain; */
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
/* overflow: hidden; */
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
#rp-action-button{
width: 20px;
height: 20px;
/* border-radius: 50%;
border: 2px solid #666; */
border: none;
background: transparent;
position: absolute;
top: 5px;
right: 15px;
text-align:center;
line-height: 20px;
font-size: 20px;
-webkit-text-stroke: 2px var(--second--color);
-webkit-text-fill-color: transparent;
}
.rp-cardrow {
display: flex;
align-items: center;
list-style: none;
max-width: 100%;
overflow-x: scroll;
scroll-behavior: smooth;
z-index: 2;
}
#category {
padding: 5px 5px 0px;
margin-left: 8px;
margin-top: 3px;
color: var( --text--color);
font-size : var(--b3--size);
font-weight: 300;
}
#name {
padding: 3px 5px 0px;
margin-left: 8px;
color: var( --text--color);
font-size : var(--b2--size);
}
#rp-origin-price {
padding: 5px 5px 8px 5px;
margin-left: 8px;
color: var( --text--color);
font-size : var(--b3--size);
font-weight: 400;
}
.rp-allprice {
padding: 5px 5px 8px 5px;
margin-left: 8px;
font-weight: 300;
}
#rp-origin-price-dup {
text-decoration: line-through;
display: inline;
color: var( --text--color);
font-size : var(--b3--size);
margin-left: 5px;
font-weight: 300;
}
#rp-sale-price {
color: var( --second--color);
display: inline;
font-size : var(--b3--size);
font-weight: 400;
}
/* for stars */
.sub-card-no-star {
display: inline-block;
padding: 5px;
margin-left: 8px;
line-height: 1;
color: var(--second--light);
text-decoration:underline;
}
/* RP Comparison Modal */
#modal-title {
text-align: left;
padding: 5px;
margin-left: 8px;
color: var(--second--color);
font-size: var(--b1--size);
}
.rp-comparison-modal{
max-height: 350px;
width: auto;
display:flex;
align-items: self-end;
justify-content:center;
/* position: element(rp-card);
transform: translateY(-30%); */
}
.rp-sub-modal{
margin: 0 auto;
text-align:center;
max-width: 100%;
border: 1px solid black;
border-radius: 20px;
opacity: 1;
background-color: var(--primary--light);
position:absolute;
white-space: nowrap;
scroll-behavior: smooth;
color: black;
padding: 10px;
z-index: 1000;
}
.rp-table{
margin-left: auto;
margin-right: auto;
border-collapse: separate;
border-spacing: 2px;
width: 90%;
border: none;
align-items: center;
margin-bottom: 10px;
table-layout: auto;
}
thead {
position: relative;
background-color: var(--primary-light);
color: var(--text--color);
font-size: var(--b2--size);
}
thead th {
padding: 3px;
font-weight: 400;
}
tbody {
color: var(--text--color);
font-size: var(--b3--size);
font-weight: 400;
padding: 1px;
}
tbody td {
padding: 2px;
}
tbody .fas {
-webkit-text-stroke: 1px var(--text--color);
-webkit-background-clip: text;
-webkit-text-fill-color: var(--text--color);
}
tbody tr:nth-child(even) {
background-color: var(--primary--light)
}
tbody tr:nth-child(odd) {
background-color: var(--primary--color)
}
#yo-image {
display: inline-block;
object-fit: cover;
display: flex;
width: 200px;
border-style: groove;
height: 280px;
margin: 1rem;
color: var(--primary--color);
}
#yo-button {
text-align: center;
vertical-align: middle;
line-height: 300px;
margin: auto;
font-size: 10em;
color: var(--second--color)
}
#yo-action-button{
width: 20px;
height: 20px;
border-radius: 50%;
color: var(--second--color);
border: none;
background: transparent;
position: absolute;
top: 5px;
right: 15px;
text-align:center;
line-height: 20px;
font-size: 20px;
}
/* Additional Images*/
.additional-images {
display: flex;
justify-content: center;
width: 100%;
height: 45px;
margin-top: -50px;
z-index: 1;
position: absolute;
padding: 0;
}
.thumbnail {
width: 100%;
background-position: center;
background-repeat: no-repeat;
max-width: 40px;
margin: 0 2px;
border-radius: 10%;
border: 2px solid var(--primary--light);
}
.thumbnail:hover {
border-color:var(--second--color);
}
.rp-prev-mini {
border: 1.px solid var(--second--color);
color: var(--second--color);
border-radius: 0.5em;
width: 1em;
max-width: 1em;
min-width: 1em;
max-height: 1em;
min-height: 1em;
font-size: 1em;
background: var(--primary--color);
box-shadow: 0px 3px 10px var(--primary--dark);
position: absolute;
top: 20px;
left: 10px;
text-align:center;
margin: auto;
padding: 0;
}
.rp-next-mini {
border: 1.px solid var(--second--color);
color: var(--second--color);
border-radius: 0.5em;
width: 1em;
max-width: 1em;
min-width: 1em;
max-height: 1em;
min-height: 1em;
font-size: 1em;
background: var(--primary--color);
box-shadow: 0px 3px 10px var(--primary--dark);
position: absolute;
top: 20px;
right: 10px;
display: inline-block;
text-align: center;
margin: auto;
padding: 0;
}
|
client/dist/related-style.css
|
/* related div */
#related {
margin: auto;
width: 1200px;
min-width: 1200px;
max-width: 1200px;
}
/* Related inner div */
#related-rp {
width: 95%;
margin: 0 auto;
position: relative;
}
#rp-title {
font-size: var(--h5--size);
padding: 20px;
color: var( --text--color);
}
#rp-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1;
}
/* Both RP and YO styling */
/* set of card */
.rp-cardrow {
overflow-x: auto;
/* overflow-y: hidden; */
-webkit-overflow-scrolling: touch;
white-space: nowrap;
}
.rp-card {
border: 1px solid var(--primary--dark);
border-radius: 25px;
width: 260px;
min-width: 260px;
height: 375px;
display: inline;
margin-right: 30px;
background-color: var(--primary--dark);
overflow:hidden;
}
/* Add out outfit card itself*/
#outfit-card {
width:260px;
min-width:260px;
height: 375px;
color: var( --text--color);
font-size: var(--h5--size);
}
#outfit-card-text {
position:relative;
top: 70%;
}
.rp-prev {
border: 1.5px solid var(--second--color);
color: var(--second--color);
border-radius: 0.8em;
width: 1.5em;
max-width: 1.5em;
min-width: 1.5em;
font-size: 1.5em;
background: var(--primary--color);
}
.rp-next {
border: 1.px solid var(--second--color);
color: var(--second--color);
border-radius: 0.8em;
width: 1.5em;
max-width: 1.5em;
min-width: 1.5em;
font-size: 1.5em;
background: var(--primary--color);
box-shadow: 0px 3px 10px var(--primary--dark);
}
.sub-card-img{
background-color:var(--primary--light);
position:relative;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
z-index: 2;
}
.rp-card-img {
/* margin-left: 30px;
margin-right:30px;
margin-top: 30px;
margin-bottom: 30px; */
/* margin-top: 10px; */
/* padding: 10px; */
height: 260px;
/* width: 200px; */
/* background-size: contain; */
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
/* overflow: hidden; */
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
#rp-action-button{
width: 20px;
height: 20px;
/* border-radius: 50%;
border: 2px solid #666; */
border: none;
background: transparent;
position: absolute;
top: 5px;
right: 15px;
text-align:center;
line-height: 20px;
font-size: 20px;
-webkit-text-stroke: 2px var(--second--color);
-webkit-text-fill-color: transparent;
}
.rp-cardrow {
display: flex;
align-items: center;
list-style: none;
max-width: 100%;
overflow-x: scroll;
scroll-behavior: smooth;
z-index: 2;
}
#category {
padding: 5px 5px 0px;
margin-left: 8px;
margin-top: 3px;
color: var( --text--color);
font-size : var(--b3--size);
font-weight: 300;
}
#name {
padding: 3px 5px 0px;
margin-left: 8px;
color: var( --text--color);
font-size : var(--b2--size);
}
#rp-origin-price {
padding: 5px 5px 8px 5px;
margin-left: 8px;
color: var( --text--color);
font-size : var(--b3--size);
font-weight: 400;
}
.rp-allprice {
padding: 5px 5px 8px 5px;
margin-left: 8px;
font-weight: 300;
}
#rp-origin-price-dup {
text-decoration: line-through;
display: inline;
color: var( --text--color);
font-size : var(--b3--size);
margin-left: 5px;
font-weight: 300;
}
#rp-sale-price {
color: var( --second--color);
display: inline;
font-size : var(--b3--size);
font-weight: 400;
}
/* for stars */
.sub-card-no-star {
display: inline-block;
padding: 5px;
margin-left: 8px;
line-height: 1;
color: var(--second--light);
text-decoration:underline;
}
/* RP Comparison Modal */
#modal-title {
text-align: left;
padding: 5px;
margin-left: 8px;
color: var(--second--color);
font-size: var(--b1--size);
}
.rp-comparison-modal{
max-height: 350px;
width: auto;
display:flex;
align-items: self-end;
justify-content:center;
/* position: element(rp-card);
transform: translateY(-30%); */
}
.rp-sub-modal{
margin: 0 auto;
text-align:center;
max-width: 100%;
border: 1px solid black;
border-radius: 20px;
opacity: 1;
background-color: var(--primary--light);
position:absolute;
white-space: nowrap;
scroll-behavior: smooth;
color: black;
padding: 10px;
z-index: 1000;
}
.rp-table{
margin-left: auto;
margin-right: auto;
border-collapse: separate;
border-spacing: 2px;
width: 90%;
border: none;
align-items: center;
margin-bottom: 10px;
table-layout: auto;
}
thead {
position: relative;
background-color: var(--primary-light);
color: var(--text--color);
font-size: var(--b2--size);
}
thead th {
padding: 3px;
font-weight: 400;
}
tbody {
color: var(--text--color);
font-size: var(--b3--size);
font-weight: 400;
padding: 1px;
}
tbody td {
padding: 2px;
}
tbody .fas {
-webkit-text-stroke: 1px var(--text--color);
-webkit-background-clip: text;
-webkit-text-fill-color: var(--text--color);
}
tbody tr:nth-child(even) {
background-color: var(--primary--light)
}
tbody tr:nth-child(odd) {
background-color: var(--primary--color)
}
#yo-image {
display: inline-block;
object-fit: cover;
display: flex;
width: 200px;
border-style: groove;
height: 280px;
margin: 1rem;
color: var(--primary--color);
}
#yo-button {
text-align: center;
vertical-align: middle;
line-height: 300px;
margin: auto;
font-size: 10em;
color: var(--second--color)
}
#yo-action-button{
width: 20px;
height: 20px;
border-radius: 50%;
color: var(--second--color);
border: none;
background: transparent;
position: absolute;
top: 5px;
right: 15px;
text-align:center;
line-height: 20px;
font-size: 20px;
}
/* Additional Images*/
.additional-images {
display: flex;
justify-content: center;
width: 100%;
height: 45px;
margin-top: -50px;
z-index: 1;
position: absolute;
padding: 0;
}
.thumbnail {
width: 100%;
background-position: center;
background-repeat: no-repeat;
max-width: 40px;
margin: 0 2px;
border-radius: 10%;
border: 2px solid var(--primary--light);
}
.thumbnail:hover {
border-color:var(--second--color);
}
.rp-prev-mini {
border: 1.px solid var(--second--color);
color: var(--second--color);
border-radius: 0.5em;
width: 1em;
max-width: 1em;
min-width: 1em;
max-height: 1em;
min-height: 1em;
font-size: 1em;
background: var(--primary--color);
box-shadow: 0px 3px 10px var(--primary--dark);
position: absolute;
top: 20px;
left: 10px;
text-align:center;
margin: auto;
padding: 0;
}
.rp-next-mini {
border: 1.px solid var(--second--color);
color: var(--second--color);
border-radius: 0.5em;
width: 1em;
max-width: 1em;
min-width: 1em;
max-height: 1em;
min-height: 1em;
font-size: 1em;
background: var(--primary--color);
box-shadow: 0px 3px 10px var(--primary--dark);
position: absolute;
top: 20px;
right: 10px;
display: inline-block;
text-align: center;
margin: auto;
padding: 0;
}
| 0.241221 | 0.065695 |
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: 1.5;
color: black;
background-image: url('./images/Sunflower-blue-sky-moon_1920x1440.jpg');
width: auto;
height: auto;
background-repeat: no-repeat;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.list {
margin: 0;
padding-left: 20px;
font-size: 18px;
}
a {
text-decoration: none;
color: inherit;
}
h1 {
text-align: center;
}
h2,
h3,
p {
margin: 0;
}
.search-form {
display: flex;
justify-content: center;
padding: 8px;
margin-bottom: 24px;
}
.button {
display: block;
margin-left: auto;
margin-right: auto;
padding: 8px 15px 8px 15px;
color: black;
background-color: darkgreen;
border-radius: 10px;
border: 1px solid green;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.button:hover,
.button:focus {
cursor: pointer;
background-color: green;
border: 1px solid green;
box-shadow: 0 13px 18px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.button.is-hidden {
display: none;
}
.button > .spinner.is-hidden {
display: none;
}
.gallery {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 20px;
padding: 0;
margin: 0;
list-style: none;
max-width: calc(100vw - 80px);
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.gallery img {
display: block;
width: 100%;
height: 200px;
object-fit: cover;
}
.info {
/* display: flex; */
align-items: center;
justify-content: space-between;
margin-top: 10px;
}
.info-item {
display: flex;
justify-content: first baseline;
}
.icons {
margin-right: 10px;
}
#btn-back-to-top {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
background-color: green;
color: black;
cursor: pointer;
padding: 10px 17px;
border-radius: 50%;
font-size: 18px;
text-align: center;
}
|
src/style.css
|
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: 1.5;
color: black;
background-image: url('./images/Sunflower-blue-sky-moon_1920x1440.jpg');
width: auto;
height: auto;
background-repeat: no-repeat;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.list {
margin: 0;
padding-left: 20px;
font-size: 18px;
}
a {
text-decoration: none;
color: inherit;
}
h1 {
text-align: center;
}
h2,
h3,
p {
margin: 0;
}
.search-form {
display: flex;
justify-content: center;
padding: 8px;
margin-bottom: 24px;
}
.button {
display: block;
margin-left: auto;
margin-right: auto;
padding: 8px 15px 8px 15px;
color: black;
background-color: darkgreen;
border-radius: 10px;
border: 1px solid green;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.button:hover,
.button:focus {
cursor: pointer;
background-color: green;
border: 1px solid green;
box-shadow: 0 13px 18px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.button.is-hidden {
display: none;
}
.button > .spinner.is-hidden {
display: none;
}
.gallery {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 20px;
padding: 0;
margin: 0;
list-style: none;
max-width: calc(100vw - 80px);
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.gallery img {
display: block;
width: 100%;
height: 200px;
object-fit: cover;
}
.info {
/* display: flex; */
align-items: center;
justify-content: space-between;
margin-top: 10px;
}
.info-item {
display: flex;
justify-content: first baseline;
}
.icons {
margin-right: 10px;
}
#btn-back-to-top {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
background-color: green;
color: black;
cursor: pointer;
padding: 10px 17px;
border-radius: 50%;
font-size: 18px;
text-align: center;
}
| 0.411702 | 0.08438 |
@charset "utf-8";
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
}
*:focus {
outline: none;
}
.css {
-webkit-user-select: none;
/*禁止ios和android用户选中文字*/
-webkit-touch-callout: none;
/*禁止ios 长按时不触发系统的菜单,禁止ios&android长按时下载图片*/
}
a {
text-decoration: none;
}
ul,
ol,
li {
list-style: none;
}
input,
textarea {
-webkit-appearance: none;
/*去除系统默认的样式*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-modify: read-write-plaintext-only;
}
a,
button {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
height: 100%;
font-size: 100%;
}
body {
width: 100%;
font-size: 0.1rem;
-webkit-touch-callout: none;
font-family: -apple-system-font, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "STHeitiSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.content {
width: 100%;
height: 100%;
overflow: hidden;
display: -webkit-flex;
-webkit-flex-direction: column;
}
/*<----------------------------------header部分------------------------------------>*/
.header {
width: 100%;
height: 2.5rem;
background: #000000;
text-align: center;
position: relative;
}
.header span {
color: #fff;
font-size: 1.2rem;
line-height: 2.5rem;
}
.header .a_back {
position: absolute;
left: 0.6rem;
top: 2rem;
margin-top: -1.2rem;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
outline: none;
}
.header .a_back:before {
content: "";
border: 0.1rem solid transparent;
border-left-color: #ffffff;
border-bottom-color: #ffffff;
display: inline-block;
width: 0.7rem;
height: 0.7rem;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
/*<----------------------------------section部分------------------------------------>*/
.Guess1_section {
width: 100%;
-webkit-flex: 1;
overflow-y: auto;
background: #f5f5f5;
}
.Guess1_section .count_box {
width: 100%;
height: 12rem;
background: url(../images/Guess_bg.png) no-repeat center / 100% 100%;
color: #fff;
}
.Guess1_section .count_box ul {
width: 100%;
height: 12rem;
padding: 0rem 1rem;
}
.Guess1_section .count_box ul li {
text-align: center;
float: left;
}
.Guess1_section .count_box ul li:nth-child(2) {
width: 35%;
}
.Guess1_section .count_box ul li:nth-child(2) p {
margin-top: 2.5rem;
}
.Guess1_section .count_box ul li:nth-child(2) p img {
width: 7.66rem;
}
.Guess1_section .count_box ul li:nth-child(2n-1) {
width: 31%;
margin-top: 4rem;
}
.Guess1_section .count_box ul li:nth-child(2n-1) p {
font-size: 1rem;
}
.Guess1_section .count_box ul li:nth-child(2n-1) p img {
width: 2.8rem;
}
.Guess1_section .count_box ul li:nth-child(2n-1) p:nth-child(1) {
margin-bottom: 0.5rem;
}
.Guess1_section .Progress {
width: 100%;
border-bottom: 3px solid #dcdddd;
padding: 1rem;
}
.Guess1_section .Progress .p_list {
position: relative;
}
.Guess1_section .Progress .p_list h1 {
font-size: 1rem;
}
.Guess1_section .Progress .p_list h1 span {
float: right;
font-size: 0.8rem;
}
.Guess1_section .Progress .p_list .progress_list {
width: 85%;
height: 1rem;
background: #dcdddd;
box-shadow: none;
margin: 1rem 0;
overflow: visible;
}
.Guess1_section .Progress .p_list .progress_list .progress-bar {
position: relative;
animation: animate-positive 2s;
}
.Guess1_section .Progress .p_list i {
position: absolute;
top: 2rem;
right: 0px;
display: block;
font-size: 1.2rem;
}
@-webkit-keyframes animate-positive {
0% {
width: 0%;
}
}
@keyframes animate-positive {
0% {
width: 0%;
}
}
.Guess1_section .comment {
width: 100%;
padding: 1rem;
}
.Guess1_section .comment h1 {
font-size: 1rem;
border-left: 3px solid #000000;
padding-left: 0.6rem;
margin-bottom: 1rem;
}
.Guess1_section .comment .comment_list {
width: 100%;
}
.Guess1_section .comment .comment_list dl {
width: 100%;
height: auto;
clear: both;
}
.Guess1_section .comment .comment_list dl dt {
width: 15%;
float: left;
display: inline-block;
}
.Guess1_section .comment .comment_list dl dt img {
width: 2.55rem;
}
.Guess1_section .comment .comment_list dl dd {
width: 85%;
float: right;
display: inline-block;
border-bottom: 1px solid #c9c9ca;
padding-bottom: 0.5rem;
margin-bottom: 1.3rem;
}
.Guess1_section .comment .comment_list dl dd h2 {
font-size: 1rem;
font-weight: bold;
margin-bottom: 0.6rem;
}
.Guess1_section .comment .comment_list dl dd h2 span {
float: right;
color: #898989;
}
.Guess1_section .comment .comment_list dl dd p {
font-size: 0.8rem;
}
.Guess1_footer {
width: 100%;
height: 5rem;
padding: 0.8rem 1rem;
position: relative;
}
.Guess1_footer textarea {
width: 78%;
height: 3rem;
border: none;
outline: none;
font-size: 1rem;
resize: none;
}
.Guess1_footer button {
position: absolute;
top: 1.5rem;
right: 1rem;
width: 5rem;
height: 2rem;
font-size: 1rem;
color: #ffffff;
border-radius: 0.5rem;
background: #2373af;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background: -moz-linear-gradient(top, #ff0000 0%, #f3838c 25%, #fdf0f1 50%, #f06570 80%, #ff0000 100%);
background: -webkit-linear-gradient(top, #ff0000 0%, #f3838c 25%, #fdf0f1 50%, #f06570 80%, #ff0000 100%);
background: -o-linear-gradient(top, #ff0000 0%, #f3838c 25%, #fdf0f1 50%, #f06570 80%, #ff0000 100%);
background: -ms-linear-gradient(top, #ff0000 0%, #f3838c 25%, #fdf0f1 50%, #f06570 80%, #ff0000 100%);
background: linear-gradient(to bottom, #ff0000 0%, #f3838c 25%, #fdf0f1 50%, #f06570 80%, #ff0000 100%);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
|
public/show/css/Guess_1.css
|
@charset "utf-8";
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
}
*:focus {
outline: none;
}
.css {
-webkit-user-select: none;
/*禁止ios和android用户选中文字*/
-webkit-touch-callout: none;
/*禁止ios 长按时不触发系统的菜单,禁止ios&android长按时下载图片*/
}
a {
text-decoration: none;
}
ul,
ol,
li {
list-style: none;
}
input,
textarea {
-webkit-appearance: none;
/*去除系统默认的样式*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-modify: read-write-plaintext-only;
}
a,
button {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
height: 100%;
font-size: 100%;
}
body {
width: 100%;
font-size: 0.1rem;
-webkit-touch-callout: none;
font-family: -apple-system-font, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "STHeitiSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.content {
width: 100%;
height: 100%;
overflow: hidden;
display: -webkit-flex;
-webkit-flex-direction: column;
}
/*<----------------------------------header部分------------------------------------>*/
.header {
width: 100%;
height: 2.5rem;
background: #000000;
text-align: center;
position: relative;
}
.header span {
color: #fff;
font-size: 1.2rem;
line-height: 2.5rem;
}
.header .a_back {
position: absolute;
left: 0.6rem;
top: 2rem;
margin-top: -1.2rem;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
outline: none;
}
.header .a_back:before {
content: "";
border: 0.1rem solid transparent;
border-left-color: #ffffff;
border-bottom-color: #ffffff;
display: inline-block;
width: 0.7rem;
height: 0.7rem;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
/*<----------------------------------section部分------------------------------------>*/
.Guess1_section {
width: 100%;
-webkit-flex: 1;
overflow-y: auto;
background: #f5f5f5;
}
.Guess1_section .count_box {
width: 100%;
height: 12rem;
background: url(../images/Guess_bg.png) no-repeat center / 100% 100%;
color: #fff;
}
.Guess1_section .count_box ul {
width: 100%;
height: 12rem;
padding: 0rem 1rem;
}
.Guess1_section .count_box ul li {
text-align: center;
float: left;
}
.Guess1_section .count_box ul li:nth-child(2) {
width: 35%;
}
.Guess1_section .count_box ul li:nth-child(2) p {
margin-top: 2.5rem;
}
.Guess1_section .count_box ul li:nth-child(2) p img {
width: 7.66rem;
}
.Guess1_section .count_box ul li:nth-child(2n-1) {
width: 31%;
margin-top: 4rem;
}
.Guess1_section .count_box ul li:nth-child(2n-1) p {
font-size: 1rem;
}
.Guess1_section .count_box ul li:nth-child(2n-1) p img {
width: 2.8rem;
}
.Guess1_section .count_box ul li:nth-child(2n-1) p:nth-child(1) {
margin-bottom: 0.5rem;
}
.Guess1_section .Progress {
width: 100%;
border-bottom: 3px solid #dcdddd;
padding: 1rem;
}
.Guess1_section .Progress .p_list {
position: relative;
}
.Guess1_section .Progress .p_list h1 {
font-size: 1rem;
}
.Guess1_section .Progress .p_list h1 span {
float: right;
font-size: 0.8rem;
}
.Guess1_section .Progress .p_list .progress_list {
width: 85%;
height: 1rem;
background: #dcdddd;
box-shadow: none;
margin: 1rem 0;
overflow: visible;
}
.Guess1_section .Progress .p_list .progress_list .progress-bar {
position: relative;
animation: animate-positive 2s;
}
.Guess1_section .Progress .p_list i {
position: absolute;
top: 2rem;
right: 0px;
display: block;
font-size: 1.2rem;
}
@-webkit-keyframes animate-positive {
0% {
width: 0%;
}
}
@keyframes animate-positive {
0% {
width: 0%;
}
}
.Guess1_section .comment {
width: 100%;
padding: 1rem;
}
.Guess1_section .comment h1 {
font-size: 1rem;
border-left: 3px solid #000000;
padding-left: 0.6rem;
margin-bottom: 1rem;
}
.Guess1_section .comment .comment_list {
width: 100%;
}
.Guess1_section .comment .comment_list dl {
width: 100%;
height: auto;
clear: both;
}
.Guess1_section .comment .comment_list dl dt {
width: 15%;
float: left;
display: inline-block;
}
.Guess1_section .comment .comment_list dl dt img {
width: 2.55rem;
}
.Guess1_section .comment .comment_list dl dd {
width: 85%;
float: right;
display: inline-block;
border-bottom: 1px solid #c9c9ca;
padding-bottom: 0.5rem;
margin-bottom: 1.3rem;
}
.Guess1_section .comment .comment_list dl dd h2 {
font-size: 1rem;
font-weight: bold;
margin-bottom: 0.6rem;
}
.Guess1_section .comment .comment_list dl dd h2 span {
float: right;
color: #898989;
}
.Guess1_section .comment .comment_list dl dd p {
font-size: 0.8rem;
}
.Guess1_footer {
width: 100%;
height: 5rem;
padding: 0.8rem 1rem;
position: relative;
}
.Guess1_footer textarea {
width: 78%;
height: 3rem;
border: none;
outline: none;
font-size: 1rem;
resize: none;
}
.Guess1_footer button {
position: absolute;
top: 1.5rem;
right: 1rem;
width: 5rem;
height: 2rem;
font-size: 1rem;
color: #ffffff;
border-radius: 0.5rem;
background: #2373af;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background: -moz-linear-gradient(top, #ff0000 0%, #f3838c 25%, #fdf0f1 50%, #f06570 80%, #ff0000 100%);
background: -webkit-linear-gradient(top, #ff0000 0%, #f3838c 25%, #fdf0f1 50%, #f06570 80%, #ff0000 100%);
background: -o-linear-gradient(top, #ff0000 0%, #f3838c 25%, #fdf0f1 50%, #f06570 80%, #ff0000 100%);
background: -ms-linear-gradient(top, #ff0000 0%, #f3838c 25%, #fdf0f1 50%, #f06570 80%, #ff0000 100%);
background: linear-gradient(to bottom, #ff0000 0%, #f3838c 25%, #fdf0f1 50%, #f06570 80%, #ff0000 100%);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
| 0.258326 | 0.052376 |
body {
color: white;
font-family: Helvetica, sans-serif;
}
#runes {
min-height: 400px;
}
.rune {
height: 65px;
width: 65px;
padding: 0px 12px;
cursor: pointer;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.rune:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.runeSelected {
cursor: default;
-webkit-filter: brightness(150%) !important;
filter:brightness(150%) !important;
}
.rune.keystoneRune {
height: 90px;
width: 90px;
padding: 0px;
}
#secondaryRunes, #champions {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.treeSelectorRow {
display: flex;
justify-content: center;
padding: 10px 0px 20px 0px;
}
.runeRow {
display: flex;
justify-content: center;
padding: 12px 0px;
}
.runeTreeIcon {
height: 45px;
width: 45px;
padding: 0px 10px;
cursor: pointer;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.runeTreeIcon:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.runeTreeIconSelected {
cursor: default;
-webkit-filter: brightness(150%) !important;
filter:brightness(150%) !important;
}
.runeContainer {
position: relative; /* All "absolute" positioned children should actually be relative to this element */
}
.runeDetails {
position: absolute;
pointer-events: none;
top: 0;
left: 100px;
width: 250px;
padding: 10px;
border: 1px #999999 solid;
background: #333333;
color: white;
z-index: 100;
opacity: 0;
transition: opacity 0.3s;
}
.runeDetails::before {
border: 12px solid;
border-color: transparent;
border-right-color: #999999;
display: block;
position: absolute;
left: -24px;
top: 18px;
z-index: 10;
content: '';
width: 0;
height: 0;
}
.runeDetails::after {
border: 10px solid;
border-color: transparent;
border-right-color: #333333;
display: block;
position: absolute;
left: -20px;
top: 20px;
z-index: 11;
content: '';
width: 0;
height: 0;
}
.keystoneRune + .runeDetails::before {
top: 28px;
}
.keystoneRune + .runeDetails::after {
top: 30px;
}
.runeName {
font-weight: bold;
margin-bottom: 10px;
}
.runeContainer:hover .runeDetails {
opacity: 0.9;
}
.precisionRune .runeDetails {
background: hsl(32, 29%, 25%);
}
.precisionRune .runeDetails::after {
border-right-color: hsl(32, 29%, 25%);
}
.dominationRune .runeDetails {
background: hsl(353, 26%, 25%);
}
.dominationRune .runeDetails::after {
border-right-color: hsl(353, 26%, 25%);
}
.sorceryRune .runeDetails {
background: hsl(255, 41%, 24%);
}
.sorceryRune .runeDetails::after {
border-right-color: hsl(255, 41%, 24%);
}
.resolveRune .runeDetails {
background: hsl(118, 26%, 24%);
}
.resolveRune .runeDetails::after {
border-right-color: hsl(118, 26%, 24%);
}
.inspirationRune .runeDetails {
background: hsl(191, 26%, 25%);
}
.inspirationRune .runeDetails::after {
border-right-color: hsl(191, 26%, 25%);
}
.champion {
height: 65px;
padding: 0px 12px;
}
.gone {
display: none;
}
.hidden {
visibility: hidden;
}
h1 {
text-align: center;
}
h3 {
color: grey;
text-align: center;
}
h5 {
color: grey;
text-align: center;
font-style: italic;
margin-top: -15px;
}
#about {
margin-left: 15%;
margin-right: 15%;
margin-top: 60px;
}
@media (max-width: 400px) {
#about {
margin-left: 10px;
margin-right: 10px;
}
}
.question {
font-size: 150%;
}
.answer {
font-size: 100%;
color: grey;
}
#disclaimer {
font-size: 70%;
text-align: center;
margin-top: 25px;
}
a {
color: white;
}
|
docs/styles.css
|
body {
color: white;
font-family: Helvetica, sans-serif;
}
#runes {
min-height: 400px;
}
.rune {
height: 65px;
width: 65px;
padding: 0px 12px;
cursor: pointer;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.rune:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.runeSelected {
cursor: default;
-webkit-filter: brightness(150%) !important;
filter:brightness(150%) !important;
}
.rune.keystoneRune {
height: 90px;
width: 90px;
padding: 0px;
}
#secondaryRunes, #champions {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.treeSelectorRow {
display: flex;
justify-content: center;
padding: 10px 0px 20px 0px;
}
.runeRow {
display: flex;
justify-content: center;
padding: 12px 0px;
}
.runeTreeIcon {
height: 45px;
width: 45px;
padding: 0px 10px;
cursor: pointer;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.runeTreeIcon:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.runeTreeIconSelected {
cursor: default;
-webkit-filter: brightness(150%) !important;
filter:brightness(150%) !important;
}
.runeContainer {
position: relative; /* All "absolute" positioned children should actually be relative to this element */
}
.runeDetails {
position: absolute;
pointer-events: none;
top: 0;
left: 100px;
width: 250px;
padding: 10px;
border: 1px #999999 solid;
background: #333333;
color: white;
z-index: 100;
opacity: 0;
transition: opacity 0.3s;
}
.runeDetails::before {
border: 12px solid;
border-color: transparent;
border-right-color: #999999;
display: block;
position: absolute;
left: -24px;
top: 18px;
z-index: 10;
content: '';
width: 0;
height: 0;
}
.runeDetails::after {
border: 10px solid;
border-color: transparent;
border-right-color: #333333;
display: block;
position: absolute;
left: -20px;
top: 20px;
z-index: 11;
content: '';
width: 0;
height: 0;
}
.keystoneRune + .runeDetails::before {
top: 28px;
}
.keystoneRune + .runeDetails::after {
top: 30px;
}
.runeName {
font-weight: bold;
margin-bottom: 10px;
}
.runeContainer:hover .runeDetails {
opacity: 0.9;
}
.precisionRune .runeDetails {
background: hsl(32, 29%, 25%);
}
.precisionRune .runeDetails::after {
border-right-color: hsl(32, 29%, 25%);
}
.dominationRune .runeDetails {
background: hsl(353, 26%, 25%);
}
.dominationRune .runeDetails::after {
border-right-color: hsl(353, 26%, 25%);
}
.sorceryRune .runeDetails {
background: hsl(255, 41%, 24%);
}
.sorceryRune .runeDetails::after {
border-right-color: hsl(255, 41%, 24%);
}
.resolveRune .runeDetails {
background: hsl(118, 26%, 24%);
}
.resolveRune .runeDetails::after {
border-right-color: hsl(118, 26%, 24%);
}
.inspirationRune .runeDetails {
background: hsl(191, 26%, 25%);
}
.inspirationRune .runeDetails::after {
border-right-color: hsl(191, 26%, 25%);
}
.champion {
height: 65px;
padding: 0px 12px;
}
.gone {
display: none;
}
.hidden {
visibility: hidden;
}
h1 {
text-align: center;
}
h3 {
color: grey;
text-align: center;
}
h5 {
color: grey;
text-align: center;
font-style: italic;
margin-top: -15px;
}
#about {
margin-left: 15%;
margin-right: 15%;
margin-top: 60px;
}
@media (max-width: 400px) {
#about {
margin-left: 10px;
margin-right: 10px;
}
}
.question {
font-size: 150%;
}
.answer {
font-size: 100%;
color: grey;
}
#disclaimer {
font-size: 70%;
text-align: center;
margin-top: 25px;
}
a {
color: white;
}
| 0.484624 | 0.103885 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
ul{
list-style: none;
}
.container {
display: flex;
}
.lateral-menu {
background: #000;
color: #fff;
width: 250px;
height: 100vh;
padding: 20px 0;
font-size: 16px;
font-weight: bold;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.lateral-menu ul li {
display: flex;
flex-direction: column;
align-items: center;
margin: 25px 0;
}
.lateral-menu ul li img {
margin-bottom: 10px;
}
.settings {
display: flex;
justify-content: center;
align-items: center;
}
.settings svg{
margin-right: 10px;
}
.content {
background: #f5f6fa;
width: 100%;
}
.card {
background: #fff;
box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
border-radius: 16px;
margin: 0 20px;
height: 132px;
}
.card-small{
width: 240px;
display: flex;
align-items: center;
}
.card-large {
width: 464px;
}
.card .card-content {
display: flex;
justify-content: space-around;
align-items: center;
height: 80px;
width: 100%;
}
.card .card-container {
display: flex;
justify-content: space-around;
align-items: center;
height: 100%;
}
.cards-header {
display: flex;
justify-content: center;
padding: 20px;
}
.card-info h2 {
font-size: 54px;
font-weight: bold;
color: #ffba33;
}
.card-info p{
font-size: 16px;
}
.card-info{
display: flex;
flex-direction: column;
justify-content: center;
}
.card-large .card-container .card-content:first-child{
border-right: 1px solid #111;
}
.table {
margin: 40px;
width: 642px;
height: 450px;
padding: 30px;
background: #fff;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
border-radius: 16px;
text-align: left;
}
.table h5 {
font-weight: bold;
font-size: 18px;
margin-bottom: 10px;
}
.table table th{
border-bottom: 1px solid #5e5e5e;
padding: 10px 0;
}
.table table td{
border-bottom: 1px solid #e9e9e9;
padding: 10px 0;
}
.table table {
margin-top: 30px;
width: 100%;
}
.content-info{
display: flex;
align-items: center;
}
.chart {
display: flex;
align-items: center;
width: 400px;
height: 450px;
background: #fff;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
border-radius: 16px;
}
|
style.css
|
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
ul{
list-style: none;
}
.container {
display: flex;
}
.lateral-menu {
background: #000;
color: #fff;
width: 250px;
height: 100vh;
padding: 20px 0;
font-size: 16px;
font-weight: bold;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.lateral-menu ul li {
display: flex;
flex-direction: column;
align-items: center;
margin: 25px 0;
}
.lateral-menu ul li img {
margin-bottom: 10px;
}
.settings {
display: flex;
justify-content: center;
align-items: center;
}
.settings svg{
margin-right: 10px;
}
.content {
background: #f5f6fa;
width: 100%;
}
.card {
background: #fff;
box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
border-radius: 16px;
margin: 0 20px;
height: 132px;
}
.card-small{
width: 240px;
display: flex;
align-items: center;
}
.card-large {
width: 464px;
}
.card .card-content {
display: flex;
justify-content: space-around;
align-items: center;
height: 80px;
width: 100%;
}
.card .card-container {
display: flex;
justify-content: space-around;
align-items: center;
height: 100%;
}
.cards-header {
display: flex;
justify-content: center;
padding: 20px;
}
.card-info h2 {
font-size: 54px;
font-weight: bold;
color: #ffba33;
}
.card-info p{
font-size: 16px;
}
.card-info{
display: flex;
flex-direction: column;
justify-content: center;
}
.card-large .card-container .card-content:first-child{
border-right: 1px solid #111;
}
.table {
margin: 40px;
width: 642px;
height: 450px;
padding: 30px;
background: #fff;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
border-radius: 16px;
text-align: left;
}
.table h5 {
font-weight: bold;
font-size: 18px;
margin-bottom: 10px;
}
.table table th{
border-bottom: 1px solid #5e5e5e;
padding: 10px 0;
}
.table table td{
border-bottom: 1px solid #e9e9e9;
padding: 10px 0;
}
.table table {
margin-top: 30px;
width: 100%;
}
.content-info{
display: flex;
align-items: center;
}
.chart {
display: flex;
align-items: center;
width: 400px;
height: 450px;
background: #fff;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
border-radius: 16px;
}
| 0.401219 | 0.090816 |
a { color: #0000C0; text-decoration: underline; }
a:hover { text-decoration: underline; background-color: #FFFFFF }
a:active { text-decoration: underline; background-color: #FFFFFF }
body, table { background-color: #EEEEEE; font-family: Verdana, Arial, sans-serif; font-size: 10pt }
p, li { line-height: 140% }
a img { border: 0px; }
dd { margin-left: 0px; padding-left: 1em; }
/* Page layout/boxes */
.info-box {}
.info-box-title { margin: 1em 0em 0em 0em; padding: .25em; font-weight: normal; font-size: 14pt; border: 2px solid #999999; background-color: #FFFFFF }
.info-box-body { border: 1px solid #999999; padding: .5em; }
.nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; }
.oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
.evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
.page-body { max-width: 800px; margin: auto; }
.tree dl { margin: 0px }
/* Index formatting classes */
.index-item-body { margin-top: .5em; margin-bottom: .5em}
.index-item-description { margin-top: .25em }
.index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
.index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em}
.index-letter-title { font-size: 12pt; font-weight: bold }
.index-letter-menu { text-align: center; margin: 1em }
.index-letter { font-size: 12pt }
/* Docbook classes */
.description {}
.short-description { font-weight: bold; color: #666666; }
.tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }
.parameters { padding-left: 0em; margin-left: 3em; font-style: italic; list-style-type: square; }
.redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
.package { }
.package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
.package-details { font-size: 85%; }
.sub-package { font-weight: bold; font-size: 120% }
.tutorial { border-width: thin; border-color: #0066ff }
.tutorial-nav-box { width: 100%; border: 1px solid #AAAAAA; background-color: #DDDDFF; }
.nav-button-disabled { color: #AAAAAA; }
.nav-button:active,
.nav-button:focus,
.nav-button:hover { background-color: #CCCCCC; outline: 1px solid #999999; text-decoration: none }
.folder-title { font-style: italic }
/* Generic formatting */
.field { font-weight: bold; }
.detail { font-size: 8pt; }
.notes { font-style: italic; font-size: 8pt; }
.separator { background-color: #999999; height: 2px; }
.warning { color: #FF6600; }
.disabled { font-style: italic; color: #999999; }
/* Code elements */
.line-number { }
.class-table { width: 100%; }
.class-table-header { border-bottom: 1px dotted #666666; text-align: left; background-color: DDDDFF }
.class-name { color: #000000; font-weight: bold; }
.method-summary { padding-left: 1em; font-size: 8pt }
.method-header { background-color: #DDDDFF; padding: 1px; }
.method-definition { margin-bottom: .3em }
.method-title { font-weight: bold }
.method-name { font-weight: bold; }
.method-signature { font-size: 85%; color: #666666; margin: .5em 0em }
.method-result { font-style: italic; }
.var-summary { padding-left: 1em; font-size: 8pt; }
.var-header { background-color: #DDDDFF; padding: 1px; }
.var-title { margin-bottom: .3em }
.var-type { font-style: italic; }
.var-name { font-weight: bold; }
.var-default {}
.var-description { font-weight: normal; color: #000000; }
.include-title { }
.include-type { font-style: italic; }
.include-name { font-weight: bold; }
.const-title { }
.const-name { font-weight: bold; }
/* Syntax highlighting */
.src-code { border: 1px solid #999999; padding: 1em;
font-family: 'Courier New', Courier, monospace; font-weight: normal; }
.src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; }
.src-comm { color: green; }
.src-id { }
.src-inc { color: #0000FF; }
.src-key { color: #0000FF; }
.src-num { color: #CC0000; }
.src-str { color: #66cccc; }
.src-sym { font-weight: bold; }
.src-var { }
.src-php { font-weight: bold; }
.src-doc { color: #009999 }
.src-doc-close-template { color: #0000FF }
.src-doc-coretag { color: #0099FF; font-weight: bold }
.src-doc-inlinetag { color: #0099FF }
.src-doc-internal { color: #6699cc }
.src-doc-tag { color: #0080CC }
.src-doc-template { color: #0000FF }
.src-doc-type { font-style: italic }
.src-doc-var { font-style: italic }
.tute-tag { color: #009999 }
.tute-attribute-name { color: #0000FF }
.tute-attribute-value { color: #0099FF }
.tute-entity { font-weight: bold; }
.tute-comment { font-style: italic }
.tute-inline-tag { color: #636311; font-weight: bold }
/* tutorial */
.authors { }
.author { font-style: italic; font-weight: bold }
.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
.example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; }
.listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; }
.release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
.ref-title-box { }
.ref-title { }
.ref-purpose { font-style: italic; color: #666666 }
.ref-synopsis { }
.title { font-weight: bold; border: 2px solid #999999; background-color: #FFFFFF; padding: 2px }
.cmd-synopsis { margin: 1em 0em }
.cmd-title { font-weight: bold }
.toc { margin-left: 2em; padding-left: 0em }
|
doc/media/stylesheet.css
|
a { color: #0000C0; text-decoration: underline; }
a:hover { text-decoration: underline; background-color: #FFFFFF }
a:active { text-decoration: underline; background-color: #FFFFFF }
body, table { background-color: #EEEEEE; font-family: Verdana, Arial, sans-serif; font-size: 10pt }
p, li { line-height: 140% }
a img { border: 0px; }
dd { margin-left: 0px; padding-left: 1em; }
/* Page layout/boxes */
.info-box {}
.info-box-title { margin: 1em 0em 0em 0em; padding: .25em; font-weight: normal; font-size: 14pt; border: 2px solid #999999; background-color: #FFFFFF }
.info-box-body { border: 1px solid #999999; padding: .5em; }
.nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; }
.oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
.evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
.page-body { max-width: 800px; margin: auto; }
.tree dl { margin: 0px }
/* Index formatting classes */
.index-item-body { margin-top: .5em; margin-bottom: .5em}
.index-item-description { margin-top: .25em }
.index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
.index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em}
.index-letter-title { font-size: 12pt; font-weight: bold }
.index-letter-menu { text-align: center; margin: 1em }
.index-letter { font-size: 12pt }
/* Docbook classes */
.description {}
.short-description { font-weight: bold; color: #666666; }
.tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }
.parameters { padding-left: 0em; margin-left: 3em; font-style: italic; list-style-type: square; }
.redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
.package { }
.package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
.package-details { font-size: 85%; }
.sub-package { font-weight: bold; font-size: 120% }
.tutorial { border-width: thin; border-color: #0066ff }
.tutorial-nav-box { width: 100%; border: 1px solid #AAAAAA; background-color: #DDDDFF; }
.nav-button-disabled { color: #AAAAAA; }
.nav-button:active,
.nav-button:focus,
.nav-button:hover { background-color: #CCCCCC; outline: 1px solid #999999; text-decoration: none }
.folder-title { font-style: italic }
/* Generic formatting */
.field { font-weight: bold; }
.detail { font-size: 8pt; }
.notes { font-style: italic; font-size: 8pt; }
.separator { background-color: #999999; height: 2px; }
.warning { color: #FF6600; }
.disabled { font-style: italic; color: #999999; }
/* Code elements */
.line-number { }
.class-table { width: 100%; }
.class-table-header { border-bottom: 1px dotted #666666; text-align: left; background-color: DDDDFF }
.class-name { color: #000000; font-weight: bold; }
.method-summary { padding-left: 1em; font-size: 8pt }
.method-header { background-color: #DDDDFF; padding: 1px; }
.method-definition { margin-bottom: .3em }
.method-title { font-weight: bold }
.method-name { font-weight: bold; }
.method-signature { font-size: 85%; color: #666666; margin: .5em 0em }
.method-result { font-style: italic; }
.var-summary { padding-left: 1em; font-size: 8pt; }
.var-header { background-color: #DDDDFF; padding: 1px; }
.var-title { margin-bottom: .3em }
.var-type { font-style: italic; }
.var-name { font-weight: bold; }
.var-default {}
.var-description { font-weight: normal; color: #000000; }
.include-title { }
.include-type { font-style: italic; }
.include-name { font-weight: bold; }
.const-title { }
.const-name { font-weight: bold; }
/* Syntax highlighting */
.src-code { border: 1px solid #999999; padding: 1em;
font-family: 'Courier New', Courier, monospace; font-weight: normal; }
.src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; }
.src-comm { color: green; }
.src-id { }
.src-inc { color: #0000FF; }
.src-key { color: #0000FF; }
.src-num { color: #CC0000; }
.src-str { color: #66cccc; }
.src-sym { font-weight: bold; }
.src-var { }
.src-php { font-weight: bold; }
.src-doc { color: #009999 }
.src-doc-close-template { color: #0000FF }
.src-doc-coretag { color: #0099FF; font-weight: bold }
.src-doc-inlinetag { color: #0099FF }
.src-doc-internal { color: #6699cc }
.src-doc-tag { color: #0080CC }
.src-doc-template { color: #0000FF }
.src-doc-type { font-style: italic }
.src-doc-var { font-style: italic }
.tute-tag { color: #009999 }
.tute-attribute-name { color: #0000FF }
.tute-attribute-value { color: #0099FF }
.tute-entity { font-weight: bold; }
.tute-comment { font-style: italic }
.tute-inline-tag { color: #636311; font-weight: bold }
/* tutorial */
.authors { }
.author { font-style: italic; font-weight: bold }
.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
.example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; }
.listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; }
.release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
.ref-title-box { }
.ref-title { }
.ref-purpose { font-style: italic; color: #666666 }
.ref-synopsis { }
.title { font-weight: bold; border: 2px solid #999999; background-color: #FFFFFF; padding: 2px }
.cmd-synopsis { margin: 1em 0em }
.cmd-title { font-weight: bold }
.toc { margin-left: 2em; padding-left: 0em }
| 0.504394 | 0.232114 |
@-moz-document domain("forum.kerbalspaceprogram.com") {
/*darker background */
body {
background-color: #dcdfe3;
}
/*slight dark tint on main post section and removed border shadows */
.ipsBox:not(.ipsBox_transparent):not(.ipsModerated) {
background-color: #f0f0f0;
border: none;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}
/*warning....spoilers */
/*littlefinger gets sliced - I said there where spoilers */
.ipsSpoiler_header {
background-color: #9a9a9a;
}
.ipsSpoiler, .ipsStyle_spoiler {
background-color: white;
}
/*quotes */
.ipsQuote {
border-left: none;
background-color: white;
}
.ipsQuote_citation {
background-color: #d8d8d8;
}
/*remove horizontal line between post controls and user signature */
hr.ipsHr {
display: none;
}
/*make side panel of posts distinct from main content */
.cAuthorPane {
background-color: #c0c5cc;
}
/*remove extra border around reply section */
.ipsAreaBackground {
background-color: #dcdfe3;
padding: 0em;
}
/*slight padding at top of main content */
#ipsLayout_body {
padding-top: 0.4em;
}
/*Button tweaks; slightly smaller & button link made more like a button */
.ipsToolList.ipsToolList_horizontal > li.ipsToolList_primaryAction .ipsButton:not(.ipsButton_link) {
min-width: 0px;
}
.ipsApp .ipsButton_medium {
line-height: 35px;
}
.ipsApp .ipsButton_link {
background-color: white;
}
.ipsApp .ipsButton_link:hover {
background-color: #8c8c8c;
color: white;
}
/*bit of space between content and buttons ie on polls */
.ipsBox .ipsToolList {
margin-top: 0.5em;
}
.ipsBox .ipsToolList .ipsButton_link {
background-color: #d8d8d8;
}
.ipsBox .ipsToolList .ipsButton_link:hover {
color: #3d6594;
}
/*pagination button tweaks */
.ipsPagination:not(.ipsPagination_mini) .ipsPagination_page a, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_next a, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_prev a, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_first a, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_last a {
background-color: #f0f0f0;
}
.ipsPagination:not(.ipsPagination_mini) .ipsPagination_page a:hover, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_next a:hover, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_prev a:hover, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_first a:hover, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_last a:hover {
background-color: #8c8c8c;
}
.ipsPagination .ipsPagination_page.ipsPagination_active a {
background-color: #323232;
}
/*remove blue and border from button bar on list pages */
.ipsButtonBar {
background-color: #dcdfe3;
border: none;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}
/*alternate list item */
.ipsDataList.ipsDataList_zebra .ipsDataItem:not(.ipsDataItem_selected):not(.ipsModerated):not(.ipsDataItem_new):not(.ipsDataItem_success):not(.ipsDataItem_warning):not(.ipsDataItem_error):not(.ipsDataItem_info):not(.ipsDataItem_status):nth-child(even) {
background-color: #dedede;
}
/*attempting to de-facebookify the like button - not quite right yet */
.ipsReact_button {
font-size: 120%;
height: auto;
}
.ipsReact_reaction {
color: #3d6594 !important;
}
.ipsReact_reaction img {
display: none;
}
.ipsReact_reaction span {
display: inline;
}
.ipsReact_unreact {
background-color: transparent;
color: gray !important;
position: relative;
margin-top: -42px;
margin-left: -5px;
}
.ipsReact_unreact::first-letter {
font-size: 0px;
line-height: 0px;
}
.ipsReact_unreact:after {
content: "unlike";
}
.ipsReact_reacted .ipsReact_reaction {
display: none;
}
/*de-roundify the search box */
#elSearch {
border-radius: 0px;
}
}
|
data/usercss/147582.user.css
|
@-moz-document domain("forum.kerbalspaceprogram.com") {
/*darker background */
body {
background-color: #dcdfe3;
}
/*slight dark tint on main post section and removed border shadows */
.ipsBox:not(.ipsBox_transparent):not(.ipsModerated) {
background-color: #f0f0f0;
border: none;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}
/*warning....spoilers */
/*littlefinger gets sliced - I said there where spoilers */
.ipsSpoiler_header {
background-color: #9a9a9a;
}
.ipsSpoiler, .ipsStyle_spoiler {
background-color: white;
}
/*quotes */
.ipsQuote {
border-left: none;
background-color: white;
}
.ipsQuote_citation {
background-color: #d8d8d8;
}
/*remove horizontal line between post controls and user signature */
hr.ipsHr {
display: none;
}
/*make side panel of posts distinct from main content */
.cAuthorPane {
background-color: #c0c5cc;
}
/*remove extra border around reply section */
.ipsAreaBackground {
background-color: #dcdfe3;
padding: 0em;
}
/*slight padding at top of main content */
#ipsLayout_body {
padding-top: 0.4em;
}
/*Button tweaks; slightly smaller & button link made more like a button */
.ipsToolList.ipsToolList_horizontal > li.ipsToolList_primaryAction .ipsButton:not(.ipsButton_link) {
min-width: 0px;
}
.ipsApp .ipsButton_medium {
line-height: 35px;
}
.ipsApp .ipsButton_link {
background-color: white;
}
.ipsApp .ipsButton_link:hover {
background-color: #8c8c8c;
color: white;
}
/*bit of space between content and buttons ie on polls */
.ipsBox .ipsToolList {
margin-top: 0.5em;
}
.ipsBox .ipsToolList .ipsButton_link {
background-color: #d8d8d8;
}
.ipsBox .ipsToolList .ipsButton_link:hover {
color: #3d6594;
}
/*pagination button tweaks */
.ipsPagination:not(.ipsPagination_mini) .ipsPagination_page a, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_next a, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_prev a, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_first a, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_last a {
background-color: #f0f0f0;
}
.ipsPagination:not(.ipsPagination_mini) .ipsPagination_page a:hover, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_next a:hover, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_prev a:hover, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_first a:hover, .ipsPagination:not(.ipsPagination_mini) .ipsPagination_last a:hover {
background-color: #8c8c8c;
}
.ipsPagination .ipsPagination_page.ipsPagination_active a {
background-color: #323232;
}
/*remove blue and border from button bar on list pages */
.ipsButtonBar {
background-color: #dcdfe3;
border: none;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}
/*alternate list item */
.ipsDataList.ipsDataList_zebra .ipsDataItem:not(.ipsDataItem_selected):not(.ipsModerated):not(.ipsDataItem_new):not(.ipsDataItem_success):not(.ipsDataItem_warning):not(.ipsDataItem_error):not(.ipsDataItem_info):not(.ipsDataItem_status):nth-child(even) {
background-color: #dedede;
}
/*attempting to de-facebookify the like button - not quite right yet */
.ipsReact_button {
font-size: 120%;
height: auto;
}
.ipsReact_reaction {
color: #3d6594 !important;
}
.ipsReact_reaction img {
display: none;
}
.ipsReact_reaction span {
display: inline;
}
.ipsReact_unreact {
background-color: transparent;
color: gray !important;
position: relative;
margin-top: -42px;
margin-left: -5px;
}
.ipsReact_unreact::first-letter {
font-size: 0px;
line-height: 0px;
}
.ipsReact_unreact:after {
content: "unlike";
}
.ipsReact_reacted .ipsReact_reaction {
display: none;
}
/*de-roundify the search box */
#elSearch {
border-radius: 0px;
}
}
| 0.238462 | 0.052497 |
.WapCommentBox{
background: #FFF;
margin-top: 15px;
padding: 10px;
}
.WapCommentBox .head{
height:40px;
line-height: 40px;
overflow: hidden;
margin-bottom: 10px;
}
.WapCommentBox .head .tag{
float: left;
font-size: 18px;
}
.WapCommentBox .head .more{
float: right;
}
.WapCommentBox .head .more button{
line-height: 38px;
padding: 0 15px;
border:solid #F30 1px;
background: #F60;
color:#FFF;
}
.WapCommentBox .ListComment .lists{
border-top:#DDD solid 1px;
display: table;
width: 100%;
}
.WapCommentBox .ListComment .lists .icon,.WapCommentBox .ListComment .lists .infos{
display: table-cell;
padding: 10px 0 10px 0;
vertical-align: top;
}
.WapCommentBox .ListComment .lists .icon{
width:60px;
padding-right: 10px;
}
.WapCommentBox .ListComment .lists .icon img{
max-width: 100%;
border-radius: 50%;
box-shadow: 1px 1px 1px #666;
}
.WapCommentBox .ListComment .lists .infos .name a{
display: block;
height: 30px;
line-height: 30px;
color: #666;
margin-bottom: 5px;
}
.WapCommentBox .ListComment .lists .infos .comment{
line-height: 20px;
}
.WapCommentBox .ListComment .lists .infos dl{
display: table;
width: 100%;
margin-top: 5px;
}
.WapCommentBox .ListComment .lists .infos dl dt,.WapCommentBox .ListComment .lists .infos dl dd{
display: table-cell;
vertical-align: middle;
color: #888;
}
.WapCommentBox .ListComment .lists .infos dl dd{
text-align: right;
}
.WapCommentBox .ListComment .lists .infos dl dd span{
display: inline-block;
padding-left: 10px;
}
.WapCommentBox .ListComment .lists .repalyinfs{
background: #F7F7F7;
}
.WapCommentBox .ListComment .lists .repalyinfs div{
padding:10px;
line-height: 20px;
border-top:#FFF solid 1px;
color: #666;
font-size: 14px;
}
.WapCommentBox .ListComment .lists .repalyinfs div a{
color:#888;
}
.PostCommentBox{
text-align: center;
}
.PostCommentBox textarea{
width: 92%;
padding: 1%;
height: 150px;
margin: 10px auto;
}
.PostCommentBox button{
padding:3px 10px;
border: #999 solid 1px;
background: #CCC;
color: #FFF;
margin: 0 10px;
cursor: pointer;
}
.PostCommentBox button:nth-child(1){
border:#F30 solid 1px;
background: #F60;
}
.ShowMoreComment{
text-align: center;
padding: 10px;
}
.ShowMoreComment button{
padding: 5px 10px;
color: #999;
}
|
public/static/css/wapcomment.css
|
.WapCommentBox{
background: #FFF;
margin-top: 15px;
padding: 10px;
}
.WapCommentBox .head{
height:40px;
line-height: 40px;
overflow: hidden;
margin-bottom: 10px;
}
.WapCommentBox .head .tag{
float: left;
font-size: 18px;
}
.WapCommentBox .head .more{
float: right;
}
.WapCommentBox .head .more button{
line-height: 38px;
padding: 0 15px;
border:solid #F30 1px;
background: #F60;
color:#FFF;
}
.WapCommentBox .ListComment .lists{
border-top:#DDD solid 1px;
display: table;
width: 100%;
}
.WapCommentBox .ListComment .lists .icon,.WapCommentBox .ListComment .lists .infos{
display: table-cell;
padding: 10px 0 10px 0;
vertical-align: top;
}
.WapCommentBox .ListComment .lists .icon{
width:60px;
padding-right: 10px;
}
.WapCommentBox .ListComment .lists .icon img{
max-width: 100%;
border-radius: 50%;
box-shadow: 1px 1px 1px #666;
}
.WapCommentBox .ListComment .lists .infos .name a{
display: block;
height: 30px;
line-height: 30px;
color: #666;
margin-bottom: 5px;
}
.WapCommentBox .ListComment .lists .infos .comment{
line-height: 20px;
}
.WapCommentBox .ListComment .lists .infos dl{
display: table;
width: 100%;
margin-top: 5px;
}
.WapCommentBox .ListComment .lists .infos dl dt,.WapCommentBox .ListComment .lists .infos dl dd{
display: table-cell;
vertical-align: middle;
color: #888;
}
.WapCommentBox .ListComment .lists .infos dl dd{
text-align: right;
}
.WapCommentBox .ListComment .lists .infos dl dd span{
display: inline-block;
padding-left: 10px;
}
.WapCommentBox .ListComment .lists .repalyinfs{
background: #F7F7F7;
}
.WapCommentBox .ListComment .lists .repalyinfs div{
padding:10px;
line-height: 20px;
border-top:#FFF solid 1px;
color: #666;
font-size: 14px;
}
.WapCommentBox .ListComment .lists .repalyinfs div a{
color:#888;
}
.PostCommentBox{
text-align: center;
}
.PostCommentBox textarea{
width: 92%;
padding: 1%;
height: 150px;
margin: 10px auto;
}
.PostCommentBox button{
padding:3px 10px;
border: #999 solid 1px;
background: #CCC;
color: #FFF;
margin: 0 10px;
cursor: pointer;
}
.PostCommentBox button:nth-child(1){
border:#F30 solid 1px;
background: #F60;
}
.ShowMoreComment{
text-align: center;
padding: 10px;
}
.ShowMoreComment button{
padding: 5px 10px;
color: #999;
}
| 0.134009 | 0.041579 |
body {
margin:0px;
background-image:none;
position:relative;
left:-0px;
width:1198px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u0 {
position:absolute;
left:-5px;
top:154px;
width:10px;
height:721px;
}
#u0_start {
position:absolute;
left:-5px;
top:0px;
width:20px;
height:18px;
}
#u0_end {
position:absolute;
left:-5px;
top:704px;
width:20px;
height:18px;
}
#u0_line {
position:absolute;
left:5px;
top:0px;
width:1px;
height:721px;
}
#u1 {
position:absolute;
left:1193px;
top:154px;
width:10px;
height:729px;
}
#u1_start {
position:absolute;
left:-5px;
top:0px;
width:20px;
height:18px;
}
#u1_end {
position:absolute;
left:-5px;
top:712px;
width:20px;
height:18px;
}
#u1_line {
position:absolute;
left:5px;
top:0px;
width:1px;
height:729px;
}
#u3 {
position:absolute;
left:0px;
top:100px;
width:1200px;
height:30px;
}
#u3_img {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:30px;
}
#u4 {
position:absolute;
left:2px;
top:7px;
width:1196px;
visibility:hidden;
word-wrap:break-word;
}
#u5 {
position:absolute;
left:3px;
top:102px;
width:1136px;
height:28px;
}
#u5_menu {
position:absolute;
left:-3px;
top:-3px;
width:1142px;
height:34px;
}
#u6 {
position:absolute;
left:0px;
top:0px;
width:1141px;
height:33px;
}
#u7 {
position:absolute;
left:0px;
top:0px;
width:56px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u7_img {
position:absolute;
left:0px;
top:0px;
width:56px;
height:28px;
}
#u8 {
position:absolute;
left:2px;
top:6px;
width:52px;
word-wrap:break-word;
}
#u9 {
position:absolute;
left:56px;
top:0px;
width:72px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u9_img {
position:absolute;
left:0px;
top:0px;
width:72px;
height:28px;
}
#u10 {
position:absolute;
left:2px;
top:6px;
width:68px;
word-wrap:break-word;
}
#u11 {
position:absolute;
left:128px;
top:0px;
width:61px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u11_img {
position:absolute;
left:0px;
top:0px;
width:61px;
height:28px;
}
#u12 {
position:absolute;
left:2px;
top:6px;
width:57px;
word-wrap:break-word;
}
#u13 {
position:absolute;
left:189px;
top:0px;
width:73px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u13_img {
position:absolute;
left:0px;
top:0px;
width:73px;
height:28px;
}
#u14 {
position:absolute;
left:2px;
top:6px;
width:69px;
word-wrap:break-word;
}
#u15 {
position:absolute;
left:262px;
top:0px;
width:132px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u15_img {
position:absolute;
left:0px;
top:0px;
width:132px;
height:28px;
}
#u16 {
position:absolute;
left:2px;
top:6px;
width:128px;
word-wrap:break-word;
}
#u17 {
position:absolute;
left:394px;
top:0px;
width:112px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u17_img {
position:absolute;
left:0px;
top:0px;
width:112px;
height:28px;
}
#u18 {
position:absolute;
left:2px;
top:6px;
width:108px;
word-wrap:break-word;
}
#u19 {
position:absolute;
left:506px;
top:0px;
width:89px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u19_img {
position:absolute;
left:0px;
top:0px;
width:89px;
height:28px;
}
#u20 {
position:absolute;
left:2px;
top:6px;
width:85px;
word-wrap:break-word;
}
#u21 {
position:absolute;
left:595px;
top:0px;
width:111px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u21_img {
position:absolute;
left:0px;
top:0px;
width:111px;
height:28px;
}
#u21_img.selected {
}
#u21.selected {
}
#u21_img.mouseOver {
}
#u21.mouseOver {
}
#u22 {
position:absolute;
left:2px;
top:6px;
width:107px;
word-wrap:break-word;
}
#u23 {
position:absolute;
left:706px;
top:0px;
width:86px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u23_img {
position:absolute;
left:0px;
top:0px;
width:86px;
height:28px;
}
#u23_img.selected {
}
#u23.selected {
}
#u23_img.mouseOver {
}
#u23.mouseOver {
}
#u24 {
position:absolute;
left:2px;
top:6px;
width:82px;
word-wrap:break-word;
}
#u25 {
position:absolute;
left:792px;
top:0px;
width:156px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u25_img {
position:absolute;
left:0px;
top:0px;
width:156px;
height:28px;
}
#u26 {
position:absolute;
left:2px;
top:6px;
width:152px;
word-wrap:break-word;
}
#u27 {
position:absolute;
left:948px;
top:0px;
width:103px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u27_img {
position:absolute;
left:0px;
top:0px;
width:103px;
height:28px;
}
#u28 {
position:absolute;
left:2px;
top:6px;
width:99px;
word-wrap:break-word;
}
#u29 {
position:absolute;
left:1051px;
top:0px;
width:85px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u29_img {
position:absolute;
left:0px;
top:0px;
width:85px;
height:28px;
}
#u30 {
position:absolute;
left:2px;
top:6px;
width:81px;
word-wrap:break-word;
}
#u31 {
position:absolute;
left:0px;
top:130px;
width:1200px;
height:31px;
}
#u31_img {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:31px;
}
#u32 {
position:absolute;
left:2px;
top:8px;
width:1196px;
visibility:hidden;
word-wrap:break-word;
}
#u33 {
position:absolute;
left:20px;
top:131px;
width:650px;
height:26px;
}
#u33_menu {
position:absolute;
left:-3px;
top:-3px;
width:656px;
height:32px;
}
#u34 {
position:absolute;
left:0px;
top:0px;
width:655px;
height:31px;
}
#u35 {
position:absolute;
left:0px;
top:0px;
width:150px;
height:26px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u35_img {
position:absolute;
left:0px;
top:0px;
width:150px;
height:26px;
}
#u36 {
position:absolute;
left:2px;
top:6px;
width:146px;
word-wrap:break-word;
}
#u37 {
position:absolute;
left:150px;
top:0px;
width:174px;
height:26px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u37_img {
position:absolute;
left:0px;
top:0px;
width:174px;
height:26px;
}
#u38 {
position:absolute;
left:2px;
top:6px;
width:170px;
word-wrap:break-word;
}
#u39 {
position:absolute;
left:324px;
top:0px;
width:164px;
height:26px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u39_img {
position:absolute;
left:0px;
top:0px;
width:164px;
height:26px;
}
#u40 {
position:absolute;
left:2px;
top:6px;
width:160px;
word-wrap:break-word;
}
#u41 {
position:absolute;
left:488px;
top:0px;
width:162px;
height:26px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u41_img {
position:absolute;
left:0px;
top:0px;
width:162px;
height:26px;
}
#u42 {
position:absolute;
left:2px;
top:6px;
width:158px;
word-wrap:break-word;
}
#u43 {
position:absolute;
left:1137px;
top:106px;
width:60px;
height:20px;
color:#FFFFFF;
}
#u43_img {
position:absolute;
left:0px;
top:0px;
width:60px;
height:20px;
}
#u44 {
position:absolute;
left:2px;
top:2px;
width:56px;
word-wrap:break-word;
}
#u46 {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:100px;
}
#u46_img {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:100px;
}
#u47 {
position:absolute;
left:2px;
top:42px;
width:1196px;
visibility:hidden;
word-wrap:break-word;
}
#u48 {
position:absolute;
left:880px;
top:14px;
width:298px;
height:15px;
font-size:12px;
color:#FFFFFF;
text-align:right;
}
#u48_img {
position:absolute;
left:0px;
top:0px;
width:298px;
height:15px;
}
#u49 {
position:absolute;
left:0px;
top:0px;
width:298px;
word-wrap:break-word;
}
#u51 {
position:absolute;
left:26px;
top:14px;
width:271px;
height:70px;
}
#u51_img {
position:absolute;
left:0px;
top:0px;
width:271px;
height:70px;
}
#u52 {
position:absolute;
left:2px;
top:27px;
width:267px;
visibility:hidden;
word-wrap:break-word;
}
#u53 {
position:absolute;
left:838px;
top:39px;
}
#u53_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u53_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u54 {
position:absolute;
left:0px;
top:23px;
visibility:hidden;
}
#u54_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u54_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u55 {
position:absolute;
left:0px;
top:0px;
width:340px;
height:140px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
text-align:left;
}
#u55_img {
position:absolute;
left:0px;
top:0px;
width:350px;
height:150px;
}
#u56 {
position:absolute;
left:10px;
top:10px;
width:320px;
word-wrap:break-word;
}
#u57 {
position:absolute;
left:120px;
top:0px;
width:220px;
height:30px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:11px;
color:#FF0000;
text-align:left;
}
#u57_img {
position:absolute;
left:0px;
top:0px;
width:230px;
height:40px;
}
#u58 {
position:absolute;
left:10px;
top:8px;
width:200px;
word-wrap:break-word;
}
#u59 {
position:absolute;
left:20px;
top:190px;
width:216px;
height:37px;
}
#u59_img {
position:absolute;
left:0px;
top:0px;
width:216px;
height:37px;
}
#u60 {
position:absolute;
left:0px;
top:0px;
width:216px;
white-space:nowrap;
}
#u62 {
position:absolute;
left:0px;
top:868px;
width:1200px;
height:50px;
}
#u62_img {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:50px;
}
#u63 {
position:absolute;
left:2px;
top:17px;
width:1196px;
visibility:hidden;
word-wrap:break-word;
}
#u64 {
position:absolute;
left:9px;
top:886px;
width:521px;
height:13px;
font-size:10px;
color:#FFFFFF;
}
#u64_img {
position:absolute;
left:0px;
top:0px;
width:521px;
height:13px;
}
#u65 {
position:absolute;
left:0px;
top:0px;
width:521px;
word-wrap:break-word;
}
#u66 {
position:absolute;
left:21px;
top:236px;
}
#u66_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u66_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u67 {
position:absolute;
left:0px;
top:0px;
width:1158px;
height:485px;
}
#u68 {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u68_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
}
#u69 {
position:absolute;
left:6px;
top:14px;
width:294px;
word-wrap:break-word;
}
#u70 {
position:absolute;
left:306px;
top:0px;
width:733px;
height:44px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u70_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:44px;
}
#u71 {
position:absolute;
left:6px;
top:14px;
width:721px;
word-wrap:break-word;
}
#u72 {
position:absolute;
left:1039px;
top:0px;
width:114px;
height:44px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u72_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:44px;
}
#u73 {
position:absolute;
left:6px;
top:14px;
width:102px;
word-wrap:break-word;
}
#u74 {
position:absolute;
left:0px;
top:44px;
width:306px;
height:44px;
}
#u74_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
}
#u75 {
position:absolute;
left:6px;
top:14px;
width:294px;
visibility:hidden;
word-wrap:break-word;
}
#u76 {
position:absolute;
left:306px;
top:44px;
width:733px;
height:44px;
}
#u76_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:44px;
}
#u77 {
position:absolute;
left:6px;
top:14px;
width:721px;
visibility:hidden;
word-wrap:break-word;
}
#u78 {
position:absolute;
left:1039px;
top:44px;
width:114px;
height:44px;
text-align:center;
}
#u78_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:44px;
}
#u79 {
position:absolute;
left:6px;
top:14px;
width:102px;
visibility:hidden;
word-wrap:break-word;
}
#u80 {
position:absolute;
left:0px;
top:88px;
width:306px;
height:28px;
}
#u80_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u81 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u82 {
position:absolute;
left:306px;
top:88px;
width:733px;
height:28px;
}
#u82_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u83 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u84 {
position:absolute;
left:1039px;
top:88px;
width:114px;
height:28px;
text-align:center;
}
#u84_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u85 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u88 {
position:absolute;
left:0px;
top:116px;
width:306px;
height:28px;
}
#u88_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u89 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u90 {
position:absolute;
left:306px;
top:116px;
width:733px;
height:28px;
}
#u90_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u91 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u92 {
position:absolute;
left:1039px;
top:116px;
width:114px;
height:28px;
text-align:center;
}
#u92_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u93 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u96 {
position:absolute;
left:0px;
top:144px;
width:306px;
height:28px;
}
#u96_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u97 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u98 {
position:absolute;
left:306px;
top:144px;
width:733px;
height:28px;
}
#u98_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u99 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u100 {
position:absolute;
left:1039px;
top:144px;
width:114px;
height:28px;
text-align:center;
}
#u100_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u101 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u104 {
position:absolute;
left:0px;
top:172px;
width:306px;
height:44px;
}
#u104_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
}
#u105 {
position:absolute;
left:6px;
top:14px;
width:294px;
word-wrap:break-word;
}
#u106 {
position:absolute;
left:306px;
top:172px;
width:733px;
height:44px;
}
#u106_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:44px;
}
#u107 {
position:absolute;
left:6px;
top:14px;
width:721px;
word-wrap:break-word;
}
#u108 {
position:absolute;
left:1039px;
top:172px;
width:114px;
height:44px;
text-align:center;
}
#u108_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:44px;
}
#u109 {
position:absolute;
left:6px;
top:14px;
width:102px;
word-wrap:break-word;
}
#u112 {
position:absolute;
left:0px;
top:216px;
width:306px;
height:44px;
}
#u112_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
}
#u113 {
position:absolute;
left:6px;
top:14px;
width:294px;
word-wrap:break-word;
}
#u114 {
position:absolute;
left:306px;
top:216px;
width:733px;
height:44px;
}
#u114_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:44px;
}
#u115 {
position:absolute;
left:6px;
top:14px;
width:721px;
word-wrap:break-word;
}
#u116 {
position:absolute;
left:1039px;
top:216px;
width:114px;
height:44px;
text-align:center;
}
#u116_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:44px;
}
#u117 {
position:absolute;
left:6px;
top:14px;
width:102px;
word-wrap:break-word;
}
#u120 {
position:absolute;
left:0px;
top:260px;
width:306px;
height:44px;
}
#u120_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
}
#u121 {
position:absolute;
left:6px;
top:14px;
width:294px;
word-wrap:break-word;
}
#u122 {
position:absolute;
left:306px;
top:260px;
width:733px;
height:44px;
}
#u122_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:44px;
}
#u123 {
position:absolute;
left:6px;
top:14px;
width:721px;
word-wrap:break-word;
}
#u124 {
position:absolute;
left:1039px;
top:260px;
width:114px;
height:44px;
text-align:center;
}
#u124_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:44px;
}
#u125 {
position:absolute;
left:6px;
top:14px;
width:102px;
word-wrap:break-word;
}
#u128 {
position:absolute;
left:0px;
top:304px;
width:306px;
height:28px;
}
#u128_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u129 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u130 {
position:absolute;
left:306px;
top:304px;
width:733px;
height:28px;
}
#u130_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u131 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u132 {
position:absolute;
left:1039px;
top:304px;
width:114px;
height:28px;
text-align:center;
}
#u132_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u133 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u136 {
position:absolute;
left:0px;
top:332px;
width:306px;
height:92px;
}
#u136_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:92px;
}
#u137 {
position:absolute;
left:6px;
top:38px;
width:294px;
word-wrap:break-word;
}
#u138 {
position:absolute;
left:306px;
top:332px;
width:733px;
height:92px;
}
#u138_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:92px;
}
#u139 {
position:absolute;
left:6px;
top:30px;
width:721px;
word-wrap:break-word;
}
#u140 {
position:absolute;
left:1039px;
top:332px;
width:114px;
height:92px;
text-align:center;
}
#u140_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:92px;
}
#u141 {
position:absolute;
left:6px;
top:38px;
width:102px;
word-wrap:break-word;
}
#u144 {
position:absolute;
left:0px;
top:424px;
width:306px;
height:28px;
}
#u144_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u145 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u146 {
position:absolute;
left:306px;
top:424px;
width:733px;
height:28px;
}
#u146_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u147 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u148 {
position:absolute;
left:1039px;
top:424px;
width:114px;
height:28px;
text-align:center;
}
#u148_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u149 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u152 {
position:absolute;
left:0px;
top:452px;
width:306px;
height:28px;
}
#u152_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u153 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u154 {
position:absolute;
left:306px;
top:452px;
width:733px;
height:28px;
}
#u154_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u155 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u156 {
position:absolute;
left:1039px;
top:452px;
width:114px;
height:28px;
text-align:center;
}
#u156_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u157 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u160 {
position:absolute;
left:0px;
top:533px;
width:174px;
height:25px;
}
#u160_input {
position:absolute;
left:0px;
top:0px;
width:174px;
height:25px;
font-family:'Arial Regular', 'Arial';
font-weight:700;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u161 {
position:absolute;
left:8px;
top:54px;
width:287px;
height:26px;
}
#u161_input {
position:absolute;
left:0px;
top:0px;
width:287px;
height:26px;
font-family:'Arial Regular', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
}
#u162 {
position:absolute;
left:0px;
top:493px;
}
#u162_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u162_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u163 {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#1E1E1E;
}
#u163_img {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
}
#u164 {
position:absolute;
left:2px;
top:4px;
width:21px;
word-wrap:break-word;
}
#u162_state1 {
position:relative;
left:0px;
top:0px;
visibility:hidden;
background-image:none;
}
#u162_state1_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u165 {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u165_img {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
}
#u166 {
position:absolute;
left:2px;
top:4px;
width:21px;
word-wrap:break-word;
}
#u167 {
position:absolute;
left:38px;
top:493px;
}
#u167_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u167_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u168 {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#1E1E1E;
}
#u168_img {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
}
#u169 {
position:absolute;
left:2px;
top:4px;
width:21px;
word-wrap:break-word;
}
#u167_state1 {
position:relative;
left:0px;
top:0px;
visibility:hidden;
background-image:none;
}
#u167_state1_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u170 {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u170_img {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
}
#u171 {
position:absolute;
left:2px;
top:4px;
width:21px;
word-wrap:break-word;
}
#u172 {
position:absolute;
left:1022px;
top:197px;
width:152px;
height:30px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u172_img {
position:absolute;
left:0px;
top:0px;
width:152px;
height:30px;
}
#u173 {
position:absolute;
left:2px;
top:7px;
width:148px;
word-wrap:break-word;
}
#u174 {
position:absolute;
left:22px;
top:236px;
visibility:hidden;
}
#u174_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u174_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u175 {
position:absolute;
left:0px;
top:0px;
width:1152px;
height:50px;
color:#0000CC;
}
#u175_img {
position:absolute;
left:0px;
top:0px;
width:1152px;
height:50px;
}
#u176 {
position:absolute;
left:2px;
top:17px;
width:1148px;
visibility:hidden;
word-wrap:break-word;
}
#u177 {
position:absolute;
left:16px;
top:17px;
width:1114px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#3C763D;
}
#u177_img {
position:absolute;
left:0px;
top:0px;
width:1114px;
height:16px;
}
#u178 {
position:absolute;
left:0px;
top:0px;
width:1114px;
word-wrap:break-word;
}
#u179 {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:918px;
overflow:hidden;
visibility:hidden;
}
#u179_state0 {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:918px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u179_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u180 {
position:absolute;
left:0px;
top:-40px;
width:1200px;
height:958px;
}
#u180_img {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:958px;
}
#u181 {
position:absolute;
left:2px;
top:471px;
width:1196px;
visibility:hidden;
word-wrap:break-word;
}
#u182 {
position:absolute;
left:23px;
top:40px;
width:1147px;
height:210px;
}
#u182_img {
position:absolute;
left:0px;
top:0px;
width:1147px;
height:210px;
}
#u183 {
position:absolute;
left:2px;
top:97px;
width:1143px;
visibility:hidden;
word-wrap:break-word;
}
#u184 {
position:absolute;
left:40px;
top:57px;
width:131px;
height:28px;
}
#u184_img {
position:absolute;
left:0px;
top:0px;
width:131px;
height:28px;
}
#u185 {
position:absolute;
left:0px;
top:0px;
width:131px;
white-space:nowrap;
}
#u186 {
position:absolute;
left:40px;
top:200px;
width:90px;
height:25px;
}
#u186_input {
position:absolute;
left:0px;
top:0px;
width:90px;
height:25px;
font-family:'Arial Regular', 'Arial';
font-weight:700;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u187 {
position:absolute;
left:146px;
top:200px;
width:90px;
height:25px;
}
#u187_input {
position:absolute;
left:0px;
top:0px;
width:90px;
height:25px;
font-family:'Arial Regular', 'Arial';
font-weight:700;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u188 {
position:absolute;
left:40px;
top:123px;
width:1100px;
height:44px;
}
#u188_img {
position:absolute;
left:0px;
top:0px;
width:1100px;
height:44px;
}
#u189 {
position:absolute;
left:2px;
top:14px;
width:1096px;
visibility:hidden;
word-wrap:break-word;
}
#u190 {
position:absolute;
left:61px;
top:138px;
width:1040px;
height:16px;
color:#FF0000;
}
#u190_img {
position:absolute;
left:0px;
top:0px;
width:1040px;
height:16px;
}
#u191 {
position:absolute;
left:0px;
top:0px;
width:1040px;
word-wrap:break-word;
}
|
UIResources/DashboardWireframes/files/rule_-_manage_rules/styles.css
|
body {
margin:0px;
background-image:none;
position:relative;
left:-0px;
width:1198px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u0 {
position:absolute;
left:-5px;
top:154px;
width:10px;
height:721px;
}
#u0_start {
position:absolute;
left:-5px;
top:0px;
width:20px;
height:18px;
}
#u0_end {
position:absolute;
left:-5px;
top:704px;
width:20px;
height:18px;
}
#u0_line {
position:absolute;
left:5px;
top:0px;
width:1px;
height:721px;
}
#u1 {
position:absolute;
left:1193px;
top:154px;
width:10px;
height:729px;
}
#u1_start {
position:absolute;
left:-5px;
top:0px;
width:20px;
height:18px;
}
#u1_end {
position:absolute;
left:-5px;
top:712px;
width:20px;
height:18px;
}
#u1_line {
position:absolute;
left:5px;
top:0px;
width:1px;
height:729px;
}
#u3 {
position:absolute;
left:0px;
top:100px;
width:1200px;
height:30px;
}
#u3_img {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:30px;
}
#u4 {
position:absolute;
left:2px;
top:7px;
width:1196px;
visibility:hidden;
word-wrap:break-word;
}
#u5 {
position:absolute;
left:3px;
top:102px;
width:1136px;
height:28px;
}
#u5_menu {
position:absolute;
left:-3px;
top:-3px;
width:1142px;
height:34px;
}
#u6 {
position:absolute;
left:0px;
top:0px;
width:1141px;
height:33px;
}
#u7 {
position:absolute;
left:0px;
top:0px;
width:56px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u7_img {
position:absolute;
left:0px;
top:0px;
width:56px;
height:28px;
}
#u8 {
position:absolute;
left:2px;
top:6px;
width:52px;
word-wrap:break-word;
}
#u9 {
position:absolute;
left:56px;
top:0px;
width:72px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u9_img {
position:absolute;
left:0px;
top:0px;
width:72px;
height:28px;
}
#u10 {
position:absolute;
left:2px;
top:6px;
width:68px;
word-wrap:break-word;
}
#u11 {
position:absolute;
left:128px;
top:0px;
width:61px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u11_img {
position:absolute;
left:0px;
top:0px;
width:61px;
height:28px;
}
#u12 {
position:absolute;
left:2px;
top:6px;
width:57px;
word-wrap:break-word;
}
#u13 {
position:absolute;
left:189px;
top:0px;
width:73px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u13_img {
position:absolute;
left:0px;
top:0px;
width:73px;
height:28px;
}
#u14 {
position:absolute;
left:2px;
top:6px;
width:69px;
word-wrap:break-word;
}
#u15 {
position:absolute;
left:262px;
top:0px;
width:132px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u15_img {
position:absolute;
left:0px;
top:0px;
width:132px;
height:28px;
}
#u16 {
position:absolute;
left:2px;
top:6px;
width:128px;
word-wrap:break-word;
}
#u17 {
position:absolute;
left:394px;
top:0px;
width:112px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u17_img {
position:absolute;
left:0px;
top:0px;
width:112px;
height:28px;
}
#u18 {
position:absolute;
left:2px;
top:6px;
width:108px;
word-wrap:break-word;
}
#u19 {
position:absolute;
left:506px;
top:0px;
width:89px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u19_img {
position:absolute;
left:0px;
top:0px;
width:89px;
height:28px;
}
#u20 {
position:absolute;
left:2px;
top:6px;
width:85px;
word-wrap:break-word;
}
#u21 {
position:absolute;
left:595px;
top:0px;
width:111px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u21_img {
position:absolute;
left:0px;
top:0px;
width:111px;
height:28px;
}
#u21_img.selected {
}
#u21.selected {
}
#u21_img.mouseOver {
}
#u21.mouseOver {
}
#u22 {
position:absolute;
left:2px;
top:6px;
width:107px;
word-wrap:break-word;
}
#u23 {
position:absolute;
left:706px;
top:0px;
width:86px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u23_img {
position:absolute;
left:0px;
top:0px;
width:86px;
height:28px;
}
#u23_img.selected {
}
#u23.selected {
}
#u23_img.mouseOver {
}
#u23.mouseOver {
}
#u24 {
position:absolute;
left:2px;
top:6px;
width:82px;
word-wrap:break-word;
}
#u25 {
position:absolute;
left:792px;
top:0px;
width:156px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u25_img {
position:absolute;
left:0px;
top:0px;
width:156px;
height:28px;
}
#u26 {
position:absolute;
left:2px;
top:6px;
width:152px;
word-wrap:break-word;
}
#u27 {
position:absolute;
left:948px;
top:0px;
width:103px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u27_img {
position:absolute;
left:0px;
top:0px;
width:103px;
height:28px;
}
#u28 {
position:absolute;
left:2px;
top:6px;
width:99px;
word-wrap:break-word;
}
#u29 {
position:absolute;
left:1051px;
top:0px;
width:85px;
height:28px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u29_img {
position:absolute;
left:0px;
top:0px;
width:85px;
height:28px;
}
#u30 {
position:absolute;
left:2px;
top:6px;
width:81px;
word-wrap:break-word;
}
#u31 {
position:absolute;
left:0px;
top:130px;
width:1200px;
height:31px;
}
#u31_img {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:31px;
}
#u32 {
position:absolute;
left:2px;
top:8px;
width:1196px;
visibility:hidden;
word-wrap:break-word;
}
#u33 {
position:absolute;
left:20px;
top:131px;
width:650px;
height:26px;
}
#u33_menu {
position:absolute;
left:-3px;
top:-3px;
width:656px;
height:32px;
}
#u34 {
position:absolute;
left:0px;
top:0px;
width:655px;
height:31px;
}
#u35 {
position:absolute;
left:0px;
top:0px;
width:150px;
height:26px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u35_img {
position:absolute;
left:0px;
top:0px;
width:150px;
height:26px;
}
#u36 {
position:absolute;
left:2px;
top:6px;
width:146px;
word-wrap:break-word;
}
#u37 {
position:absolute;
left:150px;
top:0px;
width:174px;
height:26px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u37_img {
position:absolute;
left:0px;
top:0px;
width:174px;
height:26px;
}
#u38 {
position:absolute;
left:2px;
top:6px;
width:170px;
word-wrap:break-word;
}
#u39 {
position:absolute;
left:324px;
top:0px;
width:164px;
height:26px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u39_img {
position:absolute;
left:0px;
top:0px;
width:164px;
height:26px;
}
#u40 {
position:absolute;
left:2px;
top:6px;
width:160px;
word-wrap:break-word;
}
#u41 {
position:absolute;
left:488px;
top:0px;
width:162px;
height:26px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
#u41_img {
position:absolute;
left:0px;
top:0px;
width:162px;
height:26px;
}
#u42 {
position:absolute;
left:2px;
top:6px;
width:158px;
word-wrap:break-word;
}
#u43 {
position:absolute;
left:1137px;
top:106px;
width:60px;
height:20px;
color:#FFFFFF;
}
#u43_img {
position:absolute;
left:0px;
top:0px;
width:60px;
height:20px;
}
#u44 {
position:absolute;
left:2px;
top:2px;
width:56px;
word-wrap:break-word;
}
#u46 {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:100px;
}
#u46_img {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:100px;
}
#u47 {
position:absolute;
left:2px;
top:42px;
width:1196px;
visibility:hidden;
word-wrap:break-word;
}
#u48 {
position:absolute;
left:880px;
top:14px;
width:298px;
height:15px;
font-size:12px;
color:#FFFFFF;
text-align:right;
}
#u48_img {
position:absolute;
left:0px;
top:0px;
width:298px;
height:15px;
}
#u49 {
position:absolute;
left:0px;
top:0px;
width:298px;
word-wrap:break-word;
}
#u51 {
position:absolute;
left:26px;
top:14px;
width:271px;
height:70px;
}
#u51_img {
position:absolute;
left:0px;
top:0px;
width:271px;
height:70px;
}
#u52 {
position:absolute;
left:2px;
top:27px;
width:267px;
visibility:hidden;
word-wrap:break-word;
}
#u53 {
position:absolute;
left:838px;
top:39px;
}
#u53_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u53_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u54 {
position:absolute;
left:0px;
top:23px;
visibility:hidden;
}
#u54_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u54_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u55 {
position:absolute;
left:0px;
top:0px;
width:340px;
height:140px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:12px;
text-align:left;
}
#u55_img {
position:absolute;
left:0px;
top:0px;
width:350px;
height:150px;
}
#u56 {
position:absolute;
left:10px;
top:10px;
width:320px;
word-wrap:break-word;
}
#u57 {
position:absolute;
left:120px;
top:0px;
width:220px;
height:30px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:11px;
color:#FF0000;
text-align:left;
}
#u57_img {
position:absolute;
left:0px;
top:0px;
width:230px;
height:40px;
}
#u58 {
position:absolute;
left:10px;
top:8px;
width:200px;
word-wrap:break-word;
}
#u59 {
position:absolute;
left:20px;
top:190px;
width:216px;
height:37px;
}
#u59_img {
position:absolute;
left:0px;
top:0px;
width:216px;
height:37px;
}
#u60 {
position:absolute;
left:0px;
top:0px;
width:216px;
white-space:nowrap;
}
#u62 {
position:absolute;
left:0px;
top:868px;
width:1200px;
height:50px;
}
#u62_img {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:50px;
}
#u63 {
position:absolute;
left:2px;
top:17px;
width:1196px;
visibility:hidden;
word-wrap:break-word;
}
#u64 {
position:absolute;
left:9px;
top:886px;
width:521px;
height:13px;
font-size:10px;
color:#FFFFFF;
}
#u64_img {
position:absolute;
left:0px;
top:0px;
width:521px;
height:13px;
}
#u65 {
position:absolute;
left:0px;
top:0px;
width:521px;
word-wrap:break-word;
}
#u66 {
position:absolute;
left:21px;
top:236px;
}
#u66_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u66_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u67 {
position:absolute;
left:0px;
top:0px;
width:1158px;
height:485px;
}
#u68 {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u68_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
}
#u69 {
position:absolute;
left:6px;
top:14px;
width:294px;
word-wrap:break-word;
}
#u70 {
position:absolute;
left:306px;
top:0px;
width:733px;
height:44px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u70_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:44px;
}
#u71 {
position:absolute;
left:6px;
top:14px;
width:721px;
word-wrap:break-word;
}
#u72 {
position:absolute;
left:1039px;
top:0px;
width:114px;
height:44px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u72_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:44px;
}
#u73 {
position:absolute;
left:6px;
top:14px;
width:102px;
word-wrap:break-word;
}
#u74 {
position:absolute;
left:0px;
top:44px;
width:306px;
height:44px;
}
#u74_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
}
#u75 {
position:absolute;
left:6px;
top:14px;
width:294px;
visibility:hidden;
word-wrap:break-word;
}
#u76 {
position:absolute;
left:306px;
top:44px;
width:733px;
height:44px;
}
#u76_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:44px;
}
#u77 {
position:absolute;
left:6px;
top:14px;
width:721px;
visibility:hidden;
word-wrap:break-word;
}
#u78 {
position:absolute;
left:1039px;
top:44px;
width:114px;
height:44px;
text-align:center;
}
#u78_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:44px;
}
#u79 {
position:absolute;
left:6px;
top:14px;
width:102px;
visibility:hidden;
word-wrap:break-word;
}
#u80 {
position:absolute;
left:0px;
top:88px;
width:306px;
height:28px;
}
#u80_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u81 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u82 {
position:absolute;
left:306px;
top:88px;
width:733px;
height:28px;
}
#u82_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u83 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u84 {
position:absolute;
left:1039px;
top:88px;
width:114px;
height:28px;
text-align:center;
}
#u84_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u85 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u88 {
position:absolute;
left:0px;
top:116px;
width:306px;
height:28px;
}
#u88_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u89 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u90 {
position:absolute;
left:306px;
top:116px;
width:733px;
height:28px;
}
#u90_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u91 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u92 {
position:absolute;
left:1039px;
top:116px;
width:114px;
height:28px;
text-align:center;
}
#u92_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u93 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u96 {
position:absolute;
left:0px;
top:144px;
width:306px;
height:28px;
}
#u96_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u97 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u98 {
position:absolute;
left:306px;
top:144px;
width:733px;
height:28px;
}
#u98_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u99 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u100 {
position:absolute;
left:1039px;
top:144px;
width:114px;
height:28px;
text-align:center;
}
#u100_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u101 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u104 {
position:absolute;
left:0px;
top:172px;
width:306px;
height:44px;
}
#u104_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
}
#u105 {
position:absolute;
left:6px;
top:14px;
width:294px;
word-wrap:break-word;
}
#u106 {
position:absolute;
left:306px;
top:172px;
width:733px;
height:44px;
}
#u106_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:44px;
}
#u107 {
position:absolute;
left:6px;
top:14px;
width:721px;
word-wrap:break-word;
}
#u108 {
position:absolute;
left:1039px;
top:172px;
width:114px;
height:44px;
text-align:center;
}
#u108_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:44px;
}
#u109 {
position:absolute;
left:6px;
top:14px;
width:102px;
word-wrap:break-word;
}
#u112 {
position:absolute;
left:0px;
top:216px;
width:306px;
height:44px;
}
#u112_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
}
#u113 {
position:absolute;
left:6px;
top:14px;
width:294px;
word-wrap:break-word;
}
#u114 {
position:absolute;
left:306px;
top:216px;
width:733px;
height:44px;
}
#u114_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:44px;
}
#u115 {
position:absolute;
left:6px;
top:14px;
width:721px;
word-wrap:break-word;
}
#u116 {
position:absolute;
left:1039px;
top:216px;
width:114px;
height:44px;
text-align:center;
}
#u116_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:44px;
}
#u117 {
position:absolute;
left:6px;
top:14px;
width:102px;
word-wrap:break-word;
}
#u120 {
position:absolute;
left:0px;
top:260px;
width:306px;
height:44px;
}
#u120_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:44px;
}
#u121 {
position:absolute;
left:6px;
top:14px;
width:294px;
word-wrap:break-word;
}
#u122 {
position:absolute;
left:306px;
top:260px;
width:733px;
height:44px;
}
#u122_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:44px;
}
#u123 {
position:absolute;
left:6px;
top:14px;
width:721px;
word-wrap:break-word;
}
#u124 {
position:absolute;
left:1039px;
top:260px;
width:114px;
height:44px;
text-align:center;
}
#u124_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:44px;
}
#u125 {
position:absolute;
left:6px;
top:14px;
width:102px;
word-wrap:break-word;
}
#u128 {
position:absolute;
left:0px;
top:304px;
width:306px;
height:28px;
}
#u128_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u129 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u130 {
position:absolute;
left:306px;
top:304px;
width:733px;
height:28px;
}
#u130_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u131 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u132 {
position:absolute;
left:1039px;
top:304px;
width:114px;
height:28px;
text-align:center;
}
#u132_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u133 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u136 {
position:absolute;
left:0px;
top:332px;
width:306px;
height:92px;
}
#u136_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:92px;
}
#u137 {
position:absolute;
left:6px;
top:38px;
width:294px;
word-wrap:break-word;
}
#u138 {
position:absolute;
left:306px;
top:332px;
width:733px;
height:92px;
}
#u138_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:92px;
}
#u139 {
position:absolute;
left:6px;
top:30px;
width:721px;
word-wrap:break-word;
}
#u140 {
position:absolute;
left:1039px;
top:332px;
width:114px;
height:92px;
text-align:center;
}
#u140_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:92px;
}
#u141 {
position:absolute;
left:6px;
top:38px;
width:102px;
word-wrap:break-word;
}
#u144 {
position:absolute;
left:0px;
top:424px;
width:306px;
height:28px;
}
#u144_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u145 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u146 {
position:absolute;
left:306px;
top:424px;
width:733px;
height:28px;
}
#u146_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u147 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u148 {
position:absolute;
left:1039px;
top:424px;
width:114px;
height:28px;
text-align:center;
}
#u148_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u149 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u152 {
position:absolute;
left:0px;
top:452px;
width:306px;
height:28px;
}
#u152_img {
position:absolute;
left:0px;
top:0px;
width:306px;
height:28px;
}
#u153 {
position:absolute;
left:6px;
top:6px;
width:294px;
word-wrap:break-word;
}
#u154 {
position:absolute;
left:306px;
top:452px;
width:733px;
height:28px;
}
#u154_img {
position:absolute;
left:0px;
top:0px;
width:733px;
height:28px;
}
#u155 {
position:absolute;
left:6px;
top:6px;
width:721px;
word-wrap:break-word;
}
#u156 {
position:absolute;
left:1039px;
top:452px;
width:114px;
height:28px;
text-align:center;
}
#u156_img {
position:absolute;
left:0px;
top:0px;
width:114px;
height:28px;
}
#u157 {
position:absolute;
left:6px;
top:6px;
width:102px;
word-wrap:break-word;
}
#u160 {
position:absolute;
left:0px;
top:533px;
width:174px;
height:25px;
}
#u160_input {
position:absolute;
left:0px;
top:0px;
width:174px;
height:25px;
font-family:'Arial Regular', 'Arial';
font-weight:700;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u161 {
position:absolute;
left:8px;
top:54px;
width:287px;
height:26px;
}
#u161_input {
position:absolute;
left:0px;
top:0px;
width:287px;
height:26px;
font-family:'Arial Regular', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
}
#u162 {
position:absolute;
left:0px;
top:493px;
}
#u162_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u162_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u163 {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#1E1E1E;
}
#u163_img {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
}
#u164 {
position:absolute;
left:2px;
top:4px;
width:21px;
word-wrap:break-word;
}
#u162_state1 {
position:relative;
left:0px;
top:0px;
visibility:hidden;
background-image:none;
}
#u162_state1_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u165 {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u165_img {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
}
#u166 {
position:absolute;
left:2px;
top:4px;
width:21px;
word-wrap:break-word;
}
#u167 {
position:absolute;
left:38px;
top:493px;
}
#u167_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u167_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u168 {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#1E1E1E;
}
#u168_img {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
}
#u169 {
position:absolute;
left:2px;
top:4px;
width:21px;
word-wrap:break-word;
}
#u167_state1 {
position:relative;
left:0px;
top:0px;
visibility:hidden;
background-image:none;
}
#u167_state1_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u170 {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u170_img {
position:absolute;
left:0px;
top:0px;
width:25px;
height:23px;
}
#u171 {
position:absolute;
left:2px;
top:4px;
width:21px;
word-wrap:break-word;
}
#u172 {
position:absolute;
left:1022px;
top:197px;
width:152px;
height:30px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u172_img {
position:absolute;
left:0px;
top:0px;
width:152px;
height:30px;
}
#u173 {
position:absolute;
left:2px;
top:7px;
width:148px;
word-wrap:break-word;
}
#u174 {
position:absolute;
left:22px;
top:236px;
visibility:hidden;
}
#u174_state0 {
position:relative;
left:0px;
top:0px;
background-image:none;
}
#u174_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u175 {
position:absolute;
left:0px;
top:0px;
width:1152px;
height:50px;
color:#0000CC;
}
#u175_img {
position:absolute;
left:0px;
top:0px;
width:1152px;
height:50px;
}
#u176 {
position:absolute;
left:2px;
top:17px;
width:1148px;
visibility:hidden;
word-wrap:break-word;
}
#u177 {
position:absolute;
left:16px;
top:17px;
width:1114px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#3C763D;
}
#u177_img {
position:absolute;
left:0px;
top:0px;
width:1114px;
height:16px;
}
#u178 {
position:absolute;
left:0px;
top:0px;
width:1114px;
word-wrap:break-word;
}
#u179 {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:918px;
overflow:hidden;
visibility:hidden;
}
#u179_state0 {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:918px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u179_state0_content {
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u180 {
position:absolute;
left:0px;
top:-40px;
width:1200px;
height:958px;
}
#u180_img {
position:absolute;
left:0px;
top:0px;
width:1200px;
height:958px;
}
#u181 {
position:absolute;
left:2px;
top:471px;
width:1196px;
visibility:hidden;
word-wrap:break-word;
}
#u182 {
position:absolute;
left:23px;
top:40px;
width:1147px;
height:210px;
}
#u182_img {
position:absolute;
left:0px;
top:0px;
width:1147px;
height:210px;
}
#u183 {
position:absolute;
left:2px;
top:97px;
width:1143px;
visibility:hidden;
word-wrap:break-word;
}
#u184 {
position:absolute;
left:40px;
top:57px;
width:131px;
height:28px;
}
#u184_img {
position:absolute;
left:0px;
top:0px;
width:131px;
height:28px;
}
#u185 {
position:absolute;
left:0px;
top:0px;
width:131px;
white-space:nowrap;
}
#u186 {
position:absolute;
left:40px;
top:200px;
width:90px;
height:25px;
}
#u186_input {
position:absolute;
left:0px;
top:0px;
width:90px;
height:25px;
font-family:'Arial Regular', 'Arial';
font-weight:700;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u187 {
position:absolute;
left:146px;
top:200px;
width:90px;
height:25px;
}
#u187_input {
position:absolute;
left:0px;
top:0px;
width:90px;
height:25px;
font-family:'Arial Regular', 'Arial';
font-weight:700;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u188 {
position:absolute;
left:40px;
top:123px;
width:1100px;
height:44px;
}
#u188_img {
position:absolute;
left:0px;
top:0px;
width:1100px;
height:44px;
}
#u189 {
position:absolute;
left:2px;
top:14px;
width:1096px;
visibility:hidden;
word-wrap:break-word;
}
#u190 {
position:absolute;
left:61px;
top:138px;
width:1040px;
height:16px;
color:#FF0000;
}
#u190_img {
position:absolute;
left:0px;
top:0px;
width:1040px;
height:16px;
}
#u191 {
position:absolute;
left:0px;
top:0px;
width:1040px;
word-wrap:break-word;
}
| 0.414188 | 0.045268 |
div.complex_table {
width: 1026px;
height: 248px;
margin: 0;
padding: 0;
font-size: 14px;
border: 1px solid black;
}
div.complex_table div {
margin: 0;
padding: 0;
text-align: center;
}
div.complex_table div.header_row {
height: 50px;
border-bottom: 1px solid black;
}
div.complex_table div.body_row {
height: 197px;
}
div.header_row div.data_pkgs {
width: 60px;
height: 40px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.header_row div.data_desc {
width: 375px;
height: 40px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.header_row div.data_weight {
width: 163px;
height: 100%;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.header_row div.data_rate {
width: 134px;
height: 40px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.header_row div.data_charges {
width: 115px;
height: 40px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.header_row div.data_tp {
width: 174px;
height: 40px;
padding-top: 10px;
display: inline-block;
float: left;
}
div.body_row div.data_pkgs {
width: 60px;
height: 187px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_desc {
width: 375px;
height: 187px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_weight {
width: 163px;
height: 100%;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_rate {
width: 134px;
height: 187px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_charges {
width: 115px;
height: 100%;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_tp {
width: 174px;
height: 100%;
display: inline-block;
float: left;
}
div.header_row div.data_weight div.top {
height: 21px;
text-align: center;
border-bottom: 1px solid black;
padding-top: 5px;
}
div.header_row div.data_weight div.bottom-left {
width: 81px;
height: 22px;
display: inline-block;
float: left;
padding-top: 3px;
border-right: 1px solid black;
}
div.header_row div.data_weight div.bottom-right {
width: 81px;
height: 22px;
display: inline-block;
float: right;
padding-top: 3px;
}
div.body_row div.data_weight div.bottom-left {
width: 81px;
height: 187px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_weight div.bottom-right {
width: 81px;
height: 187px;
padding-top: 10px;
display: inline-block;
float: right;
}
div.data_charges div.cell {
padding-top: 5px;
height: 23px;
}
div.data_tp div.cell {
height: 168px;
}
div.data_charges div.top_border {
width: 100%;
padding-top: 5px;
height: 23px;
border-top: 1px solid black;
}
div.data_tp div.top_border {
width: 100%;
height: 28px;
border-top: 1px solid black;
}
|
web/transiq/report/templates/lr/css/table.css
|
div.complex_table {
width: 1026px;
height: 248px;
margin: 0;
padding: 0;
font-size: 14px;
border: 1px solid black;
}
div.complex_table div {
margin: 0;
padding: 0;
text-align: center;
}
div.complex_table div.header_row {
height: 50px;
border-bottom: 1px solid black;
}
div.complex_table div.body_row {
height: 197px;
}
div.header_row div.data_pkgs {
width: 60px;
height: 40px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.header_row div.data_desc {
width: 375px;
height: 40px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.header_row div.data_weight {
width: 163px;
height: 100%;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.header_row div.data_rate {
width: 134px;
height: 40px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.header_row div.data_charges {
width: 115px;
height: 40px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.header_row div.data_tp {
width: 174px;
height: 40px;
padding-top: 10px;
display: inline-block;
float: left;
}
div.body_row div.data_pkgs {
width: 60px;
height: 187px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_desc {
width: 375px;
height: 187px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_weight {
width: 163px;
height: 100%;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_rate {
width: 134px;
height: 187px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_charges {
width: 115px;
height: 100%;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_tp {
width: 174px;
height: 100%;
display: inline-block;
float: left;
}
div.header_row div.data_weight div.top {
height: 21px;
text-align: center;
border-bottom: 1px solid black;
padding-top: 5px;
}
div.header_row div.data_weight div.bottom-left {
width: 81px;
height: 22px;
display: inline-block;
float: left;
padding-top: 3px;
border-right: 1px solid black;
}
div.header_row div.data_weight div.bottom-right {
width: 81px;
height: 22px;
display: inline-block;
float: right;
padding-top: 3px;
}
div.body_row div.data_weight div.bottom-left {
width: 81px;
height: 187px;
padding-top: 10px;
display: inline-block;
float: left;
border-right: 1px solid black;
}
div.body_row div.data_weight div.bottom-right {
width: 81px;
height: 187px;
padding-top: 10px;
display: inline-block;
float: right;
}
div.data_charges div.cell {
padding-top: 5px;
height: 23px;
}
div.data_tp div.cell {
height: 168px;
}
div.data_charges div.top_border {
width: 100%;
padding-top: 5px;
height: 23px;
border-top: 1px solid black;
}
div.data_tp div.top_border {
width: 100%;
height: 28px;
border-top: 1px solid black;
}
| 0.355663 | 0.183265 |
@media (min-width: 1200px) {
.container {
width: 998px;
}
.header_logo {
background-image: url('/img/head_logo.jpg');
background-repeat: no-repeat;
background-position: center;
height: 350px;
background-color: #fefefe;
}
.search {
top: 90px;
}
.search > *{
height: 33px;
width: 285px;
color: white;
font-size: 18px;
}
.search .input-group-addon{
border: 1px;
}
.search_input {
width: 245px;
padding-left: 5px;
border: 1px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.search_input:focus{
border: 1px;
outline-width: 0;
}
/** левое меню **/
.left_menu_item{
margin-bottom: 3px;
text-transform: uppercase;
}
.left_menu_link{
-moz-transition: .5s ease 0s;
-webkit-transition: .5s ease 0s;
transition: .5s ease 0s;
}
.left_menu_link, .left_menu_link:hover{
color: white;
}
.left_menu_item.active .left_menu_link{
background: rgb(139,193,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(139,193,45,1) 0%, rgba(94,122,38,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,193,45,1)), color-stop(100%,rgba(94,122,38,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc12d', endColorstr='#5e7a26',GradientType=0 ); /* IE6-9 */
}
.left_menu_link:hover{
background: rgb(174,21,127); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,41,198,1) 0%, rgba(70,14,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,41,198,1)), color-stop(100%,rgba(70,14,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(245,41,198,1) 0%,rgba(70,14,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(245,41,198,1) 0%,rgba(70,14,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(245,41,198,1) 0%,rgba(70,14,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(245,41,198,1) 0%,rgba(70,14,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F529C6', endColorstr='#460E2B',GradientType=0 ); /* IE6-9 */
}
/** градиенты **/
.grad_blue_1{
background: rgb(42,163,246); /* Old browsers */
background: -moz-linear-gradient(top, rgba(42,163,246,1) 0%, rgba(18,114,172,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,163,246,1)), color-stop(100%,rgba(18,114,172,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,163,246,1) 0%,rgba(18,114,172,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,163,246,1) 0%,rgba(18,114,172,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,163,246,1) 0%,rgba(18,114,172,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(42,163,246,1) 0%,rgba(18,114,172,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa3f6', endColorstr='#1272ac',GradientType=0 ); /* IE6-9 */
}
.grad_green_1{
background: rgb(139,193,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(139,193,45,1) 0%, rgba(94,122,38,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,193,45,1)), color-stop(100%,rgba(94,122,38,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc12d', endColorstr='#5e7a26',GradientType=0 ); /* IE6-9 */
}
/** скругленые углы **/
.border_radius_all_5{
border-radius: 5px;
}
}
|
web/css/kolodec.css
|
@media (min-width: 1200px) {
.container {
width: 998px;
}
.header_logo {
background-image: url('/img/head_logo.jpg');
background-repeat: no-repeat;
background-position: center;
height: 350px;
background-color: #fefefe;
}
.search {
top: 90px;
}
.search > *{
height: 33px;
width: 285px;
color: white;
font-size: 18px;
}
.search .input-group-addon{
border: 1px;
}
.search_input {
width: 245px;
padding-left: 5px;
border: 1px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.search_input:focus{
border: 1px;
outline-width: 0;
}
/** левое меню **/
.left_menu_item{
margin-bottom: 3px;
text-transform: uppercase;
}
.left_menu_link{
-moz-transition: .5s ease 0s;
-webkit-transition: .5s ease 0s;
transition: .5s ease 0s;
}
.left_menu_link, .left_menu_link:hover{
color: white;
}
.left_menu_item.active .left_menu_link{
background: rgb(139,193,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(139,193,45,1) 0%, rgba(94,122,38,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,193,45,1)), color-stop(100%,rgba(94,122,38,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc12d', endColorstr='#5e7a26',GradientType=0 ); /* IE6-9 */
}
.left_menu_link:hover{
background: rgb(174,21,127); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,41,198,1) 0%, rgba(70,14,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,41,198,1)), color-stop(100%,rgba(70,14,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(245,41,198,1) 0%,rgba(70,14,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(245,41,198,1) 0%,rgba(70,14,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(245,41,198,1) 0%,rgba(70,14,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(245,41,198,1) 0%,rgba(70,14,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F529C6', endColorstr='#460E2B',GradientType=0 ); /* IE6-9 */
}
/** градиенты **/
.grad_blue_1{
background: rgb(42,163,246); /* Old browsers */
background: -moz-linear-gradient(top, rgba(42,163,246,1) 0%, rgba(18,114,172,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,163,246,1)), color-stop(100%,rgba(18,114,172,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,163,246,1) 0%,rgba(18,114,172,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,163,246,1) 0%,rgba(18,114,172,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,163,246,1) 0%,rgba(18,114,172,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(42,163,246,1) 0%,rgba(18,114,172,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa3f6', endColorstr='#1272ac',GradientType=0 ); /* IE6-9 */
}
.grad_green_1{
background: rgb(139,193,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(139,193,45,1) 0%, rgba(94,122,38,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,193,45,1)), color-stop(100%,rgba(94,122,38,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(139,193,45,1) 0%,rgba(94,122,38,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc12d', endColorstr='#5e7a26',GradientType=0 ); /* IE6-9 */
}
/** скругленые углы **/
.border_radius_all_5{
border-radius: 5px;
}
}
| 0.360602 | 0.098816 |
.auto-container {
position: static;
max-width: 1200px;
padding: 0px 15px;
margin: 0 auto;
}
.sec-title {
max-width: 100%;
margin: 0 auto;
font-family: VNF-futura;
position: relative;
text-align: center;
}
.sec-title h2 span.theme_color {
margin-left: 3px;
}
.sec-title .theme_color {
color: #4F5D65;
}
.sec-title .separator {
height: 0px !important;
position: relative;
width: 100%;
}
.sec-title .text {
color: #50575e;
font-family: 'VNF-futura', sans-serif;
font-size: 14px;
font-style: italic;
}
.sec-title .text p{
position: relative;
line-height: 1.8em;
margin: 0 0 10px;
font-size: 14px;
}
.sec-title h2 {
position: relative;
font-size: 25px;
line-height: 1.4em;
margin-bottom: 10px;
text-transform: uppercase;
font-family: VNF-futura;
color: #3F9000;
font-weight: 500 !important;
}
.vc_custom_1464232852904 {
background-position: center !important;
background-repeat: no-repeat !important;
background-size: contain !important;
}
#thanh-pho-sinh-thai {
padding: 10px 0;
}
.general-row .col-md-12 {
padding-left: 0px;
padding-right: 0px;
}
.properties-section {
padding: 0px 0px 0px !important;
position: relative;
background: #ffffff;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.five-col-theme .column {
position: relative;
float: left;
width: 20%;
margin-bottom: 30px;
text-align: center;
}
.five-col-theme .column .inner-box {
position: relative;
}
.five-col-theme .column .inner-box .icon {
position: relative;
display: block;
color: #71b100;
line-height: 50px;
font-size: 35px;
margin-bottom: 10px;
}
h4 {
display: block;
-webkit-margin-before: 1.33em;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
article{
display: block;
}
.five-col-theme .column:after {
content: '';
position: absolute;
left: 100%;
top: 0px;
width: 1px;
height: 100%;
background: #cccccc;
background: -webkit-linear-gradient(top,rgba(0,0,0,0),#cccccc,rgba(0,0,0,0));
background: -moz-linear-gradient(top,rgba(0,0,0,0),#cccccc,rgba(0,0,0,0));
background: -ms-linear-gradient(top,rgba(0,0,0,0),#cccccc,rgba(0,0,0,0));
background: -o-linear-gradient(top,rgba(0,0,0,0),#cccccc,rgba(0,0,0,0));
}
/*sets semitransparent color to sticky navbar*/
.mbr-navbar--stuck& .mbr-navbar__section {
background: rgba(9, 67, 136, 0.5)!important;
}
/*sets semitransparent color to top navbar */
.mbr-navbar__section {
background: rgba(134, 195, 239, 0.5);
}
.backmaintransparent{
}
|
public/css/fullpage/canho.css
|
.auto-container {
position: static;
max-width: 1200px;
padding: 0px 15px;
margin: 0 auto;
}
.sec-title {
max-width: 100%;
margin: 0 auto;
font-family: VNF-futura;
position: relative;
text-align: center;
}
.sec-title h2 span.theme_color {
margin-left: 3px;
}
.sec-title .theme_color {
color: #4F5D65;
}
.sec-title .separator {
height: 0px !important;
position: relative;
width: 100%;
}
.sec-title .text {
color: #50575e;
font-family: 'VNF-futura', sans-serif;
font-size: 14px;
font-style: italic;
}
.sec-title .text p{
position: relative;
line-height: 1.8em;
margin: 0 0 10px;
font-size: 14px;
}
.sec-title h2 {
position: relative;
font-size: 25px;
line-height: 1.4em;
margin-bottom: 10px;
text-transform: uppercase;
font-family: VNF-futura;
color: #3F9000;
font-weight: 500 !important;
}
.vc_custom_1464232852904 {
background-position: center !important;
background-repeat: no-repeat !important;
background-size: contain !important;
}
#thanh-pho-sinh-thai {
padding: 10px 0;
}
.general-row .col-md-12 {
padding-left: 0px;
padding-right: 0px;
}
.properties-section {
padding: 0px 0px 0px !important;
position: relative;
background: #ffffff;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.five-col-theme .column {
position: relative;
float: left;
width: 20%;
margin-bottom: 30px;
text-align: center;
}
.five-col-theme .column .inner-box {
position: relative;
}
.five-col-theme .column .inner-box .icon {
position: relative;
display: block;
color: #71b100;
line-height: 50px;
font-size: 35px;
margin-bottom: 10px;
}
h4 {
display: block;
-webkit-margin-before: 1.33em;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
article{
display: block;
}
.five-col-theme .column:after {
content: '';
position: absolute;
left: 100%;
top: 0px;
width: 1px;
height: 100%;
background: #cccccc;
background: -webkit-linear-gradient(top,rgba(0,0,0,0),#cccccc,rgba(0,0,0,0));
background: -moz-linear-gradient(top,rgba(0,0,0,0),#cccccc,rgba(0,0,0,0));
background: -ms-linear-gradient(top,rgba(0,0,0,0),#cccccc,rgba(0,0,0,0));
background: -o-linear-gradient(top,rgba(0,0,0,0),#cccccc,rgba(0,0,0,0));
}
/*sets semitransparent color to sticky navbar*/
.mbr-navbar--stuck& .mbr-navbar__section {
background: rgba(9, 67, 136, 0.5)!important;
}
/*sets semitransparent color to top navbar */
.mbr-navbar__section {
background: rgba(134, 195, 239, 0.5);
}
.backmaintransparent{
}
| 0.407923 | 0.119871 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/*----------------------------------------------------
1. Global styles
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Playfair+Display:400,500,700&display=swap');
body {
background: #fff;
color: #61657a;
font-family: 'Karla', sans-serif;
font-size: 15px;
font-weight: normal;
/* line-height: 26px; */
margin: 0;
padding: 0;
position: relative;
overflow-x: hidden
}
img {
max-width: 100%;
}
/* === PARAGRAPH === */
b,
strong {
font-weight: 600;
}
/* === Headings === */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #2b343b;
font-family: 'Playfair Display', sans-serif;
margin: 0 0 15px;
padding: 0;
transition: 0.3s;
}
h1 {
font-size: 36px;
line-height: 52px;
font-weight: 700;
}
h2 {
font-size: 30px;
line-height: 45px;
font-weight: 700;
}
h3 {
font-size: 28px;
line-height: 32px;
font-weight: 700;
}
h4 {
font-size: 22px;
line-height: 30px;
}
h5 {
font-size: 20px;
line-height: 28px;
}
h6 {
font-size: 18px;
}
/* ## End: Headings ## */
/* === Hyperlink === */
a {
color: #303030 ;
/*transition*/
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
}
a,
a > * {
cursor: pointer;
outline: medium none;
text-decoration: none;
}
a:focus,
a:hover {
outline: medium none;
text-decoration: none;
color: inherit;
text-decoration: none !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
/* === Hyperlink === */
.btn.btn-fill {
background: rgb(196, 67, 8);
}
.btn.btn-fill {
color: #000;
}
.btn {
border-width: 1px;
border-style: solid;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
cursor: pointer;
padding: 10px 22px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
color: rgb(0, 0, 0);
}
section {
background: #FFF;
padding-top: 115px;
padding-bottom: 90px;
}
.base-header {
padding-bottom: 56px;
width: 57%;
margin: auto;
text-align: center;
}
.base-header small {
font-size: 18px;
color: #9dca00;
text-transform: capitalize;
}
.base-header h3 {
padding-bottom: 16px;
position: relative;
text-transform: capitalize;
font-weight: 700;
margin-bottom: 0px;
letter-spacing: .5px;
font-size: 40px;
line-height: 50px;
color: #2b343b;
margin-top: 5px;
}
.base-header h3::before {
position: absolute;
content: "";
background-color: #aedf04;
}
.base-header h3::before,
.base-header h3::after {
position: absolute;
content: "";
background-color: #b9ea0f;
width: 15px;
height: 11px;
bottom: 0;
left: 50%;
margin-left: -1px;
border-radius: 136px;
margin-bottom: -6px;
}
.base-header h3::after {
margin-left: -12px;
background-color: #9dca00;
}
.base-header.base_header_left {
width: 100%;
text-align: left;
padding-bottom: 40px;
}
.base-header.base_header_left h3::after,
.base-header.base_header_left h3::before {
left: 0%;
margin-left: 0px;
}
.base-header.base_header_left h3::before {
margin-left: 10px;
}
.more-link:before {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #2b343b;
opacity: 0;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
content: '';
position: absolute;
z-index: -1;
transition: all 0.3s;
}
.more-link:hover::before {
height: 400%;
opacity: 1;
}
.more-link:hover {
color: #fff;
}
.more-link {
display: inline-block;
font-size: 16px;
padding: 12px 35px 13px 35px;
color: #fff;
text-transform: capitalize;
font-weight: 500;
}
.more-link {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
/*background: #9dca00;*/
background: #9dca00;
border-radius: 2px;
}
/* .owl-prev, .owl-next {
-webkit-transition: all 0.4s linear 0s;
transition: all 0.4s linear 0s;
position: absolute;
top: 50%;
margin-top: -25px;
z-index: 99;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
color: #333;
opacity: 0;
}
.owl-theme .owl-controls .owl-nav div {
padding-right: 20px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
left: 0px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-nav .owl-next {
right: 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-nav {
bottom: -50px;
left: 0%;
}
.owl-prev {
margin-left: 0;
}
.owl-nav div.owl-next {
left: 60px;
right: 20px;
}
.owl-nav div {
color: #333;
font-size: 19px;
height: 50px;
left: 0px;
line-height: 36px;
margin-top: -30px;
opacity: 0.8;
position: absolute;
text-align: center;
top: 50.5%;
width: 50px;
border-radius: 50%;
padding-right: 0px !important;
padding-top: 5px;
} */
/*----------------------------------------------------
2. Header Section
------------------------------------------------------*/
/*----- Top bar -----*/
.header_topbar {
background: #2b343b;
}
.header_topbar .container {
display: flex;
}
.top-bar .header_top_left {
padding: 0 0;
}
.header_socil {
margin: 0 0 0 10px;
float: right;
}
.header_socil li {
padding-left: 1px;
padding-right: 1px;
}
.header_socil li {
font-size: 14px;
margin: 0;
position: relative;
display: inline-block;
text-align: center;
}
.header_socil li .fa {
color: #fff;
font-size: 14px;
margin-left: 8px;
}
.header_socil li .fa:hover {
color: #9dca00;
}
.header_socil li:nth-child(1) i {
margin-right: 8px;
color: #9dca00;
}
.header_socil li:nth-child(1) {
border-right: 1px solid #645454;
padding-right: 20px;
color: #fff;
margin-right: 10px;
}
.header_topbar .more-link {
margin-left: 20px;
border-radius: 0px;
}
.header_top_left {
padding-left: 1px;
float: left;
display: flex;
}
.header_top_left a {
color: white;
}
.header_top_left a:hover {
color: #9dca00;
}
.header_top_right {
margin-right: auto;
}
.header_topbar ul {
margin-top: 13px;
}
.header_top_right ul {
margin-right: 17px;
}
.header_top_right li {
display: inline;
padding-right: 20px;
color: #fff;
font-size: 14px;
}
.header_top_right li i {
margin-right: 10px;
color: #9dca00;
font-size: 15px;
position: relative;
top: 1px;
}
/*----- End : Top bar -----*/
.menu_area {
position: sticky;
top: 0px;
z-index: 9999;
box-shadow: 0 3px 6px rgba(54, 54, 54, 0.01);
}
.menu_area .container {
display: flex;
}
.navigation .logo {
float: left;
position: relative;
height: 73px;
margin-right:auto;
}
.navigation .logo img {
margin-top: 26px;
max-width: inherit;
}
.logo img {
max-width: inherit;
}
.navigation .logo::before {
background: transparent !important;
}
.navigation .logo::before {
position: absolute;
top: 0px;
width: 243%;
content: "";
height: 100%;
left: -240%;
}
.navigation .logo::after {
background: transparent !important;
}
.navigation .logo::after {
width: 121px;
height: 73px;
position: absolute;
right: -121px;
top: 0px;
content: "";
}
.logo {
background: transparent !important;
width: 189px;
}
/*-----Navigationn-----*/
.navigation {
background-color: #fff;
z-index: 9999;
position: relative;
border-top: 1px solid #fbf3f3;
}
#navigation {
float: right;
margin-left: -18px !important;
}
#navigation {
float: right;
margin-right: -58px !important;
}
.is-sticky .navigation {
box-shadow: 0 3px 6px
rgba(54, 54, 54, 0.08);
}
#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 14px;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#navigation ul li{
display: inline-block;
}
#navigation:after,
#navigation > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#navigation #menu-button {
display: none;
}
#navigation > ul > li {
float: left;
margin-right: 5px;
}
#navigation li:hover > ul {
padding-top: 20px;
padding-bottom: 20px;
background: #fff;
}
#navigation.align-center > ul {
font-size: 0;
text-align: center;
}
#navigation.align-center > ul > li {
display: inline-block;
float: none;
}
#navigation.align-center ul ul {
text-align: left;
}
#navigation.align-right > ul > li {
float: right;
}
#navigation ul li a:hover {
color: #9dca00;
}
#navigation ul li a {
padding: 42px 0px 42px 32px;
font-size: 15px;
letter-spacing: 1px;
text-decoration: none;
color: #333;
text-transform: uppercase;
margin-right: -1px;
cursor: pointer;
}
#navigation > ul > li.has-sub > a {
padding: 42px 0px 42px 32px;
}
#navigation > ul > li.has-sub > a::before {
position: absolute;
right: 18px;
font-family: FontAwesome;
content: "\f107";
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#navigation > ul > li.has-sub > a::before {
position: absolute;
right: 14px;
font-family: FontAwesome;
content: "\f107";
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
display: none;
}
#navigation ul ul li.has-sub > a::before {
position: absolute;
top: 20px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #9dca00;
content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#navigation ul ul li.has-sub > a::after {
position: absolute;
top: 23px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #9dca00;
content: '';
}
#navigation ul ul li.has-sub:hover a::before {
top: 17px;
height: 0;
}
#navigation ul ul {
position: absolute;
left: -9999px;
}
#navigation.align-right ul ul {
text-align: right;
}
#navigation ul ul li {
height: 0;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#navigation li:hover > ul {
left: auto;
}
#navigation.align-right li:hover > ul {
left: auto;
right: 0;
}
#navigation li:hover > ul > li {
height: 40px;
}
#navigation ul ul ul {
margin-left: 100%;
top: 0;
}
#navigation.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
#navigation ul ul li a {
border-bottom: 1px solid #9dca00;
padding: 14px 10px 14px 20px;
width: 220px;
font-size: 15px;
text-decoration: none;
color: #333;
font-weight: 500;
background: #fff;
text-transform: uppercase;
margin-left: 20px;
border-left: 1px solid #f1f1f1;
line-height: 13px;
}
#navigation ul ul li:last-child > a,
#navigation ul ul li.last-item > a {
border-bottom: 0;
}
#navigation ul ul li:hover a,
#navigation ul ul li a:hover {
color: #9dca00;
border-left: 1px solid #9dca00;
}
/*-----Navigationn end-----*/
@media (max-width: 991px) {
.menu_area {
background: #fff;
height: 75px;
}
.navigation {
background-color: transparent;
position: absolute;
width: 100%;
}
.navbar-light .navbar-toggler {
position: absolute;
right: 0px;
top: 22px;
padding: 2px 8px;
}
.navbar-toggler-icon {
width: 1.1em !important;
height: 1.1em !important;
}
.navbar-collapse {
position: absolute;
right: 0px;
background: #fff;
top: 74px;
width: 100%;
text-align: left;
padding: 10px 10px;
}
#navigation {
float: none;
max-width: 720px;
width: 100%;
margin-right: auto !important;
margin-left: auto !important;
}
#navigation ul li {
display: block;
}
#navigation ul li a {
padding: 10px 10px;
}
#navigation ul ul {
z-index: 999;
}
.navigation .logo img {
margin-top: 92px !important;
}
.header_cart {
position: absolute;
right: 0px;
margin-right: 52px;
margin-top: 23px !important;
}
.header_cart ul {
border-left: 1px solid transparent !important;
border-right: 1px solid #ddd;
padding-right: 15px !important;
margin-right: 15px;
}
.header_cart ul li {
margin-left: 10px;
}
}
/*----- Menu Search and Cart -----*/
.search_icon_inr {
display: none;
opacity: 0;
height: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 100%;
width: 290px;
z-index: 9999;
margin-top: 40px;
transition: 0.5s;
}
.search_icon_inr.active {
display: block;
opacity: 1;
height: auto;
}
.search_icon_inr form {
background: #ffffff none repeat scroll 0 0;
border: 1px solid
#ebebeb;
color: #898989;
float: left;
width: 100%;
}
.search_icon_inr input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #000000;
float: left;
font-size: 13px;
font-weight: 500;
height: 38px;
padding: 0 0 0 15px;
width: 100%;
}
.search_icon_inr .btn-search {
border: medium none;
color: #fff;
height: 40px;
line-height: 38px;
padding: 0;
position: absolute;
right: 0;
top: 0px;
transition: all 0.3s ease 0s;
width: 40px;
background: #9dca00;
}
.header_cart {
margin-top: 36px;
text-align: right;
margin-left: 68px;
}
.header_cart ul {
border-left: 1px solid #ddd;
padding-right: 0px;
padding-left: 26px;
margin-left: 22px;
}
.header_cart ul li {
display: inline;
margin-left: 6px;
position: relative;
}
.header_cart li a {
background: #f2eaea;
border-radius: 20%;
padding: 8px 10px;
font-size: 12px;
color: #303030 ;
}
.number_cart {
position: absolute;
top: -16px;
background: #9dca00;
padding: 2px 6px;
border-radius: 50%;
color: #fff;
line-height: 15px;
right: -2px;
}
.header_cart li a:hover {
background: #9dca00;
color: #fff;
}
/*----- End :Menu Search and Cart -----*/
/*
Header Transparent CSS Start
----------------------------------------*/
.header-transparent {
padding-bottom: 20px;
}
.top-bar-transparent {
margin-bottom: 20px;
}
.header-transparent #navigation {
margin-top: 5px;
background-color: transparent;
}
.header-transparent #navigation > ul > li > a {
padding: 10px 4px;
border: transparent;
color: #fff;
}
.header-top {
border-bottom: 1px solid transparent;
padding-top: 10px;
padding-bottom: 10px;
color: #fff;
border-color: rgba(250, 250, 250, .2);
}
.header-transparent #navigation li a {
color: #ffffff;
background-color: transparent;
border-left: transparent;
border-right: transparent;
padding: 14px 30px 14px 10px;
}
.header-transparent #navigation li ul li a {
background-color: #446a73;
padding: 18px 20px;
}
.header-transparent #navigation > ul > li.has-sub > a {
padding-right: 30px;
}
.header-transparent #navigation li ul li a {
border-bottom: 1px solid #375b63;
}
.header-top .top-nav ul li a {
color: #fff;
}
.top-nav-collapse {
background-color: rgba(18, 45, 52, .8);
}
#search-area-v2 {
position: absolute;
width: 100%;
z-index: 1032;
top: 48px;
}
#search-area-v2 .well-bg {
background-color: #333;
}
.phone-img {
margin-bottom: 60px;
}
/*Header Transparent CSS End
----------------------------------------*/
/* Slider Area Styling */
.slide_bg_1 {
background: #f0f0f0 url("/assets/images/slider1.jpg") no-repeat scroll right center;
}
.slide_bg_2 {
background: #f0f0f0 url("/assets/images/slider2.jpg") no-repeat scroll right center;
}
.single_slider {
background-color: #dddd;
background-position: center center;
background-size: cover;
color: #fff;
font-size: 24px;
height: 700px;
}
.single_slider .container {
margin-top: -6px;
}
.slider_item_tb {
display: table;
height: 100%;
width: 100%;
}
.slider_item_tbcell {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.slide_bg_2 .slider_item_tbcell {
text-align: right;
}
.single_slider.slide_bg_2 .col-lg-6 {
margin-left: 49.5%;
}
.slider_home_two .col-md-offset-3 {
margin-left: 21%;
}
.slide_bg_2 .col-lg-7.col-xs-12 {
margin-left: 21%;
}
.slider_home h2 {
font-size: 54px;
margin-bottom: 25px;
font-weight: 800;
text-transform: capitalize;
line-height: 64px;
color: #2b343b;
margin-top: -14px;
}
.slider_home h5 {
font-size: 20px;
margin-bottom: 35px;
font-weight: 300;
color: #9dca00;
position: relative;
padding-left: 30px;
}
.slider_home h5::before {
position: absolute;
content: "";
background-color: #b9ea0f;
width: 15px;
height: 11px;
bottom: 13px;
left: 7px;
margin-left: -1px;
border-radius: 136px;
margin-bottom: -6px;
}
.slider_home h5::after {
position: absolute;
content: "";
background-color: #9dca00;
width: 15px;
height: 11px;
bottom: 13px;
left: 0px;
margin-left: -1px;
border-radius: 136px;
margin-bottom: -6px;
}
.slide_bg_2 h5 {
padding-right: 33px;
}
.slide_bg_2 h5::before {
left: 96%;
}
.slide_bg_2 h5::after {
left: 98%;
}
.slider_home h2 .slide_st1 {
color: #2c2c2c;
font-weight: 700;
}
.slider_home p {
color: #000000;
font-size: 15px;
}
.slider_btn a {
margin-top: 20px;
}
.slider_btn_one {
margin-right: 0px;
}
.slider_btn_two {
margin-right: 15px;
color: #2b343b;
border: 1px solid #2b343b;
background: transparent;
}
.slider_btn_two.more-link::before {
background: #9dca00;
}
.slider_btn_one:hover {
color: #fff;
}
.slider_btn_two:hover {
color: #fff;
border: 1px solid #9dca00;
}
.slides_wrapper {
position: relative;
}
.slides__preload_wrapper {
background: #9dca00 none repeat scroll 0 0;
height: 100%;
left: 0;
position: absolute;
width: 100%;
z-index: 999;
}
.slides__preload_wrapper .spinner {
left: 50%;
margin: -20px 0 0 -20px;
position: absolute;
top: 50%;
}
/* Carousel Nav
-------------------------------------*/
.slider_home .st-swiper-button-nav {
color: #333;
font-size: 15px;
height: 40px;
left: 20px !important;
line-height: 29px;
margin-top: -77px;
position: absolute;
text-align: center;
top: 100%;
width: 40px;
border-radius: 50%;
padding-right: 0px !important;
padding-top: 5px;
}
.slider_home .st-swiper-button-nav i {
font-size: 18px;
color: #222;
z-index: 999;
position: absolute;
right: auto;
margin-left: 537px;
left: auto;
}
.slider_home .st-swiper-button-next {
right: 0px;
left: auto !important;
margin-right: 30px;
}
.slider_home .st-swiper-button-prev {
margin-right: 25px !important;
left: auto !important;
right: 0px !important;
}
.slider_home .st-swiper-button-nav {
width: 100%;
margin: auto;
margin-top: -78px;
}
/* Carousel Dots
-------------------------------------*/
.slider_home .swiper-pagination {
width: 100%;
padding-right: 70px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1140px;
position: relative;
justify-content: flex-end;
display: flex;
position: relative;
}
.slider_home .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #fff;
text-align: center;
border-radius: 25px;
opacity: 1;
position: absolute;
bottom: 0px;
margin-bottom: 44px !important;
}
.slider_home .swiper-pagination-bullet:nth-child(1) {
margin-right: 20px;
}
.slider_home .swiper-pagination-bullet-active {
background: hsl(73, 100%, 40%);
width: 10px;
height: 10px;
}
/*----------------------------------------------------
3. About Section
------------------------------------------------------*/
.about-section {
padding: 120px 0px 105px;
}
.about-section img {
width: 100%;
}
.about_item_tb h4 {
font-size: 20px;
margin-bottom: 10px;
color: #2b343b;
}
.about_item {
border-bottom: 1px solid #eee5e5;
padding-bottom: 17px;
margin-bottom: 24px;
text-align: left;
}
.about_item:nth-child(3) {
border-bottom: none;
margin-bottom: 0px;
}
/*================================================
13. Blog Section
==================================================*/
.blog-section {
background: #F1F6FA;
padding-bottom: 90px;
padding-top: 120px;
}
/*----------------------------------------------------
15. Contact Section
------------------------------------------------------*/
.contact-section {
padding-top: 0px;
padding-bottom: 0px;
position: relative;
}
.contact_wrp {
padding: 75px 80px 80px;
background: #F6F8FF;
position: relative;
}
.contact_bg {
/* background: #F6F8FF url("/assets/images/contact_bg.jpg"); */
background-position: right center;
background-repeat: no-repeat;
height: 673px;
width: 36%;
float: right;
background-size: cover;
position: relative;
z-index: 9;
}
.contact_bg2 {
position: absolute;
background:
#2b343b;
bottom: 0px;
width: 100%;
height: 190px;
}
.contact-form {
padding-right: 30px;
}
.contact-form #contact-form .con-field {
outline: inherit;
border-width: medium medium 1px;
border-style: none none solid;
border-color: -moz-use-text-color -moz-use-text-color #9dca00;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
width: 100%;
margin-bottom: 30px;
padding: 5px 15px;
line-height: 38px;
border: 1px solid #9da7ae;
background: transparent;
height: auto;
border-radius: 0px;
}
.contact-form #contact-form .con-field:focus {
border: 1px solid #9dca00;
box-shadow: none;
}
.contact-form #contact-form::-webkit-input-placeholder {
color: #9B9BA3;
font-size: 14px;
text-align: left;
}
.contact-form #contact-form:-moz-placeholder {
color: #9B9BA3;
font-size: 14px;
text-align: left;
}
.contact-form #contact-form::-moz-placeholder {
color: #9B9BA3;
font-size: 14px;
text-align: left;
}
.contact-form #contact-form:-ms-input-placeholder {
color: #9B9BA3;
font-size: 14px;
text-align: left;
}
.contact-form textarea {
line-height: 16px !important;
padding-top: 20px !important;
height: 140px !important;
}
.submit-contact {
padding: 0;
padding-right: 30px;
padding-left: 30px;
height: 50px;
line-height: 50px;
text-align: center;
letter-spacing: 0px;
text-transform: capitalize;
display: inline-block;
overflow: hidden;
outline: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
color: white;
position: relative;
margin: 0px 0px 0px 0px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
background: #9dca00;
font-size: 16px;
font-weight: 500;
border-radius: 2px;
}
.submit-contact:hover {
background-color: #3b3f46;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.contact-form #contact-form #msg {
color: #f54337;
}
/*----------------------------------------------------
16. Footer Section
------------------------------------------------------*/
.footer-spacing {
margin-bottom: 100px;
}
.home-page .footer-section {
padding-top: 285px;
margin-top: -300px;
}
.footer-section {
float: left;
width: 100%;
padding: 100px 0 0 0;
color: #fff;
background: #2b343b;
}
.footer-section .container {
position: relative;
}
.footer-section .widget {
padding-bottom: 0px;
margin-bottom: 17px;
padding: 0px;
background: transparent;
}
.footer-section .widget h5 {
color: #fffcf4;
text-transform: capitalize;
letter-spacing: 0px;
font-size: 22px;
margin-bottom: 32px;
}
.footer-section .widget h3 {
color: #fff;
font-weight: 900;
letter-spacing: 3px;
margin-bottom: 25px;
}
.footer-section .widget p {
color: #d5d5d5;
margin-top: 15px;
float: left;
margin-bottom: 16px;
}
.footer-section .widget img {
margin-top: 3px;
}
.footer_soc {
margin-bottom: 15px;
}
.footer_socil {
overflow: hidden;
width: 100%;
}
.footer_socil .list-icons {
padding-left: 0;
list-style: none;
}
.footer_socil .list-icons li {
float: left;
margin-bottom: 30px;
margin-right: 6px;
}
.footer_socil .list-icons li a {
color: #acaba9;
font-size: 18px;
padding-right: 7px;
}
.footer_socil .list-icons li a:hover {
color: #9dca00;
text-decoration: underline;
}
.quick_lnk ul li {
list-style: none;
padding-bottom: 12px;
padding-left: 20px;
}
.quick_lnk ul li::after {
position: absolute;
content: ">";
left: 0;
margin-left: 16px;
width: 12px;
height: 1px;
margin-top: 0px;
color: #9dca00;
}
.quick_lnk ul li a {
color: #d5d5d5;
}
footer .quick_lnk li a:hover {
color: #9dca00;
text-decoration: underline;
}
.footer_recent_blog li {
border-bottom: 1px solid
#3c3939;
padding-bottom: 18px;
margin-bottom: 13px;
overflow: hidden;
}
.footer_recent_blog li:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 1px solid
transparent;
}
.footer_recent_blog img {
width: 88px;
float: left;
margin-right: 16px;
overflow: hidden;
height: 80px;
}
.footer_recent_blog .post_cont {
overflow: hidden;
display: block;
}
.post-date {
color: #7d7d7d;
}
.footer_recent_blog .post_cont i {
margin-right: 7px;
color: #9dca00;
font-size: 14px;
}
.footer_recent_blog .post_cont a span {
margin-top: 10px;
line-height: 23px;
color: #d5d5d5;
overflow: hidden;
display: block;
}
.footer_recent_blog .post_cont a span:hover {
color: #9dca00;
}
.footer-section .email_field {
background: #3b3f46;
box-shadow: none;
border: none;
color: #ddd;
line-height: 40px;
padding-left: 30px;
width: 100%;
margin-top: 5px;
border: 1px solid transparent;
}
.footer-section .email_field:focus {
border: 1px solid #9dca00;
}
.news_letter_wrp p {
margin-top: -2px !important;
}
.news_letter_wrp .submit-contact {
height: 60px;
line-height: 25px;
width: 100%;
margin-top: 10px;
border-radius: 5px;
font-size: 15px;
}
.footer-social-links ul {
margin-left: -39px;
}
.footer-social-links ul li {
display: inline-block;
position: relative;
margin: 10px 5px 0;
line-height: 1em;
vertical-align: top;
}
.footer-social-links ul li a {
display: inline-block;
text-align: center;
width: 46px;
height: 46px;
line-height: 46px;
font-size: 21px;
border: 1px solid #bababa;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
color: #bababa;
position: relative;
overflow: hidden;
z-index: 1;
}
.subfooter {
width: 100%;
text-align: center;
padding: 35px 0px;
color: #bababa;
margin-top: 85px;
background: #252d32;
position: relative;
}
.subfooter p {
color: #acaba9;
margin: 0px;
text-transform: capitalize;
}
.subfooter p a {
color: #acaba9;
}
.scrollup {
color: #9dca00;
position: absolute;
right: 0px;
bottom: 0px;
margin-right: 15px;
margin-bottom: -98px;
z-index: 99;
background: transparent;
border: none;
}
.scrollup span {
font-size: 15px;
background: transparent;
padding: 9px 10px;
border: 2px solid #9dca00;
border-radius: 50%;
color: #9dca00;
}
.scrollup span:hover {
background: #9dca00;
color: #fff;
}
.scrollup:hover,
.scrollup:active,
.scrollup:focus {
color: rgba(255, 255, 255, 0.90);
}
/*----------------------------------------------------
Single Page
------------------------------------------------------*/
/* Single Page Header
================================= */
header {
position: relative;
text-align: center;
color: #fff;
background-color: rgba(32, 32, 32, 0.74);
height: 700px;
}
header .container {
padding-top: 157px;
position: relative;
z-index: 10;
text-align: center;
}
header.blog-banner {
color: #FFF;
box-sizing: border-box;
height: 400px;
background-repeat: no-repeat;
width: 100%;
background-size: cover;
}
header {
position: relative;
text-align: center;
color: #fff;
background-color: rgba(198, 227, 221, 0.39);
height: 700px;
}
.blog-header {
padding-left: 0px;
text-align: left;
}
.blog-header h4 {
color: #464d53;
text-transform: capitalize;
font-size: 16px;
letter-spacing: 1px;
display: block;
margin-bottom: -25px;
font-weight: 400;
font-family: 'Karla', sans-serif;
}
.blog-header h4 a {
color: #2b343b;
}
.blog-header h3 {
color: #2b343b;
text-transform: capitalize;
font-size: 45px;
letter-spacing: 0px;
padding-bottom: 15px;
font-weight: 700;
}
.blog-header h4 a:hover {
color: #9dca00;
}
/* =================================
Contact page
================================= */
.contact-page .contact-section {
padding-top: 115px;
padding-bottom: 120px;
background: #F1F6FA;
}
.contact-page .contact-section .contact-form {
padding-right: 20px;
}
.contact-page .contact-section .contact_wrp {
padding: 0px;
background: transparent;
position: relative;
}
.map-container{
width: 100%;
height: 500px;
border: none;
margin-bottom: 50px;
max-width: 97.2% !important;
}
.contact-page .contact-section .contact-form #contact-form textarea {
height: 155px !important;
}
.contact_pg_address {
padding: 40px 40px 36px;
border: 1px solid #9da7ae;
}
.contact_pg_address h3 {
margin-bottom: 27px;
font-size: 32px;
letter-spacing: 0px;
line-height: 38px;
margin-top: -2px;
}
.single_con_add p {
margin: 0;
color: #515050;
margin-top: 0px;
}
.single_con_add p:nth-child(2) {
margin-top: -10px;
font-weight: bold;
}
.contact-page .contact-section .single_con_add {
overflow: hidden;
margin-bottom: 0px;
margin-top: 15px;
padding: 10px 0px;
}
.contact-page .contact-section .single_con_add a {
display: block;
float: left;
color: #515050;
margin-top: 6px;
}
.contact-page .contact-section .single_con_add a i {
font-size: 20px;
margin-top: 1px;
color: #515050;
border: 1px solid #515050;
border-radius: 50%;
padding: 10px 12px;
margin-right: 15px;
}
.contact-page .contact-section .single_con_add span {
display: block;
padding-left: 45px;
}
/* =================================
14. Blog Page
================================= */
.blog_container {
padding-bottom: 120px;
}
.blog-area {
padding-top: 120px;
}
.blog_container .blog_box {
margin-bottom: 40px;
position: relative;
}
.blog_container .col-lg-6:nth-child(5) .blog_box,
.blog_container .col-lg-6:nth-child(6) .blog_box {
margin-bottom: -6px;
}
.blog-area .blog_date_athor {
margin-bottom: 30px;
}
.blog_container .blog_info_right h3 {
font-size: 22px;
}
/* - Widget */
.widget {
display: inline-block;
margin-bottom: 45px;
width: 100%;
background: #F1F6FA;
padding: 30px;
}
/* - Widget Search */
.widget {
margin-bottom: 30px;
}
/*
Blog Page
================================= */
.blog_quote {
margin-top: 0px;
border-bottom: 1px solid #ece3e3;
padding-bottom: 15px;
}
.comments {
padding: 0px;
margin: 0px;
margin-top: -40px;
}
.form-control:focus {
border: 1px solid #fff;
border: 1px solid #9dca00;
box-shadow: none;
border-left: 3px solid #9dca00;
}
/*
Single Product Right Side
----------------------------------------*/
.reviews {
margin-left: 20px;
margin-right: 10px !important;
color: #999999;
}
.reviews a {
color: #61657a;
}
.cart-quantity {
position: relative;
}
.cart-quantity {
margin-top: 30px;
float: left;
overflow: hidden;
}
.cart-plus-minus {
border: 1px solid #e9e9e9;
cursor: pointer;
height: 52px;
width: 70%;
position: relative;
}
.cart-plus-minus-box {
border: medium none;
display: block;
font-size: 18px;
height: 48px;
line-height: 48px;
margin: auto;
padding-left: 8px;
width: 24%;
color: #2b343b;
}
.qtybutton {
color: #989898;
font-size: 35px;
left: 10px;
line-height: 35px;
position: absolute;
top: 5px;
}
.inc.qtybutton {
left: auto;
right: 10px;
}
/* =================================
Checkout page
================================= */
.checkout_section {
padding-top: 94px;
padding-bottom: 100px;
}
.checkout_section .custom-title {
/*! border-bottom: 1px solid #797979; */
position: relative;
}
.checkout_section .custom-title::before {
position: absolute;
content: "";
background-color: #aedf04;
}
.checkout_section .custom-title:before,
.checkout_section .custom-title:after,
.discount-coupon h4:before,
.discount-coupon h4:after,
.estimate-ship h4:before,
.estimate-ship h4:after,
.grand-total-area h4:before,
.grand-total-area h4:after,
.shop_cart_title h2:before,
.shop_cart_title h2:after{
position: absolute;
content: "";
background-color: #b9ea0f;
width: 15px;
height: 11px;
bottom: 0px;
left: 0%;
margin-left: 10px;
border-radius: 136px;
margin-bottom: -15px;
}
.checkout_section .custom-title:after,
.discount-coupon h4:after,
.estimate-ship h4:after,
.grand-total-area h4:after,
.shop_cart_title h2:after {
margin-left: 0;
background-color: #9dca00;
}
.checkout_section .custom-title h3 {
font-size: 24px;
}
.checkout_section .payment_mth {
padding-top: 40px;
}
.checkout_section #payment label {
border: 2px solid #EDE6E4;
font-weight: normal;
font-size: 16px;
text-transform: capitalize;
padding: 25px 40px !important;
color: #363535;
}
.checkout_section .checkbox {
margin-bottom: 10px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.checkout_section #payment .radio input[type="radio"],
.checkout_section #payment .radio-inline input[type="radio"],
.checkout_section #payment .checkbox input[type="checkbox"],
.checkout_section #payment .checkbox-inline input[type="checkbox"] {
margin-left: -20px;
margin-right: 15px;
position: relative;
color: #333;
}
.form-check-input {
display: block ;
box-sizing: border-box;
/* width: 100% ; */
border-radius: 4px ;
border: 1px solid #9dca00;
padding: 10px 15px;
font-size: 14px;
/* z-index: -2; */
}
.checkout_section .shopform .form-control{
background-color: #fff;
border: 2px solid #EDE6E6;
border-radius: 0;
box-shadow: none;
color: #333;
font-weight: bold;
text-transform: capitalize;
font-size: 12px;
height: 44px;
text-align: center;
width: 263px;
text-align: left;
opacity: .5;
}
.checkout_section .shopform .form-control {
width: 100% ;
margin: 2px 0 16px;
}
.checkout_section .shopform textarea.form-control {
height: 180px;
padding-top: 15px;
padding-left: 15px;
opacity: .5;
}
.checkout_section label {
margin-bottom: 15px;
display: block;
}
.coupon-area .row .col-md-12 {
padding: 0px;
}
p.checkout-coupon input[type="text"] {
height: 36px;
padding-left: 10px;
width: 170px;
float: left;
}
p.checkout-coupon input[type="submit"] {
background:
#2b343b;
border: medium none;
border-radius: 0;
color:
#fff;
height: 36px;
margin-left: 6px;
padding: 5px 20px;
transition: all 0.3s ease 0s;
font-size: 13px;
}
/*==================================
Cart Page
==================================*/
.shop_cart {
padding-top: 110px;
}
.shop_cart_title h2 {
margin-bottom: 40px;
position: relative;
}
.shop_cart .table td,
.shop_cart .table th{
vertical-align: middle;
}
.shop_cart table {
margin-bottom: 50px;
border: 1px solid transparent;
}
.shop_cart .table td img {
width: 100px;
}
.shop_cart input[type="number"] {
background:
#ffffff none repeat scroll 0 0;
border: 1px solid
#e1e1e1;
border-radius: 3px;
font-weight: normal;
height: 40px;
padding: 0 10px;
transition: all 0.3s ease 0s;
width: 60px;
}
.table-responsive tbody tr.table-info td {
vertical-align: middle;
padding-top: 20px;
padding-bottom: 20px;
}
.table.table-bordered input[type="text"] {
background: #f0f0f0 none repeat scroll 0 0;
border: 0 none;
color: #000;
height: 40px;
padding: 0 10px;
text-align: center;
width: 80px;
}
.table > thead > tr > th {
border-bottom: 1px solid #F8F8F8;
}
.table > tbody + tbody {
border-top: 1px solid #F8F8F8;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
border: 1px solid #EEECEC;
}
.shop_cart_tr .text-center {
color: #2b343b;
text-transform: uppercase;
/*! letter-spacing: 0px; */
}
.table-info span {
color: #333;
}
.edt > a {
color: #333333;
font-size: 14px;
font-weight: 400;
}
.shop_cart_bottom {
padding-top: 50px;
padding-bottom: 120px;
}
.discount-coupon h4,
.estimate-ship h4,
.grand-total-area h4 {
color: #282828;
font-size: 20px;
font-weight: 800;
letter-spacing: 1px;
margin-top: 0px;
/*! border-bottom: 1px solid #070707; */
padding-bottom: 0px;
position: relative;
margin-bottom: 30px;
}
.discount-coupon p,
.estimate-ship p {
color: #8b8b8b;
/*! font-size: 14px; */
font-weight: 400;
margin-bottom: 12px;
padding-top: 4px;
}
.coupon {
background: #f0f0f0 none repeat scroll 0 0;
border: medium none;
height: 35px;
margin-bottom: 20px;
padding: 10px;
width: 100%;
}
a.app-coupon {
background: #2b343b;
color: #fff;
display: block;
font-size: 14px;
font-weight: 500;
height: 40px;
line-height: 40px;
padding: 0 20px;
text-align: center;
text-transform: capitalize;
width: 36%;
}
a.app-coupon:hover {
color: #fff;
}
p.title-state,
p.p-code {
color: #000;
font-size: 14px;
font-weight: 400;
padding-top: 10px;
text-transform: capitalize;
}
.sort-by-state,
.post-code {
-moz-appearance: none;
background: #f0f0f0;
border: medium none;
height: 37px;
padding: 0 10px;
width: 100%;
color: #333;
}
.estimate-ship .postal-code {
margin-bottom: 20px;
}
.estimate-ship div {
margin-bottom: 8px;
}
.grand-total-area {
background: #f5f5f5 none repeat scroll 0 0;
padding: 35px 35px;
}
.grand-total-area h4 {
margin-bottom: 34px;
}
.grand-total-area span {
float: right;
}
.grand-total-area p{
color: #333;
display: block;
font-size: 18px;
text-align: left;
text-transform: capitalize;
width: 100%;
}
.grand-total-area .grand-total {
border-top: 1px solid #d2cccc;
color: #333;
font-size: 24px;
padding-bottom: 0px;
text-align: left;
text-transform: capitalize;
margin-top: 15px;
padding-top: 15px;
}
.grand-total span.amt {
color: #9dca00;
}
.pro-checkout{
background: #2b343b;
color: #fff;
display: block;
font-size: 15px;
font-weight: 500;
height: 40px;
line-height: 40px;
margin-top: 30px;
padding-bottom: 0;
padding-left: 30px;
padding-right: 30px;
text-align: center;
width: 100%;
}
.pro-checkout:hover{
color: #fff;
}
/* */
.offcanvasMobileMenu.active {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.offcanvasMobileMenu {
position: fixed;
z-index: 999999999999;
top: 0;
right: 0;
width: 400px;
max-width: 100%;
height: 100vh;
padding-left: 60px;
-webkit-transition: .6s;
transition: .6s;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.offcanvasNavigation > ul li.menuItemHasChildren.active > .subMenu {
visibility: visible;
height: 100%;
opacity: 1;
}
.offcanvasNavigation > ul li.menuItemHasChildren .subMenu {
visibility: hidden;
height: 0;
-webkit-transition: .3s;
transition: .3s;
opacity: 0;
}
.offcanvasNavigation ul.subMenu {
margin-left: 25px;
padding-left: 0;
-webkit-transition: .3s;
transition: .3s;
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand {
line-height: 50px;
position: absolute;
top: -5px;
right: auto;
left: 95%;
width: 30px;
height: 50px;
cursor: pointer;
text-align: center;
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand i {
position: relative;
display: block;
width: 10px;
margin-top: 25px;
-webkit-transition: all .25s ease-out;
transition: all .25s ease-out;
border-bottom: 1px solid;
}
.offcanvasNavigation ul li.menuItemHasChildren.active > .menuExpand i::before {
-webkit-transform: rotate(0);
transform: rotate(0);
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand i::before {
position: absolute;
top: 0;
display: block;
width: 100%;
content: "";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
border-bottom: 1px solid;
}
/* mobile menu */
.mobile-aside-button {
font-size: 34px;
width: 30px;
height: 30px;
margin-top: 20px;
padding: 0;
cursor: pointer;
border: none;
background: none;
}
.mobile-aside-button svg {
width: 50%;
height: 50%;
margin-top: 5px;
vertical-align: top;
}
.mobile-aside-button:focus {
outline: none;
}
/* Mobile Menu */
/* offcanvas search */
.offcanvasMobileSearchArea {
position: absolute;
z-index: 9;
top: 0;
left: 0;
width: calc(100% - 60px);
margin-left: 60px;
padding: 7px;
background-color: #e6e6e6;
}
.offcanvasMobileSearchArea input {
font-size: 16px;
display: block;
width: 100%;
padding: 9px 29px;
color: #222;
border: none;
background: #e6e6e6;
}
.offcanvasMobileSearchArea #mobilesearch {
position: absolute;
top: -30%;
right: 20px;
padding: 0;
transform: translateY(-50%);
color: #ca3c08;
border: none;
background: none;
}
.offcanvasMobileSearchArea button svg {
font-size: 10px;
line-height: 30px;
}
/* offcanvas mobile menu */
.headerMobileNavigation {
padding: 20px 0;
}
.headerMobileNavigation .mobileNavigation .headerCartIcon a span {
left: 50%;
}
.mobileButtonWrapper button {
font-size: 40px;
padding: 0;
color: #fff;
border: none;
background: none;
}
.offcanvasWidgetArea {
margin-top: auto;
margin-bottom: 35px;
}
.offCanvasContactWidget {
margin-bottom: 20px;
}
.offCanvasContactWidget .headerContactInfo {
flex-basis: 33.33%;
}
.offCanvasContactWidget .headerContactInfoList {
padding-left: 0;
}
.offCanvasContactWidget .headerContactInfoList li {
display: inline-block;
margin-right: 25px;
margin-bottom: 10px;
}
.offCanvasContactWidget .headerContactInfoList li a {
color: #0022;
}
.offCanvasContactWidget .headerContactInfoList li a:hover {
color: #ca3c08 ;
}
.offCanvasContactWidget .headerContactInfoList li:last-child {
margin-right: 0;
}
.offcanvasMobileMenu {
position: fixed;
z-index: 999999999999;
top: 0;
right: 0;
width: 400px;
max-width: 100%;
height: 100vh;
padding-left: 60px;
transition: 0.6s;
transform: translateX(100%);
}
.offcanvasMobileMenu.active {
transform: translateX(0);
}
.offcanvasMobileMenu.inactive {
transform: translateX(calc(100% + 60px));
}
.offcanvasMenuClose {
font-size: 30px;
line-height: 1;
position: absolute;
z-index: 9;
top: 0;
left: 0;
width: 60px;
height: 58px;
padding: 0;
text-align: center;
color: #fff ;
border: none;
background: #ca3c08;
}
.offcanvasMenuClose:hover, .offcanvasMenuClose:focus {
color: #fff;
outline: none;
}
.offcanvasMenuClose i {
font-size: 24px;
transition: 0.3s;
transform: rotate(0);
position: relative;
top: -1px;
}
.offcanvasMenuClose:hover i {
transform: rotate(-90deg);
}
.offcanvasWrapper {
overflow: auto;
height: 100%;
background-color: #fff;
box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
}
.offcanvasInnerContent {
display: flex;
flex-direction: column;
height: 100%;
padding: 85px 35px 0;
}
.offCanvasWidgetSocial a {
font-size: 17px;
margin: 0 10px;
}
.offCanvasWidgetSocial a:first-child {
margin-left: 0;
}
/* offcanvas settings */
.offcanvasSettings .offcanvasNavigation > ul > li > a {
font-size: 12px;
font-weight: 400;
padding: 5px 0;
}
.offcanvasSettings .offcanvasNavigation > ul > li.menuItemHaschildren .menuExpand {
top: -15px;
height: 30px;
margin-top: 0;
}
.offcanvasSettings .offcanvasNavigation ul.subMenu > li > a {
padding: 5px 0;
}
.transparentBar {
position: absolute;
z-index: 999;
right: 0;
left: 0;
width: 100%;
}
.transparentBar .headerTop {
display: none !important;
}
.offcanvasNavigation {
margin-bottom: 50px;
}
.offcanvasNavigation > ul {
padding-left: 0;
}
.offcanvasNavigation > ul li.menuItemHasChildren .subMenu {
visibility: hidden;
height: 0;
transition: 0.3s;
opacity: 0;
}
.offcanvasNavigation > ul li.menuItemHasChildren.active > .subMenu {
visibility: visible;
height: 100%;
opacity: 1;
}
.offcanvasNavigation > ul li > a {
font-weight: 500;
display: block;
padding: 6px 0;
color: #222;
}
.offcanvasNavigation > ul li > a:hover {
color: #111;
}
.offcanvasNavigation ul.subMenu {
margin-left: 25px;
padding-left: 0;
transition: 0.3s;
}
.offcanvasNavigation ul.subMenu > li > a {
font-weight: 500;
padding: 6px 0;
color: #333;
}
.offcanvasNavigation ul.subMenu > li > a:hover {
color: #111;
}
.offcanvasNavigation ul li a {
text-transform: uppercase;
}
.offcanvasNavigation ul li.menuItemHasChildren {
position: relative;
display: block;
}
.offcanvasNavigation ul li.menuItemHasChildren a {
display: block;
}
.offcanvasNavigation ul li.menuItemHasChildren.active > .menuExpand i:before {
transform: rotate(0);
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand {
line-height: 50px;
position: absolute;
top: -5px;
right: auto;
left: 95%;
width: 30px;
height: 50px;
cursor: pointer;
text-align: center;
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand i {
position: relative;
display: block;
width: 10px;
margin-top: 28px;
transition: all 250ms ease-out;
border-bottom: 1px solid;
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand i:before {
position: absolute;
top: 0;
display: block;
width: 100%;
content: "";
transform: rotate(90deg);
border-bottom: 1px solid;
}
@keyframes fadeInDown {
0% {
transform: translate3d(0, -100px, 0);
opacity: 0;
}
to {
transform: none;
opacity: 1;
}
}
/* Responsive styles
================================================== */
@media only screen and (min-width: 1678px) and (max-width: 1923px) {
}
@media only screen and (min-width: 1390px) and (max-width: 1677px) {
}
/* Tablet Landscape
=======================================================================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*--------------------------------------
Header And SLider
----------------------------------------*/
.header_top_right {
width: 45.5%;
}
.navigation .col-md-8 {
flex: 0 0 63.667%;
max-width: 63.667%;
}
/* Slider */
.slider_home .swiper-pagination {
position: relative;
justify-content: center;
padding-right: 15px;
}
.slider_home .swiper-pagination-bullet {
position: relative;
margin-bottom: 0px !important;
top: -25px;
}
.slider_home .swiper-pagination-bullet:nth-child(1) {
margin-right: 6px;
}
/* End: Slider */
.subfooter {
margin-top: 78px;
}
.single_slider .col-sm-12 {
flex: 0 0 59%;
max-width: 59%;
}
.single_slider.slide_bg_2 .col-lg-6 {
margin-left: 41%;
}
/* Single Page
----------------------------------------*/
.contact_pg_address {
padding: 40px 35px 36px;
}
.blog_container .blog-area {
flex: 0 0 72%;
max-width: 72%;
}
.blog_container .widget-area {
flex: 0 0 28%;
max-width: 28%;
}
.recent-title {
width: 51%;
}
}
/* For Header */
@media (max-width: 991px) {
.header_topbar .more-link {
display: none;
}
.header_cart ul {
margin-right: 8px;
}
.search_icon_inr {
margin-top: 29px;
}
.meun_wrp {
display: none;
}
.header-btn-wrapper i {
color: #333;
font-size: 27px;
position: relative;
/* top: 22px; */
}
.header_topbar {
background: #000000;
display: none;
}
.offcanvasWrapper .header_top_right {
margin-top: auto;
margin-bottom: 15px;
}
.offcanvasWrapper .header_top_right ul li {
color: #333;
display: block;
margin-bottom: 10px;
font-size: 16px;
}
.offcanvasWrapper .header_top_right ul li i {
font-size: 16px;
}
.offcanvasWrapper .offcanvasInnerContent .header_socil li {
border-right: none;
padding-right: 5px;
color: #fff;
margin-right: 0px;
}
.offcanvasWrapper .header_socil li a {
color: #9dca00;
margin-left: 0px;
margin-right: 10px;
font-size: 20px;
}
.offcanvasWrapper .header_socil {
margin-left: 0px;
margin-bottom: 35px;
}
/* Slider */
.slider_home .swiper-pagination {
position: relative;
justify-content: center;
padding-right: 15px;
}
.slider_home .swiper-pagination-bullet {
position: relative;
margin-bottom: 0px !important;
top: -25px;
}
.slider_home .swiper-pagination-bullet:nth-child(1) {
margin-right: 6px;
}
/* End: Slider */
}
/* Tablet Portrait
=======================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
/*--------------------------------------
Header And SLider
----------------------------------------*/
.navigation .container {
position: relative;
}
.navigation .logo {
margin-top: -78px;
flex: 0 0 25%;
max-width: 25%;
}
.navigation .logo img {
margin-top: 105px;
}
.single_slider .col-lg-6.col-sm-12 {
flex: 0 0 79%;
max-width: 79%;
}
.single_slider.slide_bg_2 .col-lg-6 {
margin-left: 20.5%;
}
.about-section {
padding-bottom: 40px;
}
.about-section .col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 50px;
}
.service-item:hover .serv_link {
left: 55%;
}
.video_wrp {
width: 100%;
}
.funfact_wapr.row {
width: 100%;
}
.facts_wrapper h5 {
line-height: 20px;
margin-top: 15px;
}
.angle_icon {
margin-right: -49px;
}
.angle_icon img {
width: 70px;
}
.whychose_bg {
display: none;
}
.whychose_wrp {
margin-right: 15px;
margin-left: 15px;
margin-top: -54px;
}
.product-section .col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 30px;
}
.col-sm-12.product_orderby {
max-width: 100%;
flex: 100%;
margin-bottom: 0px;
}
.product-section {
margin-bottom: -30px;
}
.pricing-section .col-sm-12 {
padding-right: 0px;
}
.project-section .col-md-12 {
padding-left: 5px;
padding-right: 5px;
}
.project_view a {
margin-right: 30px;
}
.team-section {
background-position: center;
}
.testi-section {
padding-bottom: 163px;
}
.testi_sing_img img:nth-child(1) {
right: -30px;
margin-top: -25px;
width: 260px;
}
.testi_sing_img {
margin-top: 40px;
}
.blog-section .col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
}
.blog-section .col-sm-12 .col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.blog-section .col-sm-12 .col-sm-12:last-child {
display: none;
}
.blog_wrp_list {
margin-bottom: 15px;
}
.blog-section {
padding-bottom: 105px;
}
.contact_bg {
display: none;
}
.contact-form {
padding-right: 0px;
}
.footer-section .col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 14px;
}
.subfooter {
margin-top: 70px;
}
/*------------------------------------------------------------------Tab----------------------
Single Page
----------------------------------------*/
header.blog-banner {
background-position: right;
}
.contact_pg_contact .inner-contact {
flex: 0 0 52%;
max-width: 52%;
}
.contact_pg_contact .col-md-4.col-sm-12 {
flex: 0 0 48%;
max-width: 48%;
}
.project_pg_proj .col-md-12 {
margin-bottom: 10px;
}
.single_service .col-md-8.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.single_service .col-md-4.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.single_service_cat {
margin-top: 30px;
}
.product_pg_prod .col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 0px;
}
.product_pg_prod .col-md-3.col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
}
.shop-product-area .single-thumb {
width: 128px !important;
}
.cust-reviews-area .nav-tabs a {
margin-right: 40px;
}
.blog_container .blog-area {
flex: 0 0 65%;
max-width: 65%;
}
.blog_container .widget-area {
flex: 0 0 35%;
max-width: 35%;
}
.blog_container .widget {
padding: 30px 22px;
}
.blog_container .widget-search {
padding: 5px 10px;
}
.recent-title {
width: 51%;
}
.blog_container .blog_info h4 {
font-size: 25px;
}
.post_tags {
width: 100%;
}
.post_share .list-icons {
float: left;
margin-top: 15px;
margin-left: -10px;
}
.post_share.footer_socil {
width: 100%;
}
/* Cart page */
.shop_cart_bottom .col-sm-12:nth-child(2) {
margin-bottom: 50px;
}
.shop_cart_bottom .col-sm-12:nth-child(1) {
margin-bottom: 45px;
margin-top: -56px;
}
.shop-page .product-section .col-sm-12 {
margin-bottom: 0px;
}
}
/* Phone
=======================================================================================*/
@media only screen and (max-width: 767px) {
/*--------------------------------------
Header And SLider
----------------------------------------*/
.header_topbar {
display: none;
}
.navigation .container {
position: relative;
}
.navigation .logo {
margin-top: -78px;
flex: 0 0 30%;
max-width: 30%;
}
.navigation .col-md-8 {
flex: 0 0 100%;
max-width: 100%;
}
#navigation.small-screen > ul {
margin-top: 10px;
border-left: 1px solid rgba(120, 120, 120, 0.2);
border-right: 1px solid rgba(120, 120, 120, 0.2);
border-bottom: 1px solid rgba(120, 120, 120, 0.2);
margin-bottom: 15px;
margin-left: 17px;
}
#navigation.small-screen #menu-button {
padding: 38px;
margin-top: 26px;
margin-right: 84px;
}
#navigation > ul > li > a {
padding: 16px 20px;
}
#navigation li:hover > ul {
padding-top: 0px;
padding-bottom: 0px;
}
#navigation > ul > li.has-sub > a {
padding: 17px 20px;
}
/*---- Slider----- */
.single_slider .col-lg-7.col-xs-12 {
width: 100%;
}
.single_slider {
height: 800px;
}
.single_slider .container {
margin-top: -20px;
}
.single_slider.slide_bg_2 .col-lg-6 {
margin-left: 0px;
}
.slider_home h2 {
font-size: 45px;
line-height: 50px;
}
.slider_home h5 {
font-size: 16px;
}
.slider_home.owl-theme .owl-dots .owl-dot {
display: none;
}
.slider_home .owl-nav {
margin-top: -60px;
text-align: center;
}
.slider_home .owl-nav div.owl-next,
.slider_home .owl-nav div {
left: auto !important;
margin: 0px;
right: auto !important;
}
.slider_home .owl-nav div:hover {
color: #fff;
}
.slider_home .owl-nav div {
display: inline-block !important;
position: relative !important;
}
/*--------------------------------------
about section
----------------------------------------*/
/* .base-header {
width: 100%;
}
.base-header h3 {
line-height: 40px;
font-size: 38px;
letter-spacing: 1px;
}
.about-section .col-sm-12 {
margin-bottom: 50px;
}
.about-section .col-sm-12 {
margin-bottom: 50px;
}
.about-section {
padding-bottom: 40px;
padding-top: 140px;
}
.service-item:hover .serv_link {
left: 100%;
margin-left: -66px;
}
.img_serv img {
width: 100%;
}
.service-item {
margin-bottom: 50px;
}
.service-section {
padding-bottom: 70px;
}
.video-section {
background-position: center;
background-size: cover;
padding-bottom: 85px;
}
.video_wrp {
width: 100%;
}
.funfact_wapr .icon-lay i {
position: inherit;
margin-left: 0px;
padding: 15px 17px;
}
.facts_wrapper h3 {
margin-top: 20px;
}
.facts_wrapper {
text-align: center;
padding-left: 0px;
padding-bottom: 30px;
}
.process-item {
margin-bottom: 40px;
}
.angle_icon {
display: none;
}
.whychose_bg {
background-position: left center;
height: 600px;
margin-left: 15px;
margin-right: 15px;
margin-top: -80px;
}
.whychose_wrp {
margin-right: 15px;
margin-left: 15px;
margin-top: -54px;
padding-left: 30px;
padding-right: 30px;
background-size: cover;
}
.special_ser_item {
padding-left: 60px;
}
.product-section .col-sm-12,
.pricing-section .col-sm-12,
.team-section .col-sm-12 {
margin-bottom: 30px;
}
.product-section,
.pricing-section,
.team-section {
margin-bottom: -30px;
}
.col-sm-12.product_orderby {
max-width: 100%;
flex: 100% 1;
margin-bottom: 0px;
}
.project-section .col-md-6 {
width: 70%;
}
.project-section .col-md-6.arrows-slick {
width: 30%;
}
.project-section .col-md-12 {
padding-left: 5px;
padding-right: 5px;
}
.project_view a {
margin-right: 25px;
}
.team-section {
padding-bottom: 120px;
background-size: cover;
}
.testi-section {
padding-bottom: 80px;
}
.testi_wrp {
padding: 15px 0px 40px 15px;
}
.testi_sing_img {
display: none;
}
.testi-section .owl-theme .owl-controls .owl-nav div {
margin-left: -27px;
}
.testi-section .base-header {
margin-bottom: 0px;
}
.blog_img img {
max-height: inherit;
width: 100%;
}
.blog_wrp {
overflow: hidden;
margin-bottom: 30px;
}
.contact_bg {
display: none;
}
.contact-form {
padding-right: 0px;
}
.contact_wrp {
padding: 60px 30px;
} */
/*--------------------------------------
footer Section
----------------------------------------*/
.footer-section .container {
margin-bottom: 65px;
}
.scrollup {
margin-bottom: -102px;
right: 50%;
margin-right: -18px;
}
.footer-section .widget h5 {
margin-bottom: 27px;
}
.widget.quick_lnk {
margin-bottom: 35px;
}
.widget .recent-gallery {
margin-bottom: 30px;
overflow: hidden;
}
.footer_recent_blog {
margin-bottom: 30px;
}
.subfooter p {
padding: 0px 15px;
}
/*--------------------------------------
Single Page
---------------------------------------------- ph-----------------------------------*/
header.blog-banner {
background-position: right;
}
.contact_pg_address {
margin-top: 50px;
margin-bottom: 20px;
}
.contact_pg_contact .contact-form {
padding-right: 0px;
}
.ab_pg_process {
padding-bottom: 80px;
}
.project_pg_proj .col-md-12 {
margin-bottom: 10px;
}
.product_pg_prod {
padding-bottom: 120px;
margin-bottom: 0px;
}
.product_pg_prod .col-sm-12 {
margin-bottom: 0px;
}
.product_ordering {
width: 100%;
float: none;
}
.product_count {
margin-right: 20px;
}
.cust-reviews-area .nav-tabs a {
margin-right: 0px;
margin-top: 1px;
display: table-row;
width: 100%;
border: 1px solid #ece6e6;
padding: 10px 15px;
}
.cust-reviews-area .nav-tabs .active {
border: 1px solid #ece6e6;
border-bottom: 1px solid #9dca00;
}
.cust-reviews-area .nav-tabs a:hover {
border: 1px solid #ece6e6;
border-bottom: 1px solid #9dca00;
}
.cust-reviews-area .nav-tabs {
border-bottom: 1px solid
transparent;
}
.shop-product-area li .adtocart {
padding: 0 31px;
}
.allproduct-info {
margin-left: 0px;
margin-top: 135px;
}
.shop-tab-wrapper {
margin-top: 6px;
}
.shop-tab-wrapper ul li {
display: block;
}
.tittle_product a {
font-size: 24px;
}
.revi_text {
display: block;
float: left;
margin-top: 20px;
}
.rat_des {
margin-top: 30px;
}
.revi_text span {
width: 100%;
}
.prod_attributes th {
width: 140px;
}
.categories-area {
margin-bottom: 0px;
}
.blog-header h3 {
font-size: 40px;
}
.recnt_pst_imge {
width: 83px;
}
.recent-title {
display: block;
float: left;
width: 50%;
}
.widget-area {
padding-top: 50px;
}
.blog_quote_left img:last-child {
margin-left: 0px;
margin-top: 30px;
}
.blog-area .blog_quote_left img {
width: 100%;
}
.single_blog_container .comment_cont_wrp {
display: block;
float: left;
margin-top: 10px;
}
.service_contact p {
font-size: 16px;
}
.service_contact {
padding: 30px 25px 15px;
}
.download_brochur .files li a {
font-size: 14px;
padding: 13px 10px;
}
.download_brochur {
padding: 30px 25px 25px;
}
.single_service_cat {
margin-top: 30px;
}
.single_service_left_botom .sing_service_item {
margin-top: 30px;
}
.post_tags {
width: 100%;
}
.post_tags a {
margin-bottom: 5px;
display: inline-block;
}
.post_share .list-icons {
float: left;
margin-top: 20px;
margin-left: -10px;
}
.post_share.footer_socil {
width: 100%;
}
/* Checkout page */
.checkout_section .col-lg-6:nth-child(2) .custom-title {
margin-top: 59px;
}
.checkout_section .payment_mth {
padding-top: 52px;
}
/* Cart page */
.shop_cart_bottom .col-sm-12:nth-child(2) {
margin-bottom: 50px;
}
.shop_cart_bottom .col-sm-12:nth-child(1) {
margin-bottom: 45px;
margin-top: -8px;
}
.shop-page .product-section .col-sm-12 {
margin-bottom: 0px;
}
.shop-page .product-section {
margin-bottom: 0px;
padding-top: 112px;
}
}
/* Mobile Vertical Layout: 488px
===============================================================================*/
@media only screen and (min-width: 488px) and (max-width: 767px) {
.contact_wrp {
padding: 60px 60px;
}
.whychose_wrp {
padding-left: 40px;
padding-right: 40px;
}
.funfact_wapr .col-md-4.col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
}
.process-section .col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
}
.team_wrp::after {
background-size: cover;
}
.shop-product-area .category, .tags {
margin-bottom: 5px;
}
}
/* Mobile Vertical Layout: 488px
===============================================================================*/
@media only screen and (min-width: 8px) and (max-width: 380px) {
.navigation .logo img {
margin-top: 98px !important;
width: 150px;
}
}
#review {
height: 200px;
display: block;
box-sizing: border-box;
width: 100%;
border-radius: 4px;
border: 1px solid rgb(12, 3, 3);
padding: 10px 15px;
}
.hideSelf {
display:none
}
.showSelf{
display: block
}
#prdName{
font-family: 'Karla', sans-serif;
margin-left:40px;
}
|
client/src/App.css
|
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/*----------------------------------------------------
1. Global styles
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Playfair+Display:400,500,700&display=swap');
body {
background: #fff;
color: #61657a;
font-family: 'Karla', sans-serif;
font-size: 15px;
font-weight: normal;
/* line-height: 26px; */
margin: 0;
padding: 0;
position: relative;
overflow-x: hidden
}
img {
max-width: 100%;
}
/* === PARAGRAPH === */
b,
strong {
font-weight: 600;
}
/* === Headings === */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #2b343b;
font-family: 'Playfair Display', sans-serif;
margin: 0 0 15px;
padding: 0;
transition: 0.3s;
}
h1 {
font-size: 36px;
line-height: 52px;
font-weight: 700;
}
h2 {
font-size: 30px;
line-height: 45px;
font-weight: 700;
}
h3 {
font-size: 28px;
line-height: 32px;
font-weight: 700;
}
h4 {
font-size: 22px;
line-height: 30px;
}
h5 {
font-size: 20px;
line-height: 28px;
}
h6 {
font-size: 18px;
}
/* ## End: Headings ## */
/* === Hyperlink === */
a {
color: #303030 ;
/*transition*/
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
}
a,
a > * {
cursor: pointer;
outline: medium none;
text-decoration: none;
}
a:focus,
a:hover {
outline: medium none;
text-decoration: none;
color: inherit;
text-decoration: none !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
/* === Hyperlink === */
.btn.btn-fill {
background: rgb(196, 67, 8);
}
.btn.btn-fill {
color: #000;
}
.btn {
border-width: 1px;
border-style: solid;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
cursor: pointer;
padding: 10px 22px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
color: rgb(0, 0, 0);
}
section {
background: #FFF;
padding-top: 115px;
padding-bottom: 90px;
}
.base-header {
padding-bottom: 56px;
width: 57%;
margin: auto;
text-align: center;
}
.base-header small {
font-size: 18px;
color: #9dca00;
text-transform: capitalize;
}
.base-header h3 {
padding-bottom: 16px;
position: relative;
text-transform: capitalize;
font-weight: 700;
margin-bottom: 0px;
letter-spacing: .5px;
font-size: 40px;
line-height: 50px;
color: #2b343b;
margin-top: 5px;
}
.base-header h3::before {
position: absolute;
content: "";
background-color: #aedf04;
}
.base-header h3::before,
.base-header h3::after {
position: absolute;
content: "";
background-color: #b9ea0f;
width: 15px;
height: 11px;
bottom: 0;
left: 50%;
margin-left: -1px;
border-radius: 136px;
margin-bottom: -6px;
}
.base-header h3::after {
margin-left: -12px;
background-color: #9dca00;
}
.base-header.base_header_left {
width: 100%;
text-align: left;
padding-bottom: 40px;
}
.base-header.base_header_left h3::after,
.base-header.base_header_left h3::before {
left: 0%;
margin-left: 0px;
}
.base-header.base_header_left h3::before {
margin-left: 10px;
}
.more-link:before {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #2b343b;
opacity: 0;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
content: '';
position: absolute;
z-index: -1;
transition: all 0.3s;
}
.more-link:hover::before {
height: 400%;
opacity: 1;
}
.more-link:hover {
color: #fff;
}
.more-link {
display: inline-block;
font-size: 16px;
padding: 12px 35px 13px 35px;
color: #fff;
text-transform: capitalize;
font-weight: 500;
}
.more-link {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
/*background: #9dca00;*/
background: #9dca00;
border-radius: 2px;
}
/* .owl-prev, .owl-next {
-webkit-transition: all 0.4s linear 0s;
transition: all 0.4s linear 0s;
position: absolute;
top: 50%;
margin-top: -25px;
z-index: 99;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
color: #333;
opacity: 0;
}
.owl-theme .owl-controls .owl-nav div {
padding-right: 20px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
left: 0px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-nav .owl-next {
right: 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-nav {
bottom: -50px;
left: 0%;
}
.owl-prev {
margin-left: 0;
}
.owl-nav div.owl-next {
left: 60px;
right: 20px;
}
.owl-nav div {
color: #333;
font-size: 19px;
height: 50px;
left: 0px;
line-height: 36px;
margin-top: -30px;
opacity: 0.8;
position: absolute;
text-align: center;
top: 50.5%;
width: 50px;
border-radius: 50%;
padding-right: 0px !important;
padding-top: 5px;
} */
/*----------------------------------------------------
2. Header Section
------------------------------------------------------*/
/*----- Top bar -----*/
.header_topbar {
background: #2b343b;
}
.header_topbar .container {
display: flex;
}
.top-bar .header_top_left {
padding: 0 0;
}
.header_socil {
margin: 0 0 0 10px;
float: right;
}
.header_socil li {
padding-left: 1px;
padding-right: 1px;
}
.header_socil li {
font-size: 14px;
margin: 0;
position: relative;
display: inline-block;
text-align: center;
}
.header_socil li .fa {
color: #fff;
font-size: 14px;
margin-left: 8px;
}
.header_socil li .fa:hover {
color: #9dca00;
}
.header_socil li:nth-child(1) i {
margin-right: 8px;
color: #9dca00;
}
.header_socil li:nth-child(1) {
border-right: 1px solid #645454;
padding-right: 20px;
color: #fff;
margin-right: 10px;
}
.header_topbar .more-link {
margin-left: 20px;
border-radius: 0px;
}
.header_top_left {
padding-left: 1px;
float: left;
display: flex;
}
.header_top_left a {
color: white;
}
.header_top_left a:hover {
color: #9dca00;
}
.header_top_right {
margin-right: auto;
}
.header_topbar ul {
margin-top: 13px;
}
.header_top_right ul {
margin-right: 17px;
}
.header_top_right li {
display: inline;
padding-right: 20px;
color: #fff;
font-size: 14px;
}
.header_top_right li i {
margin-right: 10px;
color: #9dca00;
font-size: 15px;
position: relative;
top: 1px;
}
/*----- End : Top bar -----*/
.menu_area {
position: sticky;
top: 0px;
z-index: 9999;
box-shadow: 0 3px 6px rgba(54, 54, 54, 0.01);
}
.menu_area .container {
display: flex;
}
.navigation .logo {
float: left;
position: relative;
height: 73px;
margin-right:auto;
}
.navigation .logo img {
margin-top: 26px;
max-width: inherit;
}
.logo img {
max-width: inherit;
}
.navigation .logo::before {
background: transparent !important;
}
.navigation .logo::before {
position: absolute;
top: 0px;
width: 243%;
content: "";
height: 100%;
left: -240%;
}
.navigation .logo::after {
background: transparent !important;
}
.navigation .logo::after {
width: 121px;
height: 73px;
position: absolute;
right: -121px;
top: 0px;
content: "";
}
.logo {
background: transparent !important;
width: 189px;
}
/*-----Navigationn-----*/
.navigation {
background-color: #fff;
z-index: 9999;
position: relative;
border-top: 1px solid #fbf3f3;
}
#navigation {
float: right;
margin-left: -18px !important;
}
#navigation {
float: right;
margin-right: -58px !important;
}
.is-sticky .navigation {
box-shadow: 0 3px 6px
rgba(54, 54, 54, 0.08);
}
#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 14px;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#navigation ul li{
display: inline-block;
}
#navigation:after,
#navigation > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#navigation #menu-button {
display: none;
}
#navigation > ul > li {
float: left;
margin-right: 5px;
}
#navigation li:hover > ul {
padding-top: 20px;
padding-bottom: 20px;
background: #fff;
}
#navigation.align-center > ul {
font-size: 0;
text-align: center;
}
#navigation.align-center > ul > li {
display: inline-block;
float: none;
}
#navigation.align-center ul ul {
text-align: left;
}
#navigation.align-right > ul > li {
float: right;
}
#navigation ul li a:hover {
color: #9dca00;
}
#navigation ul li a {
padding: 42px 0px 42px 32px;
font-size: 15px;
letter-spacing: 1px;
text-decoration: none;
color: #333;
text-transform: uppercase;
margin-right: -1px;
cursor: pointer;
}
#navigation > ul > li.has-sub > a {
padding: 42px 0px 42px 32px;
}
#navigation > ul > li.has-sub > a::before {
position: absolute;
right: 18px;
font-family: FontAwesome;
content: "\f107";
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#navigation > ul > li.has-sub > a::before {
position: absolute;
right: 14px;
font-family: FontAwesome;
content: "\f107";
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
display: none;
}
#navigation ul ul li.has-sub > a::before {
position: absolute;
top: 20px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #9dca00;
content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#navigation ul ul li.has-sub > a::after {
position: absolute;
top: 23px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #9dca00;
content: '';
}
#navigation ul ul li.has-sub:hover a::before {
top: 17px;
height: 0;
}
#navigation ul ul {
position: absolute;
left: -9999px;
}
#navigation.align-right ul ul {
text-align: right;
}
#navigation ul ul li {
height: 0;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#navigation li:hover > ul {
left: auto;
}
#navigation.align-right li:hover > ul {
left: auto;
right: 0;
}
#navigation li:hover > ul > li {
height: 40px;
}
#navigation ul ul ul {
margin-left: 100%;
top: 0;
}
#navigation.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
#navigation ul ul li a {
border-bottom: 1px solid #9dca00;
padding: 14px 10px 14px 20px;
width: 220px;
font-size: 15px;
text-decoration: none;
color: #333;
font-weight: 500;
background: #fff;
text-transform: uppercase;
margin-left: 20px;
border-left: 1px solid #f1f1f1;
line-height: 13px;
}
#navigation ul ul li:last-child > a,
#navigation ul ul li.last-item > a {
border-bottom: 0;
}
#navigation ul ul li:hover a,
#navigation ul ul li a:hover {
color: #9dca00;
border-left: 1px solid #9dca00;
}
/*-----Navigationn end-----*/
@media (max-width: 991px) {
.menu_area {
background: #fff;
height: 75px;
}
.navigation {
background-color: transparent;
position: absolute;
width: 100%;
}
.navbar-light .navbar-toggler {
position: absolute;
right: 0px;
top: 22px;
padding: 2px 8px;
}
.navbar-toggler-icon {
width: 1.1em !important;
height: 1.1em !important;
}
.navbar-collapse {
position: absolute;
right: 0px;
background: #fff;
top: 74px;
width: 100%;
text-align: left;
padding: 10px 10px;
}
#navigation {
float: none;
max-width: 720px;
width: 100%;
margin-right: auto !important;
margin-left: auto !important;
}
#navigation ul li {
display: block;
}
#navigation ul li a {
padding: 10px 10px;
}
#navigation ul ul {
z-index: 999;
}
.navigation .logo img {
margin-top: 92px !important;
}
.header_cart {
position: absolute;
right: 0px;
margin-right: 52px;
margin-top: 23px !important;
}
.header_cart ul {
border-left: 1px solid transparent !important;
border-right: 1px solid #ddd;
padding-right: 15px !important;
margin-right: 15px;
}
.header_cart ul li {
margin-left: 10px;
}
}
/*----- Menu Search and Cart -----*/
.search_icon_inr {
display: none;
opacity: 0;
height: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 100%;
width: 290px;
z-index: 9999;
margin-top: 40px;
transition: 0.5s;
}
.search_icon_inr.active {
display: block;
opacity: 1;
height: auto;
}
.search_icon_inr form {
background: #ffffff none repeat scroll 0 0;
border: 1px solid
#ebebeb;
color: #898989;
float: left;
width: 100%;
}
.search_icon_inr input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #000000;
float: left;
font-size: 13px;
font-weight: 500;
height: 38px;
padding: 0 0 0 15px;
width: 100%;
}
.search_icon_inr .btn-search {
border: medium none;
color: #fff;
height: 40px;
line-height: 38px;
padding: 0;
position: absolute;
right: 0;
top: 0px;
transition: all 0.3s ease 0s;
width: 40px;
background: #9dca00;
}
.header_cart {
margin-top: 36px;
text-align: right;
margin-left: 68px;
}
.header_cart ul {
border-left: 1px solid #ddd;
padding-right: 0px;
padding-left: 26px;
margin-left: 22px;
}
.header_cart ul li {
display: inline;
margin-left: 6px;
position: relative;
}
.header_cart li a {
background: #f2eaea;
border-radius: 20%;
padding: 8px 10px;
font-size: 12px;
color: #303030 ;
}
.number_cart {
position: absolute;
top: -16px;
background: #9dca00;
padding: 2px 6px;
border-radius: 50%;
color: #fff;
line-height: 15px;
right: -2px;
}
.header_cart li a:hover {
background: #9dca00;
color: #fff;
}
/*----- End :Menu Search and Cart -----*/
/*
Header Transparent CSS Start
----------------------------------------*/
.header-transparent {
padding-bottom: 20px;
}
.top-bar-transparent {
margin-bottom: 20px;
}
.header-transparent #navigation {
margin-top: 5px;
background-color: transparent;
}
.header-transparent #navigation > ul > li > a {
padding: 10px 4px;
border: transparent;
color: #fff;
}
.header-top {
border-bottom: 1px solid transparent;
padding-top: 10px;
padding-bottom: 10px;
color: #fff;
border-color: rgba(250, 250, 250, .2);
}
.header-transparent #navigation li a {
color: #ffffff;
background-color: transparent;
border-left: transparent;
border-right: transparent;
padding: 14px 30px 14px 10px;
}
.header-transparent #navigation li ul li a {
background-color: #446a73;
padding: 18px 20px;
}
.header-transparent #navigation > ul > li.has-sub > a {
padding-right: 30px;
}
.header-transparent #navigation li ul li a {
border-bottom: 1px solid #375b63;
}
.header-top .top-nav ul li a {
color: #fff;
}
.top-nav-collapse {
background-color: rgba(18, 45, 52, .8);
}
#search-area-v2 {
position: absolute;
width: 100%;
z-index: 1032;
top: 48px;
}
#search-area-v2 .well-bg {
background-color: #333;
}
.phone-img {
margin-bottom: 60px;
}
/*Header Transparent CSS End
----------------------------------------*/
/* Slider Area Styling */
.slide_bg_1 {
background: #f0f0f0 url("/assets/images/slider1.jpg") no-repeat scroll right center;
}
.slide_bg_2 {
background: #f0f0f0 url("/assets/images/slider2.jpg") no-repeat scroll right center;
}
.single_slider {
background-color: #dddd;
background-position: center center;
background-size: cover;
color: #fff;
font-size: 24px;
height: 700px;
}
.single_slider .container {
margin-top: -6px;
}
.slider_item_tb {
display: table;
height: 100%;
width: 100%;
}
.slider_item_tbcell {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.slide_bg_2 .slider_item_tbcell {
text-align: right;
}
.single_slider.slide_bg_2 .col-lg-6 {
margin-left: 49.5%;
}
.slider_home_two .col-md-offset-3 {
margin-left: 21%;
}
.slide_bg_2 .col-lg-7.col-xs-12 {
margin-left: 21%;
}
.slider_home h2 {
font-size: 54px;
margin-bottom: 25px;
font-weight: 800;
text-transform: capitalize;
line-height: 64px;
color: #2b343b;
margin-top: -14px;
}
.slider_home h5 {
font-size: 20px;
margin-bottom: 35px;
font-weight: 300;
color: #9dca00;
position: relative;
padding-left: 30px;
}
.slider_home h5::before {
position: absolute;
content: "";
background-color: #b9ea0f;
width: 15px;
height: 11px;
bottom: 13px;
left: 7px;
margin-left: -1px;
border-radius: 136px;
margin-bottom: -6px;
}
.slider_home h5::after {
position: absolute;
content: "";
background-color: #9dca00;
width: 15px;
height: 11px;
bottom: 13px;
left: 0px;
margin-left: -1px;
border-radius: 136px;
margin-bottom: -6px;
}
.slide_bg_2 h5 {
padding-right: 33px;
}
.slide_bg_2 h5::before {
left: 96%;
}
.slide_bg_2 h5::after {
left: 98%;
}
.slider_home h2 .slide_st1 {
color: #2c2c2c;
font-weight: 700;
}
.slider_home p {
color: #000000;
font-size: 15px;
}
.slider_btn a {
margin-top: 20px;
}
.slider_btn_one {
margin-right: 0px;
}
.slider_btn_two {
margin-right: 15px;
color: #2b343b;
border: 1px solid #2b343b;
background: transparent;
}
.slider_btn_two.more-link::before {
background: #9dca00;
}
.slider_btn_one:hover {
color: #fff;
}
.slider_btn_two:hover {
color: #fff;
border: 1px solid #9dca00;
}
.slides_wrapper {
position: relative;
}
.slides__preload_wrapper {
background: #9dca00 none repeat scroll 0 0;
height: 100%;
left: 0;
position: absolute;
width: 100%;
z-index: 999;
}
.slides__preload_wrapper .spinner {
left: 50%;
margin: -20px 0 0 -20px;
position: absolute;
top: 50%;
}
/* Carousel Nav
-------------------------------------*/
.slider_home .st-swiper-button-nav {
color: #333;
font-size: 15px;
height: 40px;
left: 20px !important;
line-height: 29px;
margin-top: -77px;
position: absolute;
text-align: center;
top: 100%;
width: 40px;
border-radius: 50%;
padding-right: 0px !important;
padding-top: 5px;
}
.slider_home .st-swiper-button-nav i {
font-size: 18px;
color: #222;
z-index: 999;
position: absolute;
right: auto;
margin-left: 537px;
left: auto;
}
.slider_home .st-swiper-button-next {
right: 0px;
left: auto !important;
margin-right: 30px;
}
.slider_home .st-swiper-button-prev {
margin-right: 25px !important;
left: auto !important;
right: 0px !important;
}
.slider_home .st-swiper-button-nav {
width: 100%;
margin: auto;
margin-top: -78px;
}
/* Carousel Dots
-------------------------------------*/
.slider_home .swiper-pagination {
width: 100%;
padding-right: 70px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1140px;
position: relative;
justify-content: flex-end;
display: flex;
position: relative;
}
.slider_home .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #fff;
text-align: center;
border-radius: 25px;
opacity: 1;
position: absolute;
bottom: 0px;
margin-bottom: 44px !important;
}
.slider_home .swiper-pagination-bullet:nth-child(1) {
margin-right: 20px;
}
.slider_home .swiper-pagination-bullet-active {
background: hsl(73, 100%, 40%);
width: 10px;
height: 10px;
}
/*----------------------------------------------------
3. About Section
------------------------------------------------------*/
.about-section {
padding: 120px 0px 105px;
}
.about-section img {
width: 100%;
}
.about_item_tb h4 {
font-size: 20px;
margin-bottom: 10px;
color: #2b343b;
}
.about_item {
border-bottom: 1px solid #eee5e5;
padding-bottom: 17px;
margin-bottom: 24px;
text-align: left;
}
.about_item:nth-child(3) {
border-bottom: none;
margin-bottom: 0px;
}
/*================================================
13. Blog Section
==================================================*/
.blog-section {
background: #F1F6FA;
padding-bottom: 90px;
padding-top: 120px;
}
/*----------------------------------------------------
15. Contact Section
------------------------------------------------------*/
.contact-section {
padding-top: 0px;
padding-bottom: 0px;
position: relative;
}
.contact_wrp {
padding: 75px 80px 80px;
background: #F6F8FF;
position: relative;
}
.contact_bg {
/* background: #F6F8FF url("/assets/images/contact_bg.jpg"); */
background-position: right center;
background-repeat: no-repeat;
height: 673px;
width: 36%;
float: right;
background-size: cover;
position: relative;
z-index: 9;
}
.contact_bg2 {
position: absolute;
background:
#2b343b;
bottom: 0px;
width: 100%;
height: 190px;
}
.contact-form {
padding-right: 30px;
}
.contact-form #contact-form .con-field {
outline: inherit;
border-width: medium medium 1px;
border-style: none none solid;
border-color: -moz-use-text-color -moz-use-text-color #9dca00;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
width: 100%;
margin-bottom: 30px;
padding: 5px 15px;
line-height: 38px;
border: 1px solid #9da7ae;
background: transparent;
height: auto;
border-radius: 0px;
}
.contact-form #contact-form .con-field:focus {
border: 1px solid #9dca00;
box-shadow: none;
}
.contact-form #contact-form::-webkit-input-placeholder {
color: #9B9BA3;
font-size: 14px;
text-align: left;
}
.contact-form #contact-form:-moz-placeholder {
color: #9B9BA3;
font-size: 14px;
text-align: left;
}
.contact-form #contact-form::-moz-placeholder {
color: #9B9BA3;
font-size: 14px;
text-align: left;
}
.contact-form #contact-form:-ms-input-placeholder {
color: #9B9BA3;
font-size: 14px;
text-align: left;
}
.contact-form textarea {
line-height: 16px !important;
padding-top: 20px !important;
height: 140px !important;
}
.submit-contact {
padding: 0;
padding-right: 30px;
padding-left: 30px;
height: 50px;
line-height: 50px;
text-align: center;
letter-spacing: 0px;
text-transform: capitalize;
display: inline-block;
overflow: hidden;
outline: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
color: white;
position: relative;
margin: 0px 0px 0px 0px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
background: #9dca00;
font-size: 16px;
font-weight: 500;
border-radius: 2px;
}
.submit-contact:hover {
background-color: #3b3f46;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.contact-form #contact-form #msg {
color: #f54337;
}
/*----------------------------------------------------
16. Footer Section
------------------------------------------------------*/
.footer-spacing {
margin-bottom: 100px;
}
.home-page .footer-section {
padding-top: 285px;
margin-top: -300px;
}
.footer-section {
float: left;
width: 100%;
padding: 100px 0 0 0;
color: #fff;
background: #2b343b;
}
.footer-section .container {
position: relative;
}
.footer-section .widget {
padding-bottom: 0px;
margin-bottom: 17px;
padding: 0px;
background: transparent;
}
.footer-section .widget h5 {
color: #fffcf4;
text-transform: capitalize;
letter-spacing: 0px;
font-size: 22px;
margin-bottom: 32px;
}
.footer-section .widget h3 {
color: #fff;
font-weight: 900;
letter-spacing: 3px;
margin-bottom: 25px;
}
.footer-section .widget p {
color: #d5d5d5;
margin-top: 15px;
float: left;
margin-bottom: 16px;
}
.footer-section .widget img {
margin-top: 3px;
}
.footer_soc {
margin-bottom: 15px;
}
.footer_socil {
overflow: hidden;
width: 100%;
}
.footer_socil .list-icons {
padding-left: 0;
list-style: none;
}
.footer_socil .list-icons li {
float: left;
margin-bottom: 30px;
margin-right: 6px;
}
.footer_socil .list-icons li a {
color: #acaba9;
font-size: 18px;
padding-right: 7px;
}
.footer_socil .list-icons li a:hover {
color: #9dca00;
text-decoration: underline;
}
.quick_lnk ul li {
list-style: none;
padding-bottom: 12px;
padding-left: 20px;
}
.quick_lnk ul li::after {
position: absolute;
content: ">";
left: 0;
margin-left: 16px;
width: 12px;
height: 1px;
margin-top: 0px;
color: #9dca00;
}
.quick_lnk ul li a {
color: #d5d5d5;
}
footer .quick_lnk li a:hover {
color: #9dca00;
text-decoration: underline;
}
.footer_recent_blog li {
border-bottom: 1px solid
#3c3939;
padding-bottom: 18px;
margin-bottom: 13px;
overflow: hidden;
}
.footer_recent_blog li:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 1px solid
transparent;
}
.footer_recent_blog img {
width: 88px;
float: left;
margin-right: 16px;
overflow: hidden;
height: 80px;
}
.footer_recent_blog .post_cont {
overflow: hidden;
display: block;
}
.post-date {
color: #7d7d7d;
}
.footer_recent_blog .post_cont i {
margin-right: 7px;
color: #9dca00;
font-size: 14px;
}
.footer_recent_blog .post_cont a span {
margin-top: 10px;
line-height: 23px;
color: #d5d5d5;
overflow: hidden;
display: block;
}
.footer_recent_blog .post_cont a span:hover {
color: #9dca00;
}
.footer-section .email_field {
background: #3b3f46;
box-shadow: none;
border: none;
color: #ddd;
line-height: 40px;
padding-left: 30px;
width: 100%;
margin-top: 5px;
border: 1px solid transparent;
}
.footer-section .email_field:focus {
border: 1px solid #9dca00;
}
.news_letter_wrp p {
margin-top: -2px !important;
}
.news_letter_wrp .submit-contact {
height: 60px;
line-height: 25px;
width: 100%;
margin-top: 10px;
border-radius: 5px;
font-size: 15px;
}
.footer-social-links ul {
margin-left: -39px;
}
.footer-social-links ul li {
display: inline-block;
position: relative;
margin: 10px 5px 0;
line-height: 1em;
vertical-align: top;
}
.footer-social-links ul li a {
display: inline-block;
text-align: center;
width: 46px;
height: 46px;
line-height: 46px;
font-size: 21px;
border: 1px solid #bababa;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
color: #bababa;
position: relative;
overflow: hidden;
z-index: 1;
}
.subfooter {
width: 100%;
text-align: center;
padding: 35px 0px;
color: #bababa;
margin-top: 85px;
background: #252d32;
position: relative;
}
.subfooter p {
color: #acaba9;
margin: 0px;
text-transform: capitalize;
}
.subfooter p a {
color: #acaba9;
}
.scrollup {
color: #9dca00;
position: absolute;
right: 0px;
bottom: 0px;
margin-right: 15px;
margin-bottom: -98px;
z-index: 99;
background: transparent;
border: none;
}
.scrollup span {
font-size: 15px;
background: transparent;
padding: 9px 10px;
border: 2px solid #9dca00;
border-radius: 50%;
color: #9dca00;
}
.scrollup span:hover {
background: #9dca00;
color: #fff;
}
.scrollup:hover,
.scrollup:active,
.scrollup:focus {
color: rgba(255, 255, 255, 0.90);
}
/*----------------------------------------------------
Single Page
------------------------------------------------------*/
/* Single Page Header
================================= */
header {
position: relative;
text-align: center;
color: #fff;
background-color: rgba(32, 32, 32, 0.74);
height: 700px;
}
header .container {
padding-top: 157px;
position: relative;
z-index: 10;
text-align: center;
}
header.blog-banner {
color: #FFF;
box-sizing: border-box;
height: 400px;
background-repeat: no-repeat;
width: 100%;
background-size: cover;
}
header {
position: relative;
text-align: center;
color: #fff;
background-color: rgba(198, 227, 221, 0.39);
height: 700px;
}
.blog-header {
padding-left: 0px;
text-align: left;
}
.blog-header h4 {
color: #464d53;
text-transform: capitalize;
font-size: 16px;
letter-spacing: 1px;
display: block;
margin-bottom: -25px;
font-weight: 400;
font-family: 'Karla', sans-serif;
}
.blog-header h4 a {
color: #2b343b;
}
.blog-header h3 {
color: #2b343b;
text-transform: capitalize;
font-size: 45px;
letter-spacing: 0px;
padding-bottom: 15px;
font-weight: 700;
}
.blog-header h4 a:hover {
color: #9dca00;
}
/* =================================
Contact page
================================= */
.contact-page .contact-section {
padding-top: 115px;
padding-bottom: 120px;
background: #F1F6FA;
}
.contact-page .contact-section .contact-form {
padding-right: 20px;
}
.contact-page .contact-section .contact_wrp {
padding: 0px;
background: transparent;
position: relative;
}
.map-container{
width: 100%;
height: 500px;
border: none;
margin-bottom: 50px;
max-width: 97.2% !important;
}
.contact-page .contact-section .contact-form #contact-form textarea {
height: 155px !important;
}
.contact_pg_address {
padding: 40px 40px 36px;
border: 1px solid #9da7ae;
}
.contact_pg_address h3 {
margin-bottom: 27px;
font-size: 32px;
letter-spacing: 0px;
line-height: 38px;
margin-top: -2px;
}
.single_con_add p {
margin: 0;
color: #515050;
margin-top: 0px;
}
.single_con_add p:nth-child(2) {
margin-top: -10px;
font-weight: bold;
}
.contact-page .contact-section .single_con_add {
overflow: hidden;
margin-bottom: 0px;
margin-top: 15px;
padding: 10px 0px;
}
.contact-page .contact-section .single_con_add a {
display: block;
float: left;
color: #515050;
margin-top: 6px;
}
.contact-page .contact-section .single_con_add a i {
font-size: 20px;
margin-top: 1px;
color: #515050;
border: 1px solid #515050;
border-radius: 50%;
padding: 10px 12px;
margin-right: 15px;
}
.contact-page .contact-section .single_con_add span {
display: block;
padding-left: 45px;
}
/* =================================
14. Blog Page
================================= */
.blog_container {
padding-bottom: 120px;
}
.blog-area {
padding-top: 120px;
}
.blog_container .blog_box {
margin-bottom: 40px;
position: relative;
}
.blog_container .col-lg-6:nth-child(5) .blog_box,
.blog_container .col-lg-6:nth-child(6) .blog_box {
margin-bottom: -6px;
}
.blog-area .blog_date_athor {
margin-bottom: 30px;
}
.blog_container .blog_info_right h3 {
font-size: 22px;
}
/* - Widget */
.widget {
display: inline-block;
margin-bottom: 45px;
width: 100%;
background: #F1F6FA;
padding: 30px;
}
/* - Widget Search */
.widget {
margin-bottom: 30px;
}
/*
Blog Page
================================= */
.blog_quote {
margin-top: 0px;
border-bottom: 1px solid #ece3e3;
padding-bottom: 15px;
}
.comments {
padding: 0px;
margin: 0px;
margin-top: -40px;
}
.form-control:focus {
border: 1px solid #fff;
border: 1px solid #9dca00;
box-shadow: none;
border-left: 3px solid #9dca00;
}
/*
Single Product Right Side
----------------------------------------*/
.reviews {
margin-left: 20px;
margin-right: 10px !important;
color: #999999;
}
.reviews a {
color: #61657a;
}
.cart-quantity {
position: relative;
}
.cart-quantity {
margin-top: 30px;
float: left;
overflow: hidden;
}
.cart-plus-minus {
border: 1px solid #e9e9e9;
cursor: pointer;
height: 52px;
width: 70%;
position: relative;
}
.cart-plus-minus-box {
border: medium none;
display: block;
font-size: 18px;
height: 48px;
line-height: 48px;
margin: auto;
padding-left: 8px;
width: 24%;
color: #2b343b;
}
.qtybutton {
color: #989898;
font-size: 35px;
left: 10px;
line-height: 35px;
position: absolute;
top: 5px;
}
.inc.qtybutton {
left: auto;
right: 10px;
}
/* =================================
Checkout page
================================= */
.checkout_section {
padding-top: 94px;
padding-bottom: 100px;
}
.checkout_section .custom-title {
/*! border-bottom: 1px solid #797979; */
position: relative;
}
.checkout_section .custom-title::before {
position: absolute;
content: "";
background-color: #aedf04;
}
.checkout_section .custom-title:before,
.checkout_section .custom-title:after,
.discount-coupon h4:before,
.discount-coupon h4:after,
.estimate-ship h4:before,
.estimate-ship h4:after,
.grand-total-area h4:before,
.grand-total-area h4:after,
.shop_cart_title h2:before,
.shop_cart_title h2:after{
position: absolute;
content: "";
background-color: #b9ea0f;
width: 15px;
height: 11px;
bottom: 0px;
left: 0%;
margin-left: 10px;
border-radius: 136px;
margin-bottom: -15px;
}
.checkout_section .custom-title:after,
.discount-coupon h4:after,
.estimate-ship h4:after,
.grand-total-area h4:after,
.shop_cart_title h2:after {
margin-left: 0;
background-color: #9dca00;
}
.checkout_section .custom-title h3 {
font-size: 24px;
}
.checkout_section .payment_mth {
padding-top: 40px;
}
.checkout_section #payment label {
border: 2px solid #EDE6E4;
font-weight: normal;
font-size: 16px;
text-transform: capitalize;
padding: 25px 40px !important;
color: #363535;
}
.checkout_section .checkbox {
margin-bottom: 10px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.checkout_section #payment .radio input[type="radio"],
.checkout_section #payment .radio-inline input[type="radio"],
.checkout_section #payment .checkbox input[type="checkbox"],
.checkout_section #payment .checkbox-inline input[type="checkbox"] {
margin-left: -20px;
margin-right: 15px;
position: relative;
color: #333;
}
.form-check-input {
display: block ;
box-sizing: border-box;
/* width: 100% ; */
border-radius: 4px ;
border: 1px solid #9dca00;
padding: 10px 15px;
font-size: 14px;
/* z-index: -2; */
}
.checkout_section .shopform .form-control{
background-color: #fff;
border: 2px solid #EDE6E6;
border-radius: 0;
box-shadow: none;
color: #333;
font-weight: bold;
text-transform: capitalize;
font-size: 12px;
height: 44px;
text-align: center;
width: 263px;
text-align: left;
opacity: .5;
}
.checkout_section .shopform .form-control {
width: 100% ;
margin: 2px 0 16px;
}
.checkout_section .shopform textarea.form-control {
height: 180px;
padding-top: 15px;
padding-left: 15px;
opacity: .5;
}
.checkout_section label {
margin-bottom: 15px;
display: block;
}
.coupon-area .row .col-md-12 {
padding: 0px;
}
p.checkout-coupon input[type="text"] {
height: 36px;
padding-left: 10px;
width: 170px;
float: left;
}
p.checkout-coupon input[type="submit"] {
background:
#2b343b;
border: medium none;
border-radius: 0;
color:
#fff;
height: 36px;
margin-left: 6px;
padding: 5px 20px;
transition: all 0.3s ease 0s;
font-size: 13px;
}
/*==================================
Cart Page
==================================*/
.shop_cart {
padding-top: 110px;
}
.shop_cart_title h2 {
margin-bottom: 40px;
position: relative;
}
.shop_cart .table td,
.shop_cart .table th{
vertical-align: middle;
}
.shop_cart table {
margin-bottom: 50px;
border: 1px solid transparent;
}
.shop_cart .table td img {
width: 100px;
}
.shop_cart input[type="number"] {
background:
#ffffff none repeat scroll 0 0;
border: 1px solid
#e1e1e1;
border-radius: 3px;
font-weight: normal;
height: 40px;
padding: 0 10px;
transition: all 0.3s ease 0s;
width: 60px;
}
.table-responsive tbody tr.table-info td {
vertical-align: middle;
padding-top: 20px;
padding-bottom: 20px;
}
.table.table-bordered input[type="text"] {
background: #f0f0f0 none repeat scroll 0 0;
border: 0 none;
color: #000;
height: 40px;
padding: 0 10px;
text-align: center;
width: 80px;
}
.table > thead > tr > th {
border-bottom: 1px solid #F8F8F8;
}
.table > tbody + tbody {
border-top: 1px solid #F8F8F8;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
border: 1px solid #EEECEC;
}
.shop_cart_tr .text-center {
color: #2b343b;
text-transform: uppercase;
/*! letter-spacing: 0px; */
}
.table-info span {
color: #333;
}
.edt > a {
color: #333333;
font-size: 14px;
font-weight: 400;
}
.shop_cart_bottom {
padding-top: 50px;
padding-bottom: 120px;
}
.discount-coupon h4,
.estimate-ship h4,
.grand-total-area h4 {
color: #282828;
font-size: 20px;
font-weight: 800;
letter-spacing: 1px;
margin-top: 0px;
/*! border-bottom: 1px solid #070707; */
padding-bottom: 0px;
position: relative;
margin-bottom: 30px;
}
.discount-coupon p,
.estimate-ship p {
color: #8b8b8b;
/*! font-size: 14px; */
font-weight: 400;
margin-bottom: 12px;
padding-top: 4px;
}
.coupon {
background: #f0f0f0 none repeat scroll 0 0;
border: medium none;
height: 35px;
margin-bottom: 20px;
padding: 10px;
width: 100%;
}
a.app-coupon {
background: #2b343b;
color: #fff;
display: block;
font-size: 14px;
font-weight: 500;
height: 40px;
line-height: 40px;
padding: 0 20px;
text-align: center;
text-transform: capitalize;
width: 36%;
}
a.app-coupon:hover {
color: #fff;
}
p.title-state,
p.p-code {
color: #000;
font-size: 14px;
font-weight: 400;
padding-top: 10px;
text-transform: capitalize;
}
.sort-by-state,
.post-code {
-moz-appearance: none;
background: #f0f0f0;
border: medium none;
height: 37px;
padding: 0 10px;
width: 100%;
color: #333;
}
.estimate-ship .postal-code {
margin-bottom: 20px;
}
.estimate-ship div {
margin-bottom: 8px;
}
.grand-total-area {
background: #f5f5f5 none repeat scroll 0 0;
padding: 35px 35px;
}
.grand-total-area h4 {
margin-bottom: 34px;
}
.grand-total-area span {
float: right;
}
.grand-total-area p{
color: #333;
display: block;
font-size: 18px;
text-align: left;
text-transform: capitalize;
width: 100%;
}
.grand-total-area .grand-total {
border-top: 1px solid #d2cccc;
color: #333;
font-size: 24px;
padding-bottom: 0px;
text-align: left;
text-transform: capitalize;
margin-top: 15px;
padding-top: 15px;
}
.grand-total span.amt {
color: #9dca00;
}
.pro-checkout{
background: #2b343b;
color: #fff;
display: block;
font-size: 15px;
font-weight: 500;
height: 40px;
line-height: 40px;
margin-top: 30px;
padding-bottom: 0;
padding-left: 30px;
padding-right: 30px;
text-align: center;
width: 100%;
}
.pro-checkout:hover{
color: #fff;
}
/* */
.offcanvasMobileMenu.active {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.offcanvasMobileMenu {
position: fixed;
z-index: 999999999999;
top: 0;
right: 0;
width: 400px;
max-width: 100%;
height: 100vh;
padding-left: 60px;
-webkit-transition: .6s;
transition: .6s;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.offcanvasNavigation > ul li.menuItemHasChildren.active > .subMenu {
visibility: visible;
height: 100%;
opacity: 1;
}
.offcanvasNavigation > ul li.menuItemHasChildren .subMenu {
visibility: hidden;
height: 0;
-webkit-transition: .3s;
transition: .3s;
opacity: 0;
}
.offcanvasNavigation ul.subMenu {
margin-left: 25px;
padding-left: 0;
-webkit-transition: .3s;
transition: .3s;
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand {
line-height: 50px;
position: absolute;
top: -5px;
right: auto;
left: 95%;
width: 30px;
height: 50px;
cursor: pointer;
text-align: center;
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand i {
position: relative;
display: block;
width: 10px;
margin-top: 25px;
-webkit-transition: all .25s ease-out;
transition: all .25s ease-out;
border-bottom: 1px solid;
}
.offcanvasNavigation ul li.menuItemHasChildren.active > .menuExpand i::before {
-webkit-transform: rotate(0);
transform: rotate(0);
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand i::before {
position: absolute;
top: 0;
display: block;
width: 100%;
content: "";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
border-bottom: 1px solid;
}
/* mobile menu */
.mobile-aside-button {
font-size: 34px;
width: 30px;
height: 30px;
margin-top: 20px;
padding: 0;
cursor: pointer;
border: none;
background: none;
}
.mobile-aside-button svg {
width: 50%;
height: 50%;
margin-top: 5px;
vertical-align: top;
}
.mobile-aside-button:focus {
outline: none;
}
/* Mobile Menu */
/* offcanvas search */
.offcanvasMobileSearchArea {
position: absolute;
z-index: 9;
top: 0;
left: 0;
width: calc(100% - 60px);
margin-left: 60px;
padding: 7px;
background-color: #e6e6e6;
}
.offcanvasMobileSearchArea input {
font-size: 16px;
display: block;
width: 100%;
padding: 9px 29px;
color: #222;
border: none;
background: #e6e6e6;
}
.offcanvasMobileSearchArea #mobilesearch {
position: absolute;
top: -30%;
right: 20px;
padding: 0;
transform: translateY(-50%);
color: #ca3c08;
border: none;
background: none;
}
.offcanvasMobileSearchArea button svg {
font-size: 10px;
line-height: 30px;
}
/* offcanvas mobile menu */
.headerMobileNavigation {
padding: 20px 0;
}
.headerMobileNavigation .mobileNavigation .headerCartIcon a span {
left: 50%;
}
.mobileButtonWrapper button {
font-size: 40px;
padding: 0;
color: #fff;
border: none;
background: none;
}
.offcanvasWidgetArea {
margin-top: auto;
margin-bottom: 35px;
}
.offCanvasContactWidget {
margin-bottom: 20px;
}
.offCanvasContactWidget .headerContactInfo {
flex-basis: 33.33%;
}
.offCanvasContactWidget .headerContactInfoList {
padding-left: 0;
}
.offCanvasContactWidget .headerContactInfoList li {
display: inline-block;
margin-right: 25px;
margin-bottom: 10px;
}
.offCanvasContactWidget .headerContactInfoList li a {
color: #0022;
}
.offCanvasContactWidget .headerContactInfoList li a:hover {
color: #ca3c08 ;
}
.offCanvasContactWidget .headerContactInfoList li:last-child {
margin-right: 0;
}
.offcanvasMobileMenu {
position: fixed;
z-index: 999999999999;
top: 0;
right: 0;
width: 400px;
max-width: 100%;
height: 100vh;
padding-left: 60px;
transition: 0.6s;
transform: translateX(100%);
}
.offcanvasMobileMenu.active {
transform: translateX(0);
}
.offcanvasMobileMenu.inactive {
transform: translateX(calc(100% + 60px));
}
.offcanvasMenuClose {
font-size: 30px;
line-height: 1;
position: absolute;
z-index: 9;
top: 0;
left: 0;
width: 60px;
height: 58px;
padding: 0;
text-align: center;
color: #fff ;
border: none;
background: #ca3c08;
}
.offcanvasMenuClose:hover, .offcanvasMenuClose:focus {
color: #fff;
outline: none;
}
.offcanvasMenuClose i {
font-size: 24px;
transition: 0.3s;
transform: rotate(0);
position: relative;
top: -1px;
}
.offcanvasMenuClose:hover i {
transform: rotate(-90deg);
}
.offcanvasWrapper {
overflow: auto;
height: 100%;
background-color: #fff;
box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
}
.offcanvasInnerContent {
display: flex;
flex-direction: column;
height: 100%;
padding: 85px 35px 0;
}
.offCanvasWidgetSocial a {
font-size: 17px;
margin: 0 10px;
}
.offCanvasWidgetSocial a:first-child {
margin-left: 0;
}
/* offcanvas settings */
.offcanvasSettings .offcanvasNavigation > ul > li > a {
font-size: 12px;
font-weight: 400;
padding: 5px 0;
}
.offcanvasSettings .offcanvasNavigation > ul > li.menuItemHaschildren .menuExpand {
top: -15px;
height: 30px;
margin-top: 0;
}
.offcanvasSettings .offcanvasNavigation ul.subMenu > li > a {
padding: 5px 0;
}
.transparentBar {
position: absolute;
z-index: 999;
right: 0;
left: 0;
width: 100%;
}
.transparentBar .headerTop {
display: none !important;
}
.offcanvasNavigation {
margin-bottom: 50px;
}
.offcanvasNavigation > ul {
padding-left: 0;
}
.offcanvasNavigation > ul li.menuItemHasChildren .subMenu {
visibility: hidden;
height: 0;
transition: 0.3s;
opacity: 0;
}
.offcanvasNavigation > ul li.menuItemHasChildren.active > .subMenu {
visibility: visible;
height: 100%;
opacity: 1;
}
.offcanvasNavigation > ul li > a {
font-weight: 500;
display: block;
padding: 6px 0;
color: #222;
}
.offcanvasNavigation > ul li > a:hover {
color: #111;
}
.offcanvasNavigation ul.subMenu {
margin-left: 25px;
padding-left: 0;
transition: 0.3s;
}
.offcanvasNavigation ul.subMenu > li > a {
font-weight: 500;
padding: 6px 0;
color: #333;
}
.offcanvasNavigation ul.subMenu > li > a:hover {
color: #111;
}
.offcanvasNavigation ul li a {
text-transform: uppercase;
}
.offcanvasNavigation ul li.menuItemHasChildren {
position: relative;
display: block;
}
.offcanvasNavigation ul li.menuItemHasChildren a {
display: block;
}
.offcanvasNavigation ul li.menuItemHasChildren.active > .menuExpand i:before {
transform: rotate(0);
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand {
line-height: 50px;
position: absolute;
top: -5px;
right: auto;
left: 95%;
width: 30px;
height: 50px;
cursor: pointer;
text-align: center;
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand i {
position: relative;
display: block;
width: 10px;
margin-top: 28px;
transition: all 250ms ease-out;
border-bottom: 1px solid;
}
.offcanvasNavigation ul li.menuItemHasChildren .menuExpand i:before {
position: absolute;
top: 0;
display: block;
width: 100%;
content: "";
transform: rotate(90deg);
border-bottom: 1px solid;
}
@keyframes fadeInDown {
0% {
transform: translate3d(0, -100px, 0);
opacity: 0;
}
to {
transform: none;
opacity: 1;
}
}
/* Responsive styles
================================================== */
@media only screen and (min-width: 1678px) and (max-width: 1923px) {
}
@media only screen and (min-width: 1390px) and (max-width: 1677px) {
}
/* Tablet Landscape
=======================================================================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*--------------------------------------
Header And SLider
----------------------------------------*/
.header_top_right {
width: 45.5%;
}
.navigation .col-md-8 {
flex: 0 0 63.667%;
max-width: 63.667%;
}
/* Slider */
.slider_home .swiper-pagination {
position: relative;
justify-content: center;
padding-right: 15px;
}
.slider_home .swiper-pagination-bullet {
position: relative;
margin-bottom: 0px !important;
top: -25px;
}
.slider_home .swiper-pagination-bullet:nth-child(1) {
margin-right: 6px;
}
/* End: Slider */
.subfooter {
margin-top: 78px;
}
.single_slider .col-sm-12 {
flex: 0 0 59%;
max-width: 59%;
}
.single_slider.slide_bg_2 .col-lg-6 {
margin-left: 41%;
}
/* Single Page
----------------------------------------*/
.contact_pg_address {
padding: 40px 35px 36px;
}
.blog_container .blog-area {
flex: 0 0 72%;
max-width: 72%;
}
.blog_container .widget-area {
flex: 0 0 28%;
max-width: 28%;
}
.recent-title {
width: 51%;
}
}
/* For Header */
@media (max-width: 991px) {
.header_topbar .more-link {
display: none;
}
.header_cart ul {
margin-right: 8px;
}
.search_icon_inr {
margin-top: 29px;
}
.meun_wrp {
display: none;
}
.header-btn-wrapper i {
color: #333;
font-size: 27px;
position: relative;
/* top: 22px; */
}
.header_topbar {
background: #000000;
display: none;
}
.offcanvasWrapper .header_top_right {
margin-top: auto;
margin-bottom: 15px;
}
.offcanvasWrapper .header_top_right ul li {
color: #333;
display: block;
margin-bottom: 10px;
font-size: 16px;
}
.offcanvasWrapper .header_top_right ul li i {
font-size: 16px;
}
.offcanvasWrapper .offcanvasInnerContent .header_socil li {
border-right: none;
padding-right: 5px;
color: #fff;
margin-right: 0px;
}
.offcanvasWrapper .header_socil li a {
color: #9dca00;
margin-left: 0px;
margin-right: 10px;
font-size: 20px;
}
.offcanvasWrapper .header_socil {
margin-left: 0px;
margin-bottom: 35px;
}
/* Slider */
.slider_home .swiper-pagination {
position: relative;
justify-content: center;
padding-right: 15px;
}
.slider_home .swiper-pagination-bullet {
position: relative;
margin-bottom: 0px !important;
top: -25px;
}
.slider_home .swiper-pagination-bullet:nth-child(1) {
margin-right: 6px;
}
/* End: Slider */
}
/* Tablet Portrait
=======================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
/*--------------------------------------
Header And SLider
----------------------------------------*/
.navigation .container {
position: relative;
}
.navigation .logo {
margin-top: -78px;
flex: 0 0 25%;
max-width: 25%;
}
.navigation .logo img {
margin-top: 105px;
}
.single_slider .col-lg-6.col-sm-12 {
flex: 0 0 79%;
max-width: 79%;
}
.single_slider.slide_bg_2 .col-lg-6 {
margin-left: 20.5%;
}
.about-section {
padding-bottom: 40px;
}
.about-section .col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 50px;
}
.service-item:hover .serv_link {
left: 55%;
}
.video_wrp {
width: 100%;
}
.funfact_wapr.row {
width: 100%;
}
.facts_wrapper h5 {
line-height: 20px;
margin-top: 15px;
}
.angle_icon {
margin-right: -49px;
}
.angle_icon img {
width: 70px;
}
.whychose_bg {
display: none;
}
.whychose_wrp {
margin-right: 15px;
margin-left: 15px;
margin-top: -54px;
}
.product-section .col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 30px;
}
.col-sm-12.product_orderby {
max-width: 100%;
flex: 100%;
margin-bottom: 0px;
}
.product-section {
margin-bottom: -30px;
}
.pricing-section .col-sm-12 {
padding-right: 0px;
}
.project-section .col-md-12 {
padding-left: 5px;
padding-right: 5px;
}
.project_view a {
margin-right: 30px;
}
.team-section {
background-position: center;
}
.testi-section {
padding-bottom: 163px;
}
.testi_sing_img img:nth-child(1) {
right: -30px;
margin-top: -25px;
width: 260px;
}
.testi_sing_img {
margin-top: 40px;
}
.blog-section .col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
}
.blog-section .col-sm-12 .col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.blog-section .col-sm-12 .col-sm-12:last-child {
display: none;
}
.blog_wrp_list {
margin-bottom: 15px;
}
.blog-section {
padding-bottom: 105px;
}
.contact_bg {
display: none;
}
.contact-form {
padding-right: 0px;
}
.footer-section .col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 14px;
}
.subfooter {
margin-top: 70px;
}
/*------------------------------------------------------------------Tab----------------------
Single Page
----------------------------------------*/
header.blog-banner {
background-position: right;
}
.contact_pg_contact .inner-contact {
flex: 0 0 52%;
max-width: 52%;
}
.contact_pg_contact .col-md-4.col-sm-12 {
flex: 0 0 48%;
max-width: 48%;
}
.project_pg_proj .col-md-12 {
margin-bottom: 10px;
}
.single_service .col-md-8.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.single_service .col-md-4.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.single_service_cat {
margin-top: 30px;
}
.product_pg_prod .col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 0px;
}
.product_pg_prod .col-md-3.col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
}
.shop-product-area .single-thumb {
width: 128px !important;
}
.cust-reviews-area .nav-tabs a {
margin-right: 40px;
}
.blog_container .blog-area {
flex: 0 0 65%;
max-width: 65%;
}
.blog_container .widget-area {
flex: 0 0 35%;
max-width: 35%;
}
.blog_container .widget {
padding: 30px 22px;
}
.blog_container .widget-search {
padding: 5px 10px;
}
.recent-title {
width: 51%;
}
.blog_container .blog_info h4 {
font-size: 25px;
}
.post_tags {
width: 100%;
}
.post_share .list-icons {
float: left;
margin-top: 15px;
margin-left: -10px;
}
.post_share.footer_socil {
width: 100%;
}
/* Cart page */
.shop_cart_bottom .col-sm-12:nth-child(2) {
margin-bottom: 50px;
}
.shop_cart_bottom .col-sm-12:nth-child(1) {
margin-bottom: 45px;
margin-top: -56px;
}
.shop-page .product-section .col-sm-12 {
margin-bottom: 0px;
}
}
/* Phone
=======================================================================================*/
@media only screen and (max-width: 767px) {
/*--------------------------------------
Header And SLider
----------------------------------------*/
.header_topbar {
display: none;
}
.navigation .container {
position: relative;
}
.navigation .logo {
margin-top: -78px;
flex: 0 0 30%;
max-width: 30%;
}
.navigation .col-md-8 {
flex: 0 0 100%;
max-width: 100%;
}
#navigation.small-screen > ul {
margin-top: 10px;
border-left: 1px solid rgba(120, 120, 120, 0.2);
border-right: 1px solid rgba(120, 120, 120, 0.2);
border-bottom: 1px solid rgba(120, 120, 120, 0.2);
margin-bottom: 15px;
margin-left: 17px;
}
#navigation.small-screen #menu-button {
padding: 38px;
margin-top: 26px;
margin-right: 84px;
}
#navigation > ul > li > a {
padding: 16px 20px;
}
#navigation li:hover > ul {
padding-top: 0px;
padding-bottom: 0px;
}
#navigation > ul > li.has-sub > a {
padding: 17px 20px;
}
/*---- Slider----- */
.single_slider .col-lg-7.col-xs-12 {
width: 100%;
}
.single_slider {
height: 800px;
}
.single_slider .container {
margin-top: -20px;
}
.single_slider.slide_bg_2 .col-lg-6 {
margin-left: 0px;
}
.slider_home h2 {
font-size: 45px;
line-height: 50px;
}
.slider_home h5 {
font-size: 16px;
}
.slider_home.owl-theme .owl-dots .owl-dot {
display: none;
}
.slider_home .owl-nav {
margin-top: -60px;
text-align: center;
}
.slider_home .owl-nav div.owl-next,
.slider_home .owl-nav div {
left: auto !important;
margin: 0px;
right: auto !important;
}
.slider_home .owl-nav div:hover {
color: #fff;
}
.slider_home .owl-nav div {
display: inline-block !important;
position: relative !important;
}
/*--------------------------------------
about section
----------------------------------------*/
/* .base-header {
width: 100%;
}
.base-header h3 {
line-height: 40px;
font-size: 38px;
letter-spacing: 1px;
}
.about-section .col-sm-12 {
margin-bottom: 50px;
}
.about-section .col-sm-12 {
margin-bottom: 50px;
}
.about-section {
padding-bottom: 40px;
padding-top: 140px;
}
.service-item:hover .serv_link {
left: 100%;
margin-left: -66px;
}
.img_serv img {
width: 100%;
}
.service-item {
margin-bottom: 50px;
}
.service-section {
padding-bottom: 70px;
}
.video-section {
background-position: center;
background-size: cover;
padding-bottom: 85px;
}
.video_wrp {
width: 100%;
}
.funfact_wapr .icon-lay i {
position: inherit;
margin-left: 0px;
padding: 15px 17px;
}
.facts_wrapper h3 {
margin-top: 20px;
}
.facts_wrapper {
text-align: center;
padding-left: 0px;
padding-bottom: 30px;
}
.process-item {
margin-bottom: 40px;
}
.angle_icon {
display: none;
}
.whychose_bg {
background-position: left center;
height: 600px;
margin-left: 15px;
margin-right: 15px;
margin-top: -80px;
}
.whychose_wrp {
margin-right: 15px;
margin-left: 15px;
margin-top: -54px;
padding-left: 30px;
padding-right: 30px;
background-size: cover;
}
.special_ser_item {
padding-left: 60px;
}
.product-section .col-sm-12,
.pricing-section .col-sm-12,
.team-section .col-sm-12 {
margin-bottom: 30px;
}
.product-section,
.pricing-section,
.team-section {
margin-bottom: -30px;
}
.col-sm-12.product_orderby {
max-width: 100%;
flex: 100% 1;
margin-bottom: 0px;
}
.project-section .col-md-6 {
width: 70%;
}
.project-section .col-md-6.arrows-slick {
width: 30%;
}
.project-section .col-md-12 {
padding-left: 5px;
padding-right: 5px;
}
.project_view a {
margin-right: 25px;
}
.team-section {
padding-bottom: 120px;
background-size: cover;
}
.testi-section {
padding-bottom: 80px;
}
.testi_wrp {
padding: 15px 0px 40px 15px;
}
.testi_sing_img {
display: none;
}
.testi-section .owl-theme .owl-controls .owl-nav div {
margin-left: -27px;
}
.testi-section .base-header {
margin-bottom: 0px;
}
.blog_img img {
max-height: inherit;
width: 100%;
}
.blog_wrp {
overflow: hidden;
margin-bottom: 30px;
}
.contact_bg {
display: none;
}
.contact-form {
padding-right: 0px;
}
.contact_wrp {
padding: 60px 30px;
} */
/*--------------------------------------
footer Section
----------------------------------------*/
.footer-section .container {
margin-bottom: 65px;
}
.scrollup {
margin-bottom: -102px;
right: 50%;
margin-right: -18px;
}
.footer-section .widget h5 {
margin-bottom: 27px;
}
.widget.quick_lnk {
margin-bottom: 35px;
}
.widget .recent-gallery {
margin-bottom: 30px;
overflow: hidden;
}
.footer_recent_blog {
margin-bottom: 30px;
}
.subfooter p {
padding: 0px 15px;
}
/*--------------------------------------
Single Page
---------------------------------------------- ph-----------------------------------*/
header.blog-banner {
background-position: right;
}
.contact_pg_address {
margin-top: 50px;
margin-bottom: 20px;
}
.contact_pg_contact .contact-form {
padding-right: 0px;
}
.ab_pg_process {
padding-bottom: 80px;
}
.project_pg_proj .col-md-12 {
margin-bottom: 10px;
}
.product_pg_prod {
padding-bottom: 120px;
margin-bottom: 0px;
}
.product_pg_prod .col-sm-12 {
margin-bottom: 0px;
}
.product_ordering {
width: 100%;
float: none;
}
.product_count {
margin-right: 20px;
}
.cust-reviews-area .nav-tabs a {
margin-right: 0px;
margin-top: 1px;
display: table-row;
width: 100%;
border: 1px solid #ece6e6;
padding: 10px 15px;
}
.cust-reviews-area .nav-tabs .active {
border: 1px solid #ece6e6;
border-bottom: 1px solid #9dca00;
}
.cust-reviews-area .nav-tabs a:hover {
border: 1px solid #ece6e6;
border-bottom: 1px solid #9dca00;
}
.cust-reviews-area .nav-tabs {
border-bottom: 1px solid
transparent;
}
.shop-product-area li .adtocart {
padding: 0 31px;
}
.allproduct-info {
margin-left: 0px;
margin-top: 135px;
}
.shop-tab-wrapper {
margin-top: 6px;
}
.shop-tab-wrapper ul li {
display: block;
}
.tittle_product a {
font-size: 24px;
}
.revi_text {
display: block;
float: left;
margin-top: 20px;
}
.rat_des {
margin-top: 30px;
}
.revi_text span {
width: 100%;
}
.prod_attributes th {
width: 140px;
}
.categories-area {
margin-bottom: 0px;
}
.blog-header h3 {
font-size: 40px;
}
.recnt_pst_imge {
width: 83px;
}
.recent-title {
display: block;
float: left;
width: 50%;
}
.widget-area {
padding-top: 50px;
}
.blog_quote_left img:last-child {
margin-left: 0px;
margin-top: 30px;
}
.blog-area .blog_quote_left img {
width: 100%;
}
.single_blog_container .comment_cont_wrp {
display: block;
float: left;
margin-top: 10px;
}
.service_contact p {
font-size: 16px;
}
.service_contact {
padding: 30px 25px 15px;
}
.download_brochur .files li a {
font-size: 14px;
padding: 13px 10px;
}
.download_brochur {
padding: 30px 25px 25px;
}
.single_service_cat {
margin-top: 30px;
}
.single_service_left_botom .sing_service_item {
margin-top: 30px;
}
.post_tags {
width: 100%;
}
.post_tags a {
margin-bottom: 5px;
display: inline-block;
}
.post_share .list-icons {
float: left;
margin-top: 20px;
margin-left: -10px;
}
.post_share.footer_socil {
width: 100%;
}
/* Checkout page */
.checkout_section .col-lg-6:nth-child(2) .custom-title {
margin-top: 59px;
}
.checkout_section .payment_mth {
padding-top: 52px;
}
/* Cart page */
.shop_cart_bottom .col-sm-12:nth-child(2) {
margin-bottom: 50px;
}
.shop_cart_bottom .col-sm-12:nth-child(1) {
margin-bottom: 45px;
margin-top: -8px;
}
.shop-page .product-section .col-sm-12 {
margin-bottom: 0px;
}
.shop-page .product-section {
margin-bottom: 0px;
padding-top: 112px;
}
}
/* Mobile Vertical Layout: 488px
===============================================================================*/
@media only screen and (min-width: 488px) and (max-width: 767px) {
.contact_wrp {
padding: 60px 60px;
}
.whychose_wrp {
padding-left: 40px;
padding-right: 40px;
}
.funfact_wapr .col-md-4.col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
}
.process-section .col-sm-12 {
flex: 0 0 50%;
max-width: 50%;
}
.team_wrp::after {
background-size: cover;
}
.shop-product-area .category, .tags {
margin-bottom: 5px;
}
}
/* Mobile Vertical Layout: 488px
===============================================================================*/
@media only screen and (min-width: 8px) and (max-width: 380px) {
.navigation .logo img {
margin-top: 98px !important;
width: 150px;
}
}
#review {
height: 200px;
display: block;
box-sizing: border-box;
width: 100%;
border-radius: 4px;
border: 1px solid rgb(12, 3, 3);
padding: 10px 15px;
}
.hideSelf {
display:none
}
.showSelf{
display: block
}
#prdName{
font-family: 'Karla', sans-serif;
margin-left:40px;
}
| 0.41739 | 0.08374 |
@font-face {
font-family: "feather";
src: url('../feather_icons/feather.eot?t=1525787366991'); /* IE9*/
src: url('../feather_icons/feather.eot?t=1525787366991#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../feather_icons/feather.woff?t=1525787366991') format('woff'), /* chrome, firefox */
url('../feather_icons/feather.ttf?t=1525787366991') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('../feather_icons/feather.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */
}
.feather {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'feather' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.feather-alert-octagon:before { content: "\e81b"; }
.feather-alert-circle:before { content: "\e81c"; }
.feather-activity:before { content: "\e81d"; }
.feather-alert-triangle:before { content: "\e81e"; }
.feather-align-center:before { content: "\e81f"; }
.feather-airplay:before { content: "\e820"; }
.feather-align-justify:before { content: "\e821"; }
.feather-align-left:before { content: "\e822"; }
.feather-align-right:before { content: "\e823"; }
.feather-arrow-down-left:before { content: "\e824"; }
.feather-arrow-down-right:before { content: "\e825"; }
.feather-anchor:before { content: "\e826"; }
.feather-aperture:before { content: "\e827"; }
.feather-arrow-left:before { content: "\e828"; }
.feather-arrow-right:before { content: "\e829"; }
.feather-arrow-down:before { content: "\e82a"; }
.feather-arrow-up-left:before { content: "\e82b"; }
.feather-arrow-up-right:before { content: "\e82c"; }
.feather-arrow-up:before { content: "\e82d"; }
.feather-award:before { content: "\e82e"; }
.feather-bar-chart:before { content: "\e82f"; }
.feather-at-sign:before { content: "\e830"; }
.feather-bar-chart-2:before { content: "\e831"; }
.feather-battery-charging:before { content: "\e832"; }
.feather-bell-off:before { content: "\e833"; }
.feather-battery:before { content: "\e834"; }
.feather-bluetooth:before { content: "\e835"; }
.feather-bell:before { content: "\e836"; }
.feather-book:before { content: "\e837"; }
.feather-briefcase:before { content: "\e838"; }
.feather-camera-off:before { content: "\e839"; }
.feather-calendar:before { content: "\e83a"; }
.feather-bookmark:before { content: "\e83b"; }
.feather-box:before { content: "\e83c"; }
.feather-camera:before { content: "\e83d"; }
.feather-check-circle:before { content: "\e83e"; }
.feather-check:before { content: "\e83f"; }
.feather-check-square:before { content: "\e840"; }
.feather-cast:before { content: "\e841"; }
.feather-chevron-down:before { content: "\e842"; }
.feather-chevron-left:before { content: "\e843"; }
.feather-chevron-right:before { content: "\e844"; }
.feather-chevron-up:before { content: "\e845"; }
.feather-chevrons-down:before { content: "\e846"; }
.feather-chevrons-right:before { content: "\e847"; }
.feather-chevrons-up:before { content: "\e848"; }
.feather-chevrons-left:before { content: "\e849"; }
.feather-circle:before { content: "\e84a"; }
.feather-clipboard:before { content: "\e84b"; }
.feather-chrome:before { content: "\e84c"; }
.feather-clock:before { content: "\e84d"; }
.feather-cloud-lightning:before { content: "\e84e"; }
.feather-cloud-drizzle:before { content: "\e84f"; }
.feather-cloud-rain:before { content: "\e850"; }
.feather-cloud-off:before { content: "\e851"; }
.feather-codepen:before { content: "\e852"; }
.feather-cloud-snow:before { content: "\e853"; }
.feather-compass:before { content: "\e854"; }
.feather-copy:before { content: "\e855"; }
.feather-corner-down-right:before { content: "\e856"; }
.feather-corner-down-left:before { content: "\e857"; }
.feather-corner-left-down:before { content: "\e858"; }
.feather-corner-left-up:before { content: "\e859"; }
.feather-corner-up-left:before { content: "\e85a"; }
.feather-corner-up-right:before { content: "\e85b"; }
.feather-corner-right-down:before { content: "\e85c"; }
.feather-corner-right-up:before { content: "\e85d"; }
.feather-cpu:before { content: "\e85e"; }
.feather-credit-card:before { content: "\e85f"; }
.feather-crosshair:before { content: "\e860"; }
.feather-disc:before { content: "\e861"; }
.feather-delete:before { content: "\e862"; }
.feather-download-cloud:before { content: "\e863"; }
.feather-download:before { content: "\e864"; }
.feather-droplet:before { content: "\e865"; }
.feather-edit-2:before { content: "\e866"; }
.feather-edit:before { content: "\e867"; }
.feather-edit-1:before { content: "\e868"; }
.feather-external-link:before { content: "\e869"; }
.feather-eye:before { content: "\e86a"; }
.feather-feather:before { content: "\e86b"; }
.feather-facebook:before { content: "\e86c"; }
.feather-file-minus:before { content: "\e86d"; }
.feather-eye-off:before { content: "\e86e"; }
.feather-fast-forward:before { content: "\e86f"; }
.feather-file-text:before { content: "\e870"; }
.feather-film:before { content: "\e871"; }
.feather-file:before { content: "\e872"; }
.feather-file-plus:before { content: "\e873"; }
.feather-folder:before { content: "\e874"; }
.feather-filter:before { content: "\e875"; }
.feather-flag:before { content: "\e876"; }
.feather-globe:before { content: "\e877"; }
.feather-grid:before { content: "\e878"; }
.feather-heart:before { content: "\e879"; }
.feather-home:before { content: "\e87a"; }
.feather-github:before { content: "\e87b"; }
.feather-image:before { content: "\e87c"; }
.feather-inbox:before { content: "\e87d"; }
.feather-layers:before { content: "\e87e"; }
.feather-info:before { content: "\e87f"; }
.feather-instagram:before { content: "\e880"; }
.feather-layout:before { content: "\e881"; }
.feather-link-2:before { content: "\e882"; }
.feather-life-buoy:before { content: "\e883"; }
.feather-link:before { content: "\e884"; }
.feather-log-in:before { content: "\e885"; }
.feather-list:before { content: "\e886"; }
.feather-lock:before { content: "\e887"; }
.feather-log-out:before { content: "\e888"; }
.feather-loader:before { content: "\e889"; }
.feather-mail:before { content: "\e88a"; }
.feather-maximize-2:before { content: "\e88b"; }
.feather-map:before { content: "\e88c"; }
.feather-map-pin:before { content: "\e88e"; }
.feather-menu:before { content: "\e88f"; }
.feather-message-circle:before { content: "\e890"; }
.feather-message-square:before { content: "\e891"; }
.feather-minimize-2:before { content: "\e892"; }
.feather-mic-off:before { content: "\e893"; }
.feather-minus-circle:before { content: "\e894"; }
.feather-mic:before { content: "\e895"; }
.feather-minus-square:before { content: "\e896"; }
.feather-minus:before { content: "\e897"; }
.feather-moon:before { content: "\e898"; }
.feather-monitor:before { content: "\e899"; }
.feather-more-vertical:before { content: "\e89a"; }
.feather-more-horizontal:before { content: "\e89b"; }
.feather-move:before { content: "\e89c"; }
.feather-music:before { content: "\e89d"; }
.feather-navigation-2:before { content: "\e89e"; }
.feather-navigation:before { content: "\e89f"; }
.feather-octagon:before { content: "\e8a0"; }
.feather-package:before { content: "\e8a1"; }
.feather-pause-circle:before { content: "\e8a2"; }
.feather-pause:before { content: "\e8a3"; }
.feather-percent:before { content: "\e8a4"; }
.feather-phone-call:before { content: "\e8a5"; }
.feather-phone-forwarded:before { content: "\e8a6"; }
.feather-phone-missed:before { content: "\e8a7"; }
.feather-phone-off:before { content: "\e8a8"; }
.feather-phone-incoming:before { content: "\e8a9"; }
.feather-phone:before { content: "\e8aa"; }
.feather-phone-outgoing:before { content: "\e8ab"; }
.feather-pie-chart:before { content: "\e8ac"; }
.feather-play-circle:before { content: "\e8ad"; }
.feather-play:before { content: "\e8ae"; }
.feather-plus-square:before { content: "\e8af"; }
.feather-plus-circle:before { content: "\e8b0"; }
.feather-plus:before { content: "\e8b1"; }
.feather-pocket:before { content: "\e8b2"; }
.feather-printer:before { content: "\e8b3"; }
.feather-power:before { content: "\e8b4"; }
.feather-radio:before { content: "\e8b5"; }
.feather-repeat:before { content: "\e8b6"; }
.feather-refresh-ccw:before { content: "\e8b7"; }
.feather-rewind:before { content: "\e8b8"; }
.feather-rotate-ccw:before { content: "\e8b9"; }
.feather-refresh-cw:before { content: "\e8ba"; }
.feather-rotate-cw:before { content: "\e8bb"; }
.feather-save:before { content: "\e8bc"; }
.feather-search:before { content: "\e8bd"; }
.feather-server:before { content: "\e8be"; }
.feather-scissors:before { content: "\e8bf"; }
.feather-share-2:before { content: "\e8c0"; }
.feather-share:before { content: "\e8c1"; }
.feather-shield:before { content: "\e8c2"; }
.feather-settings:before { content: "\e8c3"; }
.feather-skip-back:before { content: "\e8c4"; }
.feather-shuffle:before { content: "\e8c5"; }
.feather-sidebar:before { content: "\e8c6"; }
.feather-skip-forward:before { content: "\e8c7"; }
.feather-slack:before { content: "\e8c8"; }
.feather-slash:before { content: "\e8c9"; }
.feather-smartphone:before { content: "\e8ca"; }
.feather-square:before { content: "\e8cb"; }
.feather-speaker:before { content: "\e8cc"; }
.feather-star:before { content: "\e8cd"; }
.feather-stop-circle:before { content: "\e8ce"; }
.feather-sun:before { content: "\e8cf"; }
.feather-sunrise:before { content: "\e8d0"; }
.feather-tablet:before { content: "\e8d1"; }
.feather-tag:before { content: "\e8d2"; }
.feather-sunset:before { content: "\e8d3"; }
.feather-target:before { content: "\e8d4"; }
.feather-thermometer:before { content: "\e8d5"; }
.feather-thumbs-up:before { content: "\e8d6"; }
.feather-thumbs-down:before { content: "\e8d7"; }
.feather-toggle-left:before { content: "\e8d8"; }
.feather-toggle-right:before { content: "\e8d9"; }
.feather-trash-2:before { content: "\e8da"; }
.feather-trash:before { content: "\e8db"; }
.feather-trending-up:before { content: "\e8dc"; }
.feather-trending-down:before { content: "\e8dd"; }
.feather-triangle:before { content: "\e8de"; }
.feather-type:before { content: "\e8df"; }
.feather-twitter:before { content: "\e8e0"; }
.feather-upload:before { content: "\e8e1"; }
.feather-umbrella:before { content: "\e8e2"; }
.feather-upload-cloud:before { content: "\e8e3"; }
.feather-unlock:before { content: "\e8e4"; }
.feather-user-check:before { content: "\e8e5"; }
.feather-user-minus:before { content: "\e8e6"; }
.feather-user-plus:before { content: "\e8e7"; }
.feather-user-x:before { content: "\e8e8"; }
.feather-user:before { content: "\e8e9"; }
.feather-users:before { content: "\e8ea"; }
.feather-video-off:before { content: "\e8eb"; }
.feather-video:before { content: "\e8ec"; }
.feather-voicemail:before { content: "\e8ed"; }
.feather-volume-x:before { content: "\e8ee"; }
.feather-volume-2:before { content: "\e8ef"; }
.feather-volume-1:before { content: "\e8f0"; }
.feather-volume:before { content: "\e8f1"; }
.feather-watch:before { content: "\e8f2"; }
.feather-wifi:before { content: "\e8f3"; }
.feather-x-square:before { content: "\e8f4"; }
.feather-wind:before { content: "\e8f5"; }
.feather-x:before { content: "\e8f6"; }
.feather-x-circle:before { content: "\e8f7"; }
.feather-zap:before { content: "\e8f8"; }
.feather-zoom-in:before { content: "\e8f9"; }
.feather-zoom-out:before { content: "\e8fa"; }
.feather-command:before { content: "\e8fb"; }
.feather-cloud:before { content: "\e8fc"; }
.feather-hash:before { content: "\e8fd"; }
.feather-headphones:before { content: "\e8fe"; }
.feather-underline:before { content: "\e8ff"; }
.feather-italic:before { content: "\e900"; }
.feather-bold:before { content: "\e901"; }
.feather-crop:before { content: "\e902"; }
.feather-help-circle:before { content: "\e903"; }
.feather-paperclip:before { content: "\e904"; }
.feather-shopping-cart:before { content: "\e905"; }
.feather-tv:before { content: "\e906"; }
.feather-wifi-off:before { content: "\e907"; }
.feather-minimize:before { content: "\e88d"; }
.feather-maximize:before { content: "\e908"; }
.feather-gitlab:before { content: "\e909"; }
.feather-sliders:before { content: "\e90a"; }
.feather-star-on:before { content: "\e90b"; }
.feather-heart-on:before { content: "\e90c"; }
.feather-archive:before { content: "\e90d"; }
.feather-arrow-down-circle:before { content: "\e90e"; }
.feather-arrow-up-circle:before { content: "\e90f"; }
.feather-arrow-left-circle:before { content: "\e910"; }
.feather-arrow-right-circle:before { content: "\e911"; }
.feather-bar-chart-line-:before { content: "\e912"; }
.feather-bar-chart-line:before { content: "\e913"; }
.feather-book-open:before { content: "\e914"; }
.feather-code:before { content: "\e915"; }
.feather-database:before { content: "\e916"; }
.feather-dollar-sign:before { content: "\e917"; }
.feather-folder-plus:before { content: "\e918"; }
.feather-gift:before { content: "\e919"; }
.feather-folder-minus:before { content: "\e91a"; }
.feather-git-commit:before { content: "\e91b"; }
.feather-git-branch:before { content: "\e91c"; }
.feather-git-pull-request:before { content: "\e91d"; }
.feather-git-merge:before { content: "\e91e"; }
.feather-linkedin:before { content: "\e91f"; }
.feather-hard-drive:before { content: "\e920"; }
.feather-more-vertical-:before { content: "\e921"; }
.feather-more-horizontal-:before { content: "\e922"; }
.feather-rss:before { content: "\e923"; }
.feather-send:before { content: "\e924"; }
.feather-shield-off:before { content: "\e925"; }
.feather-shopping-bag:before { content: "\e926"; }
.feather-terminal:before { content: "\e927"; }
.feather-truck:before { content: "\e928"; }
.feather-zap-off:before { content: "\e929"; }
.feather-youtube:before { content: "\e92a"; }
|
dist/fonts/feather_icons/font-feather.css
|
@font-face {
font-family: "feather";
src: url('../feather_icons/feather.eot?t=1525787366991'); /* IE9*/
src: url('../feather_icons/feather.eot?t=1525787366991#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../feather_icons/feather.woff?t=1525787366991') format('woff'), /* chrome, firefox */
url('../feather_icons/feather.ttf?t=1525787366991') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('../feather_icons/feather.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */
}
.feather {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'feather' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.feather-alert-octagon:before { content: "\e81b"; }
.feather-alert-circle:before { content: "\e81c"; }
.feather-activity:before { content: "\e81d"; }
.feather-alert-triangle:before { content: "\e81e"; }
.feather-align-center:before { content: "\e81f"; }
.feather-airplay:before { content: "\e820"; }
.feather-align-justify:before { content: "\e821"; }
.feather-align-left:before { content: "\e822"; }
.feather-align-right:before { content: "\e823"; }
.feather-arrow-down-left:before { content: "\e824"; }
.feather-arrow-down-right:before { content: "\e825"; }
.feather-anchor:before { content: "\e826"; }
.feather-aperture:before { content: "\e827"; }
.feather-arrow-left:before { content: "\e828"; }
.feather-arrow-right:before { content: "\e829"; }
.feather-arrow-down:before { content: "\e82a"; }
.feather-arrow-up-left:before { content: "\e82b"; }
.feather-arrow-up-right:before { content: "\e82c"; }
.feather-arrow-up:before { content: "\e82d"; }
.feather-award:before { content: "\e82e"; }
.feather-bar-chart:before { content: "\e82f"; }
.feather-at-sign:before { content: "\e830"; }
.feather-bar-chart-2:before { content: "\e831"; }
.feather-battery-charging:before { content: "\e832"; }
.feather-bell-off:before { content: "\e833"; }
.feather-battery:before { content: "\e834"; }
.feather-bluetooth:before { content: "\e835"; }
.feather-bell:before { content: "\e836"; }
.feather-book:before { content: "\e837"; }
.feather-briefcase:before { content: "\e838"; }
.feather-camera-off:before { content: "\e839"; }
.feather-calendar:before { content: "\e83a"; }
.feather-bookmark:before { content: "\e83b"; }
.feather-box:before { content: "\e83c"; }
.feather-camera:before { content: "\e83d"; }
.feather-check-circle:before { content: "\e83e"; }
.feather-check:before { content: "\e83f"; }
.feather-check-square:before { content: "\e840"; }
.feather-cast:before { content: "\e841"; }
.feather-chevron-down:before { content: "\e842"; }
.feather-chevron-left:before { content: "\e843"; }
.feather-chevron-right:before { content: "\e844"; }
.feather-chevron-up:before { content: "\e845"; }
.feather-chevrons-down:before { content: "\e846"; }
.feather-chevrons-right:before { content: "\e847"; }
.feather-chevrons-up:before { content: "\e848"; }
.feather-chevrons-left:before { content: "\e849"; }
.feather-circle:before { content: "\e84a"; }
.feather-clipboard:before { content: "\e84b"; }
.feather-chrome:before { content: "\e84c"; }
.feather-clock:before { content: "\e84d"; }
.feather-cloud-lightning:before { content: "\e84e"; }
.feather-cloud-drizzle:before { content: "\e84f"; }
.feather-cloud-rain:before { content: "\e850"; }
.feather-cloud-off:before { content: "\e851"; }
.feather-codepen:before { content: "\e852"; }
.feather-cloud-snow:before { content: "\e853"; }
.feather-compass:before { content: "\e854"; }
.feather-copy:before { content: "\e855"; }
.feather-corner-down-right:before { content: "\e856"; }
.feather-corner-down-left:before { content: "\e857"; }
.feather-corner-left-down:before { content: "\e858"; }
.feather-corner-left-up:before { content: "\e859"; }
.feather-corner-up-left:before { content: "\e85a"; }
.feather-corner-up-right:before { content: "\e85b"; }
.feather-corner-right-down:before { content: "\e85c"; }
.feather-corner-right-up:before { content: "\e85d"; }
.feather-cpu:before { content: "\e85e"; }
.feather-credit-card:before { content: "\e85f"; }
.feather-crosshair:before { content: "\e860"; }
.feather-disc:before { content: "\e861"; }
.feather-delete:before { content: "\e862"; }
.feather-download-cloud:before { content: "\e863"; }
.feather-download:before { content: "\e864"; }
.feather-droplet:before { content: "\e865"; }
.feather-edit-2:before { content: "\e866"; }
.feather-edit:before { content: "\e867"; }
.feather-edit-1:before { content: "\e868"; }
.feather-external-link:before { content: "\e869"; }
.feather-eye:before { content: "\e86a"; }
.feather-feather:before { content: "\e86b"; }
.feather-facebook:before { content: "\e86c"; }
.feather-file-minus:before { content: "\e86d"; }
.feather-eye-off:before { content: "\e86e"; }
.feather-fast-forward:before { content: "\e86f"; }
.feather-file-text:before { content: "\e870"; }
.feather-film:before { content: "\e871"; }
.feather-file:before { content: "\e872"; }
.feather-file-plus:before { content: "\e873"; }
.feather-folder:before { content: "\e874"; }
.feather-filter:before { content: "\e875"; }
.feather-flag:before { content: "\e876"; }
.feather-globe:before { content: "\e877"; }
.feather-grid:before { content: "\e878"; }
.feather-heart:before { content: "\e879"; }
.feather-home:before { content: "\e87a"; }
.feather-github:before { content: "\e87b"; }
.feather-image:before { content: "\e87c"; }
.feather-inbox:before { content: "\e87d"; }
.feather-layers:before { content: "\e87e"; }
.feather-info:before { content: "\e87f"; }
.feather-instagram:before { content: "\e880"; }
.feather-layout:before { content: "\e881"; }
.feather-link-2:before { content: "\e882"; }
.feather-life-buoy:before { content: "\e883"; }
.feather-link:before { content: "\e884"; }
.feather-log-in:before { content: "\e885"; }
.feather-list:before { content: "\e886"; }
.feather-lock:before { content: "\e887"; }
.feather-log-out:before { content: "\e888"; }
.feather-loader:before { content: "\e889"; }
.feather-mail:before { content: "\e88a"; }
.feather-maximize-2:before { content: "\e88b"; }
.feather-map:before { content: "\e88c"; }
.feather-map-pin:before { content: "\e88e"; }
.feather-menu:before { content: "\e88f"; }
.feather-message-circle:before { content: "\e890"; }
.feather-message-square:before { content: "\e891"; }
.feather-minimize-2:before { content: "\e892"; }
.feather-mic-off:before { content: "\e893"; }
.feather-minus-circle:before { content: "\e894"; }
.feather-mic:before { content: "\e895"; }
.feather-minus-square:before { content: "\e896"; }
.feather-minus:before { content: "\e897"; }
.feather-moon:before { content: "\e898"; }
.feather-monitor:before { content: "\e899"; }
.feather-more-vertical:before { content: "\e89a"; }
.feather-more-horizontal:before { content: "\e89b"; }
.feather-move:before { content: "\e89c"; }
.feather-music:before { content: "\e89d"; }
.feather-navigation-2:before { content: "\e89e"; }
.feather-navigation:before { content: "\e89f"; }
.feather-octagon:before { content: "\e8a0"; }
.feather-package:before { content: "\e8a1"; }
.feather-pause-circle:before { content: "\e8a2"; }
.feather-pause:before { content: "\e8a3"; }
.feather-percent:before { content: "\e8a4"; }
.feather-phone-call:before { content: "\e8a5"; }
.feather-phone-forwarded:before { content: "\e8a6"; }
.feather-phone-missed:before { content: "\e8a7"; }
.feather-phone-off:before { content: "\e8a8"; }
.feather-phone-incoming:before { content: "\e8a9"; }
.feather-phone:before { content: "\e8aa"; }
.feather-phone-outgoing:before { content: "\e8ab"; }
.feather-pie-chart:before { content: "\e8ac"; }
.feather-play-circle:before { content: "\e8ad"; }
.feather-play:before { content: "\e8ae"; }
.feather-plus-square:before { content: "\e8af"; }
.feather-plus-circle:before { content: "\e8b0"; }
.feather-plus:before { content: "\e8b1"; }
.feather-pocket:before { content: "\e8b2"; }
.feather-printer:before { content: "\e8b3"; }
.feather-power:before { content: "\e8b4"; }
.feather-radio:before { content: "\e8b5"; }
.feather-repeat:before { content: "\e8b6"; }
.feather-refresh-ccw:before { content: "\e8b7"; }
.feather-rewind:before { content: "\e8b8"; }
.feather-rotate-ccw:before { content: "\e8b9"; }
.feather-refresh-cw:before { content: "\e8ba"; }
.feather-rotate-cw:before { content: "\e8bb"; }
.feather-save:before { content: "\e8bc"; }
.feather-search:before { content: "\e8bd"; }
.feather-server:before { content: "\e8be"; }
.feather-scissors:before { content: "\e8bf"; }
.feather-share-2:before { content: "\e8c0"; }
.feather-share:before { content: "\e8c1"; }
.feather-shield:before { content: "\e8c2"; }
.feather-settings:before { content: "\e8c3"; }
.feather-skip-back:before { content: "\e8c4"; }
.feather-shuffle:before { content: "\e8c5"; }
.feather-sidebar:before { content: "\e8c6"; }
.feather-skip-forward:before { content: "\e8c7"; }
.feather-slack:before { content: "\e8c8"; }
.feather-slash:before { content: "\e8c9"; }
.feather-smartphone:before { content: "\e8ca"; }
.feather-square:before { content: "\e8cb"; }
.feather-speaker:before { content: "\e8cc"; }
.feather-star:before { content: "\e8cd"; }
.feather-stop-circle:before { content: "\e8ce"; }
.feather-sun:before { content: "\e8cf"; }
.feather-sunrise:before { content: "\e8d0"; }
.feather-tablet:before { content: "\e8d1"; }
.feather-tag:before { content: "\e8d2"; }
.feather-sunset:before { content: "\e8d3"; }
.feather-target:before { content: "\e8d4"; }
.feather-thermometer:before { content: "\e8d5"; }
.feather-thumbs-up:before { content: "\e8d6"; }
.feather-thumbs-down:before { content: "\e8d7"; }
.feather-toggle-left:before { content: "\e8d8"; }
.feather-toggle-right:before { content: "\e8d9"; }
.feather-trash-2:before { content: "\e8da"; }
.feather-trash:before { content: "\e8db"; }
.feather-trending-up:before { content: "\e8dc"; }
.feather-trending-down:before { content: "\e8dd"; }
.feather-triangle:before { content: "\e8de"; }
.feather-type:before { content: "\e8df"; }
.feather-twitter:before { content: "\e8e0"; }
.feather-upload:before { content: "\e8e1"; }
.feather-umbrella:before { content: "\e8e2"; }
.feather-upload-cloud:before { content: "\e8e3"; }
.feather-unlock:before { content: "\e8e4"; }
.feather-user-check:before { content: "\e8e5"; }
.feather-user-minus:before { content: "\e8e6"; }
.feather-user-plus:before { content: "\e8e7"; }
.feather-user-x:before { content: "\e8e8"; }
.feather-user:before { content: "\e8e9"; }
.feather-users:before { content: "\e8ea"; }
.feather-video-off:before { content: "\e8eb"; }
.feather-video:before { content: "\e8ec"; }
.feather-voicemail:before { content: "\e8ed"; }
.feather-volume-x:before { content: "\e8ee"; }
.feather-volume-2:before { content: "\e8ef"; }
.feather-volume-1:before { content: "\e8f0"; }
.feather-volume:before { content: "\e8f1"; }
.feather-watch:before { content: "\e8f2"; }
.feather-wifi:before { content: "\e8f3"; }
.feather-x-square:before { content: "\e8f4"; }
.feather-wind:before { content: "\e8f5"; }
.feather-x:before { content: "\e8f6"; }
.feather-x-circle:before { content: "\e8f7"; }
.feather-zap:before { content: "\e8f8"; }
.feather-zoom-in:before { content: "\e8f9"; }
.feather-zoom-out:before { content: "\e8fa"; }
.feather-command:before { content: "\e8fb"; }
.feather-cloud:before { content: "\e8fc"; }
.feather-hash:before { content: "\e8fd"; }
.feather-headphones:before { content: "\e8fe"; }
.feather-underline:before { content: "\e8ff"; }
.feather-italic:before { content: "\e900"; }
.feather-bold:before { content: "\e901"; }
.feather-crop:before { content: "\e902"; }
.feather-help-circle:before { content: "\e903"; }
.feather-paperclip:before { content: "\e904"; }
.feather-shopping-cart:before { content: "\e905"; }
.feather-tv:before { content: "\e906"; }
.feather-wifi-off:before { content: "\e907"; }
.feather-minimize:before { content: "\e88d"; }
.feather-maximize:before { content: "\e908"; }
.feather-gitlab:before { content: "\e909"; }
.feather-sliders:before { content: "\e90a"; }
.feather-star-on:before { content: "\e90b"; }
.feather-heart-on:before { content: "\e90c"; }
.feather-archive:before { content: "\e90d"; }
.feather-arrow-down-circle:before { content: "\e90e"; }
.feather-arrow-up-circle:before { content: "\e90f"; }
.feather-arrow-left-circle:before { content: "\e910"; }
.feather-arrow-right-circle:before { content: "\e911"; }
.feather-bar-chart-line-:before { content: "\e912"; }
.feather-bar-chart-line:before { content: "\e913"; }
.feather-book-open:before { content: "\e914"; }
.feather-code:before { content: "\e915"; }
.feather-database:before { content: "\e916"; }
.feather-dollar-sign:before { content: "\e917"; }
.feather-folder-plus:before { content: "\e918"; }
.feather-gift:before { content: "\e919"; }
.feather-folder-minus:before { content: "\e91a"; }
.feather-git-commit:before { content: "\e91b"; }
.feather-git-branch:before { content: "\e91c"; }
.feather-git-pull-request:before { content: "\e91d"; }
.feather-git-merge:before { content: "\e91e"; }
.feather-linkedin:before { content: "\e91f"; }
.feather-hard-drive:before { content: "\e920"; }
.feather-more-vertical-:before { content: "\e921"; }
.feather-more-horizontal-:before { content: "\e922"; }
.feather-rss:before { content: "\e923"; }
.feather-send:before { content: "\e924"; }
.feather-shield-off:before { content: "\e925"; }
.feather-shopping-bag:before { content: "\e926"; }
.feather-terminal:before { content: "\e927"; }
.feather-truck:before { content: "\e928"; }
.feather-zap-off:before { content: "\e929"; }
.feather-youtube:before { content: "\e92a"; }
| 0.37399 | 0.198802 |
html {
height: 100%;
}
body {
margin: 0;
height: 100%;
background-image: url("images/background.JPG");
font-family: sans-serif;
font-size: 1.2vw;
animation: gradient 19s ease infinite;
background-size: 400% 400%;
background-attachment: fixed;
}
@keyframes gradient {
0%{
background-position: 0% 50%;
}
50%{
background-position: 100% 50%;
}
100%{
background-position: 0% 50%;
}
}
#navigation {
}
nav ul {
list-style-type: none;
overflow: hidden;
background-color: #222;
margin: 0;
padding: 0;
}
nav li {
float: left;
}
nav li a, .dropbtn {
display: inline-block;
padding: 8px 20px;
color: #333;
text-align: center;
text-decoration: none;
}
nav .active {
background-color: #3ABBFF;
color: #FFF;
}
nav li a:hover, .dropdown:hover .dropbtn {
background-color: #333;
color: #FFF;
}
li .dropdown {
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #222;
color: #333;
min-width: 160px;
box-shadow: 0px 5px 5px 0px #222;
z-index: 1;
}
.dropdown-content a {
padding: 8px 20px;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color:
}
.dropdown:hover .dropdown-content {
display: block;
}
#header {
background-color: #444;
color: #FFF;
padding: 5px;
text-align: bottom;
}
#btt {
display: none;
position: fixed;
bottom: 30px;
right: 10px;
z-index: 99;
border: none;
outline: none;
background-color: #333;
color: #FFF;
cursor: pointer;
padding: 20px 10px;
border-radius: 10px;
font-size: 80%;
}
#btt:hover {
background-color: #444;
}
#container {
width: 80%;
min-height: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
padding: 20px;
background-color: #333;
color: #FFF;
}
#box {
margin-bottom: 20px;
padding: 10px;
border-radius: 10px;
background-color: #555;
}
a {
color: #84FFFF;
}
#headerTable td {
width: 100%;
padding-right: 20px;
}
#infoTable tr td {
vertical-align: bottom;
}
img, iframe {
border-radius: 10px;
}
#profile {
width: 200px;
height: auto;
}
#pInfo {
padding-left: 20px;
}
#imgTable {
width: 100%;
margin: 0;
padding: 0;
}
#imgTable tr td img{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
#vertImg {
width: 25%;
height: auto;
display: block;
margin-left: auto;
margin-right:auto;
}
#horiImg {
width: 90%;
height: auto;
display: block;
margin-left: auto;
margin-right:auto;
}
#model {
width: 90%;
display: block;
margin-left: auto;
margin-right: auto;
}
h2 {
margin: 20px 0px 0px 0px;
}
#schedule, #tools {
table-layout: fixed;
width: 100%;
border: 2px solid black;
border-collapse: collapse;
}
#schedule th, #tools th {
border: 2px solid black;
padding: 10px;
background-color: #7C00FF;
}
#schedule td, #tools td {
border: 2px solid black;
padding: 10px;
background-color: #555;
}
#c1 {
width: 30%;
}
#footer {
position: fixed;
bottom: 0;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
background-color:#222;
color:white;
text-align:right;
font-size: 50%;
}
|
stylesheet.css
|
html {
height: 100%;
}
body {
margin: 0;
height: 100%;
background-image: url("images/background.JPG");
font-family: sans-serif;
font-size: 1.2vw;
animation: gradient 19s ease infinite;
background-size: 400% 400%;
background-attachment: fixed;
}
@keyframes gradient {
0%{
background-position: 0% 50%;
}
50%{
background-position: 100% 50%;
}
100%{
background-position: 0% 50%;
}
}
#navigation {
}
nav ul {
list-style-type: none;
overflow: hidden;
background-color: #222;
margin: 0;
padding: 0;
}
nav li {
float: left;
}
nav li a, .dropbtn {
display: inline-block;
padding: 8px 20px;
color: #333;
text-align: center;
text-decoration: none;
}
nav .active {
background-color: #3ABBFF;
color: #FFF;
}
nav li a:hover, .dropdown:hover .dropbtn {
background-color: #333;
color: #FFF;
}
li .dropdown {
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #222;
color: #333;
min-width: 160px;
box-shadow: 0px 5px 5px 0px #222;
z-index: 1;
}
.dropdown-content a {
padding: 8px 20px;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color:
}
.dropdown:hover .dropdown-content {
display: block;
}
#header {
background-color: #444;
color: #FFF;
padding: 5px;
text-align: bottom;
}
#btt {
display: none;
position: fixed;
bottom: 30px;
right: 10px;
z-index: 99;
border: none;
outline: none;
background-color: #333;
color: #FFF;
cursor: pointer;
padding: 20px 10px;
border-radius: 10px;
font-size: 80%;
}
#btt:hover {
background-color: #444;
}
#container {
width: 80%;
min-height: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
padding: 20px;
background-color: #333;
color: #FFF;
}
#box {
margin-bottom: 20px;
padding: 10px;
border-radius: 10px;
background-color: #555;
}
a {
color: #84FFFF;
}
#headerTable td {
width: 100%;
padding-right: 20px;
}
#infoTable tr td {
vertical-align: bottom;
}
img, iframe {
border-radius: 10px;
}
#profile {
width: 200px;
height: auto;
}
#pInfo {
padding-left: 20px;
}
#imgTable {
width: 100%;
margin: 0;
padding: 0;
}
#imgTable tr td img{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
#vertImg {
width: 25%;
height: auto;
display: block;
margin-left: auto;
margin-right:auto;
}
#horiImg {
width: 90%;
height: auto;
display: block;
margin-left: auto;
margin-right:auto;
}
#model {
width: 90%;
display: block;
margin-left: auto;
margin-right: auto;
}
h2 {
margin: 20px 0px 0px 0px;
}
#schedule, #tools {
table-layout: fixed;
width: 100%;
border: 2px solid black;
border-collapse: collapse;
}
#schedule th, #tools th {
border: 2px solid black;
padding: 10px;
background-color: #7C00FF;
}
#schedule td, #tools td {
border: 2px solid black;
padding: 10px;
background-color: #555;
}
#c1 {
width: 30%;
}
#footer {
position: fixed;
bottom: 0;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
background-color:#222;
color:white;
text-align:right;
font-size: 50%;
}
| 0.527803 | 0.07521 |
*********************************/
.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;}
/* Icon Fonts
*********************************/
/* Font-face Icons */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .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
*********************************/
.flexslider { margin: 0; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { display: block; position:relative; width: 45px; height: 45px; margin: -23px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); background:#000; background:rgba(0,0,0,0.6); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-align: center; vertical-align:middle; padding-top:12px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; text-decoration:none!important;}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; left: 10px; }
.flexslider.portfolio-slideshow:hover .flex-prev{ left:20px; }
.flexslider:hover .flex-next { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; right: 10px; }
.flexslider.portfolio-slideshow:hover .flex-next{ right:20px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:hover{ background:#63b2f5; text-decoration:none;}
.flex-direction-nav a:before { font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
color:#fff;
font-size:24px;
content: '\e891';
position:absolute;
left:50%;
margin-left:-3px;}
.flex-direction-nav a.flex-prev:before { content: '\e890'; margin-left:-6px;}
/* 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 { }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { }
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.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; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.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; transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; 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;}
}
|
webapps/nfs/rweb/assets/css/flexslider.css
|
*********************************/
.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;}
/* Icon Fonts
*********************************/
/* Font-face Icons */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .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
*********************************/
.flexslider { margin: 0; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { display: block; position:relative; width: 45px; height: 45px; margin: -23px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); background:#000; background:rgba(0,0,0,0.6); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-align: center; vertical-align:middle; padding-top:12px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; text-decoration:none!important;}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; left: 10px; }
.flexslider.portfolio-slideshow:hover .flex-prev{ left:20px; }
.flexslider:hover .flex-next { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; right: 10px; }
.flexslider.portfolio-slideshow:hover .flex-next{ right:20px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:hover{ background:#63b2f5; text-decoration:none;}
.flex-direction-nav a:before { font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
color:#fff;
font-size:24px;
content: '\e891';
position:absolute;
left:50%;
margin-left:-3px;}
.flex-direction-nav a.flex-prev:before { content: '\e890'; margin-left:-6px;}
/* 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 { }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { }
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.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; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.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; transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; 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;}
}
| 0.38318 | 0.051487 |
html {
font-size: 16px;
}
body {
font-family: "gilroy";
background-color: #F6F8FA;
}
.ScrollmateReturnArea {
border: 3px solid #175729;
background-color: #40c365;
}
.ScrollmateTriggerArea {
color: #a12b2f;
background-color: #fc4349;
}
.spacerDark {
background-color: #f27d19;
}
.spacerLight {
background-color: #fecb57;
}
h1 {
color: rgba(0, 0, 0, 0.325);
font-weight: 900;
margin: 0;
text-transform: uppercase;
}
.ScrollmateTrigger {
border: 5px solid #141414;
transition: all 250ms ease;
}
.ScrollmateTrigger:hover {
border: 5px solid #f8f8f8;
transition: all 250ms ease;
}
.spacingLogo {
padding-top: 25vh;
}
.button {
border-radius: 3px;
color: rgba(0, 0, 0, 0.75);
display: inline-block;
cursor: pointer;
font-size: 85%;
font-weight: 900;
padding: 0.75rem 1.25rem;
text-decoration: none;
text-transform: uppercase;
border: 3px solid #175729;
background-color: #40c365;
}
.button:hover,
.button:focus {
border: 3px solid #f8f8f8;
background-color: #141414;
color: #f8f8f8;
}
.STAT {
transition: all 350ms ease;
stroke-dasharray: 460;
stroke-dashoffset:0;
animation: notthesamenamenow 2s infinite linear forwards;
-moz-animation: notthesamenamenow 2s linear forwards;
-webkit-animation: notthesamenamenow 2s linear forwards;
-o-animation: notthesamenamenow 2s linear forwards;
}
/* BELOW: original css... IT WAS REMOVED TO FIX ERROR THOUGH...*/
/* @-webkit-keyframes notthesamenamenow { */
/* from { stroke-dashoffset: 460; } */
/* to { stroke-dashoffset: 0 ;} */
/* } */
/* BELOW: updated css */
@keyframes notthesamenamenow {
from { stroke-dashoffset: 460; }
to { stroke-dashoffset: 0;}
}
#scrollmateBackground:hover {
fill: #F6F8FA;
stroke: #F6F8FA;
}
section {
align-items: center;
background-color: #35cc5f;
border-radius: 3px;
display: flex;
min-height: 5vh;
justify-content: center;
flex-direction: column;
margin: 1rem;
padding: 2rem;
}
section div {
max-width: 42rem;
text-align: center;
}
@media (min-width: 600px) {
h1 {
font-size: 250%;
}
}
h1 em {
color: #000;
}
p,
ul,
ol {
color: rgba(0, 0, 0, 0.375);
font-size: 125%;
}
p:last-child {
margin-bottom: 0;
}
ul,
ol {
padding-left: 0;
text-align: left;
}
pre,
code {
background-color: rgba(255, 255, 255, 0.25);
color: #141414;
padding: 2px 4px;
}
pre code {
background-color: transparent;
}
a {
color: inherit;
}
pre {
text-align: left;
}
.websiteLink:hover path,
.websiteLink:focus path {
fill: rgba(0, 0, 0, 0.325);
}
.spacerLight h2 {
display: none;
}
|
scrollmatestyles.css
|
html {
font-size: 16px;
}
body {
font-family: "gilroy";
background-color: #F6F8FA;
}
.ScrollmateReturnArea {
border: 3px solid #175729;
background-color: #40c365;
}
.ScrollmateTriggerArea {
color: #a12b2f;
background-color: #fc4349;
}
.spacerDark {
background-color: #f27d19;
}
.spacerLight {
background-color: #fecb57;
}
h1 {
color: rgba(0, 0, 0, 0.325);
font-weight: 900;
margin: 0;
text-transform: uppercase;
}
.ScrollmateTrigger {
border: 5px solid #141414;
transition: all 250ms ease;
}
.ScrollmateTrigger:hover {
border: 5px solid #f8f8f8;
transition: all 250ms ease;
}
.spacingLogo {
padding-top: 25vh;
}
.button {
border-radius: 3px;
color: rgba(0, 0, 0, 0.75);
display: inline-block;
cursor: pointer;
font-size: 85%;
font-weight: 900;
padding: 0.75rem 1.25rem;
text-decoration: none;
text-transform: uppercase;
border: 3px solid #175729;
background-color: #40c365;
}
.button:hover,
.button:focus {
border: 3px solid #f8f8f8;
background-color: #141414;
color: #f8f8f8;
}
.STAT {
transition: all 350ms ease;
stroke-dasharray: 460;
stroke-dashoffset:0;
animation: notthesamenamenow 2s infinite linear forwards;
-moz-animation: notthesamenamenow 2s linear forwards;
-webkit-animation: notthesamenamenow 2s linear forwards;
-o-animation: notthesamenamenow 2s linear forwards;
}
/* BELOW: original css... IT WAS REMOVED TO FIX ERROR THOUGH...*/
/* @-webkit-keyframes notthesamenamenow { */
/* from { stroke-dashoffset: 460; } */
/* to { stroke-dashoffset: 0 ;} */
/* } */
/* BELOW: updated css */
@keyframes notthesamenamenow {
from { stroke-dashoffset: 460; }
to { stroke-dashoffset: 0;}
}
#scrollmateBackground:hover {
fill: #F6F8FA;
stroke: #F6F8FA;
}
section {
align-items: center;
background-color: #35cc5f;
border-radius: 3px;
display: flex;
min-height: 5vh;
justify-content: center;
flex-direction: column;
margin: 1rem;
padding: 2rem;
}
section div {
max-width: 42rem;
text-align: center;
}
@media (min-width: 600px) {
h1 {
font-size: 250%;
}
}
h1 em {
color: #000;
}
p,
ul,
ol {
color: rgba(0, 0, 0, 0.375);
font-size: 125%;
}
p:last-child {
margin-bottom: 0;
}
ul,
ol {
padding-left: 0;
text-align: left;
}
pre,
code {
background-color: rgba(255, 255, 255, 0.25);
color: #141414;
padding: 2px 4px;
}
pre code {
background-color: transparent;
}
a {
color: inherit;
}
pre {
text-align: left;
}
.websiteLink:hover path,
.websiteLink:focus path {
fill: rgba(0, 0, 0, 0.325);
}
.spacerLight h2 {
display: none;
}
| 0.394901 | 0.0686 |
@font-face {
font-family: 'Poppins-Medium';
src: url(./fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Poppins-Regular';
src: url(./fonts/Poppins-Medium.ttf) format('truetype');
}
html {
height: 100vh;
padding: 0;
}
body,
.login,
.signup,
.chats {
font-family: 'Poppins-Regular';
background-color: #f5f5f5;
color: #354b45;
padding: 0;
margin: 0;
height: 100vh;
margin: 0;
}
/* navbar */
#tinyNav {
background-color: #f3eada;
}
#small-navbar {
justify-content: space-evenly;
}
.toggle-icon {
margin-right: 20px;
}
.scan-selected {
background-color: #424242;
}
.sideNavContainer {
background: #254d4c;
width: 100%;
height: 80px;
display: flex;
justify-content: flex-start;
align-items: center;
color: #e1e9e7;
}
.navLink {
margin-left: 2rem;
font-size: 2rem;
height: 80px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.linkNavigation {
display: flex;
color: #e1e9fc;
justify-content: space-between;
align-items: center;
padding: 20px;
list-style: none;
height: 60px;
text-decoration: none;
font-size: 18px;
}
.linkNavigation:hover {
background: #65837b;
cursor: pointer;
}
.navDropDown {
background: #254d4c;
height: 60px;
padding-left: 3rem;
display: flex;
align-items: center;
text-decoration: none;
color: #e1e9fc;
font-size: 18px;
}
.navDropDown:hover {
background: #65837b;
cursor: pointer;
}
.navTexts {
margin-left: 16px;
}
.nav-title {
flex-grow: 2;
}
.sideNav-title {
color: #e1e9fc;
}
.sidebarwrap {
width: 100%;
}
.productNavBar {
background: #254d4c;
height: 80px;
display: flex;
justify-content: start;
align-items: center;
}
#navHeader {
color: #e7fff8;
font-family: 'Poppins-Regular';
display: flex;
text-align: center;
margin: 0 auto;
}
.navbar {
background: #254d4c;
height: 80px;
display: flex;
justify-content: start;
align-items: center;
}
.menu-bars {
margin-left: 2rem;
font-size: 2rem;
background: none;
}
.nav-menu {
background: #254d4c;
width: 250px;
height: 100vh;
display: flex;
justify-content: center;
position: fixed;
top: 0;
left: -100%;
transition: 850ms;
}
.nav-menu.active {
left: 0;
transition: 350ms;
}
.nav-text {
display: flex;
justify-content: start;
align-items: center;
padding: 8px 0px 8px 16px;
list-style: none;
height: 60px;
}
.nav-text a {
background: #254d4c;
text-decoration: none;
height: 100%;
display: flex;
color: #e7fff8;
font-size: 18px;
width: 95%;
height: 100%;
align-items: center;
padding: 0 16px;
border-radius: 4px;
cursor: pointer;
}
span {
margin-left: 16px;
}
.navLink,
.label {
margin-left: 0px;
color: #254d4c;
font-family: 'Poppins-Medium';
}
.prod-nav-link {
color: #e1e9fc;
}
.prod-nav-link:hover,
.add-product:hover a,
.novel-logo:hover {
color: #65837b;
}
.novel-logo {
color: #e1e9fc;
}
.navbar-collapse {
justify-content: flex-end;
}
.navbar-signin {
justify-content: flex-start;
}
.logo {
width: 100px;
}
.card-horizontal {
flex: 1 1 auto;
display: block;
text-align: center;
}
.form-group {
align-content: center;
text-align: center;
text-align-last: center;
}
.card-img {
width: 300px;
height: 430px;
margin-top: 3px;
}
#edit-container,
#profile-container,
#fav-container {
background-color: #65837b;
}
.buttons {
padding-right: 80px;
align-items: center;
}
#edit_prof,
#edit_pic {
color: #e7fff8;
}
.btn-circle.btn-xl:hover,
.btn-primary:hover,
#edit_prof:hover,
#edit_pic:hover {
background-color: #254d4c;
color: white;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
margin: 1em;
}
#novelgraphic {
position: relative;
width: 100%;
height: 100%;
display: block;
}
.btn-circle.btn-xl {
width: 90px;
height: 90px;
padding: 10px 16px;
border-radius: 50px;
font-size: 12px;
text-align: center;
border-color: #e7fff8;
background-color: #00a988;
color: #e7fff8;
}
#signup {
top: 10em;
left: 4em;
position: absolute;
z-index: 1;
}
#login {
top: 10em;
right: 4em;
position: absolute;
z-index: 1;
}
/* this helps with border-box sizing with google maps */
.selector-for-some-widget {
box-sizing: content-box;
}
/* footer */
.footer {
background-color: #354b45;
color: #71a093;
}
.footer-text {
margin-bottom: 0;
}
.socialMedia {
text-align: left;
}
.footerIcon {
font-size: 2rem;
height: 30px;
}
.social {
padding-top: 20px;
}
.createdBy {
text-align: center;
justify-content: center;
}
/* all chats */
.direct-chat-img {
width: 3rem;
height: 3rem;
}
strong {
color: #007bff;
}
.allChat {
background: #fff;
}
.chatContainer {
display: flex;
flex-direction: column;
justify-content: center;
}
#messageTextarea {
margin: 10px;
}
#chat-message {
border-color: #00a988;
padding: 6;
margin: 3;
width: 350px;
}
.direct-chat-text {
word-break: break-word;
overflow-wrap: break-word;
}
.wrapper {
overflow: auto;
}
.text-small {
font-size: 0.9rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.messages-box {
border: #254d4c solid 2px;
}
.chatText {
display: flex;
align-self: center;
}
/* nav-bar */
.nav-text-colors {
background-color: #e7fff8;
}
.nav-text {
color: #e7fff8;
z-index: 1;
}
.loading-img-fluid {
display: block;
max-width: 90%;
height: auto;
}
.select-availability,
.bi {
cursor: pointer;
}
.select-dropdown {
cursor: pointer;
}
.profile-image-edit {
padding-top: 20px;
justify-content: center;
align-items: center;
}
.drawingBuffer {
position: absolute;
top: 0;
left: 0;
}
.singleProductImage {
height: 450px;
width: 300px;
}
.arrow,
.delete-chat,
.fav-btn {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
z-index: 0;
}
.location-label {
text-align: center;
}
.arrow:disabled {
visibility: hidden;
}
.bi-caret-left,
.bi-caret-right {
font-size: 50px;
}
.rec.rec-dot_active,
button.rec-dot:hover,
button.rec-dot:active,
button.rec-dot:focus {
background-color: #82a59d;
box-shadow: #254d4c 0px 0px 1px 3px;
}
/* mobile styling */
@media only screen and (max-device-width: 480px) {
#signup {
top: 6em;
left: 1em;
position: absolute;
z-index: 1;
}
#login {
top: 6em;
right: 1em;
position: absolute;
z-index: 1;
}
.productNavBar {
background: #254d4c;
font-size: smaller;
height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
}
}
.main-content {
color: #e1e9fc;
}
.edit-profile {
color: #e1e9fc;
}
|
public/style.css
|
@font-face {
font-family: 'Poppins-Medium';
src: url(./fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Poppins-Regular';
src: url(./fonts/Poppins-Medium.ttf) format('truetype');
}
html {
height: 100vh;
padding: 0;
}
body,
.login,
.signup,
.chats {
font-family: 'Poppins-Regular';
background-color: #f5f5f5;
color: #354b45;
padding: 0;
margin: 0;
height: 100vh;
margin: 0;
}
/* navbar */
#tinyNav {
background-color: #f3eada;
}
#small-navbar {
justify-content: space-evenly;
}
.toggle-icon {
margin-right: 20px;
}
.scan-selected {
background-color: #424242;
}
.sideNavContainer {
background: #254d4c;
width: 100%;
height: 80px;
display: flex;
justify-content: flex-start;
align-items: center;
color: #e1e9e7;
}
.navLink {
margin-left: 2rem;
font-size: 2rem;
height: 80px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.linkNavigation {
display: flex;
color: #e1e9fc;
justify-content: space-between;
align-items: center;
padding: 20px;
list-style: none;
height: 60px;
text-decoration: none;
font-size: 18px;
}
.linkNavigation:hover {
background: #65837b;
cursor: pointer;
}
.navDropDown {
background: #254d4c;
height: 60px;
padding-left: 3rem;
display: flex;
align-items: center;
text-decoration: none;
color: #e1e9fc;
font-size: 18px;
}
.navDropDown:hover {
background: #65837b;
cursor: pointer;
}
.navTexts {
margin-left: 16px;
}
.nav-title {
flex-grow: 2;
}
.sideNav-title {
color: #e1e9fc;
}
.sidebarwrap {
width: 100%;
}
.productNavBar {
background: #254d4c;
height: 80px;
display: flex;
justify-content: start;
align-items: center;
}
#navHeader {
color: #e7fff8;
font-family: 'Poppins-Regular';
display: flex;
text-align: center;
margin: 0 auto;
}
.navbar {
background: #254d4c;
height: 80px;
display: flex;
justify-content: start;
align-items: center;
}
.menu-bars {
margin-left: 2rem;
font-size: 2rem;
background: none;
}
.nav-menu {
background: #254d4c;
width: 250px;
height: 100vh;
display: flex;
justify-content: center;
position: fixed;
top: 0;
left: -100%;
transition: 850ms;
}
.nav-menu.active {
left: 0;
transition: 350ms;
}
.nav-text {
display: flex;
justify-content: start;
align-items: center;
padding: 8px 0px 8px 16px;
list-style: none;
height: 60px;
}
.nav-text a {
background: #254d4c;
text-decoration: none;
height: 100%;
display: flex;
color: #e7fff8;
font-size: 18px;
width: 95%;
height: 100%;
align-items: center;
padding: 0 16px;
border-radius: 4px;
cursor: pointer;
}
span {
margin-left: 16px;
}
.navLink,
.label {
margin-left: 0px;
color: #254d4c;
font-family: 'Poppins-Medium';
}
.prod-nav-link {
color: #e1e9fc;
}
.prod-nav-link:hover,
.add-product:hover a,
.novel-logo:hover {
color: #65837b;
}
.novel-logo {
color: #e1e9fc;
}
.navbar-collapse {
justify-content: flex-end;
}
.navbar-signin {
justify-content: flex-start;
}
.logo {
width: 100px;
}
.card-horizontal {
flex: 1 1 auto;
display: block;
text-align: center;
}
.form-group {
align-content: center;
text-align: center;
text-align-last: center;
}
.card-img {
width: 300px;
height: 430px;
margin-top: 3px;
}
#edit-container,
#profile-container,
#fav-container {
background-color: #65837b;
}
.buttons {
padding-right: 80px;
align-items: center;
}
#edit_prof,
#edit_pic {
color: #e7fff8;
}
.btn-circle.btn-xl:hover,
.btn-primary:hover,
#edit_prof:hover,
#edit_pic:hover {
background-color: #254d4c;
color: white;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
margin: 1em;
}
#novelgraphic {
position: relative;
width: 100%;
height: 100%;
display: block;
}
.btn-circle.btn-xl {
width: 90px;
height: 90px;
padding: 10px 16px;
border-radius: 50px;
font-size: 12px;
text-align: center;
border-color: #e7fff8;
background-color: #00a988;
color: #e7fff8;
}
#signup {
top: 10em;
left: 4em;
position: absolute;
z-index: 1;
}
#login {
top: 10em;
right: 4em;
position: absolute;
z-index: 1;
}
/* this helps with border-box sizing with google maps */
.selector-for-some-widget {
box-sizing: content-box;
}
/* footer */
.footer {
background-color: #354b45;
color: #71a093;
}
.footer-text {
margin-bottom: 0;
}
.socialMedia {
text-align: left;
}
.footerIcon {
font-size: 2rem;
height: 30px;
}
.social {
padding-top: 20px;
}
.createdBy {
text-align: center;
justify-content: center;
}
/* all chats */
.direct-chat-img {
width: 3rem;
height: 3rem;
}
strong {
color: #007bff;
}
.allChat {
background: #fff;
}
.chatContainer {
display: flex;
flex-direction: column;
justify-content: center;
}
#messageTextarea {
margin: 10px;
}
#chat-message {
border-color: #00a988;
padding: 6;
margin: 3;
width: 350px;
}
.direct-chat-text {
word-break: break-word;
overflow-wrap: break-word;
}
.wrapper {
overflow: auto;
}
.text-small {
font-size: 0.9rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.messages-box {
border: #254d4c solid 2px;
}
.chatText {
display: flex;
align-self: center;
}
/* nav-bar */
.nav-text-colors {
background-color: #e7fff8;
}
.nav-text {
color: #e7fff8;
z-index: 1;
}
.loading-img-fluid {
display: block;
max-width: 90%;
height: auto;
}
.select-availability,
.bi {
cursor: pointer;
}
.select-dropdown {
cursor: pointer;
}
.profile-image-edit {
padding-top: 20px;
justify-content: center;
align-items: center;
}
.drawingBuffer {
position: absolute;
top: 0;
left: 0;
}
.singleProductImage {
height: 450px;
width: 300px;
}
.arrow,
.delete-chat,
.fav-btn {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
z-index: 0;
}
.location-label {
text-align: center;
}
.arrow:disabled {
visibility: hidden;
}
.bi-caret-left,
.bi-caret-right {
font-size: 50px;
}
.rec.rec-dot_active,
button.rec-dot:hover,
button.rec-dot:active,
button.rec-dot:focus {
background-color: #82a59d;
box-shadow: #254d4c 0px 0px 1px 3px;
}
/* mobile styling */
@media only screen and (max-device-width: 480px) {
#signup {
top: 6em;
left: 1em;
position: absolute;
z-index: 1;
}
#login {
top: 6em;
right: 1em;
position: absolute;
z-index: 1;
}
.productNavBar {
background: #254d4c;
font-size: smaller;
height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
}
}
.main-content {
color: #e1e9fc;
}
.edit-profile {
color: #e1e9fc;
}
| 0.319227 | 0.055978 |
* lifted from craft-help from the super smart devs over at 70kft https://github.com/70kft/craft-help
*/
/*
#user-manual {
font-size: 15px;
line-height: 1.5;
}
@media only screen and (min-width: 1300px) {
#user-manual {
margin-right: 194px;
}
}
@media only screen and (min-width: 1300px) {
body.rtl #user-manual {
margin-right: 0px;
margin-left: 194px;
}
}
#user-manual .text-center {
text-align: center;
}
#user-manual .text-left {
text-align: left;
}
#user-manual .text-right {
text-align: right;
}
#user-manual h1 {
color: #29323d;
font-size: 2.5em;
}
#user-manual h2 {
color: #da5a47;
font-size: 1.5em;
font-weight: bold;
margin-top: 28px;
}
#user-manual h3 {
color: #29323d;
font-size: 1.5em;
font-weight: normal;
margin-top: 28px;
}
#user-manual h4 {
margin-top: 28px;
}
#user-manual img {
max-width: 100%;
height: auto;
}
#user-manual figure figcaption {
font-size: 0.8em;
font-style: italic;
text-align: center;
}
#user-manual ul,
#user-manual ol {
margin: 1em 0 1em 30px;
padding: 0;
list-style-type: disc;
}
#user-manual ol {
list-style-type: decimal;
}
#user-manual ul li,
#user-manual ol li {
margin-bottom: 0.25em;
}
#user-manual ol ol,
#user-manual ol ol {
margin: 0 0 0.25em 30px;
}
#user-manual blockquote {
background: hsl(212, 2%, 97%);
-webkit-box-shadow: inset 0px 0px 3em rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 0px 3em rgba(0, 0, 0, 0.1);
font-size: 1.2em;
padding: 2em;
}
#user-manual table {
border: solid 1px rgb(227, 227, 227);
border-collapse: collapse;
font-size: 14px;
margin-bottom: 1em;
width: 100%;
}
#user-manual table th,
table td {
font-size: 14px;
padding: 0.5em 1em;
}
#user-manual table th {
font-weight: bold;
}
#user-manual table thead {
background-image: -webkit-linear-gradient(#f7f7f8, #f4f5f6);
background-image: -moz-linear-gradient(#f7f7f8, #f4f5f6);
background-image: -ms-linear-gradient(#f7f7f8, #f4f5f6);
background-image: -o-linear-gradient(#f7f7f8, #f4f5f6);
background-image: linear-gradient(#f7f7f8, #f4f5f6);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}
#user-manual table thead th,
table thead td {
border-bottom: solid 1px rgb(227, 227, 227);
font-size: 14px;
}
#user-manual table tbody th,
table tbody td {
border: solid 1px rgb(227, 227, 227);
}
#user-manual pre,
#user-manual code {
margin: 0.5em 0;
border: 1px solid hsl(212, 2%, 90%);
padding: 14px;
word-wrap: normal;
overflow: auto;
font-family: 'Source Code Pro', 'Menlo', monospace;
}
#user-manual pre .token,
#user-manual code .token {
display: inherit;
border: inherit;
border-radius: inherit;
padding: 0;
font-size: inherit;
line-height: inherit;
text-shadow: inherit;
background: inherit;
}
#user-manual pre,
#user-manual code {
color: #657b83;
background: hsl(212, 2%, 97%);
}
#user-manual :not(pre) > code {
padding: 2px 4px;
}
*/
.user-manual .sidebar nav li ul {
display: block !important;
}
|
src/assetbundles/usermanual/dist/css/UserManual.css
|
* lifted from craft-help from the super smart devs over at 70kft https://github.com/70kft/craft-help
*/
/*
#user-manual {
font-size: 15px;
line-height: 1.5;
}
@media only screen and (min-width: 1300px) {
#user-manual {
margin-right: 194px;
}
}
@media only screen and (min-width: 1300px) {
body.rtl #user-manual {
margin-right: 0px;
margin-left: 194px;
}
}
#user-manual .text-center {
text-align: center;
}
#user-manual .text-left {
text-align: left;
}
#user-manual .text-right {
text-align: right;
}
#user-manual h1 {
color: #29323d;
font-size: 2.5em;
}
#user-manual h2 {
color: #da5a47;
font-size: 1.5em;
font-weight: bold;
margin-top: 28px;
}
#user-manual h3 {
color: #29323d;
font-size: 1.5em;
font-weight: normal;
margin-top: 28px;
}
#user-manual h4 {
margin-top: 28px;
}
#user-manual img {
max-width: 100%;
height: auto;
}
#user-manual figure figcaption {
font-size: 0.8em;
font-style: italic;
text-align: center;
}
#user-manual ul,
#user-manual ol {
margin: 1em 0 1em 30px;
padding: 0;
list-style-type: disc;
}
#user-manual ol {
list-style-type: decimal;
}
#user-manual ul li,
#user-manual ol li {
margin-bottom: 0.25em;
}
#user-manual ol ol,
#user-manual ol ol {
margin: 0 0 0.25em 30px;
}
#user-manual blockquote {
background: hsl(212, 2%, 97%);
-webkit-box-shadow: inset 0px 0px 3em rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 0px 3em rgba(0, 0, 0, 0.1);
font-size: 1.2em;
padding: 2em;
}
#user-manual table {
border: solid 1px rgb(227, 227, 227);
border-collapse: collapse;
font-size: 14px;
margin-bottom: 1em;
width: 100%;
}
#user-manual table th,
table td {
font-size: 14px;
padding: 0.5em 1em;
}
#user-manual table th {
font-weight: bold;
}
#user-manual table thead {
background-image: -webkit-linear-gradient(#f7f7f8, #f4f5f6);
background-image: -moz-linear-gradient(#f7f7f8, #f4f5f6);
background-image: -ms-linear-gradient(#f7f7f8, #f4f5f6);
background-image: -o-linear-gradient(#f7f7f8, #f4f5f6);
background-image: linear-gradient(#f7f7f8, #f4f5f6);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}
#user-manual table thead th,
table thead td {
border-bottom: solid 1px rgb(227, 227, 227);
font-size: 14px;
}
#user-manual table tbody th,
table tbody td {
border: solid 1px rgb(227, 227, 227);
}
#user-manual pre,
#user-manual code {
margin: 0.5em 0;
border: 1px solid hsl(212, 2%, 90%);
padding: 14px;
word-wrap: normal;
overflow: auto;
font-family: 'Source Code Pro', 'Menlo', monospace;
}
#user-manual pre .token,
#user-manual code .token {
display: inherit;
border: inherit;
border-radius: inherit;
padding: 0;
font-size: inherit;
line-height: inherit;
text-shadow: inherit;
background: inherit;
}
#user-manual pre,
#user-manual code {
color: #657b83;
background: hsl(212, 2%, 97%);
}
#user-manual :not(pre) > code {
padding: 2px 4px;
}
*/
.user-manual .sidebar nav li ul {
display: block !important;
}
| 0.403332 | 0.097347 |
body
{
}
body,input,textarea,select
{
font-size: 11pt;
}
/*********************************************************************************/
/* Header */
/*********************************************************************************/
#header
{
position: relative;
padding: 5em 0em;
text-align: center;
}
.homepage #header
{
padding: 15em 0em;
}
#header .container
{
}
/*********************************************************************************/
/* Logo */
/*********************************************************************************/
#logo
{
margin-bottom: 3em;
}
#logo h1
{
color: #FFFF00;
}
#logo h1 a
{
display: block;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
font-size: 5em;
font-weight: 900;
color: #FFF;
}
#logo span
{
display: block;
padding-top: 1em;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 1.2em;
color: rgba(255,255,255,.5);
}
/*********************************************************************************/
/* Nav */
/*********************************************************************************/
#nav
{
}
#nav > ul > li
{
display: inline-block;
}
#nav > ul > li:last-child
{
padding-right: 0;
}
#nav > ul > li > a,
#nav > ul > li > span
{
display: block;
padding: 1em 1.5em;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
font-weight: 200;
font-size: 1em;
outline: 0;
color: rgba(255,255,255,.7);
}
#nav > ul > li > a:hover
{
color: #FFF;
}
#nav li.active a
{
background: none;
border-radius: 40px;
border: 2px solid;
border-color: rgba(255,255,255,.8);
color: #FFF;
}
#nav > ul > li > ul
{
display: none;
}
/*********************************************************************************/
/* Main */
/*********************************************************************************/
#main
{
padding: 6em 0em 4em 0em;
}
#content
{
}
#content header
{
margin-bottom: 2em;
}
#content header h2
{
font-size: 3em;
}
#content header .byline
{
font-size: 1.40em;
}
#sidebar h2
{
display: block;
padding-bottom: 2em;
font-size: 1.4em;
}
/*********************************************************************************/
/* Featured */
/*********************************************************************************/
#featured
{
padding: 6em 0em;
}
/*********************************************************************************/
/* Footer */
/*********************************************************************************/
#footer
{
position: relative;
padding: 6em 0em;
}
#footer h2
{
padding-bottom: 2em;
font-size: 1.4em;
}
/*********************************************************************************/
/* Copyright */
/*********************************************************************************/
#copyright
{
padding: 3em 0em;
}
|
css/style-desktop.css
|
body
{
}
body,input,textarea,select
{
font-size: 11pt;
}
/*********************************************************************************/
/* Header */
/*********************************************************************************/
#header
{
position: relative;
padding: 5em 0em;
text-align: center;
}
.homepage #header
{
padding: 15em 0em;
}
#header .container
{
}
/*********************************************************************************/
/* Logo */
/*********************************************************************************/
#logo
{
margin-bottom: 3em;
}
#logo h1
{
color: #FFFF00;
}
#logo h1 a
{
display: block;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
font-size: 5em;
font-weight: 900;
color: #FFF;
}
#logo span
{
display: block;
padding-top: 1em;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 1.2em;
color: rgba(255,255,255,.5);
}
/*********************************************************************************/
/* Nav */
/*********************************************************************************/
#nav
{
}
#nav > ul > li
{
display: inline-block;
}
#nav > ul > li:last-child
{
padding-right: 0;
}
#nav > ul > li > a,
#nav > ul > li > span
{
display: block;
padding: 1em 1.5em;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
font-weight: 200;
font-size: 1em;
outline: 0;
color: rgba(255,255,255,.7);
}
#nav > ul > li > a:hover
{
color: #FFF;
}
#nav li.active a
{
background: none;
border-radius: 40px;
border: 2px solid;
border-color: rgba(255,255,255,.8);
color: #FFF;
}
#nav > ul > li > ul
{
display: none;
}
/*********************************************************************************/
/* Main */
/*********************************************************************************/
#main
{
padding: 6em 0em 4em 0em;
}
#content
{
}
#content header
{
margin-bottom: 2em;
}
#content header h2
{
font-size: 3em;
}
#content header .byline
{
font-size: 1.40em;
}
#sidebar h2
{
display: block;
padding-bottom: 2em;
font-size: 1.4em;
}
/*********************************************************************************/
/* Featured */
/*********************************************************************************/
#featured
{
padding: 6em 0em;
}
/*********************************************************************************/
/* Footer */
/*********************************************************************************/
#footer
{
position: relative;
padding: 6em 0em;
}
#footer h2
{
padding-bottom: 2em;
font-size: 1.4em;
}
/*********************************************************************************/
/* Copyright */
/*********************************************************************************/
#copyright
{
padding: 3em 0em;
}
| 0.121934 | 0.038611 |
.tpt-zan {width: 450px;height: 400px;}
.tpt-zan h2 {font-size: 16px;font-weight: 100;color: #999;text-align: center;padding: 30px 0;}
.tpt-zan h3 {font-size: 12px;font-weight: 100;color: #999;text-align: center;padding: 20px 0 0 0;}
.tpt-zan .layui-tab-item {width: 140px;padding: 10px;border: 6px solid #EA5F00;margin: 0 auto;border-radius: 3px;height: 140px;}
.tpt-zan .layui-tab-content {padding: 0 0 10px 0;text-align: center;}
.tpt-zan .layui-tab-content p {font-size: 12px;font-weight: 100;color: #999;line-height: 38px;}
.tpt-zan .layui-tab {margin: 0;text-align: none!important;}
.tpt-zan .layui-tab-title li {line-height: 40px;min-width: 100px;padding:0;}
.tpt-zan .layui-tab-title {border-bottom: 0px solid #ffffff;text-align: center;}
.tpt-zan .layui-tab-title .layui-this:after {border: 0px solid #fff;}
.tpt-zan .layui-tab-title .layui-this {}
.tpt-zan .layui-tab-title .layui-this .zanbox {background: url(../img/radio1.jpg);}
.tpt-zan .zanbox {width: 16px;height: 16px;background: url(../img/radio2.jpg);display: block;float: left;margin: 13px 15px 0 15px;}
.tpt-tsearch{border-top:4px solid #4fc277}
.tpt-tsearch form{position:relative;margin:20px 20px 0 20px;padding:0 10px;background:#fff}
.tpt-tsearch input{height:40px;line-height:40px;border:0 solid #fff;background:#fff;font-size:12px;display:block;width:100%;color:#666}
.tpt-tsearch button{cursor:pointer;position:absolute;right:10px;top:12px;border:0 solid #fff;color:#B5B5B5;background:#fff}
.tpt-sidebar{background:#fafafa;margin:0 0 20px 0;padding-top:25px}
.tpt-sidebar h3{font-size:20px;font-weight:400;padding:0 0 0 25px;border-left:4px solid #f63756;line-height:22px}
.tpt-c li{float:left;line-height:30px;padding:20px 30px;border-bottom:1px solid #f0f0f0}
.tpt-c li a{font-size:1pc;color:#333}
.tpt-c li a:hover{color:red}
.tpt-c li p{font-size:1pc;color:#999;margin-top:10px}
.tpt-c li:last-child{border:none}
.tpt-d li{padding:20px 30px;border-bottom:1px solid #f0f0f0}
.tpt-d li div{height:155px;overflow:hidden;margin-bottom:10px}
.tpt-d li p a{font-size:1pc;color:#444;font-weight:400;line-height:30px}
.tpt-d li p a:hover{color:red}
.tpt-d li img{width:100%;height:155px;-webkit-transition:all .6s}
.tpt-d li:hover img{transform:scale(1.1,1.1)}
.tpt-d li:last-child{border:none}
.tpt-e{margin:20px 0 0 30px}
.tpt-e li a{float:left;line-height:35px;font-size:1pc;height:35px;border:1px solid #f0f0f0;margin:0 20px 20px 0;padding:0 15px;color:#f1754f}
.tpt-e li a:hover{background:#f1754f;border-color:#f97752;color:#fff}
.tpt-f{padding:25px 10px 10px 30px}
.tpt-f a{float:left;display:inline-block;height:26px;line-height:26px;padding:0 12px;margin:0 15px 15px 0;border:1px solid #E3E3E3;border-radius:28px;color:#666;font-size:12px;transition:.5s ease 0s}
.tpt-f a:hover{color:#FA0807;border:1px solid #FA0807}
.tpt-home{position:relative;padding:10px 10px 40px 0px;text-align:center}
.tpt-home img{width:120px;height:120px;border-radius:100%}
.tpt-home h1{font-size:26px;line-height:30px;margin-top:10px}
.tpt-home h1 .icon-nan{font-size:22px;color:#4EBBF9}
.tpt-home h1 .icon-nv{font-size:22px;color:#F581B1}
.tpt-home-sign{color:#999;margin-top:10px}
.tpt-home-info{color:#999;margin-top:10px}
.tpt-home-info i{padding-right:5px;padding-left:10px;color:#666}
.tpt-stat{background:#fafafa;margin-bottom:20px;padding:0 0 25px 0}
.tpt-stat-list{width:100%;border-bottom:1px solid #f1f1f1;padding:20px 0}
.tpt-stat-list li{float:left;text-align:center;width:33%;height:70px}
.tpt-stat-list li a{width:100%;font-size:16px}
.tpt-stat-list span{width:100%;display:inline-block;margin:10px 0 5px 0;font-size:22px}
.tpt-grid-org{text-align:center}
.tpt-grid-org h2{font-size:22px;color:#1499f8;margin:26px 0}
.tpt-grid-org p{font-size:16px;color:#1499f8;margin:11px 0 30px 0}
|
template/default/public/css/right.css
|
.tpt-zan {width: 450px;height: 400px;}
.tpt-zan h2 {font-size: 16px;font-weight: 100;color: #999;text-align: center;padding: 30px 0;}
.tpt-zan h3 {font-size: 12px;font-weight: 100;color: #999;text-align: center;padding: 20px 0 0 0;}
.tpt-zan .layui-tab-item {width: 140px;padding: 10px;border: 6px solid #EA5F00;margin: 0 auto;border-radius: 3px;height: 140px;}
.tpt-zan .layui-tab-content {padding: 0 0 10px 0;text-align: center;}
.tpt-zan .layui-tab-content p {font-size: 12px;font-weight: 100;color: #999;line-height: 38px;}
.tpt-zan .layui-tab {margin: 0;text-align: none!important;}
.tpt-zan .layui-tab-title li {line-height: 40px;min-width: 100px;padding:0;}
.tpt-zan .layui-tab-title {border-bottom: 0px solid #ffffff;text-align: center;}
.tpt-zan .layui-tab-title .layui-this:after {border: 0px solid #fff;}
.tpt-zan .layui-tab-title .layui-this {}
.tpt-zan .layui-tab-title .layui-this .zanbox {background: url(../img/radio1.jpg);}
.tpt-zan .zanbox {width: 16px;height: 16px;background: url(../img/radio2.jpg);display: block;float: left;margin: 13px 15px 0 15px;}
.tpt-tsearch{border-top:4px solid #4fc277}
.tpt-tsearch form{position:relative;margin:20px 20px 0 20px;padding:0 10px;background:#fff}
.tpt-tsearch input{height:40px;line-height:40px;border:0 solid #fff;background:#fff;font-size:12px;display:block;width:100%;color:#666}
.tpt-tsearch button{cursor:pointer;position:absolute;right:10px;top:12px;border:0 solid #fff;color:#B5B5B5;background:#fff}
.tpt-sidebar{background:#fafafa;margin:0 0 20px 0;padding-top:25px}
.tpt-sidebar h3{font-size:20px;font-weight:400;padding:0 0 0 25px;border-left:4px solid #f63756;line-height:22px}
.tpt-c li{float:left;line-height:30px;padding:20px 30px;border-bottom:1px solid #f0f0f0}
.tpt-c li a{font-size:1pc;color:#333}
.tpt-c li a:hover{color:red}
.tpt-c li p{font-size:1pc;color:#999;margin-top:10px}
.tpt-c li:last-child{border:none}
.tpt-d li{padding:20px 30px;border-bottom:1px solid #f0f0f0}
.tpt-d li div{height:155px;overflow:hidden;margin-bottom:10px}
.tpt-d li p a{font-size:1pc;color:#444;font-weight:400;line-height:30px}
.tpt-d li p a:hover{color:red}
.tpt-d li img{width:100%;height:155px;-webkit-transition:all .6s}
.tpt-d li:hover img{transform:scale(1.1,1.1)}
.tpt-d li:last-child{border:none}
.tpt-e{margin:20px 0 0 30px}
.tpt-e li a{float:left;line-height:35px;font-size:1pc;height:35px;border:1px solid #f0f0f0;margin:0 20px 20px 0;padding:0 15px;color:#f1754f}
.tpt-e li a:hover{background:#f1754f;border-color:#f97752;color:#fff}
.tpt-f{padding:25px 10px 10px 30px}
.tpt-f a{float:left;display:inline-block;height:26px;line-height:26px;padding:0 12px;margin:0 15px 15px 0;border:1px solid #E3E3E3;border-radius:28px;color:#666;font-size:12px;transition:.5s ease 0s}
.tpt-f a:hover{color:#FA0807;border:1px solid #FA0807}
.tpt-home{position:relative;padding:10px 10px 40px 0px;text-align:center}
.tpt-home img{width:120px;height:120px;border-radius:100%}
.tpt-home h1{font-size:26px;line-height:30px;margin-top:10px}
.tpt-home h1 .icon-nan{font-size:22px;color:#4EBBF9}
.tpt-home h1 .icon-nv{font-size:22px;color:#F581B1}
.tpt-home-sign{color:#999;margin-top:10px}
.tpt-home-info{color:#999;margin-top:10px}
.tpt-home-info i{padding-right:5px;padding-left:10px;color:#666}
.tpt-stat{background:#fafafa;margin-bottom:20px;padding:0 0 25px 0}
.tpt-stat-list{width:100%;border-bottom:1px solid #f1f1f1;padding:20px 0}
.tpt-stat-list li{float:left;text-align:center;width:33%;height:70px}
.tpt-stat-list li a{width:100%;font-size:16px}
.tpt-stat-list span{width:100%;display:inline-block;margin:10px 0 5px 0;font-size:22px}
.tpt-grid-org{text-align:center}
.tpt-grid-org h2{font-size:22px;color:#1499f8;margin:26px 0}
.tpt-grid-org p{font-size:16px;color:#1499f8;margin:11px 0 30px 0}
| 0.215846 | 0.157331 |
h1 {
color: white;
}
h5 {
color: white;
}
h5 a {
color: white;
text-decoration: underline;
}
h5 a:hover {
color: white;
}
.sousTitre {
text-align: center;
letter-spacing: 0.2vh;
}
.logo {
background-image: url(http://mhdnyc.splashthat.com/img/events/52537/assets/6274.spotify-logo-horizontal-white-rgb.png);
position: absolute;
width: 200px;
height: 60px;
margin-top: 25px;
}
.header {
margin-top: 45px;
padding-right: 235px;
width: 100%;
height: 145px;
border-bottom: 1px solid rgba(250, 250, 250, 0.1);
text-align: center;
}
.centerImage {
text-align: center;
}
.loginButton {
display: inline-block;
background-color: #1db954;
color: white;
border-radius: 30px;
padding: 15px 15px;
margin-top: 5px;
margin-bottom: 15px;
min-width: 160px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
}
.button:hover:focus {
background-color: #188d42;
}
.login {
margin-top: 100px;
min-height: 60vh;
text-align: center;
}
.Login a {
font-size: 56;
}
nav {
height: 50px;
background: linear-gradient(45deg, rgb(156, 14, 156, midnightblue));
}
.liste {
list-style-type: none;
background: linear-gradient(45deg, rgb(156, 14, 156, midnightblue));
height: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.items {
margin-right: 10px;
color: white;
cursor: pointer;
}
.btn {
display: none;
}
.playing {
color: white;
width: 50%;
}
current {
color: white;
}
.content {
margin-left: 250px;
color: white;
}
.row {
display: flex;
flex-direction: row;
color: white;
margin-left: 50px;
}
.columnLeft {
width: 50%;
overflow: hidden;
}
.columnRight {
width: 50%;
}
.noScrollDiv {
margin-top: 30px;
height: 800px;
overflow: auto;
-ms-overflow-style: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.noScrollDiv::-webkit-scrollbar {
display: none;
}
.songPlaying {
width: 300px;
height: 300px;
margin-left: 100px;
margin-top: 35px;
margin-bottom: 35px;
}
|
client/src/utils/stylesheet.module.css
|
h1 {
color: white;
}
h5 {
color: white;
}
h5 a {
color: white;
text-decoration: underline;
}
h5 a:hover {
color: white;
}
.sousTitre {
text-align: center;
letter-spacing: 0.2vh;
}
.logo {
background-image: url(http://mhdnyc.splashthat.com/img/events/52537/assets/6274.spotify-logo-horizontal-white-rgb.png);
position: absolute;
width: 200px;
height: 60px;
margin-top: 25px;
}
.header {
margin-top: 45px;
padding-right: 235px;
width: 100%;
height: 145px;
border-bottom: 1px solid rgba(250, 250, 250, 0.1);
text-align: center;
}
.centerImage {
text-align: center;
}
.loginButton {
display: inline-block;
background-color: #1db954;
color: white;
border-radius: 30px;
padding: 15px 15px;
margin-top: 5px;
margin-bottom: 15px;
min-width: 160px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
}
.button:hover:focus {
background-color: #188d42;
}
.login {
margin-top: 100px;
min-height: 60vh;
text-align: center;
}
.Login a {
font-size: 56;
}
nav {
height: 50px;
background: linear-gradient(45deg, rgb(156, 14, 156, midnightblue));
}
.liste {
list-style-type: none;
background: linear-gradient(45deg, rgb(156, 14, 156, midnightblue));
height: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.items {
margin-right: 10px;
color: white;
cursor: pointer;
}
.btn {
display: none;
}
.playing {
color: white;
width: 50%;
}
current {
color: white;
}
.content {
margin-left: 250px;
color: white;
}
.row {
display: flex;
flex-direction: row;
color: white;
margin-left: 50px;
}
.columnLeft {
width: 50%;
overflow: hidden;
}
.columnRight {
width: 50%;
}
.noScrollDiv {
margin-top: 30px;
height: 800px;
overflow: auto;
-ms-overflow-style: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.noScrollDiv::-webkit-scrollbar {
display: none;
}
.songPlaying {
width: 300px;
height: 300px;
margin-left: 100px;
margin-top: 35px;
margin-bottom: 35px;
}
| 0.614047 | 0.21465 |
html {
position: relative;
min-height: 100%;
}
.marginBottom {
margin-bottom: 80px;
}
.header_color {
color: #626262;
}
.compImg {
max-height: 50px;
padding: 0 20px;
}
.expressLogo {
max-height: 30px;
margin-top: 20px;
}
/*Header*/
.menuIcon {
font-size: 1.9em;
color: #ECECEC;
}
.navbar-brand {
padding: 9px 15px;
}
.navbar-brand img {
height: 40px;
display: inline-block;
}
.navbar-brand span {
display: inline-block;
vertical-align: sub;
padding-left: 12px;
color: #AAAAAA;
font-size: 0.9em;
}
.callToAction a {
margin: 7px 1px;
}
.description{
font-weight: 200;
color: #7D7D7D;
margin-bottom: 25px;
}
/*Documentation*/
.menuCss {
margin-left: 50px;
}
@media (min-width: 768px) {
.menuCss {
position: fixed;
}
}
.example-title {
color: #fff;
padding: 0 16px;
font-size: 18px;
border-color: #1976D2;
/*background: #1976D2;*/
background: #205081;
/* box-shadow: none; */
/* margin-bottom: -18px; */
/* z-index: 1; */
position: relative;
/* border-bottom-right-radius: 0; */
/* border-bottom-left-radius: 0; */
}
.example-title-yoman{
color: #fff;
padding: 0 16px;
font-size: 18px;
border-color: #1976D2;
background: #205081;
width: 61.2%;
position: relative;
}
.shellCommands {
white-space: pre-line;
font-family: Consolas, monaco, monospace;
font-weight: bolder;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3px;
padding: 0 3em;
max-width: 1000px;
}
.l-sub-section {
margin: 15px 0 15px 0;
padding: 0 3em;
background: #f5f6f7;
border-left: 4px solid #8BC34A;
border-radius: 4px;
font-size: 16px;
}
.codeInsidePgrph {
font-family: Consolas, monaco, monospace;
font-weight: bolder;
background-color: #C5C5C5;
border: 1px solid #ccc;
border-radius: 3px;
}
.common-margin-bottom {
margin-bottom: 15px;
}
.folderName-title {
color: #555;
padding: 3px 7px;
border-color: #1976D2;
background: #8DDAFE;
border-radius: 3px;
/*background: #205081;*/
/* box-shadow: none; */
/* margin-bottom: -18px; */
/* z-index: 1; */
position: relative;
/* border-bottom-right-radius: 0; */
/* border-bottom-left-radius: 0; */
}
.fileName-title {
color: #fff;
padding: 3px 7px;
font-size: 18px;
border-color: #1976D2;
background: #1976D2;
border-radius: 3px;
/*background: #205081;*/
/* box-shadow: none; */
/* margin-bottom: -18px; */
/* z-index: 1; */
position: relative;
/* border-bottom-right-radius: 0; */
/* border-bottom-left-radius: 0; */
}
p {
font-size: 16px;
line-height: 175%;
font-family: sans-serif;
}
.codeExmp {
white-space: pre-line;
font-family: Consolas, monaco, monospace;
font-weight: bolder;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3px;
padding: 1em 3em;
max-width: 50%;
}
.subSection>ul {
padding: 3px 5px;
}
.subSection>ul>a:hover {
text-decoration: none;
background-color: #D2CBCB;
padding: 5px 5px;
border-radius: 3px;
}
/*Footer*/
.footer {
background-color: #222;
position: absolute;
width: 100%;
bottom: 0;
z-index: 4000;
color: #9d9d9d;
padding: 15px 2px;
text-align: center;
}
.footer a {
color: #F1F1F1;
}
|
css/doc.css
|
html {
position: relative;
min-height: 100%;
}
.marginBottom {
margin-bottom: 80px;
}
.header_color {
color: #626262;
}
.compImg {
max-height: 50px;
padding: 0 20px;
}
.expressLogo {
max-height: 30px;
margin-top: 20px;
}
/*Header*/
.menuIcon {
font-size: 1.9em;
color: #ECECEC;
}
.navbar-brand {
padding: 9px 15px;
}
.navbar-brand img {
height: 40px;
display: inline-block;
}
.navbar-brand span {
display: inline-block;
vertical-align: sub;
padding-left: 12px;
color: #AAAAAA;
font-size: 0.9em;
}
.callToAction a {
margin: 7px 1px;
}
.description{
font-weight: 200;
color: #7D7D7D;
margin-bottom: 25px;
}
/*Documentation*/
.menuCss {
margin-left: 50px;
}
@media (min-width: 768px) {
.menuCss {
position: fixed;
}
}
.example-title {
color: #fff;
padding: 0 16px;
font-size: 18px;
border-color: #1976D2;
/*background: #1976D2;*/
background: #205081;
/* box-shadow: none; */
/* margin-bottom: -18px; */
/* z-index: 1; */
position: relative;
/* border-bottom-right-radius: 0; */
/* border-bottom-left-radius: 0; */
}
.example-title-yoman{
color: #fff;
padding: 0 16px;
font-size: 18px;
border-color: #1976D2;
background: #205081;
width: 61.2%;
position: relative;
}
.shellCommands {
white-space: pre-line;
font-family: Consolas, monaco, monospace;
font-weight: bolder;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3px;
padding: 0 3em;
max-width: 1000px;
}
.l-sub-section {
margin: 15px 0 15px 0;
padding: 0 3em;
background: #f5f6f7;
border-left: 4px solid #8BC34A;
border-radius: 4px;
font-size: 16px;
}
.codeInsidePgrph {
font-family: Consolas, monaco, monospace;
font-weight: bolder;
background-color: #C5C5C5;
border: 1px solid #ccc;
border-radius: 3px;
}
.common-margin-bottom {
margin-bottom: 15px;
}
.folderName-title {
color: #555;
padding: 3px 7px;
border-color: #1976D2;
background: #8DDAFE;
border-radius: 3px;
/*background: #205081;*/
/* box-shadow: none; */
/* margin-bottom: -18px; */
/* z-index: 1; */
position: relative;
/* border-bottom-right-radius: 0; */
/* border-bottom-left-radius: 0; */
}
.fileName-title {
color: #fff;
padding: 3px 7px;
font-size: 18px;
border-color: #1976D2;
background: #1976D2;
border-radius: 3px;
/*background: #205081;*/
/* box-shadow: none; */
/* margin-bottom: -18px; */
/* z-index: 1; */
position: relative;
/* border-bottom-right-radius: 0; */
/* border-bottom-left-radius: 0; */
}
p {
font-size: 16px;
line-height: 175%;
font-family: sans-serif;
}
.codeExmp {
white-space: pre-line;
font-family: Consolas, monaco, monospace;
font-weight: bolder;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3px;
padding: 1em 3em;
max-width: 50%;
}
.subSection>ul {
padding: 3px 5px;
}
.subSection>ul>a:hover {
text-decoration: none;
background-color: #D2CBCB;
padding: 5px 5px;
border-radius: 3px;
}
/*Footer*/
.footer {
background-color: #222;
position: absolute;
width: 100%;
bottom: 0;
z-index: 4000;
color: #9d9d9d;
padding: 15px 2px;
text-align: center;
}
.footer a {
color: #F1F1F1;
}
| 0.354321 | 0.067886 |
@import url('https://fonts.googleapis.com/css?family=Overlock+SC|Roboto|Titillium+Web|Ubuntu+Mono');
@page {
size: 1210px 681px;
margin: 0;
}
@media print {
/* line 32, ../sass/_ta_theme.scss */
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
/* line 40, ../sass/_ta_theme.scss */
.remark-slide-content {
background: #ffffff;
font-family: 'Roboto', sans-serif;
}
/* line 45, ../sass/_ta_theme.scss */
.remark-slide-content h1, .remark-slide-content h2, .remark-slide-content h3, .remark-slide-content h4, .remark-slide-content h5, .remark-slide-content h6 {
font-family: 'Titillium Web', sans-serif;
color: #002b45;
line-height: 1.2;
}
/* line 52, ../sass/_ta_theme.scss */
.remark-slide-content h1, .remark-slide-content h2 {
text-align: center;
}
/* line 56, ../sass/_ta_theme.scss */
.remark-slide-content h1 {
font-size: 55px;
}
/* line 57, ../sass/_ta_theme.scss */
.remark-slide-content h2 {
font-size: 45px;
}
/* line 58, ../sass/_ta_theme.scss */
.remark-slide-content h3 {
font-size: 35px;
}
/* line 59, ../sass/_ta_theme.scss */
.remark-slide-content h4 {
font-size: 25px;
}
/* line 60, ../sass/_ta_theme.scss */
.remark-slide-content h5 {
font-size: 20px;
}
/* line 61, ../sass/_ta_theme.scss */
.remark-slide-content h6 {
font-size: 15px;
}
/* line 63, ../sass/_ta_theme.scss */
.remark-slide-content p, .remark-slide-content a, .remark-slide-content li {
color: #303030;
font-size: 24px;
line-height: 1.2;
}
/* line 69, ../sass/_ta_theme.scss */
.remark-slide-content a {
color: #006f73;
text-decoration: none;
font-weight: 500;
}
/* line 74, ../sass/_ta_theme.scss */
.remark-slide-content a:hover, .remark-slide-content a:focus {
color: #00989e;
text-decoration: underline;
}
/* line 81, ../sass/_ta_theme.scss */
.remark-slide-content img {
vertical-align: top;
float: none;
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
/* line 92, ../sass/_ta_theme.scss */
.remark-slide-content .float-right {
vertical-align: top;
float: right;
max-width: 49%;
height: auto;
}
/* line 99, ../sass/_ta_theme.scss */
.remark-slide-content .float-right30 {
vertical-align: top;
float: right;
max-width: 30%;
height: auto;
}
/* line 106, ../sass/_ta_theme.scss */
.remark-slide-content .float-right20 {
vertical-align: top;
float: right;
max-width: 20%;
height: auto;
}
/* line 113, ../sass/_ta_theme.scss */
.remark-slide-content .float-left {
vertical-align: top;
float: left;
max-width: 49%;
height: auto;
}
/* line 120, ../sass/_ta_theme.scss */
.remark-slide-content .float-left30 {
vertical-align: top;
float: left;
max-width: 30%;
height: auto;
}
/* line 127, ../sass/_ta_theme.scss */
.remark-slide-content .float-left20 {
vertical-align: top;
float: left;
max-width: 20%;
height: auto;
}
/* line 134, ../sass/_ta_theme.scss */
.remark-slide-content .left {
display: block;
text-align: left;
}
/* line 139, ../sass/_ta_theme.scss */
.remark-slide-content .center {
display: block;
text-align: center;
}
/* line 144, ../sass/_ta_theme.scss */
.remark-slide-content .right {
display: block;
text-align: right;
}
/* line 149, ../sass/_ta_theme.scss */
.remark-slide-content .pad-text {
background: #002b45 !important;
color: #ffffff !important;
padding-left: 20px;
padding-right: 20px;
padding-top: 7px;
padding-bottom: 7px;
}
/* line 159, ../sass/_ta_theme.scss */
.remark-slide-content .pad-header {
background: #002b45 !important;
color: #ffffff !important;
text-align: center;
padding-left: 20px;
padding-right: 20px;
padding-top: 7px;
padding-bottom: 7px;
}
/* line 171, ../sass/_ta_theme.scss */
.remark-slide-content ul {
list-style: none;
text-indent: -1.7em;
}
/* line 178, ../sass/_ta_theme.scss */
.remark-slide-content ul li:before {
content: "\25b8";
display: block;
float: left;
width: 1.2em;
color: #c66951;
}
/* line 186, ../sass/_ta_theme.scss */
.remark-slide-content ul li ul li:before {
content: "\25b9";
display: block;
float: left;
width: 1.2em;
color: #c66951;
}
/* line 196, ../sass/_ta_theme.scss */
.remark-slide-content blockquote {
width: 96%;
left: 2%;
padding-left: 10px;
padding-right: 10px;
background: #e0e0e0;
}
/* line 203, ../sass/_ta_theme.scss */
.remark-slide-content blockquote p {
color: #303030;
font-family: 'Overlock SC', cursive;
text-align: center;
}
/* line 211, ../sass/_ta_theme.scss */
.remark-slide-content table {
margin-left: auto;
margin-right: auto;
}
/* line 216, ../sass/_ta_theme.scss */
.remark-slide-content table th {
background: #3d4c5b;
color: #f0f0f0;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* line 225, ../sass/_ta_theme.scss */
.remark-slide-content table td {
color: #303030;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* line 2, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table th {
background-color: #3d4c5b;
}
/* line 4, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table th.even, .remark-slide-content table th:nth-child(2n) {
background-color: #3d4c5b;
}
/* line 8, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tr.odd td, .remark-slide-content table tr:nth-child(2n+1) td {
background-color: #cccccc;
}
/* line 10, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tr.odd td.even, .remark-slide-content table tr.odd td:nth-child(2n), .remark-slide-content table tr:nth-child(2n+1) td.even, .remark-slide-content table tr:nth-child(2n+1) td:nth-child(2n) {
background-color: #cccccc;
}
/* line 14, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tr.even td {
background-color: #e5e5e5;
}
/* line 16, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tr.even td.even, .remark-slide-content table tr.even td:nth-child(2n) {
background-color: #e5e5e5;
}
/* line 19, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tfoot th, .remark-slide-content table tfoot td {
background-color: white;
}
/* line 21, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tfoot th.even, .remark-slide-content table tfoot th:nth-child(2n), .remark-slide-content table tfoot td.even, .remark-slide-content table tfoot td:nth-child(2n) {
background-color: white;
}
/* line 236, ../sass/_ta_theme.scss */
.remark-slide-content .huge-text h1, .remark-slide-content .huge-text h2, .remark-slide-content .huge-text h3, .remark-slide-content .huge-text h4, .remark-slide-content .huge-text h5, .remark-slide-content .huge-text h6, .remark-slide-content .huge-text p, .remark-slide-content .huge-text a, .remark-slide-content .huge-text ul, .remark-slide-content .huge-text ol, .remark-slide-content .huge-text li {
font-size: 4rem;
}
/* line 241, ../sass/_ta_theme.scss */
.remark-slide-content .bigger-text h1, .remark-slide-content .bigger-text h2, .remark-slide-content .bigger-text h3, .remark-slide-content .bigger-text h4, .remark-slide-content .bigger-text h5, .remark-slide-content .bigger-text h6, .remark-slide-content .bigger-text p, .remark-slide-content .bigger-text a, .remark-slide-content .bigger-text ul, .remark-slide-content .bigger-text ol, .remark-slide-content .bigger-text li {
font-size: 2.5rem;
}
/* line 246, ../sass/_ta_theme.scss */
.remark-slide-content .big-text h1, .remark-slide-content .big-text h2, .remark-slide-content .big-text h3, .remark-slide-content .big-text h4, .remark-slide-content .big-text h5, .remark-slide-content .big-text h6, .remark-slide-content .big-text p, .remark-slide-content .big-text a, .remark-slide-content .big-text ul, .remark-slide-content .big-text ol, .remark-slide-content .big-text li {
font-size: 2rem;
}
/* line 251, ../sass/_ta_theme.scss */
.remark-slide-content .small-text h1, .remark-slide-content .small-text h2, .remark-slide-content .small-text h3, .remark-slide-content .small-text h4, .remark-slide-content .small-text h5, .remark-slide-content .small-text h6, .remark-slide-content .small-text p, .remark-slide-content .small-text a, .remark-slide-content .small-text ul, .remark-slide-content .small-text ol, .remark-slide-content .small-text li {
font-size: 1.2rem;
}
/* line 256, ../sass/_ta_theme.scss */
.remark-slide-content .tiny-text h1, .remark-slide-content .tiny-text h2, .remark-slide-content .tiny-text h3, .remark-slide-content .tiny-text h4, .remark-slide-content .tiny-text h5, .remark-slide-content .tiny-text h6, .remark-slide-content .tiny-text p, .remark-slide-content .tiny-text a, .remark-slide-content .tiny-text ul, .remark-slide-content .tiny-text ol, .remark-slide-content .tiny-text li {
font-size: 1.0rem;
}
/* line 260, ../sass/_ta_theme.scss */
.remark-slide-content .capitalize {
text-transform: capitalize;
}
/* line 261, ../sass/_ta_theme.scss */
.remark-slide-content .highlight {
color: #c66951;
}
/* line 262, ../sass/_ta_theme.scss */
.remark-slide-content .red-text {
color: #cc0000 !important;
}
/* line 263, ../sass/_ta_theme.scss */
.remark-slide-content .blue-text {
color: #0000cc !important;
}
/* line 264, ../sass/_ta_theme.scss */
.remark-slide-content .orange-text {
color: #cc6600 !important;
}
/* line 265, ../sass/_ta_theme.scss */
.remark-slide-content .green-text {
color: #00cc00 !important;
}
/* line 266, ../sass/_ta_theme.scss */
.remark-slide-content .white-text {
color: #000000 !important;
}
/* line 271, ../sass/_ta_theme.scss */
.title-slide {
background: #002b45;
}
/* line 274, ../sass/_ta_theme.scss */
.title-slide h1, .title-slide h2 {
color: #e85f3f;
text-align: left;
}
/* line 278, ../sass/_ta_theme.scss */
.title-slide h3, .title-slide h4, .title-slide h5, .title-slide h6 {
color: #d3d3d3;
text-align: left;
}
/* line 282, ../sass/_ta_theme.scss */
.title-slide p, .title-slide a, .title-slide li {
color: #ffffff;
font-size: 22px;
}
/* line 289, ../sass/_ta_theme.scss */
.section-slide {
background: #33556a;
vertical-align: middle;
}
/* line 293, ../sass/_ta_theme.scss */
.section-slide h1 {
color: #e85f3f;
font-size: 4rem;
}
/* line 297, ../sass/_ta_theme.scss */
.section-slide h2 {
color: #d3d3d3;
font-size: 3.5rem;
text-align: center;
}
/* line 302, ../sass/_ta_theme.scss */
.section-slide h3, .section-slide h4, .section-slide h5, .section-slide h6 {
color: #d3d3d3;
text-align: center;
}
/* line 306, ../sass/_ta_theme.scss */
.section-slide p, .section-slide li {
color: #c66951;
}
/* line 309, ../sass/_ta_theme.scss */
.section-slide a {
color: #d3d3d3;
}
/* line 314, ../sass/_ta_theme.scss */
div.footer {
width: 100%;
font-size: 12px;
color: #333333;
opacity: 0.5;
}
/* line 320, ../sass/_ta_theme.scss */
div.footer span.left {
position: absolute;
bottom: 10px;
left: 10px;
}
/* line 325, ../sass/_ta_theme.scss */
div.footer span.center {
position: absolute;
bottom: 10px;
left: 50%;
transform: translate(-50%, 0);
}
/* line 333, ../sass/_ta_theme.scss */
.remark-code, .remark-inline-code {
font-family: 'Ubuntu Mono';
}
/* line 337, ../sass/_ta_theme.scss */
.remark-slide-number {
font-size: 12px;
color: #333333;
opacity: 0.5;
}
/* line 343, ../sass/_ta_theme.scss */
.remark-container {
background-color: #565656;
}
|
stylesheets/ta_theme_white.css
|
@import url('https://fonts.googleapis.com/css?family=Overlock+SC|Roboto|Titillium+Web|Ubuntu+Mono');
@page {
size: 1210px 681px;
margin: 0;
}
@media print {
/* line 32, ../sass/_ta_theme.scss */
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
/* line 40, ../sass/_ta_theme.scss */
.remark-slide-content {
background: #ffffff;
font-family: 'Roboto', sans-serif;
}
/* line 45, ../sass/_ta_theme.scss */
.remark-slide-content h1, .remark-slide-content h2, .remark-slide-content h3, .remark-slide-content h4, .remark-slide-content h5, .remark-slide-content h6 {
font-family: 'Titillium Web', sans-serif;
color: #002b45;
line-height: 1.2;
}
/* line 52, ../sass/_ta_theme.scss */
.remark-slide-content h1, .remark-slide-content h2 {
text-align: center;
}
/* line 56, ../sass/_ta_theme.scss */
.remark-slide-content h1 {
font-size: 55px;
}
/* line 57, ../sass/_ta_theme.scss */
.remark-slide-content h2 {
font-size: 45px;
}
/* line 58, ../sass/_ta_theme.scss */
.remark-slide-content h3 {
font-size: 35px;
}
/* line 59, ../sass/_ta_theme.scss */
.remark-slide-content h4 {
font-size: 25px;
}
/* line 60, ../sass/_ta_theme.scss */
.remark-slide-content h5 {
font-size: 20px;
}
/* line 61, ../sass/_ta_theme.scss */
.remark-slide-content h6 {
font-size: 15px;
}
/* line 63, ../sass/_ta_theme.scss */
.remark-slide-content p, .remark-slide-content a, .remark-slide-content li {
color: #303030;
font-size: 24px;
line-height: 1.2;
}
/* line 69, ../sass/_ta_theme.scss */
.remark-slide-content a {
color: #006f73;
text-decoration: none;
font-weight: 500;
}
/* line 74, ../sass/_ta_theme.scss */
.remark-slide-content a:hover, .remark-slide-content a:focus {
color: #00989e;
text-decoration: underline;
}
/* line 81, ../sass/_ta_theme.scss */
.remark-slide-content img {
vertical-align: top;
float: none;
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
/* line 92, ../sass/_ta_theme.scss */
.remark-slide-content .float-right {
vertical-align: top;
float: right;
max-width: 49%;
height: auto;
}
/* line 99, ../sass/_ta_theme.scss */
.remark-slide-content .float-right30 {
vertical-align: top;
float: right;
max-width: 30%;
height: auto;
}
/* line 106, ../sass/_ta_theme.scss */
.remark-slide-content .float-right20 {
vertical-align: top;
float: right;
max-width: 20%;
height: auto;
}
/* line 113, ../sass/_ta_theme.scss */
.remark-slide-content .float-left {
vertical-align: top;
float: left;
max-width: 49%;
height: auto;
}
/* line 120, ../sass/_ta_theme.scss */
.remark-slide-content .float-left30 {
vertical-align: top;
float: left;
max-width: 30%;
height: auto;
}
/* line 127, ../sass/_ta_theme.scss */
.remark-slide-content .float-left20 {
vertical-align: top;
float: left;
max-width: 20%;
height: auto;
}
/* line 134, ../sass/_ta_theme.scss */
.remark-slide-content .left {
display: block;
text-align: left;
}
/* line 139, ../sass/_ta_theme.scss */
.remark-slide-content .center {
display: block;
text-align: center;
}
/* line 144, ../sass/_ta_theme.scss */
.remark-slide-content .right {
display: block;
text-align: right;
}
/* line 149, ../sass/_ta_theme.scss */
.remark-slide-content .pad-text {
background: #002b45 !important;
color: #ffffff !important;
padding-left: 20px;
padding-right: 20px;
padding-top: 7px;
padding-bottom: 7px;
}
/* line 159, ../sass/_ta_theme.scss */
.remark-slide-content .pad-header {
background: #002b45 !important;
color: #ffffff !important;
text-align: center;
padding-left: 20px;
padding-right: 20px;
padding-top: 7px;
padding-bottom: 7px;
}
/* line 171, ../sass/_ta_theme.scss */
.remark-slide-content ul {
list-style: none;
text-indent: -1.7em;
}
/* line 178, ../sass/_ta_theme.scss */
.remark-slide-content ul li:before {
content: "\25b8";
display: block;
float: left;
width: 1.2em;
color: #c66951;
}
/* line 186, ../sass/_ta_theme.scss */
.remark-slide-content ul li ul li:before {
content: "\25b9";
display: block;
float: left;
width: 1.2em;
color: #c66951;
}
/* line 196, ../sass/_ta_theme.scss */
.remark-slide-content blockquote {
width: 96%;
left: 2%;
padding-left: 10px;
padding-right: 10px;
background: #e0e0e0;
}
/* line 203, ../sass/_ta_theme.scss */
.remark-slide-content blockquote p {
color: #303030;
font-family: 'Overlock SC', cursive;
text-align: center;
}
/* line 211, ../sass/_ta_theme.scss */
.remark-slide-content table {
margin-left: auto;
margin-right: auto;
}
/* line 216, ../sass/_ta_theme.scss */
.remark-slide-content table th {
background: #3d4c5b;
color: #f0f0f0;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* line 225, ../sass/_ta_theme.scss */
.remark-slide-content table td {
color: #303030;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* line 2, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table th {
background-color: #3d4c5b;
}
/* line 4, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table th.even, .remark-slide-content table th:nth-child(2n) {
background-color: #3d4c5b;
}
/* line 8, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tr.odd td, .remark-slide-content table tr:nth-child(2n+1) td {
background-color: #cccccc;
}
/* line 10, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tr.odd td.even, .remark-slide-content table tr.odd td:nth-child(2n), .remark-slide-content table tr:nth-child(2n+1) td.even, .remark-slide-content table tr:nth-child(2n+1) td:nth-child(2n) {
background-color: #cccccc;
}
/* line 14, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tr.even td {
background-color: #e5e5e5;
}
/* line 16, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tr.even td.even, .remark-slide-content table tr.even td:nth-child(2n) {
background-color: #e5e5e5;
}
/* line 19, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tfoot th, .remark-slide-content table tfoot td {
background-color: white;
}
/* line 21, ../../../../.gem/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.remark-slide-content table tfoot th.even, .remark-slide-content table tfoot th:nth-child(2n), .remark-slide-content table tfoot td.even, .remark-slide-content table tfoot td:nth-child(2n) {
background-color: white;
}
/* line 236, ../sass/_ta_theme.scss */
.remark-slide-content .huge-text h1, .remark-slide-content .huge-text h2, .remark-slide-content .huge-text h3, .remark-slide-content .huge-text h4, .remark-slide-content .huge-text h5, .remark-slide-content .huge-text h6, .remark-slide-content .huge-text p, .remark-slide-content .huge-text a, .remark-slide-content .huge-text ul, .remark-slide-content .huge-text ol, .remark-slide-content .huge-text li {
font-size: 4rem;
}
/* line 241, ../sass/_ta_theme.scss */
.remark-slide-content .bigger-text h1, .remark-slide-content .bigger-text h2, .remark-slide-content .bigger-text h3, .remark-slide-content .bigger-text h4, .remark-slide-content .bigger-text h5, .remark-slide-content .bigger-text h6, .remark-slide-content .bigger-text p, .remark-slide-content .bigger-text a, .remark-slide-content .bigger-text ul, .remark-slide-content .bigger-text ol, .remark-slide-content .bigger-text li {
font-size: 2.5rem;
}
/* line 246, ../sass/_ta_theme.scss */
.remark-slide-content .big-text h1, .remark-slide-content .big-text h2, .remark-slide-content .big-text h3, .remark-slide-content .big-text h4, .remark-slide-content .big-text h5, .remark-slide-content .big-text h6, .remark-slide-content .big-text p, .remark-slide-content .big-text a, .remark-slide-content .big-text ul, .remark-slide-content .big-text ol, .remark-slide-content .big-text li {
font-size: 2rem;
}
/* line 251, ../sass/_ta_theme.scss */
.remark-slide-content .small-text h1, .remark-slide-content .small-text h2, .remark-slide-content .small-text h3, .remark-slide-content .small-text h4, .remark-slide-content .small-text h5, .remark-slide-content .small-text h6, .remark-slide-content .small-text p, .remark-slide-content .small-text a, .remark-slide-content .small-text ul, .remark-slide-content .small-text ol, .remark-slide-content .small-text li {
font-size: 1.2rem;
}
/* line 256, ../sass/_ta_theme.scss */
.remark-slide-content .tiny-text h1, .remark-slide-content .tiny-text h2, .remark-slide-content .tiny-text h3, .remark-slide-content .tiny-text h4, .remark-slide-content .tiny-text h5, .remark-slide-content .tiny-text h6, .remark-slide-content .tiny-text p, .remark-slide-content .tiny-text a, .remark-slide-content .tiny-text ul, .remark-slide-content .tiny-text ol, .remark-slide-content .tiny-text li {
font-size: 1.0rem;
}
/* line 260, ../sass/_ta_theme.scss */
.remark-slide-content .capitalize {
text-transform: capitalize;
}
/* line 261, ../sass/_ta_theme.scss */
.remark-slide-content .highlight {
color: #c66951;
}
/* line 262, ../sass/_ta_theme.scss */
.remark-slide-content .red-text {
color: #cc0000 !important;
}
/* line 263, ../sass/_ta_theme.scss */
.remark-slide-content .blue-text {
color: #0000cc !important;
}
/* line 264, ../sass/_ta_theme.scss */
.remark-slide-content .orange-text {
color: #cc6600 !important;
}
/* line 265, ../sass/_ta_theme.scss */
.remark-slide-content .green-text {
color: #00cc00 !important;
}
/* line 266, ../sass/_ta_theme.scss */
.remark-slide-content .white-text {
color: #000000 !important;
}
/* line 271, ../sass/_ta_theme.scss */
.title-slide {
background: #002b45;
}
/* line 274, ../sass/_ta_theme.scss */
.title-slide h1, .title-slide h2 {
color: #e85f3f;
text-align: left;
}
/* line 278, ../sass/_ta_theme.scss */
.title-slide h3, .title-slide h4, .title-slide h5, .title-slide h6 {
color: #d3d3d3;
text-align: left;
}
/* line 282, ../sass/_ta_theme.scss */
.title-slide p, .title-slide a, .title-slide li {
color: #ffffff;
font-size: 22px;
}
/* line 289, ../sass/_ta_theme.scss */
.section-slide {
background: #33556a;
vertical-align: middle;
}
/* line 293, ../sass/_ta_theme.scss */
.section-slide h1 {
color: #e85f3f;
font-size: 4rem;
}
/* line 297, ../sass/_ta_theme.scss */
.section-slide h2 {
color: #d3d3d3;
font-size: 3.5rem;
text-align: center;
}
/* line 302, ../sass/_ta_theme.scss */
.section-slide h3, .section-slide h4, .section-slide h5, .section-slide h6 {
color: #d3d3d3;
text-align: center;
}
/* line 306, ../sass/_ta_theme.scss */
.section-slide p, .section-slide li {
color: #c66951;
}
/* line 309, ../sass/_ta_theme.scss */
.section-slide a {
color: #d3d3d3;
}
/* line 314, ../sass/_ta_theme.scss */
div.footer {
width: 100%;
font-size: 12px;
color: #333333;
opacity: 0.5;
}
/* line 320, ../sass/_ta_theme.scss */
div.footer span.left {
position: absolute;
bottom: 10px;
left: 10px;
}
/* line 325, ../sass/_ta_theme.scss */
div.footer span.center {
position: absolute;
bottom: 10px;
left: 50%;
transform: translate(-50%, 0);
}
/* line 333, ../sass/_ta_theme.scss */
.remark-code, .remark-inline-code {
font-family: 'Ubuntu Mono';
}
/* line 337, ../sass/_ta_theme.scss */
.remark-slide-number {
font-size: 12px;
color: #333333;
opacity: 0.5;
}
/* line 343, ../sass/_ta_theme.scss */
.remark-container {
background-color: #565656;
}
| 0.204501 | 0.04666 |
@font-face {
src: url("../fonts/Roboto-Thin.ttf");
}
@font-face {
src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
src: url("../fonts/Roboto-Bold.ttf");
}
#body {
-fx-background-color: white;
}
#picture {
-fx-background-image: url('../images/notification_background.jpg');
-fx-background-position: center center;
-fx-background-repeat: no-repeat;
-fx-background-size: contain;
}
#searchInput{
-fx-font-family: "Roboto Medium";
-fx-padding: 10px 10px 10px 30px;
-fx-background-color: white;
-fx-background-radius: 7px;
-fx-border-radius: 7px;
-fx-border-color: #e5e5e5;
}
#errorLabel{
-fx-font-family: "Roboto Medium";
}
#searchInput:focused{
-fx-effect: dropshadow(three-pass-box, rgba(0, 66, 255, 0.21), 5, 0, 0, 0);
-fx-border-color: rgba(162, 183, 255, 0.56);
}
#searchLabel {
-fx-graphic: url("../icons/search.png");
}
#passwordLabel {
-fx-graphic: url("../icons/password-lock.png");
-fx-opacity: 0.6;
-fx-scale-x: 0.9;
-fx-scale-y: 0.9;
}
#confirmLabel {
-fx-graphic: url("../icons/password-confirm.png");
-fx-opacity: 0.6;
-fx-scale-x: 0.9;
-fx-scale-y: 0.9;
}
#birthdayLabel {
-fx-graphic: url("../icons/birthday.png");
-fx-opacity: 0.9;
-fx-scale-x: 0.9;
-fx-scale-y: 0.9;
}
#emailLabel {
-fx-graphic: url("../icons/email.png");
}
#changeUserBtn {
-fx-padding: 12px 15px;
-fx-background-radius: 7px;
-fx-font-family: "Roboto Medium";
-fx-text-fill: white;
-fx-background-color: rgb(66, 87, 194);
}
#backButton {
-fx-start-margin: 12px;
-fx-graphic: url("../icons/back.png");
-fx-max-width: 10px;
-fx-max-height: 10px;
}
.date-picker {
-fx-font-family: "Roboto Medium";
-fx-background-color: white;
-fx-background-radius: 7px;
-fx-border-radius: 7px;
-fx-border-color: #e5e5e5;
}
.date-picker > .text-field {
-fx-padding: 15px 10px 15px 40px;
-fx-background-color: white;
}
.date-picker:focused {
-fx-effect: dropshadow(three-pass-box, rgba(0, 66, 255, 0.21), 5, 0, 0, 0);
-fx-border-color: rgba(162, 183, 255, 0.56);
}
#title {
-fx-font-family: "Roboto Bold";
-fx-font-size: 40px;
-fx-text-fill: #3d3d64;
}
#desc {
-fx-font-family: "Roboto Medium";
-fx-text-fill: #a6a6a6;
-fx-font-size: 15px;
}
* {
-fx-primary-color: rgb(66, 87, 194);
-fx-secondary-color: #4B6EAF;
-fx-light-grey-color: #d1d1d1;
-fx-focus-color: -fx-secondary-color;
}
.date-picker .arrow-button {
-fx-background-color: -fx-primary-color;
-fx-background-radius: 0 7px 7px 0;
-fx-padding: 0 10px;
-fx-cursor: hand;
}
.date-picker .arrow-button:hover {
-fx-background-color: -fx-secondary-color;
}
.date-picker .arrow-button .arrow {
-fx-background-color: white;
}
.date-picker .cell {
-fx-background-color: white;
-fx-padding: 13px;
}
.date-picker .cell:hover {
-fx-background-color: -fx-light-grey-color;
-fx-cursor: hand;
-fx-text-fill: white;
}
.date-picker .cell:focused {
-fx-background-color: -fx-light-grey-color;
-fx-text-fill: white;
}
.date-picker .selected {
-fx-background-color: -fx-primary-color;
-fx-text-fill: white;
}
.date-picker .selected:focused {
-fx-background-color: -fx-primary-color;
-fx-text-fill: white;
}
.date-picker-popup {
-fx-border-color: transparent;
-fx-background-radius: 7px;
}
.date-picker-popup .month-year-pane {
-fx-background-color: -fx-primary-color;
-fx-padding: 17px;
-fx-background-radius: 7px 7px 0 0;
}
.date-picker-popup .month-year-pane .label {
-fx-text-fill: white;
}
.date-picker-popup .week-number-cell {
-fx-text-fill: -fx-secondary-color;
}
.date-picker-popup .spinner .button {
-fx-cursor: hand;
-fx-background-color: transparent;
}
.date-picker-popup .spinner .button .left-arrow,
.date-picker-popup .spinner .button .right-arrow {
-fx-background-color: white;
}
.date-picker-popup .spinner .button:hover .left-arrow, .date-picker-popup .spinner .button:hover .right-arrow {
-fx-background-color: -fx-secondary-color;
}
|
src/main/resources/app/jira/styles/notification.css
|
@font-face {
src: url("../fonts/Roboto-Thin.ttf");
}
@font-face {
src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
src: url("../fonts/Roboto-Bold.ttf");
}
#body {
-fx-background-color: white;
}
#picture {
-fx-background-image: url('../images/notification_background.jpg');
-fx-background-position: center center;
-fx-background-repeat: no-repeat;
-fx-background-size: contain;
}
#searchInput{
-fx-font-family: "Roboto Medium";
-fx-padding: 10px 10px 10px 30px;
-fx-background-color: white;
-fx-background-radius: 7px;
-fx-border-radius: 7px;
-fx-border-color: #e5e5e5;
}
#errorLabel{
-fx-font-family: "Roboto Medium";
}
#searchInput:focused{
-fx-effect: dropshadow(three-pass-box, rgba(0, 66, 255, 0.21), 5, 0, 0, 0);
-fx-border-color: rgba(162, 183, 255, 0.56);
}
#searchLabel {
-fx-graphic: url("../icons/search.png");
}
#passwordLabel {
-fx-graphic: url("../icons/password-lock.png");
-fx-opacity: 0.6;
-fx-scale-x: 0.9;
-fx-scale-y: 0.9;
}
#confirmLabel {
-fx-graphic: url("../icons/password-confirm.png");
-fx-opacity: 0.6;
-fx-scale-x: 0.9;
-fx-scale-y: 0.9;
}
#birthdayLabel {
-fx-graphic: url("../icons/birthday.png");
-fx-opacity: 0.9;
-fx-scale-x: 0.9;
-fx-scale-y: 0.9;
}
#emailLabel {
-fx-graphic: url("../icons/email.png");
}
#changeUserBtn {
-fx-padding: 12px 15px;
-fx-background-radius: 7px;
-fx-font-family: "Roboto Medium";
-fx-text-fill: white;
-fx-background-color: rgb(66, 87, 194);
}
#backButton {
-fx-start-margin: 12px;
-fx-graphic: url("../icons/back.png");
-fx-max-width: 10px;
-fx-max-height: 10px;
}
.date-picker {
-fx-font-family: "Roboto Medium";
-fx-background-color: white;
-fx-background-radius: 7px;
-fx-border-radius: 7px;
-fx-border-color: #e5e5e5;
}
.date-picker > .text-field {
-fx-padding: 15px 10px 15px 40px;
-fx-background-color: white;
}
.date-picker:focused {
-fx-effect: dropshadow(three-pass-box, rgba(0, 66, 255, 0.21), 5, 0, 0, 0);
-fx-border-color: rgba(162, 183, 255, 0.56);
}
#title {
-fx-font-family: "Roboto Bold";
-fx-font-size: 40px;
-fx-text-fill: #3d3d64;
}
#desc {
-fx-font-family: "Roboto Medium";
-fx-text-fill: #a6a6a6;
-fx-font-size: 15px;
}
* {
-fx-primary-color: rgb(66, 87, 194);
-fx-secondary-color: #4B6EAF;
-fx-light-grey-color: #d1d1d1;
-fx-focus-color: -fx-secondary-color;
}
.date-picker .arrow-button {
-fx-background-color: -fx-primary-color;
-fx-background-radius: 0 7px 7px 0;
-fx-padding: 0 10px;
-fx-cursor: hand;
}
.date-picker .arrow-button:hover {
-fx-background-color: -fx-secondary-color;
}
.date-picker .arrow-button .arrow {
-fx-background-color: white;
}
.date-picker .cell {
-fx-background-color: white;
-fx-padding: 13px;
}
.date-picker .cell:hover {
-fx-background-color: -fx-light-grey-color;
-fx-cursor: hand;
-fx-text-fill: white;
}
.date-picker .cell:focused {
-fx-background-color: -fx-light-grey-color;
-fx-text-fill: white;
}
.date-picker .selected {
-fx-background-color: -fx-primary-color;
-fx-text-fill: white;
}
.date-picker .selected:focused {
-fx-background-color: -fx-primary-color;
-fx-text-fill: white;
}
.date-picker-popup {
-fx-border-color: transparent;
-fx-background-radius: 7px;
}
.date-picker-popup .month-year-pane {
-fx-background-color: -fx-primary-color;
-fx-padding: 17px;
-fx-background-radius: 7px 7px 0 0;
}
.date-picker-popup .month-year-pane .label {
-fx-text-fill: white;
}
.date-picker-popup .week-number-cell {
-fx-text-fill: -fx-secondary-color;
}
.date-picker-popup .spinner .button {
-fx-cursor: hand;
-fx-background-color: transparent;
}
.date-picker-popup .spinner .button .left-arrow,
.date-picker-popup .spinner .button .right-arrow {
-fx-background-color: white;
}
.date-picker-popup .spinner .button:hover .left-arrow, .date-picker-popup .spinner .button:hover .right-arrow {
-fx-background-color: -fx-secondary-color;
}
| 0.388386 | 0.06486 |
@-moz-document domain("togetter.com") {
/* 色々非表示 */
header#header div.header_social_box,
header#fixed_header,
div#document div.advertise_head_box,
div.contents div.info_box div.info_head,
div.contents div.info_box div.info_status,
div.contents div.contents_over_wrap,
div.contents div.contents_main div.social_box,
div.contents div.contents_main div.social_floating_box,
div.contents div.contents_main div.ad_custom,
div.contents div.contents_main div.amazon_empty_box,
div.contents div.right div.ad_rectangle,
div.contents div.right div#right_wrap_middle div.right_wrap div[style],
footer#footer
,.thumb_list_box{
display:none!important;
}
/* 追加部分 */
body,.contents .contents_main{
background-color: #000 !important;
text-shadow: 1px 1px 1px #666;/*
overflow: auto !important;/* 文字の影 */
}
/* タイトル文字を灰色に */
.info_box h1 a.info_title
,.type_togetter h3 a.info_title
,.simple_list a h3
,.list_description_box{
color: #eee;
}
a, a:link, a:visited {
color: #ff3333;
cursor: auto;
text-decoration: underline;
text-shadow: 0px 0px 0px #666;}
/* ツイートのデザイン指定 */
.list_tweet_box .tweet,.type_rich {
color: #ccc;
font-size: 15px;
line-height: 1.7;
font-family: "はれのそら明朝","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","MS P明朝",serif;
font-weight: 600;/* 明朝体以外では font-weight: 400;にするか、この行をまるっと削除 */
margin-bottom: 10px;
text-indent: 1em;
}
.list_box,
.list_tweet_box
,.list_tweet_box .tweet_wrap{
padding:0px !important;
padding-left: 0px !important;
}
}
@-moz-document url-prefix("http://togetter.com/li/") {
*{
border:0px!important;
/* padding:0px!important;*/
}
/* 文章の幅指定・背景と文字の色指定 */
div.contents{
width:75% !important;
padding:0px!important;
background-color: #000 !important;
}
.list_description_box{
background-color: #303030;
border-radius: 10px;
padding: 10px 15px !important;
}
div.contents div.left
,div.contents div.left div.left_wrap div.contents_main
,.comment_box .comment,
.info_box .info_thumb{
width:100%!important;
padding:0px!important;
background-color: #000;
}
.rich_h1 {
display: block;
font-size: 120%;
font-family: sans-serif;
color: #56FF0F;
font-weight: bold;
padding: 3px 5px 0px;
margin: 5px 0;
border: 8px double #000 !important;
background-color: #DE0000;
text-shadow: -1px 3px 4px #000;
}
.rad_btn {
background-color: #000;}
.info_box {
margin: 10px;}
header#header,
div.contents div.tweet_box a.user_link,
div.contents div.tweet_box a.timestamp,
div.contents div.tweet_box div.status,
div.contents div.contents_main div#tweet_list_head,
/*div.contents div.contents_main div#comment_box, 続きのtogetterへ移動するため再表示*/
div.contents div.contents_main div.topics_box,
div.contents div.contents_main div.title_simple_box,
div.contents div.contents_main ul.simple_list,
div.contents div.right
,.info_box .info_thumb img
,.title_box
,.favorite_user_box
,.related_list_box
,.status_right
,.list_tweet_box .timestamp
,.list_tweet_box .user_link,
.list_tweet_box .user_link img
/* ,.list_description_box/* コミック閲覧の移動のため無効に */
,#comment_box > div.list_box
,.ad_list_top,.alert-info
,.rich_li:before{
display:none!important;
}
}
|
data/usercss/119014.user.css
|
@-moz-document domain("togetter.com") {
/* 色々非表示 */
header#header div.header_social_box,
header#fixed_header,
div#document div.advertise_head_box,
div.contents div.info_box div.info_head,
div.contents div.info_box div.info_status,
div.contents div.contents_over_wrap,
div.contents div.contents_main div.social_box,
div.contents div.contents_main div.social_floating_box,
div.contents div.contents_main div.ad_custom,
div.contents div.contents_main div.amazon_empty_box,
div.contents div.right div.ad_rectangle,
div.contents div.right div#right_wrap_middle div.right_wrap div[style],
footer#footer
,.thumb_list_box{
display:none!important;
}
/* 追加部分 */
body,.contents .contents_main{
background-color: #000 !important;
text-shadow: 1px 1px 1px #666;/*
overflow: auto !important;/* 文字の影 */
}
/* タイトル文字を灰色に */
.info_box h1 a.info_title
,.type_togetter h3 a.info_title
,.simple_list a h3
,.list_description_box{
color: #eee;
}
a, a:link, a:visited {
color: #ff3333;
cursor: auto;
text-decoration: underline;
text-shadow: 0px 0px 0px #666;}
/* ツイートのデザイン指定 */
.list_tweet_box .tweet,.type_rich {
color: #ccc;
font-size: 15px;
line-height: 1.7;
font-family: "はれのそら明朝","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","MS P明朝",serif;
font-weight: 600;/* 明朝体以外では font-weight: 400;にするか、この行をまるっと削除 */
margin-bottom: 10px;
text-indent: 1em;
}
.list_box,
.list_tweet_box
,.list_tweet_box .tweet_wrap{
padding:0px !important;
padding-left: 0px !important;
}
}
@-moz-document url-prefix("http://togetter.com/li/") {
*{
border:0px!important;
/* padding:0px!important;*/
}
/* 文章の幅指定・背景と文字の色指定 */
div.contents{
width:75% !important;
padding:0px!important;
background-color: #000 !important;
}
.list_description_box{
background-color: #303030;
border-radius: 10px;
padding: 10px 15px !important;
}
div.contents div.left
,div.contents div.left div.left_wrap div.contents_main
,.comment_box .comment,
.info_box .info_thumb{
width:100%!important;
padding:0px!important;
background-color: #000;
}
.rich_h1 {
display: block;
font-size: 120%;
font-family: sans-serif;
color: #56FF0F;
font-weight: bold;
padding: 3px 5px 0px;
margin: 5px 0;
border: 8px double #000 !important;
background-color: #DE0000;
text-shadow: -1px 3px 4px #000;
}
.rad_btn {
background-color: #000;}
.info_box {
margin: 10px;}
header#header,
div.contents div.tweet_box a.user_link,
div.contents div.tweet_box a.timestamp,
div.contents div.tweet_box div.status,
div.contents div.contents_main div#tweet_list_head,
/*div.contents div.contents_main div#comment_box, 続きのtogetterへ移動するため再表示*/
div.contents div.contents_main div.topics_box,
div.contents div.contents_main div.title_simple_box,
div.contents div.contents_main ul.simple_list,
div.contents div.right
,.info_box .info_thumb img
,.title_box
,.favorite_user_box
,.related_list_box
,.status_right
,.list_tweet_box .timestamp
,.list_tweet_box .user_link,
.list_tweet_box .user_link img
/* ,.list_description_box/* コミック閲覧の移動のため無効に */
,#comment_box > div.list_box
,.ad_list_top,.alert-info
,.rich_li:before{
display:none!important;
}
}
| 0.112393 | 0.047647 |
.m0 {
margin: 0 !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.mb5 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.mt0 {
margin-top: 0 !important;
}
.mt5 {
margin-top: 5px !important;
}
.mt10 {
margin-top: 10px !important;
}
.mt40 {
margin-top: 40px !important;
}
.ml30 {
margin-left: 30px !important;
}
.p0 {
padding: 0 !important;
}
.p7 {
padding: 7px !important;
}
.p10 {
padding: 10px !important;
}
.pr10 {
padding-right: 10px !important;
}
.pt0 {
padding-top: 0 !important;
}
.pb0 {
padding-bottom: 0 !important;
}
.b0 {
border: 0;
}
.curp {
cursor: pointer !important;
}
.hide {
display: none !important;
}
.bgwhite {
background-color: #fff;
}
.row.main-row {
margin-left: -20px;
margin-right: -20px;
background-color: #fff;
height: 100% !important;
}
.w80 {
width: 80%;
}
.w100 {
width: 100%;
}
.wrapper section {
height: 100% !important;
}
.wrapper section .content-wrapper {
padding-bottom: 0;
height: 100% !important;
}
.back-btn {
margin-top: -55px !important;
float: right !important;
width: 150px !important;
margin-right: 10px !important;
font-size: 12pt !important;
}
.add-cover-image {
width: 100%;
height: 400px;
}
.cc-logo-rect {
width: 320px;
border-radius: 4px;
}
.login-body {
background-image: url('../img/bg3.jpg');
background-color: #000;
background-size: auto;
background-attachment: fixed;
background-origin: border-box;
background-position: top center;
background-repeat: repeat;
}
.brand-logo h2 {
color: #fff !important;
margin: 0;
padding: 0;
}
.brand-logo-collapsed h2 {
color: #fff !important;
margin: 0;
margin-top: 5px;
padding: 0;
}
.inventory-search-list {
border-radius: 0;
margin-bottom: 0;
}
.inventory-search-list .list-group-item:first-child {
border-top: 0 !important;
border-radius: 0 !important;
}
.inventory-search-list .list-group-item:last-of-type {
border-radius: 0 !important;
}
.inventory-search-list .list-group-item {
border-left: 0 !important;
border-right: 0 !important;
}
.inventory-details tr td .media .cover-image {
width: auto;
height: 80px;
}
.list-group .accordion .group .group-header {
padding-left: 20px;
padding-right: 20px;
}
.list-group .accordion .group .group-body .list-group-item {
padding-left: 20px;
padding-right: 20px;
}
#series-adv-search-box, #issues-adv-search-box {
padding: 10px;
padding-top: 5px;
display: none;
}
#issues-adv-search-box .price-range {
margin-bottom: -5px;
margin-top: 10px;
padding-left: 30px;
}
#issues-adv-search-box .price-range #search-price {
margin-right: 0px;
margin-top: 2px;
}
#issues-adv-search-box .price-range #price-amount {
margin-left: 10px;
border: 0;
color: #5cb85c;
font-weight: bold;
background-color: transparent;
}
#issues-adv-search-box .price-range #slider-range-price {
width: 160px;
margin: 0;
padding: 0;
position: relative;
left: 180px;
top: -20px;
}
#issues-adv-search-box .control-label input {
position: relative !important;
top: 2px !important;
}
#search-issues-list .inventory-search-list .search-list-item .add-btn {
margin: 5px 10px;
position: relative;
top: 15px;
}
#search-issues-list .inventory-search-list .search-list-item .add-btn .fa-plus-square {
color: #27C24C;
}
#series-adv-search-box .label-publish-from {
width: 25%;
float: left;
line-height: 35px;
padding-left: 5px;
}
#series-adv-search-box .label-publish-to {
width: 25%;
float: left;
line-height: 35px;
padding-left: 5px;
margin-bottom: 0;
}
#series-adv-search-box .input-publish-from {
margin-bottom: 5px;
width: 73%;
float: right;
}
#series-adv-search-box .input-publish-to {
width: 73%;
float: right;
}
.search-list-item .cover-image {
height: 80px;
}
.search-list-item .series-cover-image {
height: 60px;
}
.search-list-item .left-info {
margin-left: 20px;
padding-top: 5px;
}
.search-list-item .right-info {
margin-right: 20px;
padding-top: 10px;
text-align: center;
}
.search-list-item .caret-r {
margin: 5px 10px;
}
h4.list-info, h3.list-info {
margin: 0;
margin-bottom: 2px;
}
span.list-info {
font-size: 10pt;
display: block;
}
.inventory-list {
border-left: 1px solid rgb(207, 219, 226);
padding: 0;
}
.list-filter-bar {
background-color: #eee;
width: 100%;
border-bottom: 1px solid rgb(207, 219, 226);
}
.list-filter-bar h4:first-of-type {
margin-left: 15px;
}
.list-filter-bar h5:first-of-type {
margin-right: 15px;
font-weight: bold;
cursor: pointer;
}
.list-filter-bar .search-box {
width: 100%;
padding: 10px;
padding-bottom: 0;
margin-bottom: 0;
}
.results-returned {
line-height: 50px;
color: #777;
padding-right: 20px;
}
.btn.sort-by {
margin: 10px;
margin-left: 10px !important;
margin-top: 10px;
}
.hrule {
border-top: 1px solid #ddd;
margin-bottom: 10px;
}
.lbl-qty {
line-height: 35px;
width: 100%;
text-align: right;
}
.table-responsive {
background-color: #fff;
}
#added-items-table {
text-align: center !important;
}
#added-items-table thead {
text-align: center !important;
}
#added-items-table thead tr th {
width: 20%;
text-align: center;
font-size: 14pt;
font-weight: bold;
}
#search-series-list .list-group .list-group-item.search-list-item:hover {
background-color: #1B9DC5;
color: #fff !important;
cursor: pointer;
}
#search-issues-list .list-group .list-group-item.search-list-item:hover {
cursor: pointer;
background-color: #eee;
}
.add-loc-modal .modal-dialog {
width: 50% !important;
}
.table-responsive #added-items-table tbody tr td {
font-size: 12pt;
}
.table-responsive #added-items-table tbody tr td.price {
font-size: 14pt;
font-weight: bold;
}
.table-responsive #added-items-table tbody tr td a.edit-item em {
color: #5D9CEC;
position: relative;
top: 2px;
}
.table-responsive #added-items-table tbody tr td a.remove-item em {
color: #F05050;
}
.input-disabled {
color: #666;
background-color: #fff !important;
border: 0;
font-weight: bolder;
font-size: 14pt;
}
.store-sep {
margin-top: 0px;
padding-bottom: 15px;
}
img.user-image {
border: 3px solid #ddd;
border-radius: 10px;
height: 50px;
}
#add-user-image {
height: 270px;
max-width: 260px;
}
.contact-info-container {
border: 1px solid #ddd;
border-radius: 5px;
width: 100%;
background-color: #f5f5f5;
padding: 10px;
padding-top: 0;
margin-left: auto;
margin-right: auto;
position: relative;
top: 5px;
}
fieldset{
border-bottom: 0;
}
.contact-info-container legend {
padding-left: 10px;
padding-top: 5px;
margin-bottom: 10px;
}
.contact-info-container .contact-item {
font-size: 14pt;
margin-top: -3px;
display: block;
}
.btn-toolbar.btn-editor .btn-group {
margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
.modal-dialog {
width: 80% !important;
}
}
@media only screen and (max-width: 767px) {
.modal-dialog {
width: 98% !important;
}
}
.text-xs {
font-size: 9pt;
}
.print-label {
width: 100%;
margin-top: 20px;
}
.print-label .used-label {
margin-top: -57px;
position: relative;
right: 30px;
}
.print-label .label-text {
position: relative;
top: 5px;
}
.qr-code {
margin-left: 0;
padding: 0;
}
.qr-code img {
width: 55px;
height: 55px;
margin-top: 5px;
margin-left: 0;
margin-right: 10px;
}
.register-panel {
width: 80%;
}
@media screen and (max-width:500px){
.register-panel{
width: 100%;
margin-top: 0 !important;
padding-top: 0;
}
.register-panel img.cc-logo-rect{
width: 100%;
}
}
.register-panel .form-group {
margin-top: 10px;
}
/* ----------- panel tabs -------------- */
.panel-tabs{
margin: 0; padding: 0 !important;
height: auto;
background-color:#FAFAFA;
border-bottom:1px solid #EEE;
}
.panel-tabs ul{
list-style-type: none;
padding: 0; margin: 0;
}
.panel-tabs li.tab{
display: inline-block;
padding: 10px 20px;
margin: 0;
cursor: pointer;
}
.panel-tabs li.tab a:hover, .panel-tabs li.tab a:focus{
text-decoration: none;
}
.panel-tabs li.tab:not(:first-of-type){
position:relative;
}
.panel-tabs li.selected{
background-color: #fff;
border: 1px solid #EEE;
border-bottom: 1px solid #fff;
position:relative;
top: 1px;
font-weight: bold !important;
color:#5D9CEC !important;
}
@media screen and (max-width:767px){
.panel-tabs .tab-list li{
display: block;
}
.panel-tabs .tab-list .tab.selected{
border-left: none;
border-bottom: none;
}
.panel-tabs li.tab:not(:first-of-type){
position: relative;
left: 0;
top: 0;
}
}
/* ----------- end panel tabs -------------- */
/* ----------- inventory page ---------------- */
.panel-tabs li.tab:not(.selected):not(.product-type) a{
color: #909FA7;
}
.panel-tabs li.product-type{
border-bottom: 1px solid #fff;
color: #fff;
position: relative;
background-color: #5D9CEC;
}
.panel-tabs li.product-type ul li a{
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.52857;
color: #5F5F5F;
white-space: nowrap;
}
.panel-tabs li.product-type a{
color: #fff;
}
.product-item{
border-radius: 5px;
padding: 5px 10px;
border: 2px solid #fff;
margin-top: 10px;
margin-bottom: 10px;
height: 270px;
}
.product-item.add{
height: 240px;
}
.product-image{
-webkit-box-shadow: 1px 1px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 18px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 18px 0px rgba(0,0,0,0.75);
}
#comic-list .table-responsive table tr th{
border-top: 2px solid #555;
}
#comic-list{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.product-item.addcomic{
height: 240px;
}
.add-message{
font-size: 15pt;
font-weight: bold;
border: 1px solid #ddd;
width: 100%;
margin: 0;
background-color: rgba(255,255,255,0.8);
padding: 10px;
text-align: center;
position: relative;
top: 140px;
float: right;
margin-top: -80px;
z-index: 200;
display:none;
}
.product-item:hover{
background-color: #EAEAEA;
border: 1px solid #ddd;
cursor: pointer;
box-sizing: border-box;
}
.product-item:hover .product-image{
-webkit-box-shadow: 1px 1px 21px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 21px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 21px 0px rgba(0,0,0,0.75);
}
.product-item.comic-view{
background-color: #EAEAEA;
border: 1px solid #666;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
position:relative;
bottom: -1px;
cursor: pointer;
box-sizing: border-box;
}
.products-list #comic-list{
background-color:#444;
display:none;
margin:0;
padding:20px;
}
#comic-list .products-list .product-item{
border: none;
text-align:center;
}
.products-list .product-item .btn{
margin-left: auto;
margin-right: auto;
text-align:center;
width: 130px;
}
#comic-list .products-list .product-item:hover{
background-color: inherit;
border: 2px dashed #555;
}
.product-item.out-of-stock{
/*border: 3px solid #F05050;*/
}
.product-item.out-of-stock:hover{
background-color: rgba(240, 80, 80, 0.28);
}
.product-item.out-of-stock .product-stock{
color: #F05050;
font-weight: bolder;
}
.product-item:hover .product-item .product-image{
background-color: #EAEAEA;
}
.product-type-listing{
margin-bottom: 10px;
}
.product-type-minimize:hover{
text-decoration: none;
cursor: pointer;
}
.products-list{
margin-top: 10px;
}
.ball-grid-pulse{
display: block;
margin-top: 45px;
padding-bottom: 110px;
}
.out-of-stock-label{
display: block;
}
.search-box .col-sm-6{
margin-top: 10px;
}
.btn-remove-filter{
float:right;
margin-top:-30px;
z-index:200;
margin-right:5px;
}
.btn-remove-filter:hover{
color: #F05050;
cursor: pointer;
}
.product-item.add{
margin-bottom: 0;
}
@media screen and (max-width:767px){
.out-of-stock-label{
display: none;
}
#inventory-panel .panel-body-main{
}
}
/* ----------- end inventory page -------------- */
/* ----------- settings locations page -------------- */
.tab.new-location{
background-color: #5D9CEC;
color: #fff;
}
.tab.new-location em{
position:relative;
top:2px;
font-size:14pt;
}
/* ----------- end settings locations page -------------- */
/* ----------- add product details -------------- */
.image-dropbox{
margin: 15px;
width: 250px;
height: 320px;
border: 5px dashed gray;
border-radius: 8px;
background: #eaeaea;
background-size: 100%;
background-repeat: no-repeat;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.image-dropbox div{
color: #2d2d2d;
font-size: 22px;
margin-top: 50px;
}
.image-upload{
margin-top: -10px;
}
.image-upload .file-upload-btn{
width: 250px;
margin-left: auto;
margin-right: auto;
display: block;
}
/* ----------- end add product details ---------- */
/* ----------- panel heading -------------------- */
.panel-default > .panel-heading {
border-top: 4px solid #4EC67F;
}
.panel-default > .panel-heading {
color: #333;
background-color: #FAFAFA;
border-color: #DDD;
}
.panel-heading, .panel-group .panel {
border-radius: 0px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid #EEE !important;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
/* ----------- view product details ------------- */
.btn-add-cart{
position:relative;
margin-left: auto;
margin-right: auto;
width:140px;
}
.btn-view-details{
position:relative;
margin-left: auto;
margin-right: auto;
width:140px;
}
/* ----------- end view product details --------- */
.btn-tbl{
width: 37px;
}
.txt-username{
font-size: 12pt;
font-weight: bold;
display: block;
}
.txt-usertype{
display: block;
font-size: 10pt;
}
.tbl-userimg{
width: auto;
height: 44px;
}
/* ----------- dropzone ------------- */
#product-image-uploader{
border: 1px solid #ddd;
}
#product-image-uploader .dz-default.dz-message{
padding: 20px;
height: 100px;
font-size: 16pt;
font-weight: bold;
text-align: center;
}
@-webkit-keyframes passing-through { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30%, 70% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
100% { opacity: 0; -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); } }
@-moz-keyframes passing-through { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30%, 70% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
100% { opacity: 0; -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); } }
@keyframes passing-through { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30%, 70% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
100% { opacity: 0; -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); } }
@-webkit-keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } }
@-moz-keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } }
@keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } }
@-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
10% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
20% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
@-moz-keyframes pulse { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
10% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
20% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
@keyframes pulse { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
10% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
20% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
.dropzone, .dropzone * { box-sizing: border-box; }
.dropzone { min-height: 150px; border: 2px solid rgba(0, 0, 0, 0.3); background: white; padding: 54px 54px; }
.dropzone.dz-clickable { cursor: pointer; }
.dropzone.dz-clickable * { cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * { cursor: pointer; }
.dropzone.dz-started .dz-message { display: none; }
.dropzone.dz-drag-hover { border-style: solid; }
.dropzone.dz-drag-hover .dz-message { opacity: 0.5; }
.dropzone .dz-message { text-align: center; margin: 2em 0; }
.dropzone .dz-preview { position: relative; display: inline-block; vertical-align: top; margin: 16px; min-height: 100px; }
.dropzone .dz-preview:hover { z-index: 1000; }
.dropzone .dz-preview:hover .dz-details { opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 20px; background: #999; background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details { opacity: 1; }
.dropzone .dz-preview.dz-image-preview { background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details { -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove { font-size: 14px; text-align: center; display: block; cursor: pointer; border: none; }
.dropzone .dz-preview .dz-remove:hover { text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details { opacity: 1; }
.dropzone .dz-preview .dz-details { z-index: 20; position: absolute; top: 0; left: 0; opacity: 0; font-size: 13px; min-width: 100%; max-width: 100%; padding: 2em 1em; text-align: center; color: rgba(0, 0, 0, 0.9); line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size { margin-bottom: 1em; font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename { white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span { border: 1px solid rgba(200, 200, 200, 0.8); background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) { overflow: hidden; text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span { border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span { background-color: rgba(255, 255, 255, 0.4); padding: 0 0.4em; border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img { -webkit-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); -webkit-filter: blur(8px); filter: blur(8px); }
.dropzone .dz-preview .dz-image { border-radius: 20px; overflow: hidden; width: 120px; height: 120px; position: relative; display: block; z-index: 10; }
.dropzone .dz-preview .dz-image img { display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark { -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark { opacity: 1; -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark { pointer-events: none; opacity: 0; z-index: 500; position: absolute; display: block; top: 50%; left: 50%; margin-left: -27px; margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg { display: block; width: 54px; height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress { opacity: 1; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress { opacity: 0; -webkit-transition: opacity 0.4s ease-in; -moz-transition: opacity 0.4s ease-in; -ms-transition: opacity 0.4s ease-in; -o-transition: opacity 0.4s ease-in; transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress { -webkit-animation: pulse 6s ease infinite; -moz-animation: pulse 6s ease infinite; -ms-animation: pulse 6s ease infinite; -o-animation: pulse 6s ease infinite; animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress { opacity: 1; z-index: 1000; pointer-events: none; position: absolute; height: 16px; left: 50%; top: 50%; margin-top: -8px; width: 80px; margin-left: -40px; background: rgba(255, 255, 255, 0.9); -webkit-transform: scale(1); border-radius: 8px; overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload { background: #333; background: linear-gradient(to bottom, #666, #444); position: absolute; top: 0; left: 0; bottom: 0; width: 0; -webkit-transition: width 300ms ease-in-out; -moz-transition: width 300ms ease-in-out; -ms-transition: width 300ms ease-in-out; -o-transition: width 300ms ease-in-out; transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message { display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message { opacity: 1; pointer-events: auto; }
.dropzone .dz-preview .dz-error-message { pointer-events: none; z-index: 1000; position: absolute; display: block; display: none; opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; border-radius: 8px; font-size: 13px; top: 130px; left: -10px; width: 140px; background: #be2626; background: linear-gradient(to bottom, #be2626, #a92222); padding: 0.5em 1.2em; color: white; }
.dropzone .dz-preview .dz-error-message:after { content: ''; position: absolute; top: -6px; left: 64px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #be2626; }
/* ---------- end dropzone ------------ */
|
ecantina_project/static/inventory/css/comicscantina.css
|
.m0 {
margin: 0 !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.mb5 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.mt0 {
margin-top: 0 !important;
}
.mt5 {
margin-top: 5px !important;
}
.mt10 {
margin-top: 10px !important;
}
.mt40 {
margin-top: 40px !important;
}
.ml30 {
margin-left: 30px !important;
}
.p0 {
padding: 0 !important;
}
.p7 {
padding: 7px !important;
}
.p10 {
padding: 10px !important;
}
.pr10 {
padding-right: 10px !important;
}
.pt0 {
padding-top: 0 !important;
}
.pb0 {
padding-bottom: 0 !important;
}
.b0 {
border: 0;
}
.curp {
cursor: pointer !important;
}
.hide {
display: none !important;
}
.bgwhite {
background-color: #fff;
}
.row.main-row {
margin-left: -20px;
margin-right: -20px;
background-color: #fff;
height: 100% !important;
}
.w80 {
width: 80%;
}
.w100 {
width: 100%;
}
.wrapper section {
height: 100% !important;
}
.wrapper section .content-wrapper {
padding-bottom: 0;
height: 100% !important;
}
.back-btn {
margin-top: -55px !important;
float: right !important;
width: 150px !important;
margin-right: 10px !important;
font-size: 12pt !important;
}
.add-cover-image {
width: 100%;
height: 400px;
}
.cc-logo-rect {
width: 320px;
border-radius: 4px;
}
.login-body {
background-image: url('../img/bg3.jpg');
background-color: #000;
background-size: auto;
background-attachment: fixed;
background-origin: border-box;
background-position: top center;
background-repeat: repeat;
}
.brand-logo h2 {
color: #fff !important;
margin: 0;
padding: 0;
}
.brand-logo-collapsed h2 {
color: #fff !important;
margin: 0;
margin-top: 5px;
padding: 0;
}
.inventory-search-list {
border-radius: 0;
margin-bottom: 0;
}
.inventory-search-list .list-group-item:first-child {
border-top: 0 !important;
border-radius: 0 !important;
}
.inventory-search-list .list-group-item:last-of-type {
border-radius: 0 !important;
}
.inventory-search-list .list-group-item {
border-left: 0 !important;
border-right: 0 !important;
}
.inventory-details tr td .media .cover-image {
width: auto;
height: 80px;
}
.list-group .accordion .group .group-header {
padding-left: 20px;
padding-right: 20px;
}
.list-group .accordion .group .group-body .list-group-item {
padding-left: 20px;
padding-right: 20px;
}
#series-adv-search-box, #issues-adv-search-box {
padding: 10px;
padding-top: 5px;
display: none;
}
#issues-adv-search-box .price-range {
margin-bottom: -5px;
margin-top: 10px;
padding-left: 30px;
}
#issues-adv-search-box .price-range #search-price {
margin-right: 0px;
margin-top: 2px;
}
#issues-adv-search-box .price-range #price-amount {
margin-left: 10px;
border: 0;
color: #5cb85c;
font-weight: bold;
background-color: transparent;
}
#issues-adv-search-box .price-range #slider-range-price {
width: 160px;
margin: 0;
padding: 0;
position: relative;
left: 180px;
top: -20px;
}
#issues-adv-search-box .control-label input {
position: relative !important;
top: 2px !important;
}
#search-issues-list .inventory-search-list .search-list-item .add-btn {
margin: 5px 10px;
position: relative;
top: 15px;
}
#search-issues-list .inventory-search-list .search-list-item .add-btn .fa-plus-square {
color: #27C24C;
}
#series-adv-search-box .label-publish-from {
width: 25%;
float: left;
line-height: 35px;
padding-left: 5px;
}
#series-adv-search-box .label-publish-to {
width: 25%;
float: left;
line-height: 35px;
padding-left: 5px;
margin-bottom: 0;
}
#series-adv-search-box .input-publish-from {
margin-bottom: 5px;
width: 73%;
float: right;
}
#series-adv-search-box .input-publish-to {
width: 73%;
float: right;
}
.search-list-item .cover-image {
height: 80px;
}
.search-list-item .series-cover-image {
height: 60px;
}
.search-list-item .left-info {
margin-left: 20px;
padding-top: 5px;
}
.search-list-item .right-info {
margin-right: 20px;
padding-top: 10px;
text-align: center;
}
.search-list-item .caret-r {
margin: 5px 10px;
}
h4.list-info, h3.list-info {
margin: 0;
margin-bottom: 2px;
}
span.list-info {
font-size: 10pt;
display: block;
}
.inventory-list {
border-left: 1px solid rgb(207, 219, 226);
padding: 0;
}
.list-filter-bar {
background-color: #eee;
width: 100%;
border-bottom: 1px solid rgb(207, 219, 226);
}
.list-filter-bar h4:first-of-type {
margin-left: 15px;
}
.list-filter-bar h5:first-of-type {
margin-right: 15px;
font-weight: bold;
cursor: pointer;
}
.list-filter-bar .search-box {
width: 100%;
padding: 10px;
padding-bottom: 0;
margin-bottom: 0;
}
.results-returned {
line-height: 50px;
color: #777;
padding-right: 20px;
}
.btn.sort-by {
margin: 10px;
margin-left: 10px !important;
margin-top: 10px;
}
.hrule {
border-top: 1px solid #ddd;
margin-bottom: 10px;
}
.lbl-qty {
line-height: 35px;
width: 100%;
text-align: right;
}
.table-responsive {
background-color: #fff;
}
#added-items-table {
text-align: center !important;
}
#added-items-table thead {
text-align: center !important;
}
#added-items-table thead tr th {
width: 20%;
text-align: center;
font-size: 14pt;
font-weight: bold;
}
#search-series-list .list-group .list-group-item.search-list-item:hover {
background-color: #1B9DC5;
color: #fff !important;
cursor: pointer;
}
#search-issues-list .list-group .list-group-item.search-list-item:hover {
cursor: pointer;
background-color: #eee;
}
.add-loc-modal .modal-dialog {
width: 50% !important;
}
.table-responsive #added-items-table tbody tr td {
font-size: 12pt;
}
.table-responsive #added-items-table tbody tr td.price {
font-size: 14pt;
font-weight: bold;
}
.table-responsive #added-items-table tbody tr td a.edit-item em {
color: #5D9CEC;
position: relative;
top: 2px;
}
.table-responsive #added-items-table tbody tr td a.remove-item em {
color: #F05050;
}
.input-disabled {
color: #666;
background-color: #fff !important;
border: 0;
font-weight: bolder;
font-size: 14pt;
}
.store-sep {
margin-top: 0px;
padding-bottom: 15px;
}
img.user-image {
border: 3px solid #ddd;
border-radius: 10px;
height: 50px;
}
#add-user-image {
height: 270px;
max-width: 260px;
}
.contact-info-container {
border: 1px solid #ddd;
border-radius: 5px;
width: 100%;
background-color: #f5f5f5;
padding: 10px;
padding-top: 0;
margin-left: auto;
margin-right: auto;
position: relative;
top: 5px;
}
fieldset{
border-bottom: 0;
}
.contact-info-container legend {
padding-left: 10px;
padding-top: 5px;
margin-bottom: 10px;
}
.contact-info-container .contact-item {
font-size: 14pt;
margin-top: -3px;
display: block;
}
.btn-toolbar.btn-editor .btn-group {
margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
.modal-dialog {
width: 80% !important;
}
}
@media only screen and (max-width: 767px) {
.modal-dialog {
width: 98% !important;
}
}
.text-xs {
font-size: 9pt;
}
.print-label {
width: 100%;
margin-top: 20px;
}
.print-label .used-label {
margin-top: -57px;
position: relative;
right: 30px;
}
.print-label .label-text {
position: relative;
top: 5px;
}
.qr-code {
margin-left: 0;
padding: 0;
}
.qr-code img {
width: 55px;
height: 55px;
margin-top: 5px;
margin-left: 0;
margin-right: 10px;
}
.register-panel {
width: 80%;
}
@media screen and (max-width:500px){
.register-panel{
width: 100%;
margin-top: 0 !important;
padding-top: 0;
}
.register-panel img.cc-logo-rect{
width: 100%;
}
}
.register-panel .form-group {
margin-top: 10px;
}
/* ----------- panel tabs -------------- */
.panel-tabs{
margin: 0; padding: 0 !important;
height: auto;
background-color:#FAFAFA;
border-bottom:1px solid #EEE;
}
.panel-tabs ul{
list-style-type: none;
padding: 0; margin: 0;
}
.panel-tabs li.tab{
display: inline-block;
padding: 10px 20px;
margin: 0;
cursor: pointer;
}
.panel-tabs li.tab a:hover, .panel-tabs li.tab a:focus{
text-decoration: none;
}
.panel-tabs li.tab:not(:first-of-type){
position:relative;
}
.panel-tabs li.selected{
background-color: #fff;
border: 1px solid #EEE;
border-bottom: 1px solid #fff;
position:relative;
top: 1px;
font-weight: bold !important;
color:#5D9CEC !important;
}
@media screen and (max-width:767px){
.panel-tabs .tab-list li{
display: block;
}
.panel-tabs .tab-list .tab.selected{
border-left: none;
border-bottom: none;
}
.panel-tabs li.tab:not(:first-of-type){
position: relative;
left: 0;
top: 0;
}
}
/* ----------- end panel tabs -------------- */
/* ----------- inventory page ---------------- */
.panel-tabs li.tab:not(.selected):not(.product-type) a{
color: #909FA7;
}
.panel-tabs li.product-type{
border-bottom: 1px solid #fff;
color: #fff;
position: relative;
background-color: #5D9CEC;
}
.panel-tabs li.product-type ul li a{
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.52857;
color: #5F5F5F;
white-space: nowrap;
}
.panel-tabs li.product-type a{
color: #fff;
}
.product-item{
border-radius: 5px;
padding: 5px 10px;
border: 2px solid #fff;
margin-top: 10px;
margin-bottom: 10px;
height: 270px;
}
.product-item.add{
height: 240px;
}
.product-image{
-webkit-box-shadow: 1px 1px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 18px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 18px 0px rgba(0,0,0,0.75);
}
#comic-list .table-responsive table tr th{
border-top: 2px solid #555;
}
#comic-list{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.product-item.addcomic{
height: 240px;
}
.add-message{
font-size: 15pt;
font-weight: bold;
border: 1px solid #ddd;
width: 100%;
margin: 0;
background-color: rgba(255,255,255,0.8);
padding: 10px;
text-align: center;
position: relative;
top: 140px;
float: right;
margin-top: -80px;
z-index: 200;
display:none;
}
.product-item:hover{
background-color: #EAEAEA;
border: 1px solid #ddd;
cursor: pointer;
box-sizing: border-box;
}
.product-item:hover .product-image{
-webkit-box-shadow: 1px 1px 21px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 21px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 21px 0px rgba(0,0,0,0.75);
}
.product-item.comic-view{
background-color: #EAEAEA;
border: 1px solid #666;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
position:relative;
bottom: -1px;
cursor: pointer;
box-sizing: border-box;
}
.products-list #comic-list{
background-color:#444;
display:none;
margin:0;
padding:20px;
}
#comic-list .products-list .product-item{
border: none;
text-align:center;
}
.products-list .product-item .btn{
margin-left: auto;
margin-right: auto;
text-align:center;
width: 130px;
}
#comic-list .products-list .product-item:hover{
background-color: inherit;
border: 2px dashed #555;
}
.product-item.out-of-stock{
/*border: 3px solid #F05050;*/
}
.product-item.out-of-stock:hover{
background-color: rgba(240, 80, 80, 0.28);
}
.product-item.out-of-stock .product-stock{
color: #F05050;
font-weight: bolder;
}
.product-item:hover .product-item .product-image{
background-color: #EAEAEA;
}
.product-type-listing{
margin-bottom: 10px;
}
.product-type-minimize:hover{
text-decoration: none;
cursor: pointer;
}
.products-list{
margin-top: 10px;
}
.ball-grid-pulse{
display: block;
margin-top: 45px;
padding-bottom: 110px;
}
.out-of-stock-label{
display: block;
}
.search-box .col-sm-6{
margin-top: 10px;
}
.btn-remove-filter{
float:right;
margin-top:-30px;
z-index:200;
margin-right:5px;
}
.btn-remove-filter:hover{
color: #F05050;
cursor: pointer;
}
.product-item.add{
margin-bottom: 0;
}
@media screen and (max-width:767px){
.out-of-stock-label{
display: none;
}
#inventory-panel .panel-body-main{
}
}
/* ----------- end inventory page -------------- */
/* ----------- settings locations page -------------- */
.tab.new-location{
background-color: #5D9CEC;
color: #fff;
}
.tab.new-location em{
position:relative;
top:2px;
font-size:14pt;
}
/* ----------- end settings locations page -------------- */
/* ----------- add product details -------------- */
.image-dropbox{
margin: 15px;
width: 250px;
height: 320px;
border: 5px dashed gray;
border-radius: 8px;
background: #eaeaea;
background-size: 100%;
background-repeat: no-repeat;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.image-dropbox div{
color: #2d2d2d;
font-size: 22px;
margin-top: 50px;
}
.image-upload{
margin-top: -10px;
}
.image-upload .file-upload-btn{
width: 250px;
margin-left: auto;
margin-right: auto;
display: block;
}
/* ----------- end add product details ---------- */
/* ----------- panel heading -------------------- */
.panel-default > .panel-heading {
border-top: 4px solid #4EC67F;
}
.panel-default > .panel-heading {
color: #333;
background-color: #FAFAFA;
border-color: #DDD;
}
.panel-heading, .panel-group .panel {
border-radius: 0px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid #EEE !important;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
/* ----------- view product details ------------- */
.btn-add-cart{
position:relative;
margin-left: auto;
margin-right: auto;
width:140px;
}
.btn-view-details{
position:relative;
margin-left: auto;
margin-right: auto;
width:140px;
}
/* ----------- end view product details --------- */
.btn-tbl{
width: 37px;
}
.txt-username{
font-size: 12pt;
font-weight: bold;
display: block;
}
.txt-usertype{
display: block;
font-size: 10pt;
}
.tbl-userimg{
width: auto;
height: 44px;
}
/* ----------- dropzone ------------- */
#product-image-uploader{
border: 1px solid #ddd;
}
#product-image-uploader .dz-default.dz-message{
padding: 20px;
height: 100px;
font-size: 16pt;
font-weight: bold;
text-align: center;
}
@-webkit-keyframes passing-through { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30%, 70% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
100% { opacity: 0; -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); } }
@-moz-keyframes passing-through { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30%, 70% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
100% { opacity: 0; -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); } }
@keyframes passing-through { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30%, 70% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
100% { opacity: 0; -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); } }
@-webkit-keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } }
@-moz-keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } }
@keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }
30% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } }
@-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
10% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
20% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
@-moz-keyframes pulse { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
10% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
20% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
@keyframes pulse { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
10% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
20% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
.dropzone, .dropzone * { box-sizing: border-box; }
.dropzone { min-height: 150px; border: 2px solid rgba(0, 0, 0, 0.3); background: white; padding: 54px 54px; }
.dropzone.dz-clickable { cursor: pointer; }
.dropzone.dz-clickable * { cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * { cursor: pointer; }
.dropzone.dz-started .dz-message { display: none; }
.dropzone.dz-drag-hover { border-style: solid; }
.dropzone.dz-drag-hover .dz-message { opacity: 0.5; }
.dropzone .dz-message { text-align: center; margin: 2em 0; }
.dropzone .dz-preview { position: relative; display: inline-block; vertical-align: top; margin: 16px; min-height: 100px; }
.dropzone .dz-preview:hover { z-index: 1000; }
.dropzone .dz-preview:hover .dz-details { opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 20px; background: #999; background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details { opacity: 1; }
.dropzone .dz-preview.dz-image-preview { background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details { -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove { font-size: 14px; text-align: center; display: block; cursor: pointer; border: none; }
.dropzone .dz-preview .dz-remove:hover { text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details { opacity: 1; }
.dropzone .dz-preview .dz-details { z-index: 20; position: absolute; top: 0; left: 0; opacity: 0; font-size: 13px; min-width: 100%; max-width: 100%; padding: 2em 1em; text-align: center; color: rgba(0, 0, 0, 0.9); line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size { margin-bottom: 1em; font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename { white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span { border: 1px solid rgba(200, 200, 200, 0.8); background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) { overflow: hidden; text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span { border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span { background-color: rgba(255, 255, 255, 0.4); padding: 0 0.4em; border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img { -webkit-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); -webkit-filter: blur(8px); filter: blur(8px); }
.dropzone .dz-preview .dz-image { border-radius: 20px; overflow: hidden; width: 120px; height: 120px; position: relative; display: block; z-index: 10; }
.dropzone .dz-preview .dz-image img { display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark { -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark { opacity: 1; -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark { pointer-events: none; opacity: 0; z-index: 500; position: absolute; display: block; top: 50%; left: 50%; margin-left: -27px; margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg { display: block; width: 54px; height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress { opacity: 1; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress { opacity: 0; -webkit-transition: opacity 0.4s ease-in; -moz-transition: opacity 0.4s ease-in; -ms-transition: opacity 0.4s ease-in; -o-transition: opacity 0.4s ease-in; transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress { -webkit-animation: pulse 6s ease infinite; -moz-animation: pulse 6s ease infinite; -ms-animation: pulse 6s ease infinite; -o-animation: pulse 6s ease infinite; animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress { opacity: 1; z-index: 1000; pointer-events: none; position: absolute; height: 16px; left: 50%; top: 50%; margin-top: -8px; width: 80px; margin-left: -40px; background: rgba(255, 255, 255, 0.9); -webkit-transform: scale(1); border-radius: 8px; overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload { background: #333; background: linear-gradient(to bottom, #666, #444); position: absolute; top: 0; left: 0; bottom: 0; width: 0; -webkit-transition: width 300ms ease-in-out; -moz-transition: width 300ms ease-in-out; -ms-transition: width 300ms ease-in-out; -o-transition: width 300ms ease-in-out; transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message { display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message { opacity: 1; pointer-events: auto; }
.dropzone .dz-preview .dz-error-message { pointer-events: none; z-index: 1000; position: absolute; display: block; display: none; opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; border-radius: 8px; font-size: 13px; top: 130px; left: -10px; width: 140px; background: #be2626; background: linear-gradient(to bottom, #be2626, #a92222); padding: 0.5em 1.2em; color: white; }
.dropzone .dz-preview .dz-error-message:after { content: ''; position: absolute; top: -6px; left: 64px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #be2626; }
/* ---------- end dropzone ------------ */
| 0.38549 | 0.109753 |
@charset "utf-8";
* {
padding: 0;
margin: 0;
font-family: "Microsoft YaHei";
font-size: 14px;
}
#hides{display: none;}
a {
text-decoration: none;
}
li {
list-style-type: none;
}
/*head.css*/
/*页面整形CSS 请勿删除和覆盖 hy*/
#bg {
width: 100%;
overflow-x: hidden;
}
.head {
width: 100%;
height: 100px;
background-color: #4390b9;
}
.head .headL {
width: 440px;
height: 100%;
text-align: center;
float: left;
display: inline-block;
}
.head .headL img.headLogo {
padding-top: 28px;
}
.head .headR {
width: 400px;
height: 100%;
display: inline-block;
float: right;
text-align: right;
margin-right: 120px;
}
.head .headR .p1 {
padding-top: 30px;
font-size: 18px;
color: white;
display: inline-block;
cursor: pointer;
}
.head .headR .p2 {
}
.head .headR .p2 a {
font-size: 14px;
padding-top: 12px;
display: inline-block;
color: white;
cursor: pointer;
}
/*head.jsp 弹出框关闭*/
.closeOut {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.39);
position: fixed;
top: 0px;
display: none;
}
.closeOut .coDiv {
width: 20%;
margin: auto;
background-color: #fff;
position: relative;
top: 30%;
text-align: center;
}
.closeOut .coDiv .p1 {
position: relative;
top: 5px;
left: 45%;
}
.closeOut .coDiv .p1 span {
width: 30px;
height: 30px;
display: inline-block;
color: #fff;
background-color: #3695cc;
border-radius: 15px;
line-height: 30px;
font-size: 20px;
cursor: pointer;
}
.closeOut .coDiv .p2 {
font-size: 18px;
margin-top: 20px;
}
.closeOut .coDiv .p3 {
margin-top: 20px;
}
.closeOut .coDiv .p3 .ok {
display: inline-block;
width: 100px;
height: 40px;
background-color: #fff;
border: 1px solid #3695cc;
line-height: 40px;
margin-left: 25px;
margin-right: 25px;
color: #333;
font-size: 16px;
margin-bottom: 65px;
}
.closeOut .coDiv .p3 .no {
background-color: #3695cc;
color: #fff;
}
/*******left页面css*******/
.container {
width: 220px;
height: 100%;
margin: auto;
position: absolute;
}
.leftsidebar_box {
width: 220px;
height: 100%;
background-color: #f2f2f2;
}
.leftsidebar_box dt {
background-color: #f9f9f9;
color: #333;
font-size: 14px;
position: relative;
line-height: 44px;
cursor: pointer;
border-bottom: 1px solid #dedede;
border-right: 1px solid #dedede;
padding-left: 40px;
}
.leftsidebar_box dd {
display: none;
position: relative;
background-color: white;
padding-left: 65px;
border-bottom: 1px solid #dedede;
border-right: 1px solid #dedede;
}
.leftsidebar_box dd a {
color: #333;
line-height: 42px;
width: 100%;
height: 100%;
display: inline-block;
cursor: pointer;
}
.leftsidebar_box dt img.icon1 {
display: none;
position: absolute;
top: 10px;
left: 10px;
}
.leftsidebar_box dt img.icon2 {
position: absolute;
top: 10px;
left: 10px;
}
.leftsidebar_box dt img.icon3 {
display: none;
position: absolute;
top: 20px;
right: 12px;
}
.leftsidebar_box dt img.icon4 {
position: absolute;
top: 20px;
right: 12px;
}
.leftsidebar_box dd img.icon5 {
display: none;
position: absolute;
top: 0px;
right: 0px;
}
.leftsidebar_box dd img.coin11 {
display: none;
position: absolute;
top: 0px;
left: 40px;
}
.leftsidebar_box dd img.coin22 {
position: absolute;
top: 0px;
left: 40px;
}
.leftsidebar_box dl dd:last-child {
padding-bottom: 10px;
}
.leftsidebar_box .line {
background-color: #f9f9f9;
color: #333;
font-size: 14px;
position: relative;
line-height: 44px;
cursor: pointer;
border-bottom: 1px solid #dedede;
border-right: 1px solid #dedede;
padding-left: 40px
}
.leftsidebar_box .line img {
position: absolute;
top: 10px;
left: 10px;
}
.leftsidebar_box .menu_chioce1 {
color: #106ea9;
}
.leftsidebar_box .menu_chioce2 {
color: #106ea9;
}
/*left.css end*/
|
shopping/src/main/webapp/resource/css/public.css
|
@charset "utf-8";
* {
padding: 0;
margin: 0;
font-family: "Microsoft YaHei";
font-size: 14px;
}
#hides{display: none;}
a {
text-decoration: none;
}
li {
list-style-type: none;
}
/*head.css*/
/*页面整形CSS 请勿删除和覆盖 hy*/
#bg {
width: 100%;
overflow-x: hidden;
}
.head {
width: 100%;
height: 100px;
background-color: #4390b9;
}
.head .headL {
width: 440px;
height: 100%;
text-align: center;
float: left;
display: inline-block;
}
.head .headL img.headLogo {
padding-top: 28px;
}
.head .headR {
width: 400px;
height: 100%;
display: inline-block;
float: right;
text-align: right;
margin-right: 120px;
}
.head .headR .p1 {
padding-top: 30px;
font-size: 18px;
color: white;
display: inline-block;
cursor: pointer;
}
.head .headR .p2 {
}
.head .headR .p2 a {
font-size: 14px;
padding-top: 12px;
display: inline-block;
color: white;
cursor: pointer;
}
/*head.jsp 弹出框关闭*/
.closeOut {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.39);
position: fixed;
top: 0px;
display: none;
}
.closeOut .coDiv {
width: 20%;
margin: auto;
background-color: #fff;
position: relative;
top: 30%;
text-align: center;
}
.closeOut .coDiv .p1 {
position: relative;
top: 5px;
left: 45%;
}
.closeOut .coDiv .p1 span {
width: 30px;
height: 30px;
display: inline-block;
color: #fff;
background-color: #3695cc;
border-radius: 15px;
line-height: 30px;
font-size: 20px;
cursor: pointer;
}
.closeOut .coDiv .p2 {
font-size: 18px;
margin-top: 20px;
}
.closeOut .coDiv .p3 {
margin-top: 20px;
}
.closeOut .coDiv .p3 .ok {
display: inline-block;
width: 100px;
height: 40px;
background-color: #fff;
border: 1px solid #3695cc;
line-height: 40px;
margin-left: 25px;
margin-right: 25px;
color: #333;
font-size: 16px;
margin-bottom: 65px;
}
.closeOut .coDiv .p3 .no {
background-color: #3695cc;
color: #fff;
}
/*******left页面css*******/
.container {
width: 220px;
height: 100%;
margin: auto;
position: absolute;
}
.leftsidebar_box {
width: 220px;
height: 100%;
background-color: #f2f2f2;
}
.leftsidebar_box dt {
background-color: #f9f9f9;
color: #333;
font-size: 14px;
position: relative;
line-height: 44px;
cursor: pointer;
border-bottom: 1px solid #dedede;
border-right: 1px solid #dedede;
padding-left: 40px;
}
.leftsidebar_box dd {
display: none;
position: relative;
background-color: white;
padding-left: 65px;
border-bottom: 1px solid #dedede;
border-right: 1px solid #dedede;
}
.leftsidebar_box dd a {
color: #333;
line-height: 42px;
width: 100%;
height: 100%;
display: inline-block;
cursor: pointer;
}
.leftsidebar_box dt img.icon1 {
display: none;
position: absolute;
top: 10px;
left: 10px;
}
.leftsidebar_box dt img.icon2 {
position: absolute;
top: 10px;
left: 10px;
}
.leftsidebar_box dt img.icon3 {
display: none;
position: absolute;
top: 20px;
right: 12px;
}
.leftsidebar_box dt img.icon4 {
position: absolute;
top: 20px;
right: 12px;
}
.leftsidebar_box dd img.icon5 {
display: none;
position: absolute;
top: 0px;
right: 0px;
}
.leftsidebar_box dd img.coin11 {
display: none;
position: absolute;
top: 0px;
left: 40px;
}
.leftsidebar_box dd img.coin22 {
position: absolute;
top: 0px;
left: 40px;
}
.leftsidebar_box dl dd:last-child {
padding-bottom: 10px;
}
.leftsidebar_box .line {
background-color: #f9f9f9;
color: #333;
font-size: 14px;
position: relative;
line-height: 44px;
cursor: pointer;
border-bottom: 1px solid #dedede;
border-right: 1px solid #dedede;
padding-left: 40px
}
.leftsidebar_box .line img {
position: absolute;
top: 10px;
left: 10px;
}
.leftsidebar_box .menu_chioce1 {
color: #106ea9;
}
.leftsidebar_box .menu_chioce2 {
color: #106ea9;
}
/*left.css end*/
| 0.241937 | 0.043998 |
.app-mask {
position: fixed;
display: none;
top: 0;
left: 0;
right: 0;
height: 100%;
z-index: 2000;
background-color: rgba(209, 209, 209, 0.9); }
.expert-mask {
background-color: rgba(1, 127, 79, 0.9); }
.health-mask {
background-color: rgba(7, 117, 170, 0.9); }
.pressure-mask {
background-color: rgba(157, 51, 115, 0.9); }
.resource-mask {
background-color: rgba(86, 62, 150, 0.9); }
.form-outter-wrapper {
display: none;
z-index: 9999; }
@media (min-width: 768px) {
.form-outter-wrapper {
position: absolute;
width: 80%; } }
@media (max-width: 767px) {
.form-diagnose {
display: none; } }
@media (min-width: 768px) {
.form-diagnose {
position: absolute;
top: 0;
left: 0;
margin-left: -37.5px;
border-top-left-radius: 37.5px;
border-bottom-left-radius: 37.5px;
height: 75px;
background-color: #0085c4;
box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.3); }
.form-diagnose .image-wrapper {
float: left;
width: 59px;
height: 59px;
border-radius: 50%;
margin-top: 8px;
margin-left: 8px;
overflow: hidden;
background-color: #fff; }
.form-diagnose .form-diagnose-text {
margin-left: 80px;
margin-right: 15px;
height: 75px;
line-height: 75px;
color: #fff;
font-size: 2em;
text-align: center;
letter-spacing: 2px; }
.form-diagnose img {
width: 100%;
height: auto; } }
@media (min-width: 993px) {
.form-diagnose {
margin-left: -50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
height: 100px; }
.form-diagnose .image-wrapper {
width: 84px;
height: 84px;
margin-top: 8px;
margin-left: 8px; }
.form-diagnose .form-diagnose-text {
margin-left: 105px;
height: 100px;
line-height: 100px;
font-size: 2.9em;
letter-spacing: 1px; } }
@media (min-width: 1200px) {
.form-diagnose {
margin-left: -50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
height: 100px; }
.form-diagnose .image-wrapper {
width: 84px;
height: 84px;
margin-top: 8px;
margin-left: 8px; }
.form-diagnose .form-diagnose-text {
margin-left: 105px;
height: 100px;
line-height: 100px;
font-size: 3.8em; } }
@media (min-width: 1439px) {
.form-diagnose {
margin-left: -65px;
border-top-left-radius: 65px;
border-bottom-left-radius: 65px;
height: 130px; }
.form-diagnose .image-wrapper {
width: 110px;
height: 110px;
margin-top: 10px;
margin-left: 10px; }
.form-diagnose .form-diagnose-text {
margin-left: 135px;
height: 130px;
line-height: 130px;
font-size: 4em;
text-align: center;
letter-spacing: 5px; } }
.form-inner-wrapper {
background-color: #fff; }
.form-inner-wrapper .form-wrapper {
display: none; }
@media (min-width: 768px) {
.form-inner-wrapper {
box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.3); } }
@media (max-width: 767px) {
.form-home-header {
display: none; } }
@media (min-width: 768px) {
.form-home-header {
display: block;
height: 75px;
position: relative; }
.form-home-header .home-header-text {
font-size: 2.4em;
position: absolute;
left: 0;
bottom: 0;
height: 45px;
line-height: 45px;
background-color: #cee6f2;
color: #0089c9;
display: inline-block;
padding-left: 10%;
padding-right: 15px;
letter-spacing: 1px; }
.form-home-header .home-header-text .image-wrapper {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 100%;
min-width: 30px; }
.form-home-header .home-header-text img {
height: 100%;
width: auto;
vertical-align: top; }
.form-home-header .close-button {
display: block;
float: right;
color: #0089c9;
cursor: pointer;
padding-top: 30px;
padding-right: 15px; }
.form-home-header .close-button span {
display: inline-block;
line-height: 1;
font-size: 1.8em;
text-align: center;
vertical-align: middle;
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out; }
.form-home-header .close-button span:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); } }
@media (min-width: 993px) {
.form-home-header {
height: 100px; }
.form-home-header .home-header-text {
font-size: 2.6em;
height: 60px;
line-height: 60px; }
.form-home-header .close-button {
padding-top: 40px;
padding-right: 20px; }
.form-home-header .close-button span {
font-size: 2.1em; } }
@media (min-width: 1200px) {
.form-home-header {
height: 100px; }
.form-home-header .home-header-text {
font-size: 3em;
height: 60px;
line-height: 60px; }
.form-home-header .close-button {
padding-top: 40px;
padding-right: 25px; }
.form-home-header .close-button span {
font-size: 2.4em; } }
@media (min-width: 1439px) {
.form-home-header {
height: 130px; }
.form-home-header .home-header-text {
font-size: 3em;
height: 78px;
line-height: 78px; }
.form-home-header .close-button {
padding-top: 52px;
padding-right: 30px; }
.form-home-header .close-button span {
font-size: 2.4em; } }
.mobile-form-outter-wrapper {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
background-color: rgba(209, 209, 209, 0.9); }
.mobile-form-wrapper a {
text-decoration: none; }
@media (max-width: 767px) {
.mobile-form-wrapper {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin-top: -132.5px; }
.mobile-form-wrapper .mobile-form-home-header {
height: 65px;
position: relative;
background-color: #fff; }
.mobile-form-wrapper .mobile-home-header-text {
display: block;
height: 65px;
line-height: 65px;
color: #0185c5;
font-size: 2.4em;
padding-left: 20px; }
.mobile-form-wrapper .mobile-close-button {
position: absolute;
display: block;
right: 0;
top: 0;
cursor: pointer;
padding-top: 10px;
padding-right: 15px; }
.mobile-form-wrapper .mobile-close-button span {
color: #0185c5;
display: inline-block;
line-height: 1;
font-size: 1.8em;
text-align: center;
vertical-align: middle; }
.mobile-form-wrapper .m-btn-medical {
display: block;
border-radius: 0;
text-align: center;
margin: 0;
color: #fff;
border: none;
width: 50%;
float: left;
height: 105px;
line-height: 105px;
font-size: 1.8em;
padding-left: 0;
padding-right: 0; }
.mobile-form-wrapper .m-btn-expert {
background: #52cc9d;
background: -moz-linear-gradient(left, #52cc9d 0%, #017f4f 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #52cc9d 0%, #017f4f 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #52cc9d 0%, #017f4f 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.mobile-form-wrapper .m-btn-expert:hover {
background: #017f4f; }
.mobile-form-wrapper .m-btn-health {
background: #1ba9f5;
background: -moz-linear-gradient(left, #1ba9f5 0%, #0775aa 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #1ba9f5 0%, #0775aa 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1ba9f5 0%, #0775aa 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.mobile-form-wrapper .m-btn-health:hover {
background: #0775aa; }
.mobile-form-wrapper .m-btn-pressure {
background: #e645a5;
background: -moz-linear-gradient(left, #e645a5 0%, #9d3373 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #e645a5 0%, #9d3373 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e645a5 0%, #9d3373 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.mobile-form-wrapper .m-btn-pressure:hover {
background: #9d3373; }
.mobile-form-wrapper .m-btn-resource {
background: #8b5ef5;
background: -moz-linear-gradient(left, #8b5ef5 0%, #563e96 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #8b5ef5 0%, #563e96 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8b5ef5 0%, #563e96 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.mobile-form-wrapper .m-btn-resource:hover {
background: #563e96; } }
@media (min-width: 768px) {
.mobile-form-wrapper {
display: none; } }
.form-choice-wrapper .btn-medical {
display: block;
border-radius: 0;
text-align: center;
width: 100%;
margin: 0;
color: #fff;
border: none; }
.form-choice-wrapper .btn-expert {
background: #52cc9d;
background: -moz-linear-gradient(left, #52cc9d 0%, #017f4f 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #52cc9d 0%, #017f4f 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #52cc9d 0%, #017f4f 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.form-choice-wrapper .btn-expert:hover {
background: #017f4f; }
.form-choice-wrapper .btn-health {
background: #1ba9f5;
background: -moz-linear-gradient(left, #1ba9f5 0%, #0775aa 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #1ba9f5 0%, #0775aa 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1ba9f5 0%, #0775aa 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.form-choice-wrapper .btn-health:hover {
background: #0775aa; }
.form-choice-wrapper .btn-pressure {
background: #e645a5;
background: -moz-linear-gradient(left, #e645a5 0%, #9d3373 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #e645a5 0%, #9d3373 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e645a5 0%, #9d3373 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.form-choice-wrapper .btn-pressure:hover {
background: #9d3373; }
.form-choice-wrapper .btn-resource {
background: #8b5ef5;
background: -moz-linear-gradient(left, #8b5ef5 0%, #563e96 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #8b5ef5 0%, #563e96 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8b5ef5 0%, #563e96 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.form-choice-wrapper .btn-resource:hover {
background: #563e96; }
@media (min-width: 768px) {
.form-choice-wrapper {
width: 60%;
margin: auto;
padding: 60px 0; }
.form-choice-wrapper .btn-medical {
height: 50px;
margin-bottom: 15px;
letter-spacing: 4px;
font-size: 2.1em; } }
@media (min-width: 993px) {
.form-choice-wrapper .btn-medical {
height: 60px;
font-size: 2.2em;
letter-spacing: 8px;
margin-bottom: 30px; } }
@media (min-width: 1200px) {
.form-choice-wrapper .btn-medical {
height: 70px;
font-size: 2.5em;
letter-spacing: 8px;
margin-bottom: 30px; } }
.form-show .form-home-header,
.form-show .form-choice-wrapper {
display: none; }
.form-show .form-wrapper {
display: block; }
.form-wrapper a,
.form-wrapper a:hover {
text-decoration: none; }
@media (min-width: 768px) {
.medical-form-header {
height: 75px;
position: relative; }
.medical-form-header .form-close-button {
display: block;
float: right;
color: #017f4f;
cursor: pointer;
padding-top: 6px;
padding-right: 6px; }
.medical-form-header .form-close-button span {
display: inline-block;
width: 28px;
line-height: 1;
font-size: 2em;
text-align: center;
vertical-align: middle;
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out; }
.medical-form-header .form-close-button span:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.medical-form-header .form-step-indicator {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
right: 0; }
.medical-form-header .form-step-indicator > div {
display: inline-block;
vertical-align: bottom;
width: 25%;
color: #fff;
padding-left: 3px; }
.medical-form-header .form-step-indicator > div:first-child {
padding-left: 0; }
.medical-form-header .form-step-indicator span {
display: inline-block;
width: 100%;
height: 37.5px;
line-height: 37.5px;
text-align: center;
font-size: 1.8em;
letter-spacing: 1px;
background-color: #52cc9d; }
.medical-form-header .form-step-indicator span.current {
height: 47.5px;
line-height: 47.5px; }
.medical-form-header .form-step-indicator span.current,
.medical-form-header .form-step-indicator span.completed {
background-color: #017f4f; } }
@media (min-width: 993px) {
.medical-form-header {
height: 100px; }
.medical-form-header .form-close-button {
padding-top: 10px;
padding-right: 12px; }
.medical-form-header .form-close-button span {
width: 30px;
line-height: 1;
font-size: 2.4em; }
.medical-form-header .form-step-indicator > div {
padding-left: 3px; }
.medical-form-header .form-step-indicator > div:first-child {
padding-left: 0; }
.medical-form-header .form-step-indicator span {
height: 50px;
line-height: 50px;
font-size: 1.8em;
letter-spacing: 1px; }
.medical-form-header .form-step-indicator span.current {
height: 60px;
line-height: 60px; } }
@media (min-width: 1200px) {
.medical-form-header {
height: 100px; }
.medical-form-header .form-close-button {
padding-top: 12px;
padding-right: 15px; }
.medical-form-header .form-close-button span {
width: 30px;
line-height: 1;
font-size: 2.4em; }
.medical-form-header .form-step-indicator > div {
padding-left: 3px; }
.medical-form-header .form-step-indicator > div:first-child {
padding-left: 0; }
.medical-form-header .form-step-indicator span {
height: 50px;
line-height: 50px;
font-size: 1.8em;
letter-spacing: 1px; }
.medical-form-header .form-step-indicator span.current {
height: 60px;
line-height: 60px; } }
@media (min-width: 1439px) {
.medical-form-header {
height: 130px; }
.medical-form-header .form-close-button {
padding-top: 20px;
padding-right: 25px; }
.medical-form-header .form-close-button span {
width: 34px;
line-height: 1;
font-size: 2.4em; }
.medical-form-header .form-step-indicator > div {
padding-left: 4px; }
.medical-form-header .form-step-indicator > div:first-child {
padding-left: 0; }
.medical-form-header .form-step-indicator span {
height: 65px;
line-height: 65px;
font-size: 2.2em;
letter-spacing: 2px; }
.medical-form-header .form-step-indicator span.current {
height: 75px;
line-height: 75px; } }
.medical-form input {
border-radius: 0; }
.medical-form input[type="radio"] {
position: absolute;
left: -999em; }
.medical-form input[type="checkbox"] {
opacity: 0;
z-index: 1; }
.medical-form select {
border-radius: 0; }
@media (min-width: 768px) {
.medical-form input {
font-size: 1.5em;
color: #017f4f; }
.medical-form .form-group {
margin-bottom: 8px; }
.medical-form .form-section {
display: none;
position: relative;
min-height: 300px; }
.medical-form .form-section.current {
display: block; }
.medical-form .form-section {
padding: 5px 5% 5px; }
.medical-form .form-file {
margin-top: 15px;
margin-bottom: 0; }
.medical-form .form-text,
.medical-form .form-another-text {
margin-top: 80px;
margin-left: 0;
margin-right: 0;
color: #017f4f;
font-size: 1.2em; }
.medical-form .form-text .sup-ast,
.medical-form .form-another-text .sup-ast {
margin-right: 6px;
vertical-align: super; }
.medical-form .form-another-text {
margin-top: 0; }
.medical-form .form-navigation {
padding: 10px 15px 20px;
border-top: 2px solid #017f4f;
background-color: #fff; }
.medical-form .form-navigation .btn-navigate {
width: 100px;
padding: 8px 0px;
border-radius: 0;
font-size: 1.6em;
text-align: center;
color: #fff;
background-color: #52cc9d; }
.medical-form .form-navigation .btn-navigate:hover, .medical-form .form-navigation .btn-navigate:active {
background-color: #017f4f; }
.medical-form .medical-label {
font-size: 1.6em;
font-weight: 400;
color: #017f4f;
text-align: left;
padding-top: 6px; }
.medical-form .little-character {
font-size: 0.9em; }
.medical-form input[type="text"] {
border-color: #017f4f;
border-radius: 0; }
.medical-form .gender-single,
.medical-form .relation-single {
padding-left: 8px;
padding-right: 0; }
.medical-form .gender-single label,
.medical-form .relation-single label {
display: block;
width: 100%;
padding: 0; }
.medical-form .gender-single:first-child,
.medical-form .relation-single:first-child {
padding-left: 0; }
.medical-form input[type="radio"] + span {
display: block;
width: 100%;
height: 32px;
line-height: 32px;
font-size: 1.5em;
color: #fff;
background-color: #52cc9d;
text-align: center;
font-weight: 400;
cursor: pointer; }
.medical-form input[type="radio"]:checked + span {
background-color: #017f4f; }
.medical-form select {
display: block;
border-color: #017f4f;
height: 30px;
font-size: 1.5em;
padding-left: 5px;
color: #017f4f;
width: 100%; }
.medical-form input[type="text"] {
height: 30px; }
.medical-form select[disabled] {
background-color: #e6f2ee;
cursor: not-allowed; }
.medical-form .has-width {
display: inline-block;
width: 5em;
text-align: justify;
-moz-text-align-last: justify;
text-align-last: justify; }
.medical-form .address-choose {
padding-left: 8px;
padding-right: 0; }
.medical-form .address-choose:first-child {
padding-left: 0; }
.medical-form .address-details {
padding: 8px 0 0; }
.medical-form ::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
color: #017f4f;
font-size: 1.2em; }
.medical-form :-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #017f4f;
opacity: 1;
font-size: 1.2em; }
.medical-form ::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #017f4f;
opacity: 1;
font-size: 1.2em; }
.medical-form :-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #017f4f;
font-size: 1.2em; }
.medical-form :placeholder-shown {
/* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
color: #017f4f;
font-size: 1.2em; }
.medical-form .info-details {
border-color: #017f4f;
color: #017f4f;
padding: 5px;
display: block;
width: 100%;
height: 180px;
resize: none;
font-size: 1.5em; }
.medical-form .input-file {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1; }
.medical-form .input-file + label {
border: 1px solid #017f4f;
padding: 0;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
text-align: left; }
.medical-form .file-name {
width: 75%;
height: 35px;
line-height: 35px;
text-align: center;
color: #017f4f;
font-size: 1.4em;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
vertical-align: top; }
.medical-form .file-choose {
width: 25%;
height: 35px;
text-align: center;
color: #fff;
background-color: #017f4f;
line-height: 35px;
display: inline-block;
font-size: 1.6em; }
.medical-form .checkbox-wrapper {
width: 100%;
background-color: #cef2e4;
color: #017f4f;
padding: 10px 10%;
margin-bottom: 30px; }
.medical-form .checkbox-wrapper .form-group {
margin-bottom: 0; }
.medical-form .checkbox-wrapper label,
.medical-form .checkbox-wrapper .contract-click {
height: 20px;
line-height: 20px;
font-size: 1.4em;
font-weight: 400;
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
cursor: pointer; }
.medical-form .checkbox-wrapper .contract-click {
padding-left: 0;
font-weight: 700;
text-decoration: underline;
margin-bottom: 5px; }
.medical-form .checkbox-wrapper label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
margin-top: 1px;
border: 1px solid #017f4f;
background-color: #fff; }
.medical-form .checkbox-wrapper label::after {
display: inline-block;
position: absolute;
width: 15px;
height: 15px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
font-size: 11px;
color: #555; }
.medical-form .checkbox-wrapper input[type="checkbox"]:checked + label::before {
background-color: #017f4f;
border-color: #017f4f; }
.medical-form .checkbox-wrapper input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c";
color: #fff; }
.medical-form .time-grid span {
display: block;
width: 5em;
text-align: justify;
-moz-text-align-last: justify;
text-align-last: justify; }
.medical-form .user-time label {
display: block;
cursor: pointer;
margin: 0; }
.medical-form .user-time .time-wrapper {
margin-bottom: 3px; }
.medical-form .user-time .time-inner-wrapper {
display: inline-block;
width: 33.3333333%;
height: 28px;
padding-left: 3px; }
.medical-form .user-time .time-inner-wrapper:first-child {
padding-left: 0; }
.medical-form .user-time input[type="checkbox"] {
height: 1px;
position: absolute; }
.medical-form .user-time input[type="checkbox"] + span {
display: inline-block;
width: 100%;
background-color: #52cc9d;
text-align: center;
color: #fff;
font-size: 1.3em;
font-weight: 400;
height: 28px;
line-height: 28px; }
.medical-form .user-time input[type="checkbox"]:checked + span {
background-color: #017f4f; } }
@media (min-width: 993px) {
.medical-form .form-group {
margin-bottom: 6px; }
.medical-form .form-section {
min-height: 350px; }
.medical-form .form-section {
padding: 5px 15% 5px; }
.medical-form .form-file {
margin-top: 25px;
margin-bottom: 0; }
.medical-form .form-text,
.medical-form .form-another-text {
margin-top: 80px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em; }
.medical-form .form-text .sup-ast,
.medical-form .form-another-text .sup-ast {
margin-right: 8px;
vertical-align: super; }
.medical-form .form-another-text {
margin-top: 0; }
.medical-form .form-navigation {
padding: 10px 20px 20px; }
.medical-form .form-navigation .btn-navigate {
width: 130px;
padding: 10px 0px;
font-size: 1.6em; }
.medical-form .medical-label {
font-size: 1.8em;
font-weight: 400;
padding-top: 3.5px; }
.medical-form .little-character {
font-size: 0.9em; }
.medical-form .gender-single,
.medical-form .relation-single {
padding-left: 8px;
padding-right: 0; }
.medical-form .gender-single:first-child,
.medical-form .relation-single:first-child {
padding-left: 0; }
.medical-form input[type="radio"] + span {
height: 30px;
line-height: 30px;
font-size: 1.6em; }
.medical-form select {
border-color: #017f4f;
height: 30px;
font-size: 1.6em;
padding-left: 5px; }
.medical-form input[type="text"] {
height: 30px; }
.medical-form .has-width {
width: 5em; }
.medical-form .address-choose {
padding-left: 8px;
padding-right: 0; }
.medical-form .address-choose:first-child {
padding-left: 0; }
.medical-form .address-details {
padding: 8px 0 0; }
.medical-form ::-webkit-input-placeholder {
font-size: 1.2em; }
.medical-form :-moz-placeholder {
font-size: 1.2em; }
.medical-form ::-moz-placeholder {
font-size: 1.2em; }
.medical-form :-ms-input-placeholder {
font-size: 1.2em; }
.medical-form :placeholder-shown {
font-size: 1.2em; }
.medical-form .info-details {
padding: 5px;
height: 180px;
font-size: 1.5em;
color: #017f4f; }
.medical-form .file-name {
width: 75%;
height: 30px;
line-height: 30px;
font-size: 1.4em; }
.medical-form .file-choose {
width: 25%;
height: 30px;
line-height: 30px;
font-size: 1.5em; }
.medical-form .checkbox-wrapper {
padding: 10px 15%;
margin-bottom: 10px; }
.medical-form .checkbox-wrapper .form-group {
margin-bottom: 0; }
.medical-form .checkbox-wrapper label,
.medical-form .checkbox-wrapper .contract-click {
height: 20px;
line-height: 20px;
font-size: 1.4em;
padding-left: 5px; }
.medical-form .checkbox-wrapper .contract-click {
padding-left: 0;
margin-bottom: 5px; }
.medical-form .checkbox-wrapper label::before {
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
margin-top: 1px; }
.medical-form .checkbox-wrapper label::after {
width: 15px;
height: 15px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
font-size: 11px; }
.medical-form .user-time label {
margin: 0; }
.medical-form .user-time .time-wrapper {
margin-bottom: 3px; }
.medical-form .user-time .time-inner-wrapper {
height: 26px;
padding-left: 3px; }
.medical-form .user-time .time-inner-wrapper:first-child {
padding-left: 0; }
.medical-form .user-time input[type="checkbox"] + span {
font-size: 1.4em;
height: 26px;
line-height: 26px; } }
.box-container {
position: relative;
width: 100%; }
#dtBox a,
#dtBox a:hover {
text-decoration: none; }
.contract-context {
position: absolute;
z-index: 9999;
display: none;
background-color: #fff;
color: #017f4f; }
@media (min-width: 768px) {
.contract-context {
padding-bottom: 40px; }
.contract-context .contract-header {
height: 60px;
line-height: 60px;
background-color: #cef2e4;
font-size: 2em;
color: #017f4f;
padding-left: 40px;
font-weight: 700; }
.contract-context .contract-close-button {
display: inline-block;
float: right;
color: #017f4f;
font-size: 1em;
cursor: pointer; }
.contract-context .contract-close-button i {
line-height: 1;
display: inline-block;
margin-top: 20px;
margin-right: 20px;
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out; }
.contract-context .contract-close-button i:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.contract-context .contract-para {
padding: 40px;
font-size: 1.6em;
position: relative;
height: 290px; }
.contract-context .contract-para .para-outter-wrapper {
position: relative; }
.contract-context .contract-para p {
text-indent: 2em;
text-align: justify; }
.contract-context .contract-para span {
position: absolute;
left: 0;
top: 0; } }
.form-show-health .form-close-button {
color: #0775aa; }
.form-show-health .form-step-indicator span {
background-color: #1ba9f5; }
.form-show-health .form-step-indicator span.current,
.form-show-health .form-step-indicator span.completed {
background-color: #0775aa; }
.form-show-health input {
color: #0775aa; }
.form-show-health .form-text,
.form-show-health .form-another-text {
color: #0775aa; }
.form-show-health .form-navigation {
border-top: 2px solid #0775aa; }
.form-show-health .form-navigation .btn-navigate {
background-color: #1ba9f5; }
.form-show-health .form-navigation .btn-navigate:hover, .form-show-health .form-navigation .btn-navigate:active {
background-color: #0775aa; }
.form-show-health .medical-label {
color: #0775aa; }
.form-show-health input[type="text"] {
border-color: #0775aa; }
.form-show-health input[type="radio"] + span {
background-color: #1ba9f5; }
.form-show-health input[type="radio"]:checked + span {
background-color: #0775aa; }
.form-show-health select {
border-color: #0775aa;
color: #0775aa; }
.form-show-health select[disabled] {
background-color: #caecfc; }
.form-show-health ::-webkit-input-placeholder {
color: #0775aa; }
.form-show-health :-moz-placeholder {
color: #0775aa; }
.form-show-health ::-moz-placeholder {
color: #0775aa; }
.form-show-health :-ms-input-placeholder {
color: #0775aa; }
.form-show-health :placeholder-shown {
color: #0775aa; }
.form-show-health .info-details {
border-color: #0775aa;
color: #0775aa; }
.form-show-health .input-file + label {
border: 1px solid #0775aa; }
.form-show-health .file-name {
color: #0775aa; }
.form-show-health .file-choose {
background-color: #0775aa; }
.form-show-health .checkbox-wrapper {
background-color: #caecfc;
color: #0775aa; }
.form-show-health .checkbox-wrapper label::before {
border: 1px solid #0775aa; }
.form-show-health .checkbox-wrapper input[type="checkbox"]:checked + label::before {
background-color: #0775aa;
border-color: #0775aa; }
.form-show-health .user-time input[type="checkbox"] + span {
background-color: #1ba9f5; }
.form-show-health .user-time input[type="checkbox"]:checked + span {
background-color: #0775aa; }
.form-show-pressure .form-close-button {
color: #9d3373; }
.form-show-pressure .form-step-indicator span {
background-color: #e645a5; }
.form-show-pressure .form-step-indicator span.current,
.form-show-pressure .form-step-indicator span.completed {
background-color: #9d3373; }
.form-show-pressure input {
color: #9d3373; }
.form-show-pressure .form-text,
.form-show-pressure .form-another-text {
color: #9d3373; }
.form-show-pressure .form-navigation {
border-top: 2px solid #9d3373; }
.form-show-pressure .form-navigation .btn-navigate {
background-color: #e645a5; }
.form-show-pressure .form-navigation .btn-navigate:hover, .form-show-pressure .form-navigation .btn-navigate:active {
background-color: #9d3373; }
.form-show-pressure .medical-label {
color: #9d3373; }
.form-show-pressure input[type="text"] {
border-color: #9d3373; }
.form-show-pressure input[type="radio"] + span {
background-color: #e645a5; }
.form-show-pressure input[type="radio"]:checked + span {
background-color: #9d3373; }
.form-show-pressure select {
border-color: #9d3373;
color: #9d3373; }
.form-show-pressure select[disabled] {
background-color: #f2cee4; }
.form-show-pressure ::-webkit-input-placeholder {
color: #9d3373; }
.form-show-pressure :-moz-placeholder {
color: #9d3373; }
.form-show-pressure ::-moz-placeholder {
color: #9d3373; }
.form-show-pressure :-ms-input-placeholder {
color: #9d3373; }
.form-show-pressure :placeholder-shown {
color: #9d3373; }
.form-show-pressure .info-details {
border-color: #9d3373;
color: #9d3373; }
.form-show-pressure .input-file + label {
border: 1px solid #9d3373; }
.form-show-pressure .file-name {
color: #9d3373; }
.form-show-pressure .file-choose {
background-color: #9d3373; }
.form-show-pressure .checkbox-wrapper {
background-color: #f2cee4;
color: #9d3373; }
.form-show-pressure .checkbox-wrapper label::before {
border: 1px solid #9d3373; }
.form-show-pressure .checkbox-wrapper input[type="checkbox"]:checked + label::before {
background-color: #9d3373;
border-color: #9d3373; }
.form-show-pressure .user-time input[type="checkbox"] + span {
background-color: #e645a5; }
.form-show-pressure .user-time input[type="checkbox"]:checked + span {
background-color: #9d3373; }
.form-show-resource .form-close-button {
color: #563e96; }
.form-show-resource .form-step-indicator span {
background-color: #8b5ef5; }
.form-show-resource .form-step-indicator span.current,
.form-show-resource .form-step-indicator span.completed {
background-color: #563e96; }
.form-show-resource input {
color: #563e96; }
.form-show-resource .form-text,
.form-show-resource .form-another-text {
color: #563e96; }
.form-show-resource .form-navigation {
border-top: 2px solid #563e96; }
.form-show-resource .form-navigation .btn-navigate {
background-color: #8b5ef5; }
.form-show-resource .form-navigation .btn-navigate:hover, .form-show-resource .form-navigation .btn-navigate:active {
background-color: #563e96; }
.form-show-resource .medical-label {
color: #563e96; }
.form-show-resource input[type="text"] {
border-color: #563e96; }
.form-show-resource input[type="radio"] + span {
background-color: #8b5ef5; }
.form-show-resource input[type="radio"]:checked + span {
background-color: #563e96; }
.form-show-resource select {
border-color: #563e96;
color: #563e96; }
.form-show-resource select[disabled] {
background-color: #e1d7fc; }
.form-show-resource ::-webkit-input-placeholder {
color: #563e96; }
.form-show-resource :-moz-placeholder {
color: #563e96; }
.form-show-resource ::-moz-placeholder {
color: #563e96; }
.form-show-resource :-ms-input-placeholder {
color: #563e96; }
.form-show-resource :placeholder-shown {
color: #563e96; }
.form-show-resource .info-details {
border-color: #563e96;
color: #563e96; }
.form-show-resource .input-file + label {
border: 1px solid #563e96; }
.form-show-resource .file-name {
color: #563e96; }
.form-show-resource .file-choose {
background-color: #563e96; }
.form-show-resource .checkbox-wrapper {
background-color: #e1d7fc;
color: #563e96; }
.form-show-resource .checkbox-wrapper label::before {
border: 1px solid #563e96; }
.form-show-resource .checkbox-wrapper input[type="checkbox"]:checked + label::before {
background-color: #563e96;
border-color: #563e96; }
.form-show-resource .user-time input[type="checkbox"] + span {
background-color: #8b5ef5; }
.form-show-resource .user-time input[type="checkbox"]:checked + span {
background-color: #563e96; }
.contract-context2 {
color: #0775aa; }
.contract-context2 .contract-header {
color: #0775aa;
background-color: #caecfc; }
.contract-context2 .contract-close-button {
color: #0775aa; }
.contract-context3 {
color: #9d3373; }
.contract-context3 .contract-header {
color: #9d3373;
background-color: #f2cee4; }
.contract-context3 .contract-close-button {
color: #9d3373; }
.contract-context4 {
color: #563e96; }
.contract-context4 .contract-header {
color: #563e96;
background-color: #e1d7fc; }
.contract-context4 .contract-close-button {
color: #563e96; }
.form-show-health .dtpicker-content {
border: 1px solid #0775aa; }
.form-show-health .dtpicker-header .dtpicker-close {
color: #0775aa; }
.form-show-health .dtpicker-header .dtpicker-value {
color: #0775aa; }
.form-show-health .dtpicker-components .dtpicker-comp > * {
color: #0775aa; }
.form-show-health .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover,
.form-show-health .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus {
color: #0775aa; }
.form-show-health .dtpicker-buttonCont .dtpicker-button {
background: #0775aa; }
.form-show-pressure .dtpicker-content {
border: 1px solid #9d3373; }
.form-show-pressure .dtpicker-header .dtpicker-close {
color: #9d3373; }
.form-show-pressure .dtpicker-header .dtpicker-value {
color: #9d3373; }
.form-show-pressure .dtpicker-components .dtpicker-comp > * {
color: #9d3373; }
.form-show-pressure .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover,
.form-show-pressure .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus {
color: #9d3373; }
.form-show-pressure .dtpicker-buttonCont .dtpicker-button {
background: #9d3373; }
.form-show-resource .dtpicker-content {
border: 1px solid #563e96; }
.form-show-resource .dtpicker-header .dtpicker-close {
color: #563e96; }
.form-show-resource .dtpicker-header .dtpicker-value {
color: #563e96; }
.form-show-resource .dtpicker-components .dtpicker-comp > * {
color: #563e96; }
.form-show-resource .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover,
.form-show-resource .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus {
color: #563e96; }
.form-show-resource .dtpicker-buttonCont .dtpicker-button {
background: #563e96; }
|
public/static/advance/css/dev/forms.css
|
.app-mask {
position: fixed;
display: none;
top: 0;
left: 0;
right: 0;
height: 100%;
z-index: 2000;
background-color: rgba(209, 209, 209, 0.9); }
.expert-mask {
background-color: rgba(1, 127, 79, 0.9); }
.health-mask {
background-color: rgba(7, 117, 170, 0.9); }
.pressure-mask {
background-color: rgba(157, 51, 115, 0.9); }
.resource-mask {
background-color: rgba(86, 62, 150, 0.9); }
.form-outter-wrapper {
display: none;
z-index: 9999; }
@media (min-width: 768px) {
.form-outter-wrapper {
position: absolute;
width: 80%; } }
@media (max-width: 767px) {
.form-diagnose {
display: none; } }
@media (min-width: 768px) {
.form-diagnose {
position: absolute;
top: 0;
left: 0;
margin-left: -37.5px;
border-top-left-radius: 37.5px;
border-bottom-left-radius: 37.5px;
height: 75px;
background-color: #0085c4;
box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.3); }
.form-diagnose .image-wrapper {
float: left;
width: 59px;
height: 59px;
border-radius: 50%;
margin-top: 8px;
margin-left: 8px;
overflow: hidden;
background-color: #fff; }
.form-diagnose .form-diagnose-text {
margin-left: 80px;
margin-right: 15px;
height: 75px;
line-height: 75px;
color: #fff;
font-size: 2em;
text-align: center;
letter-spacing: 2px; }
.form-diagnose img {
width: 100%;
height: auto; } }
@media (min-width: 993px) {
.form-diagnose {
margin-left: -50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
height: 100px; }
.form-diagnose .image-wrapper {
width: 84px;
height: 84px;
margin-top: 8px;
margin-left: 8px; }
.form-diagnose .form-diagnose-text {
margin-left: 105px;
height: 100px;
line-height: 100px;
font-size: 2.9em;
letter-spacing: 1px; } }
@media (min-width: 1200px) {
.form-diagnose {
margin-left: -50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
height: 100px; }
.form-diagnose .image-wrapper {
width: 84px;
height: 84px;
margin-top: 8px;
margin-left: 8px; }
.form-diagnose .form-diagnose-text {
margin-left: 105px;
height: 100px;
line-height: 100px;
font-size: 3.8em; } }
@media (min-width: 1439px) {
.form-diagnose {
margin-left: -65px;
border-top-left-radius: 65px;
border-bottom-left-radius: 65px;
height: 130px; }
.form-diagnose .image-wrapper {
width: 110px;
height: 110px;
margin-top: 10px;
margin-left: 10px; }
.form-diagnose .form-diagnose-text {
margin-left: 135px;
height: 130px;
line-height: 130px;
font-size: 4em;
text-align: center;
letter-spacing: 5px; } }
.form-inner-wrapper {
background-color: #fff; }
.form-inner-wrapper .form-wrapper {
display: none; }
@media (min-width: 768px) {
.form-inner-wrapper {
box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.3); } }
@media (max-width: 767px) {
.form-home-header {
display: none; } }
@media (min-width: 768px) {
.form-home-header {
display: block;
height: 75px;
position: relative; }
.form-home-header .home-header-text {
font-size: 2.4em;
position: absolute;
left: 0;
bottom: 0;
height: 45px;
line-height: 45px;
background-color: #cee6f2;
color: #0089c9;
display: inline-block;
padding-left: 10%;
padding-right: 15px;
letter-spacing: 1px; }
.form-home-header .home-header-text .image-wrapper {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 100%;
min-width: 30px; }
.form-home-header .home-header-text img {
height: 100%;
width: auto;
vertical-align: top; }
.form-home-header .close-button {
display: block;
float: right;
color: #0089c9;
cursor: pointer;
padding-top: 30px;
padding-right: 15px; }
.form-home-header .close-button span {
display: inline-block;
line-height: 1;
font-size: 1.8em;
text-align: center;
vertical-align: middle;
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out; }
.form-home-header .close-button span:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); } }
@media (min-width: 993px) {
.form-home-header {
height: 100px; }
.form-home-header .home-header-text {
font-size: 2.6em;
height: 60px;
line-height: 60px; }
.form-home-header .close-button {
padding-top: 40px;
padding-right: 20px; }
.form-home-header .close-button span {
font-size: 2.1em; } }
@media (min-width: 1200px) {
.form-home-header {
height: 100px; }
.form-home-header .home-header-text {
font-size: 3em;
height: 60px;
line-height: 60px; }
.form-home-header .close-button {
padding-top: 40px;
padding-right: 25px; }
.form-home-header .close-button span {
font-size: 2.4em; } }
@media (min-width: 1439px) {
.form-home-header {
height: 130px; }
.form-home-header .home-header-text {
font-size: 3em;
height: 78px;
line-height: 78px; }
.form-home-header .close-button {
padding-top: 52px;
padding-right: 30px; }
.form-home-header .close-button span {
font-size: 2.4em; } }
.mobile-form-outter-wrapper {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
background-color: rgba(209, 209, 209, 0.9); }
.mobile-form-wrapper a {
text-decoration: none; }
@media (max-width: 767px) {
.mobile-form-wrapper {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin-top: -132.5px; }
.mobile-form-wrapper .mobile-form-home-header {
height: 65px;
position: relative;
background-color: #fff; }
.mobile-form-wrapper .mobile-home-header-text {
display: block;
height: 65px;
line-height: 65px;
color: #0185c5;
font-size: 2.4em;
padding-left: 20px; }
.mobile-form-wrapper .mobile-close-button {
position: absolute;
display: block;
right: 0;
top: 0;
cursor: pointer;
padding-top: 10px;
padding-right: 15px; }
.mobile-form-wrapper .mobile-close-button span {
color: #0185c5;
display: inline-block;
line-height: 1;
font-size: 1.8em;
text-align: center;
vertical-align: middle; }
.mobile-form-wrapper .m-btn-medical {
display: block;
border-radius: 0;
text-align: center;
margin: 0;
color: #fff;
border: none;
width: 50%;
float: left;
height: 105px;
line-height: 105px;
font-size: 1.8em;
padding-left: 0;
padding-right: 0; }
.mobile-form-wrapper .m-btn-expert {
background: #52cc9d;
background: -moz-linear-gradient(left, #52cc9d 0%, #017f4f 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #52cc9d 0%, #017f4f 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #52cc9d 0%, #017f4f 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.mobile-form-wrapper .m-btn-expert:hover {
background: #017f4f; }
.mobile-form-wrapper .m-btn-health {
background: #1ba9f5;
background: -moz-linear-gradient(left, #1ba9f5 0%, #0775aa 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #1ba9f5 0%, #0775aa 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1ba9f5 0%, #0775aa 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.mobile-form-wrapper .m-btn-health:hover {
background: #0775aa; }
.mobile-form-wrapper .m-btn-pressure {
background: #e645a5;
background: -moz-linear-gradient(left, #e645a5 0%, #9d3373 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #e645a5 0%, #9d3373 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e645a5 0%, #9d3373 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.mobile-form-wrapper .m-btn-pressure:hover {
background: #9d3373; }
.mobile-form-wrapper .m-btn-resource {
background: #8b5ef5;
background: -moz-linear-gradient(left, #8b5ef5 0%, #563e96 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #8b5ef5 0%, #563e96 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8b5ef5 0%, #563e96 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.mobile-form-wrapper .m-btn-resource:hover {
background: #563e96; } }
@media (min-width: 768px) {
.mobile-form-wrapper {
display: none; } }
.form-choice-wrapper .btn-medical {
display: block;
border-radius: 0;
text-align: center;
width: 100%;
margin: 0;
color: #fff;
border: none; }
.form-choice-wrapper .btn-expert {
background: #52cc9d;
background: -moz-linear-gradient(left, #52cc9d 0%, #017f4f 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #52cc9d 0%, #017f4f 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #52cc9d 0%, #017f4f 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.form-choice-wrapper .btn-expert:hover {
background: #017f4f; }
.form-choice-wrapper .btn-health {
background: #1ba9f5;
background: -moz-linear-gradient(left, #1ba9f5 0%, #0775aa 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #1ba9f5 0%, #0775aa 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1ba9f5 0%, #0775aa 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.form-choice-wrapper .btn-health:hover {
background: #0775aa; }
.form-choice-wrapper .btn-pressure {
background: #e645a5;
background: -moz-linear-gradient(left, #e645a5 0%, #9d3373 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #e645a5 0%, #9d3373 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e645a5 0%, #9d3373 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.form-choice-wrapper .btn-pressure:hover {
background: #9d3373; }
.form-choice-wrapper .btn-resource {
background: #8b5ef5;
background: -moz-linear-gradient(left, #8b5ef5 0%, #563e96 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #8b5ef5 0%, #563e96 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8b5ef5 0%, #563e96 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.form-choice-wrapper .btn-resource:hover {
background: #563e96; }
@media (min-width: 768px) {
.form-choice-wrapper {
width: 60%;
margin: auto;
padding: 60px 0; }
.form-choice-wrapper .btn-medical {
height: 50px;
margin-bottom: 15px;
letter-spacing: 4px;
font-size: 2.1em; } }
@media (min-width: 993px) {
.form-choice-wrapper .btn-medical {
height: 60px;
font-size: 2.2em;
letter-spacing: 8px;
margin-bottom: 30px; } }
@media (min-width: 1200px) {
.form-choice-wrapper .btn-medical {
height: 70px;
font-size: 2.5em;
letter-spacing: 8px;
margin-bottom: 30px; } }
.form-show .form-home-header,
.form-show .form-choice-wrapper {
display: none; }
.form-show .form-wrapper {
display: block; }
.form-wrapper a,
.form-wrapper a:hover {
text-decoration: none; }
@media (min-width: 768px) {
.medical-form-header {
height: 75px;
position: relative; }
.medical-form-header .form-close-button {
display: block;
float: right;
color: #017f4f;
cursor: pointer;
padding-top: 6px;
padding-right: 6px; }
.medical-form-header .form-close-button span {
display: inline-block;
width: 28px;
line-height: 1;
font-size: 2em;
text-align: center;
vertical-align: middle;
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out; }
.medical-form-header .form-close-button span:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.medical-form-header .form-step-indicator {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
right: 0; }
.medical-form-header .form-step-indicator > div {
display: inline-block;
vertical-align: bottom;
width: 25%;
color: #fff;
padding-left: 3px; }
.medical-form-header .form-step-indicator > div:first-child {
padding-left: 0; }
.medical-form-header .form-step-indicator span {
display: inline-block;
width: 100%;
height: 37.5px;
line-height: 37.5px;
text-align: center;
font-size: 1.8em;
letter-spacing: 1px;
background-color: #52cc9d; }
.medical-form-header .form-step-indicator span.current {
height: 47.5px;
line-height: 47.5px; }
.medical-form-header .form-step-indicator span.current,
.medical-form-header .form-step-indicator span.completed {
background-color: #017f4f; } }
@media (min-width: 993px) {
.medical-form-header {
height: 100px; }
.medical-form-header .form-close-button {
padding-top: 10px;
padding-right: 12px; }
.medical-form-header .form-close-button span {
width: 30px;
line-height: 1;
font-size: 2.4em; }
.medical-form-header .form-step-indicator > div {
padding-left: 3px; }
.medical-form-header .form-step-indicator > div:first-child {
padding-left: 0; }
.medical-form-header .form-step-indicator span {
height: 50px;
line-height: 50px;
font-size: 1.8em;
letter-spacing: 1px; }
.medical-form-header .form-step-indicator span.current {
height: 60px;
line-height: 60px; } }
@media (min-width: 1200px) {
.medical-form-header {
height: 100px; }
.medical-form-header .form-close-button {
padding-top: 12px;
padding-right: 15px; }
.medical-form-header .form-close-button span {
width: 30px;
line-height: 1;
font-size: 2.4em; }
.medical-form-header .form-step-indicator > div {
padding-left: 3px; }
.medical-form-header .form-step-indicator > div:first-child {
padding-left: 0; }
.medical-form-header .form-step-indicator span {
height: 50px;
line-height: 50px;
font-size: 1.8em;
letter-spacing: 1px; }
.medical-form-header .form-step-indicator span.current {
height: 60px;
line-height: 60px; } }
@media (min-width: 1439px) {
.medical-form-header {
height: 130px; }
.medical-form-header .form-close-button {
padding-top: 20px;
padding-right: 25px; }
.medical-form-header .form-close-button span {
width: 34px;
line-height: 1;
font-size: 2.4em; }
.medical-form-header .form-step-indicator > div {
padding-left: 4px; }
.medical-form-header .form-step-indicator > div:first-child {
padding-left: 0; }
.medical-form-header .form-step-indicator span {
height: 65px;
line-height: 65px;
font-size: 2.2em;
letter-spacing: 2px; }
.medical-form-header .form-step-indicator span.current {
height: 75px;
line-height: 75px; } }
.medical-form input {
border-radius: 0; }
.medical-form input[type="radio"] {
position: absolute;
left: -999em; }
.medical-form input[type="checkbox"] {
opacity: 0;
z-index: 1; }
.medical-form select {
border-radius: 0; }
@media (min-width: 768px) {
.medical-form input {
font-size: 1.5em;
color: #017f4f; }
.medical-form .form-group {
margin-bottom: 8px; }
.medical-form .form-section {
display: none;
position: relative;
min-height: 300px; }
.medical-form .form-section.current {
display: block; }
.medical-form .form-section {
padding: 5px 5% 5px; }
.medical-form .form-file {
margin-top: 15px;
margin-bottom: 0; }
.medical-form .form-text,
.medical-form .form-another-text {
margin-top: 80px;
margin-left: 0;
margin-right: 0;
color: #017f4f;
font-size: 1.2em; }
.medical-form .form-text .sup-ast,
.medical-form .form-another-text .sup-ast {
margin-right: 6px;
vertical-align: super; }
.medical-form .form-another-text {
margin-top: 0; }
.medical-form .form-navigation {
padding: 10px 15px 20px;
border-top: 2px solid #017f4f;
background-color: #fff; }
.medical-form .form-navigation .btn-navigate {
width: 100px;
padding: 8px 0px;
border-radius: 0;
font-size: 1.6em;
text-align: center;
color: #fff;
background-color: #52cc9d; }
.medical-form .form-navigation .btn-navigate:hover, .medical-form .form-navigation .btn-navigate:active {
background-color: #017f4f; }
.medical-form .medical-label {
font-size: 1.6em;
font-weight: 400;
color: #017f4f;
text-align: left;
padding-top: 6px; }
.medical-form .little-character {
font-size: 0.9em; }
.medical-form input[type="text"] {
border-color: #017f4f;
border-radius: 0; }
.medical-form .gender-single,
.medical-form .relation-single {
padding-left: 8px;
padding-right: 0; }
.medical-form .gender-single label,
.medical-form .relation-single label {
display: block;
width: 100%;
padding: 0; }
.medical-form .gender-single:first-child,
.medical-form .relation-single:first-child {
padding-left: 0; }
.medical-form input[type="radio"] + span {
display: block;
width: 100%;
height: 32px;
line-height: 32px;
font-size: 1.5em;
color: #fff;
background-color: #52cc9d;
text-align: center;
font-weight: 400;
cursor: pointer; }
.medical-form input[type="radio"]:checked + span {
background-color: #017f4f; }
.medical-form select {
display: block;
border-color: #017f4f;
height: 30px;
font-size: 1.5em;
padding-left: 5px;
color: #017f4f;
width: 100%; }
.medical-form input[type="text"] {
height: 30px; }
.medical-form select[disabled] {
background-color: #e6f2ee;
cursor: not-allowed; }
.medical-form .has-width {
display: inline-block;
width: 5em;
text-align: justify;
-moz-text-align-last: justify;
text-align-last: justify; }
.medical-form .address-choose {
padding-left: 8px;
padding-right: 0; }
.medical-form .address-choose:first-child {
padding-left: 0; }
.medical-form .address-details {
padding: 8px 0 0; }
.medical-form ::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
color: #017f4f;
font-size: 1.2em; }
.medical-form :-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #017f4f;
opacity: 1;
font-size: 1.2em; }
.medical-form ::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #017f4f;
opacity: 1;
font-size: 1.2em; }
.medical-form :-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #017f4f;
font-size: 1.2em; }
.medical-form :placeholder-shown {
/* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
color: #017f4f;
font-size: 1.2em; }
.medical-form .info-details {
border-color: #017f4f;
color: #017f4f;
padding: 5px;
display: block;
width: 100%;
height: 180px;
resize: none;
font-size: 1.5em; }
.medical-form .input-file {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1; }
.medical-form .input-file + label {
border: 1px solid #017f4f;
padding: 0;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
text-align: left; }
.medical-form .file-name {
width: 75%;
height: 35px;
line-height: 35px;
text-align: center;
color: #017f4f;
font-size: 1.4em;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
vertical-align: top; }
.medical-form .file-choose {
width: 25%;
height: 35px;
text-align: center;
color: #fff;
background-color: #017f4f;
line-height: 35px;
display: inline-block;
font-size: 1.6em; }
.medical-form .checkbox-wrapper {
width: 100%;
background-color: #cef2e4;
color: #017f4f;
padding: 10px 10%;
margin-bottom: 30px; }
.medical-form .checkbox-wrapper .form-group {
margin-bottom: 0; }
.medical-form .checkbox-wrapper label,
.medical-form .checkbox-wrapper .contract-click {
height: 20px;
line-height: 20px;
font-size: 1.4em;
font-weight: 400;
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
cursor: pointer; }
.medical-form .checkbox-wrapper .contract-click {
padding-left: 0;
font-weight: 700;
text-decoration: underline;
margin-bottom: 5px; }
.medical-form .checkbox-wrapper label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
margin-top: 1px;
border: 1px solid #017f4f;
background-color: #fff; }
.medical-form .checkbox-wrapper label::after {
display: inline-block;
position: absolute;
width: 15px;
height: 15px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
font-size: 11px;
color: #555; }
.medical-form .checkbox-wrapper input[type="checkbox"]:checked + label::before {
background-color: #017f4f;
border-color: #017f4f; }
.medical-form .checkbox-wrapper input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c";
color: #fff; }
.medical-form .time-grid span {
display: block;
width: 5em;
text-align: justify;
-moz-text-align-last: justify;
text-align-last: justify; }
.medical-form .user-time label {
display: block;
cursor: pointer;
margin: 0; }
.medical-form .user-time .time-wrapper {
margin-bottom: 3px; }
.medical-form .user-time .time-inner-wrapper {
display: inline-block;
width: 33.3333333%;
height: 28px;
padding-left: 3px; }
.medical-form .user-time .time-inner-wrapper:first-child {
padding-left: 0; }
.medical-form .user-time input[type="checkbox"] {
height: 1px;
position: absolute; }
.medical-form .user-time input[type="checkbox"] + span {
display: inline-block;
width: 100%;
background-color: #52cc9d;
text-align: center;
color: #fff;
font-size: 1.3em;
font-weight: 400;
height: 28px;
line-height: 28px; }
.medical-form .user-time input[type="checkbox"]:checked + span {
background-color: #017f4f; } }
@media (min-width: 993px) {
.medical-form .form-group {
margin-bottom: 6px; }
.medical-form .form-section {
min-height: 350px; }
.medical-form .form-section {
padding: 5px 15% 5px; }
.medical-form .form-file {
margin-top: 25px;
margin-bottom: 0; }
.medical-form .form-text,
.medical-form .form-another-text {
margin-top: 80px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em; }
.medical-form .form-text .sup-ast,
.medical-form .form-another-text .sup-ast {
margin-right: 8px;
vertical-align: super; }
.medical-form .form-another-text {
margin-top: 0; }
.medical-form .form-navigation {
padding: 10px 20px 20px; }
.medical-form .form-navigation .btn-navigate {
width: 130px;
padding: 10px 0px;
font-size: 1.6em; }
.medical-form .medical-label {
font-size: 1.8em;
font-weight: 400;
padding-top: 3.5px; }
.medical-form .little-character {
font-size: 0.9em; }
.medical-form .gender-single,
.medical-form .relation-single {
padding-left: 8px;
padding-right: 0; }
.medical-form .gender-single:first-child,
.medical-form .relation-single:first-child {
padding-left: 0; }
.medical-form input[type="radio"] + span {
height: 30px;
line-height: 30px;
font-size: 1.6em; }
.medical-form select {
border-color: #017f4f;
height: 30px;
font-size: 1.6em;
padding-left: 5px; }
.medical-form input[type="text"] {
height: 30px; }
.medical-form .has-width {
width: 5em; }
.medical-form .address-choose {
padding-left: 8px;
padding-right: 0; }
.medical-form .address-choose:first-child {
padding-left: 0; }
.medical-form .address-details {
padding: 8px 0 0; }
.medical-form ::-webkit-input-placeholder {
font-size: 1.2em; }
.medical-form :-moz-placeholder {
font-size: 1.2em; }
.medical-form ::-moz-placeholder {
font-size: 1.2em; }
.medical-form :-ms-input-placeholder {
font-size: 1.2em; }
.medical-form :placeholder-shown {
font-size: 1.2em; }
.medical-form .info-details {
padding: 5px;
height: 180px;
font-size: 1.5em;
color: #017f4f; }
.medical-form .file-name {
width: 75%;
height: 30px;
line-height: 30px;
font-size: 1.4em; }
.medical-form .file-choose {
width: 25%;
height: 30px;
line-height: 30px;
font-size: 1.5em; }
.medical-form .checkbox-wrapper {
padding: 10px 15%;
margin-bottom: 10px; }
.medical-form .checkbox-wrapper .form-group {
margin-bottom: 0; }
.medical-form .checkbox-wrapper label,
.medical-form .checkbox-wrapper .contract-click {
height: 20px;
line-height: 20px;
font-size: 1.4em;
padding-left: 5px; }
.medical-form .checkbox-wrapper .contract-click {
padding-left: 0;
margin-bottom: 5px; }
.medical-form .checkbox-wrapper label::before {
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
margin-top: 1px; }
.medical-form .checkbox-wrapper label::after {
width: 15px;
height: 15px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
font-size: 11px; }
.medical-form .user-time label {
margin: 0; }
.medical-form .user-time .time-wrapper {
margin-bottom: 3px; }
.medical-form .user-time .time-inner-wrapper {
height: 26px;
padding-left: 3px; }
.medical-form .user-time .time-inner-wrapper:first-child {
padding-left: 0; }
.medical-form .user-time input[type="checkbox"] + span {
font-size: 1.4em;
height: 26px;
line-height: 26px; } }
.box-container {
position: relative;
width: 100%; }
#dtBox a,
#dtBox a:hover {
text-decoration: none; }
.contract-context {
position: absolute;
z-index: 9999;
display: none;
background-color: #fff;
color: #017f4f; }
@media (min-width: 768px) {
.contract-context {
padding-bottom: 40px; }
.contract-context .contract-header {
height: 60px;
line-height: 60px;
background-color: #cef2e4;
font-size: 2em;
color: #017f4f;
padding-left: 40px;
font-weight: 700; }
.contract-context .contract-close-button {
display: inline-block;
float: right;
color: #017f4f;
font-size: 1em;
cursor: pointer; }
.contract-context .contract-close-button i {
line-height: 1;
display: inline-block;
margin-top: 20px;
margin-right: 20px;
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out; }
.contract-context .contract-close-button i:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.contract-context .contract-para {
padding: 40px;
font-size: 1.6em;
position: relative;
height: 290px; }
.contract-context .contract-para .para-outter-wrapper {
position: relative; }
.contract-context .contract-para p {
text-indent: 2em;
text-align: justify; }
.contract-context .contract-para span {
position: absolute;
left: 0;
top: 0; } }
.form-show-health .form-close-button {
color: #0775aa; }
.form-show-health .form-step-indicator span {
background-color: #1ba9f5; }
.form-show-health .form-step-indicator span.current,
.form-show-health .form-step-indicator span.completed {
background-color: #0775aa; }
.form-show-health input {
color: #0775aa; }
.form-show-health .form-text,
.form-show-health .form-another-text {
color: #0775aa; }
.form-show-health .form-navigation {
border-top: 2px solid #0775aa; }
.form-show-health .form-navigation .btn-navigate {
background-color: #1ba9f5; }
.form-show-health .form-navigation .btn-navigate:hover, .form-show-health .form-navigation .btn-navigate:active {
background-color: #0775aa; }
.form-show-health .medical-label {
color: #0775aa; }
.form-show-health input[type="text"] {
border-color: #0775aa; }
.form-show-health input[type="radio"] + span {
background-color: #1ba9f5; }
.form-show-health input[type="radio"]:checked + span {
background-color: #0775aa; }
.form-show-health select {
border-color: #0775aa;
color: #0775aa; }
.form-show-health select[disabled] {
background-color: #caecfc; }
.form-show-health ::-webkit-input-placeholder {
color: #0775aa; }
.form-show-health :-moz-placeholder {
color: #0775aa; }
.form-show-health ::-moz-placeholder {
color: #0775aa; }
.form-show-health :-ms-input-placeholder {
color: #0775aa; }
.form-show-health :placeholder-shown {
color: #0775aa; }
.form-show-health .info-details {
border-color: #0775aa;
color: #0775aa; }
.form-show-health .input-file + label {
border: 1px solid #0775aa; }
.form-show-health .file-name {
color: #0775aa; }
.form-show-health .file-choose {
background-color: #0775aa; }
.form-show-health .checkbox-wrapper {
background-color: #caecfc;
color: #0775aa; }
.form-show-health .checkbox-wrapper label::before {
border: 1px solid #0775aa; }
.form-show-health .checkbox-wrapper input[type="checkbox"]:checked + label::before {
background-color: #0775aa;
border-color: #0775aa; }
.form-show-health .user-time input[type="checkbox"] + span {
background-color: #1ba9f5; }
.form-show-health .user-time input[type="checkbox"]:checked + span {
background-color: #0775aa; }
.form-show-pressure .form-close-button {
color: #9d3373; }
.form-show-pressure .form-step-indicator span {
background-color: #e645a5; }
.form-show-pressure .form-step-indicator span.current,
.form-show-pressure .form-step-indicator span.completed {
background-color: #9d3373; }
.form-show-pressure input {
color: #9d3373; }
.form-show-pressure .form-text,
.form-show-pressure .form-another-text {
color: #9d3373; }
.form-show-pressure .form-navigation {
border-top: 2px solid #9d3373; }
.form-show-pressure .form-navigation .btn-navigate {
background-color: #e645a5; }
.form-show-pressure .form-navigation .btn-navigate:hover, .form-show-pressure .form-navigation .btn-navigate:active {
background-color: #9d3373; }
.form-show-pressure .medical-label {
color: #9d3373; }
.form-show-pressure input[type="text"] {
border-color: #9d3373; }
.form-show-pressure input[type="radio"] + span {
background-color: #e645a5; }
.form-show-pressure input[type="radio"]:checked + span {
background-color: #9d3373; }
.form-show-pressure select {
border-color: #9d3373;
color: #9d3373; }
.form-show-pressure select[disabled] {
background-color: #f2cee4; }
.form-show-pressure ::-webkit-input-placeholder {
color: #9d3373; }
.form-show-pressure :-moz-placeholder {
color: #9d3373; }
.form-show-pressure ::-moz-placeholder {
color: #9d3373; }
.form-show-pressure :-ms-input-placeholder {
color: #9d3373; }
.form-show-pressure :placeholder-shown {
color: #9d3373; }
.form-show-pressure .info-details {
border-color: #9d3373;
color: #9d3373; }
.form-show-pressure .input-file + label {
border: 1px solid #9d3373; }
.form-show-pressure .file-name {
color: #9d3373; }
.form-show-pressure .file-choose {
background-color: #9d3373; }
.form-show-pressure .checkbox-wrapper {
background-color: #f2cee4;
color: #9d3373; }
.form-show-pressure .checkbox-wrapper label::before {
border: 1px solid #9d3373; }
.form-show-pressure .checkbox-wrapper input[type="checkbox"]:checked + label::before {
background-color: #9d3373;
border-color: #9d3373; }
.form-show-pressure .user-time input[type="checkbox"] + span {
background-color: #e645a5; }
.form-show-pressure .user-time input[type="checkbox"]:checked + span {
background-color: #9d3373; }
.form-show-resource .form-close-button {
color: #563e96; }
.form-show-resource .form-step-indicator span {
background-color: #8b5ef5; }
.form-show-resource .form-step-indicator span.current,
.form-show-resource .form-step-indicator span.completed {
background-color: #563e96; }
.form-show-resource input {
color: #563e96; }
.form-show-resource .form-text,
.form-show-resource .form-another-text {
color: #563e96; }
.form-show-resource .form-navigation {
border-top: 2px solid #563e96; }
.form-show-resource .form-navigation .btn-navigate {
background-color: #8b5ef5; }
.form-show-resource .form-navigation .btn-navigate:hover, .form-show-resource .form-navigation .btn-navigate:active {
background-color: #563e96; }
.form-show-resource .medical-label {
color: #563e96; }
.form-show-resource input[type="text"] {
border-color: #563e96; }
.form-show-resource input[type="radio"] + span {
background-color: #8b5ef5; }
.form-show-resource input[type="radio"]:checked + span {
background-color: #563e96; }
.form-show-resource select {
border-color: #563e96;
color: #563e96; }
.form-show-resource select[disabled] {
background-color: #e1d7fc; }
.form-show-resource ::-webkit-input-placeholder {
color: #563e96; }
.form-show-resource :-moz-placeholder {
color: #563e96; }
.form-show-resource ::-moz-placeholder {
color: #563e96; }
.form-show-resource :-ms-input-placeholder {
color: #563e96; }
.form-show-resource :placeholder-shown {
color: #563e96; }
.form-show-resource .info-details {
border-color: #563e96;
color: #563e96; }
.form-show-resource .input-file + label {
border: 1px solid #563e96; }
.form-show-resource .file-name {
color: #563e96; }
.form-show-resource .file-choose {
background-color: #563e96; }
.form-show-resource .checkbox-wrapper {
background-color: #e1d7fc;
color: #563e96; }
.form-show-resource .checkbox-wrapper label::before {
border: 1px solid #563e96; }
.form-show-resource .checkbox-wrapper input[type="checkbox"]:checked + label::before {
background-color: #563e96;
border-color: #563e96; }
.form-show-resource .user-time input[type="checkbox"] + span {
background-color: #8b5ef5; }
.form-show-resource .user-time input[type="checkbox"]:checked + span {
background-color: #563e96; }
.contract-context2 {
color: #0775aa; }
.contract-context2 .contract-header {
color: #0775aa;
background-color: #caecfc; }
.contract-context2 .contract-close-button {
color: #0775aa; }
.contract-context3 {
color: #9d3373; }
.contract-context3 .contract-header {
color: #9d3373;
background-color: #f2cee4; }
.contract-context3 .contract-close-button {
color: #9d3373; }
.contract-context4 {
color: #563e96; }
.contract-context4 .contract-header {
color: #563e96;
background-color: #e1d7fc; }
.contract-context4 .contract-close-button {
color: #563e96; }
.form-show-health .dtpicker-content {
border: 1px solid #0775aa; }
.form-show-health .dtpicker-header .dtpicker-close {
color: #0775aa; }
.form-show-health .dtpicker-header .dtpicker-value {
color: #0775aa; }
.form-show-health .dtpicker-components .dtpicker-comp > * {
color: #0775aa; }
.form-show-health .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover,
.form-show-health .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus {
color: #0775aa; }
.form-show-health .dtpicker-buttonCont .dtpicker-button {
background: #0775aa; }
.form-show-pressure .dtpicker-content {
border: 1px solid #9d3373; }
.form-show-pressure .dtpicker-header .dtpicker-close {
color: #9d3373; }
.form-show-pressure .dtpicker-header .dtpicker-value {
color: #9d3373; }
.form-show-pressure .dtpicker-components .dtpicker-comp > * {
color: #9d3373; }
.form-show-pressure .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover,
.form-show-pressure .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus {
color: #9d3373; }
.form-show-pressure .dtpicker-buttonCont .dtpicker-button {
background: #9d3373; }
.form-show-resource .dtpicker-content {
border: 1px solid #563e96; }
.form-show-resource .dtpicker-header .dtpicker-close {
color: #563e96; }
.form-show-resource .dtpicker-header .dtpicker-value {
color: #563e96; }
.form-show-resource .dtpicker-components .dtpicker-comp > * {
color: #563e96; }
.form-show-resource .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover,
.form-show-resource .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus {
color: #563e96; }
.form-show-resource .dtpicker-buttonCont .dtpicker-button {
background: #563e96; }
| 0.556761 | 0.058831 |
body{
background-image: url("img/fundo.jpg");
background-position: 50% 70%;
color: black;
font-family: arial;
}
input{
display: block;
height: 55px;
width: 400px;
margin: 10px;
border-radius: 30px;
border: 1px solid black;
font-size: 16pt;
padding: 10px 20px;
}
#corpo{
width: 420px;
margin: 100px auto 0px auto;
}
#corpo{
text-align: center;
padding: 20px;
}
a{
color: black;
text-decoration: none;
text-align: center;
}
a:hover{
text-decoration: underline;
}
/*Textos e elementos da página*/
/*Barra de Navegação*/
.nav-container .btn-menumobile {
display: none;
}
/* header */
header {
position: relative;
top: 0;
height: auto;
width: 100%;
}
/* navbar */
nav {
position: fixed;
top: 0;
left: 0;
height: 100px;
width: 100%;
z-index: 1;
background-color: #FFF;
border-bottom: 1px solid #CCC;
}
nav:after {
clear: both;
content: "";
display: block;
}
.nav-container {
margin-left: auto;
margin-right: auto;
position: relative;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
background-color: rgb(255, 255, 255);
}
#logo {
width: 50px;
height: 50px;
margin-top: 25px;
}
.nav-container ul {
float: right;
height: 100px;
line-height: 100px;
margin: 0;
}
.nav-container ul li {
list-style: none;
float: left;
margin: 0 15px;
}
.nav-container li a {
text-decoration: none;
color: rgb(0, 174, 255);
transition: .5s;
}
.nav-container li a:hover {
color: #000000;
}
/*Barra de Navegação*/
/*Texto dentro da imagem*/
#imagemcentral{
align-content: center;
width: 100%;
height: 400px;
background-image: url("img/educacao.jpg");
}
/*Texto dentro da imagem*/
/*Rodape*/
#rodapeanterior {
background-color: #FFF;
text-align: center;
}
#rodape {
background-color: #FFF;
text-align: center;
}
#botaotopo {
background-color: #FFF;
}
/*Rodape*/
/*Sobre*/
#sobre {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 1305px;
background-color: #FFF;
text-align: left;
padding: 10px;
}
/*Sobre*/
/*Destaques*/
#destaques{
margin-left: auto;
margin-right: auto;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
width: 100%;
}
#destaque{
text-align: center;
width: 300px;
background-color: #FFF;
display: inline-block;
margin-right: 50px;
}
#destaque2{
text-align: center;
width: 300px;
background-color: #FFF;
display: inline-block;
}
/*Destaques*/
/*Questões*/
#questoes{
margin-left: auto;
margin-right: auto;
background-color: #FFF;
max-width: 1000px;
padding: 10px;
}
.questao{
background-color: #FFF;
}
/*Questões*/
/*Assunto*/
#tela{
margin-left: auto;
margin-right: auto;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
background-color: #696767;
width: 100%;
}
#assunto {
max-width: 800px;
background-color: #FFF;
display: inline-block;
}
#novidades{
max-width: 300px;
background-color: #FFF;
display: inline-block;
}
/*Assunto*/
.titulo {
font-family: "Times New Roman", Times, serif;
font-size: 30px;
letter-spacing: 0px;
word-spacing: -1.2px;
color: #000000;
font-weight: 700;
text-decoration: none solid rgb(68, 68, 68);
font-style: normal;
font-variant: small-caps;
text-transform: lowercase;
}
|
estilo.css
|
body{
background-image: url("img/fundo.jpg");
background-position: 50% 70%;
color: black;
font-family: arial;
}
input{
display: block;
height: 55px;
width: 400px;
margin: 10px;
border-radius: 30px;
border: 1px solid black;
font-size: 16pt;
padding: 10px 20px;
}
#corpo{
width: 420px;
margin: 100px auto 0px auto;
}
#corpo{
text-align: center;
padding: 20px;
}
a{
color: black;
text-decoration: none;
text-align: center;
}
a:hover{
text-decoration: underline;
}
/*Textos e elementos da página*/
/*Barra de Navegação*/
.nav-container .btn-menumobile {
display: none;
}
/* header */
header {
position: relative;
top: 0;
height: auto;
width: 100%;
}
/* navbar */
nav {
position: fixed;
top: 0;
left: 0;
height: 100px;
width: 100%;
z-index: 1;
background-color: #FFF;
border-bottom: 1px solid #CCC;
}
nav:after {
clear: both;
content: "";
display: block;
}
.nav-container {
margin-left: auto;
margin-right: auto;
position: relative;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
background-color: rgb(255, 255, 255);
}
#logo {
width: 50px;
height: 50px;
margin-top: 25px;
}
.nav-container ul {
float: right;
height: 100px;
line-height: 100px;
margin: 0;
}
.nav-container ul li {
list-style: none;
float: left;
margin: 0 15px;
}
.nav-container li a {
text-decoration: none;
color: rgb(0, 174, 255);
transition: .5s;
}
.nav-container li a:hover {
color: #000000;
}
/*Barra de Navegação*/
/*Texto dentro da imagem*/
#imagemcentral{
align-content: center;
width: 100%;
height: 400px;
background-image: url("img/educacao.jpg");
}
/*Texto dentro da imagem*/
/*Rodape*/
#rodapeanterior {
background-color: #FFF;
text-align: center;
}
#rodape {
background-color: #FFF;
text-align: center;
}
#botaotopo {
background-color: #FFF;
}
/*Rodape*/
/*Sobre*/
#sobre {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 1305px;
background-color: #FFF;
text-align: left;
padding: 10px;
}
/*Sobre*/
/*Destaques*/
#destaques{
margin-left: auto;
margin-right: auto;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
width: 100%;
}
#destaque{
text-align: center;
width: 300px;
background-color: #FFF;
display: inline-block;
margin-right: 50px;
}
#destaque2{
text-align: center;
width: 300px;
background-color: #FFF;
display: inline-block;
}
/*Destaques*/
/*Questões*/
#questoes{
margin-left: auto;
margin-right: auto;
background-color: #FFF;
max-width: 1000px;
padding: 10px;
}
.questao{
background-color: #FFF;
}
/*Questões*/
/*Assunto*/
#tela{
margin-left: auto;
margin-right: auto;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
background-color: #696767;
width: 100%;
}
#assunto {
max-width: 800px;
background-color: #FFF;
display: inline-block;
}
#novidades{
max-width: 300px;
background-color: #FFF;
display: inline-block;
}
/*Assunto*/
.titulo {
font-family: "Times New Roman", Times, serif;
font-size: 30px;
letter-spacing: 0px;
word-spacing: -1.2px;
color: #000000;
font-weight: 700;
text-decoration: none solid rgb(68, 68, 68);
font-style: normal;
font-variant: small-caps;
text-transform: lowercase;
}
| 0.210929 | 0.042722 |
.highlight{color:#93a1a1}
/*.highlight{background-color:#073642;color:#93a1a1}*/
.highlight .c{color:#586e75 !important;font-style:italic !important}
.highlight .cm{color:#586e75 !important;font-style:italic !important}
.highlight .cp{color:#586e75 !important;font-style:italic !important}
.highlight .c1{color:#586e75 !important;font-style:italic !important}
.highlight .cs{color:#586e75 !important;font-weight:bold !important;font-style:italic !important}
.highlight .err{color:#dc322f !important;background:none !important}
.highlight .k{color:#cb4b16 !important}
.highlight .o{color:#93a1a1 !important;font-weight:bold !important}
.highlight .p{color:#93a1a1 !important}
.highlight .ow{color:#2aa198 !important;font-weight:bold !important}
.highlight .gd{color:#93a1a1 !important;background-color:#372c34 !important;display:inline-block}
.highlight .gd .x{color:#93a1a1 !important;background-color:#4d2d33 !important;display:inline-block}
.highlight .ge{color:#93a1a1 !important;font-style:italic !important}
.highlight .gr{color:#aa0000}
.highlight .gh{color:#586e75 !important}
.highlight .gi{color:#93a1a1 !important;background-color:#1a412b !important;display:inline-block}
.highlight .gi .x{color:#93a1a1 !important;background-color:#355720 !important;display:inline-block}
.highlight .go{color:#888888}
.highlight .gp{color:#555555}
.highlight .gs{color:#93a1a1 !important;font-weight:bold !important}
.highlight .gu{color:#6c71c4 !important}
.highlight .gt{color:#aa0000}
.highlight .kc{color:#859900 !important;font-weight:bold !important}
.highlight .kd{color:#268bd2 !important}
.highlight .kp{color:#cb4b16 !important;font-weight:bold !important}
.highlight .kr{color:#d33682 !important;font-weight:bold !important}
.highlight .kt{color:#2aa198 !important}
.highlight .n{color:#268bd2 !important}
.highlight .na{color:#268bd2 !important}
.highlight .nb{color:#859900 !important}
.highlight .nc{color:#d33682 !important}
.highlight .no{color:#b58900 !important}
.highlight .ni{color:#800080}
.highlight .nl{color:#859900 !important}
.highlight .ne{color:#268bd2 !important;font-weight:bold !important}
.highlight .nf{color:#268bd2 !important;font-weight:bold !important}
.highlight .nn{color:#b58900 !important}
.highlight .nt{color:#268bd2 !important;font-weight:bold !important}
.highlight .nx{color:#b58900 !important}
.highlight .bp{color:#999999}
.highlight .vc{color:#008080}
.highlight .vg{color:#268bd2 !important}
.highlight .vi{color:#268bd2 !important}
.highlight .nv{color:#268bd2 !important}
.highlight .w{color:#bbbbbb}
.highlight .mf{color:#2aa198 !important}
.highlight .m{color:#2aa198 !important}
.highlight .mh{color:#2aa198 !important}
.highlight .mi{color:#2aa198 !important}
.highlight .mo{color:#009999}
.highlight .s{color:#2aa198 !important}
.highlight .sb{color:#d14}
.highlight .sc{color:#d14}
.highlight .sd{color:#2aa198 !important}
.highlight .s2{color:#2aa198 !important}
.highlight .se{color:#dc322f !important}
.highlight .sh{color:#d14}
.highlight .si{color:#268bd2 !important}
.highlight .sx{color:#d14}
.highlight .sr{color:#2aa198 !important}
.highlight .s1{color:#2aa198 !important}
.highlight .ss{color:#990073}
.highlight .il{color:#009999}
.highlight div .gd,.highlight div .gd .x,.highlight div .gi,.highlight div .gi .x{display:inline-block;width:100%}
pre { white-space: pre; overflow: auto; }
code, pre { font-family: Monaco,Menlo,Consolas,"Courier New",monospace; }
|
_includes/css/syntax.css
|
.highlight{color:#93a1a1}
/*.highlight{background-color:#073642;color:#93a1a1}*/
.highlight .c{color:#586e75 !important;font-style:italic !important}
.highlight .cm{color:#586e75 !important;font-style:italic !important}
.highlight .cp{color:#586e75 !important;font-style:italic !important}
.highlight .c1{color:#586e75 !important;font-style:italic !important}
.highlight .cs{color:#586e75 !important;font-weight:bold !important;font-style:italic !important}
.highlight .err{color:#dc322f !important;background:none !important}
.highlight .k{color:#cb4b16 !important}
.highlight .o{color:#93a1a1 !important;font-weight:bold !important}
.highlight .p{color:#93a1a1 !important}
.highlight .ow{color:#2aa198 !important;font-weight:bold !important}
.highlight .gd{color:#93a1a1 !important;background-color:#372c34 !important;display:inline-block}
.highlight .gd .x{color:#93a1a1 !important;background-color:#4d2d33 !important;display:inline-block}
.highlight .ge{color:#93a1a1 !important;font-style:italic !important}
.highlight .gr{color:#aa0000}
.highlight .gh{color:#586e75 !important}
.highlight .gi{color:#93a1a1 !important;background-color:#1a412b !important;display:inline-block}
.highlight .gi .x{color:#93a1a1 !important;background-color:#355720 !important;display:inline-block}
.highlight .go{color:#888888}
.highlight .gp{color:#555555}
.highlight .gs{color:#93a1a1 !important;font-weight:bold !important}
.highlight .gu{color:#6c71c4 !important}
.highlight .gt{color:#aa0000}
.highlight .kc{color:#859900 !important;font-weight:bold !important}
.highlight .kd{color:#268bd2 !important}
.highlight .kp{color:#cb4b16 !important;font-weight:bold !important}
.highlight .kr{color:#d33682 !important;font-weight:bold !important}
.highlight .kt{color:#2aa198 !important}
.highlight .n{color:#268bd2 !important}
.highlight .na{color:#268bd2 !important}
.highlight .nb{color:#859900 !important}
.highlight .nc{color:#d33682 !important}
.highlight .no{color:#b58900 !important}
.highlight .ni{color:#800080}
.highlight .nl{color:#859900 !important}
.highlight .ne{color:#268bd2 !important;font-weight:bold !important}
.highlight .nf{color:#268bd2 !important;font-weight:bold !important}
.highlight .nn{color:#b58900 !important}
.highlight .nt{color:#268bd2 !important;font-weight:bold !important}
.highlight .nx{color:#b58900 !important}
.highlight .bp{color:#999999}
.highlight .vc{color:#008080}
.highlight .vg{color:#268bd2 !important}
.highlight .vi{color:#268bd2 !important}
.highlight .nv{color:#268bd2 !important}
.highlight .w{color:#bbbbbb}
.highlight .mf{color:#2aa198 !important}
.highlight .m{color:#2aa198 !important}
.highlight .mh{color:#2aa198 !important}
.highlight .mi{color:#2aa198 !important}
.highlight .mo{color:#009999}
.highlight .s{color:#2aa198 !important}
.highlight .sb{color:#d14}
.highlight .sc{color:#d14}
.highlight .sd{color:#2aa198 !important}
.highlight .s2{color:#2aa198 !important}
.highlight .se{color:#dc322f !important}
.highlight .sh{color:#d14}
.highlight .si{color:#268bd2 !important}
.highlight .sx{color:#d14}
.highlight .sr{color:#2aa198 !important}
.highlight .s1{color:#2aa198 !important}
.highlight .ss{color:#990073}
.highlight .il{color:#009999}
.highlight div .gd,.highlight div .gd .x,.highlight div .gi,.highlight div .gi .x{display:inline-block;width:100%}
pre { white-space: pre; overflow: auto; }
code, pre { font-family: Monaco,Menlo,Consolas,"Courier New",monospace; }
| 0.279927 | 0.099295 |
body {
width: 100%;
font-size: 62.5%;
background-color: #C7CCD6;
}
#cabecalho {
width: 100%;
height: 176px;
background-color: #C7CCD6;
position: absolute;
top: 0;
left: 0;
padding: 0;
}
.formato{
width: 100%;
}
#comunicacao{
width: 360px;
height: 510px;
position: absolute;
left: 12.5%;
top: 176px;
background-color: #E7E8EC;
border-right: 0;
border-left: 0;
border-top: 0;
border-bottom: 0;
border-style: solid;
border-color: #ECECEF;
}
#rodape {
width: 360px;
height: 1015px;
position: absolute;
top:686px;
left: 12.5%;
background-color: #172B53;
z-index: 40;
}
.barra-cinza{
width: 100%;
height: 8px;
background-color: #C7CCD6;
}
.logo-alo-alerj {
width: 160px;
position: absolute;
left: 48.571388888889%;
top: 40px;
z-index: 20;
}
.logo-alerj-top {
width: 132px;
position: relative;
left: 15.625%;
z-index: 10;
}
.fundo-form-cabecalho {
width: 360px;
height: 100%;
background-color: #E7E8EC;
position: absolute;
top: 0;
left: 12.5%;
border-right: 0;
border-left: 0;
border-top: 0;
border-bottom: 0;
border-style: solid;
border-color: #ECECEF;
z-index: 0;
}
.barra-azul-top {
width: 100%;
height: 14%;
background-color: #172B53;
position: absolute;
top: 0;
z-index: 8;
}
.barra-dourada-top {
width: 100%;
height: 2%;
background-color: #8FA143;
position: absolute;
top: 0;
z-index: 15;
}
.espaco-video {
width: 100%;
height: 588px;
background-color: #FFFFFF;
position: absolute;
top: 177px;
}
.fundo-form-video {
width: 100%;
height: 100%;
z-index: 5;
position: absolute;
left: 0;
top:0;
}
/* BOTÃO BÁSICO */
.but {
display: inline-block;
background-color: #8FA143;
color: #172B53;
padding: 10px 20px;
text-decoration: none;
box-sizing: border-box;
font-family:'Maven Pro', sans-serif, 'Normal 400';
font-size: 0.875em;
border: 0px;
position: absolute;
top: 330px;
left: 4.884111111111%;
border-radius: 5px;
}
.but:hover {
background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
cursor: pointer;
}
.linha-dourada {
width: 100%;
height: 4px;
background-color: #8FA143;
position: absolute;
bottom: 0;
}
.logo-alerj-rodape {
width: 214px;
height: 284px;
position: absolute;
left: 20.25%;
bottom: 0;
z-index: 20;
}
.text-comissoes {
font-family: 'Oswald', sans-serif;
font-size: 1.25em;
color: #172B53;
text-align: center;
position: absolute;
top:-8px;
left: 17.634%;
}
.corpo-comissoes {
width: 100px;
height: 26px;
background-color: #8FA143;
position: absolute;
left: 36.241111111111%;
top:-5px;
border-radius: 15px 15px 0 0;
}
.fundo-azul{
width: 480px;
}
.linha-dourada-fina{
width: 100%;
}
.botoes-rodape {
width: 360px;
height: 360px;
position: absolute;
left: 0;
}
.botao-e {
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 1.4em;
list-style-type: none;
color: #FFFFFF;
z-index: 60;
width: 100%;
height: 50px;
background-color: #172B53;
border-top: 1px;
border-bottom: 1px;
border-right: 0;
border-left: 0;
border-style: solid;
border-color: #8FA143;
}
.botao-e:active{
background-color: #00163F;
}
#botao-criancas{
position: absolute;
top: 20px;
}
#defesa-do-consumidor{
position: absolute;
top: 70px;
}
#direitos-humanos{
position: absolute;
top: 120px;
}
#meio-ambiente{
position: absolute;
top: 170px;
}
#denuncia-trabalho{
position: absolute;
top: 220px;
}
#disque-educacao{
position: absolute;
top: 270px;
}
#disque-idoso{
position: absolute;
top: 320px;
}
#disque-preconceitos{
position: absolute;
top: 370px;
}
#disque-pirataria{
position: absolute;
top: 420px;
}
#disque-pessoa-deficiente{
position: absolute;
top: 470px;
}
#disque-saneamento-ambiental{
position: absolute;
top: 520px;
}
#disque-seguranca-alimentar{
position: absolute;
top: 570px;
}
#sos-mulher{
position: absolute;
top: 620px;
}
#seguranca-publica{
position: absolute;
top: 670px;
}
.text-d{
position: absolute;
vertical-align: middle;
text-align: left;
right: 5%;
top:15px;
}
.text-e{
position: absolute;
vertical-align: middle;
text-align: right;
left: 5%;
top:15px;
}
label {
font-family: 'Maven Pro', sans-serif, 'Normal 400';
font-size: 1.5em;
color: #172B53;
position: absolute;
left: 4.722222222222%;
width: 100%;
}
#label-nome {
position: absolute;
top: 0;
}
#label-email {
position: absolute;
top: 12%;
}
#input-email {
position: absolute;
top: 15.5%;
}
#label-sua-pergunta {
position: absolute;
top: 24%;
}
#input-nome {
position: absolute;
top: 3.5%;
}
#input-sua-pergunta {
position: absolute;
top: 27.5%;
height: 155px;
}
#label-destino {
position: absolute;
top: 58%;
}
#input-destino {
position: absolute;
top: 61.5%;
}
.input {
border-radius: 5px;
border-color: #172B53;
border: 1px solid;
left: 4.722222222222%;
width: 90.277777777778%;
height: 25px;
}
.iniciar-conversa {
position: absolute;
width: 92%;
height: 50px;
left: 4.722222222222%;
top: 70%;
border-radius: 5px;
border-color: #172B53;
border: 1px solid;
font-family: 'Oswald', sans-serif;
font-size: 2.2em;
color: #172B53;
background-color: #4EC636;
}
.position-input-chat {
position: absolute;
width: 100%;
height: 588px;
top:5px;
left: 0;
}
.teste-animation {
position: absolute;
top: 300px;
left: 100px;
width: 100px;
height: 100px;
background-color: red;
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.teste-animation:hover {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.buton-fundo-tel-uteis{
height: 59px;
width: 197px;
position: absolute;
right: 0;
top: 0;
display: none;
}
.buton-tel-uteis {
height: 59px;
width: 59px;
position: absolute;
top:68px;
right: 10%;
overflow: hidden;
display: block;
display: none;
/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
/*Rounded Corners*/
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.buton-tel-uteis:hover {
width:300px;
}
|
public/templates/mv/home480px.css
|
body {
width: 100%;
font-size: 62.5%;
background-color: #C7CCD6;
}
#cabecalho {
width: 100%;
height: 176px;
background-color: #C7CCD6;
position: absolute;
top: 0;
left: 0;
padding: 0;
}
.formato{
width: 100%;
}
#comunicacao{
width: 360px;
height: 510px;
position: absolute;
left: 12.5%;
top: 176px;
background-color: #E7E8EC;
border-right: 0;
border-left: 0;
border-top: 0;
border-bottom: 0;
border-style: solid;
border-color: #ECECEF;
}
#rodape {
width: 360px;
height: 1015px;
position: absolute;
top:686px;
left: 12.5%;
background-color: #172B53;
z-index: 40;
}
.barra-cinza{
width: 100%;
height: 8px;
background-color: #C7CCD6;
}
.logo-alo-alerj {
width: 160px;
position: absolute;
left: 48.571388888889%;
top: 40px;
z-index: 20;
}
.logo-alerj-top {
width: 132px;
position: relative;
left: 15.625%;
z-index: 10;
}
.fundo-form-cabecalho {
width: 360px;
height: 100%;
background-color: #E7E8EC;
position: absolute;
top: 0;
left: 12.5%;
border-right: 0;
border-left: 0;
border-top: 0;
border-bottom: 0;
border-style: solid;
border-color: #ECECEF;
z-index: 0;
}
.barra-azul-top {
width: 100%;
height: 14%;
background-color: #172B53;
position: absolute;
top: 0;
z-index: 8;
}
.barra-dourada-top {
width: 100%;
height: 2%;
background-color: #8FA143;
position: absolute;
top: 0;
z-index: 15;
}
.espaco-video {
width: 100%;
height: 588px;
background-color: #FFFFFF;
position: absolute;
top: 177px;
}
.fundo-form-video {
width: 100%;
height: 100%;
z-index: 5;
position: absolute;
left: 0;
top:0;
}
/* BOTÃO BÁSICO */
.but {
display: inline-block;
background-color: #8FA143;
color: #172B53;
padding: 10px 20px;
text-decoration: none;
box-sizing: border-box;
font-family:'Maven Pro', sans-serif, 'Normal 400';
font-size: 0.875em;
border: 0px;
position: absolute;
top: 330px;
left: 4.884111111111%;
border-radius: 5px;
}
.but:hover {
background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
cursor: pointer;
}
.linha-dourada {
width: 100%;
height: 4px;
background-color: #8FA143;
position: absolute;
bottom: 0;
}
.logo-alerj-rodape {
width: 214px;
height: 284px;
position: absolute;
left: 20.25%;
bottom: 0;
z-index: 20;
}
.text-comissoes {
font-family: 'Oswald', sans-serif;
font-size: 1.25em;
color: #172B53;
text-align: center;
position: absolute;
top:-8px;
left: 17.634%;
}
.corpo-comissoes {
width: 100px;
height: 26px;
background-color: #8FA143;
position: absolute;
left: 36.241111111111%;
top:-5px;
border-radius: 15px 15px 0 0;
}
.fundo-azul{
width: 480px;
}
.linha-dourada-fina{
width: 100%;
}
.botoes-rodape {
width: 360px;
height: 360px;
position: absolute;
left: 0;
}
.botao-e {
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 1.4em;
list-style-type: none;
color: #FFFFFF;
z-index: 60;
width: 100%;
height: 50px;
background-color: #172B53;
border-top: 1px;
border-bottom: 1px;
border-right: 0;
border-left: 0;
border-style: solid;
border-color: #8FA143;
}
.botao-e:active{
background-color: #00163F;
}
#botao-criancas{
position: absolute;
top: 20px;
}
#defesa-do-consumidor{
position: absolute;
top: 70px;
}
#direitos-humanos{
position: absolute;
top: 120px;
}
#meio-ambiente{
position: absolute;
top: 170px;
}
#denuncia-trabalho{
position: absolute;
top: 220px;
}
#disque-educacao{
position: absolute;
top: 270px;
}
#disque-idoso{
position: absolute;
top: 320px;
}
#disque-preconceitos{
position: absolute;
top: 370px;
}
#disque-pirataria{
position: absolute;
top: 420px;
}
#disque-pessoa-deficiente{
position: absolute;
top: 470px;
}
#disque-saneamento-ambiental{
position: absolute;
top: 520px;
}
#disque-seguranca-alimentar{
position: absolute;
top: 570px;
}
#sos-mulher{
position: absolute;
top: 620px;
}
#seguranca-publica{
position: absolute;
top: 670px;
}
.text-d{
position: absolute;
vertical-align: middle;
text-align: left;
right: 5%;
top:15px;
}
.text-e{
position: absolute;
vertical-align: middle;
text-align: right;
left: 5%;
top:15px;
}
label {
font-family: 'Maven Pro', sans-serif, 'Normal 400';
font-size: 1.5em;
color: #172B53;
position: absolute;
left: 4.722222222222%;
width: 100%;
}
#label-nome {
position: absolute;
top: 0;
}
#label-email {
position: absolute;
top: 12%;
}
#input-email {
position: absolute;
top: 15.5%;
}
#label-sua-pergunta {
position: absolute;
top: 24%;
}
#input-nome {
position: absolute;
top: 3.5%;
}
#input-sua-pergunta {
position: absolute;
top: 27.5%;
height: 155px;
}
#label-destino {
position: absolute;
top: 58%;
}
#input-destino {
position: absolute;
top: 61.5%;
}
.input {
border-radius: 5px;
border-color: #172B53;
border: 1px solid;
left: 4.722222222222%;
width: 90.277777777778%;
height: 25px;
}
.iniciar-conversa {
position: absolute;
width: 92%;
height: 50px;
left: 4.722222222222%;
top: 70%;
border-radius: 5px;
border-color: #172B53;
border: 1px solid;
font-family: 'Oswald', sans-serif;
font-size: 2.2em;
color: #172B53;
background-color: #4EC636;
}
.position-input-chat {
position: absolute;
width: 100%;
height: 588px;
top:5px;
left: 0;
}
.teste-animation {
position: absolute;
top: 300px;
left: 100px;
width: 100px;
height: 100px;
background-color: red;
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.teste-animation:hover {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.buton-fundo-tel-uteis{
height: 59px;
width: 197px;
position: absolute;
right: 0;
top: 0;
display: none;
}
.buton-tel-uteis {
height: 59px;
width: 59px;
position: absolute;
top:68px;
right: 10%;
overflow: hidden;
display: block;
display: none;
/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
/*Rounded Corners*/
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.buton-tel-uteis:hover {
width:300px;
}
| 0.514644 | 0.088544 |
.cycletabs{
position: relative;
z-index: 1;
line-height: 27px;
height: 27px;
/**/font-size: 13px;
font-weight: 400;
color: #5a5a5a;
padding-bottom: 0;
}
.cycletabs .ui-nav {
width: 236px;
position: relative;
}
.cycletabs .ui-nav .wrap {
width: 204px;
height: 28px;
overflow: hidden;
position: relative;
right: 16px;
}
.cycletabs .ui-nav .ctrl {
position: absolute;
right: 0;
width: 100%;
height: 28px;
}
.cycletabs .ui-nav .prev, .cycletabs .ui-nav .next {
position: absolute;
z-index: 2;
height: 27px;
width: 16px;
text-indent: -9999em;
margin:0;
}
.cycletabs .ui-nav .prev {
right: -1px;
}
.cycletabs .ui-nav .next {
left: -1px;
}
.cycletabs .ui-nav .arrow-prev, .cycletabs .ui-nav .arrow-next {
display: block;
cursor: pointer;
width: 16px;
height: 27px;
border-bottom: 1px solid #e3e5e6;
background: url(../img/i-news_item.png) 0 -375px no-repeat;
}
.cycletabs .ui-nav .arrow-prev {
background-position: 0 -425px;
}
.cycletabs .ui-nav .arrow-next {
background-position: -25px -425px;
}
.cycletabs .ui-nav .prev-hover .arrow-prev {
background-position: 0 -475px;
}
.cycletabs .ui-nav .next-hover .arrow-next {
background-position: -25px -475px;
}
.cycletabs .ui-nav .prev-active .arrow-prev {
background-position: 0 -525px;
}
.cycletabs .ui-nav .next-active .arrow-next {
background-position: -25px -525px;
}
.cycletabs .nav-item-list {
position: absolute;
right: 0;
list-style: none;
white-space: nowrap;
padding: 0;
}
.cycletabs .nav-item {
display: inline-block;
*display: inline;
*zoom: 1;
width: 68px;
text-align: center;
background: url(../img/repeat-x.png) repeat-x 0 0;
border-right: 1px solid #e3e5e6;
border-bottom: 1px solid #e3e5e6;
}
.cycletabs .nav-item-hover {
cursor: pointer;
}
.cycletabs .nav-item-current {
background: #f5f7f7;
border-bottom:1px solid #f5f7f7;
position: relative;
bottom: -1px;
z-index: 2;
font-weight: normal;
font-size: 12px !important;
color: #00b075;
cursor: default;
}
|
test/diff_fis3_smarty/product_code/hao123_fis3_smarty/lv2/widget/ui/cycletabs/rtl/rtl.css
|
.cycletabs{
position: relative;
z-index: 1;
line-height: 27px;
height: 27px;
/**/font-size: 13px;
font-weight: 400;
color: #5a5a5a;
padding-bottom: 0;
}
.cycletabs .ui-nav {
width: 236px;
position: relative;
}
.cycletabs .ui-nav .wrap {
width: 204px;
height: 28px;
overflow: hidden;
position: relative;
right: 16px;
}
.cycletabs .ui-nav .ctrl {
position: absolute;
right: 0;
width: 100%;
height: 28px;
}
.cycletabs .ui-nav .prev, .cycletabs .ui-nav .next {
position: absolute;
z-index: 2;
height: 27px;
width: 16px;
text-indent: -9999em;
margin:0;
}
.cycletabs .ui-nav .prev {
right: -1px;
}
.cycletabs .ui-nav .next {
left: -1px;
}
.cycletabs .ui-nav .arrow-prev, .cycletabs .ui-nav .arrow-next {
display: block;
cursor: pointer;
width: 16px;
height: 27px;
border-bottom: 1px solid #e3e5e6;
background: url(../img/i-news_item.png) 0 -375px no-repeat;
}
.cycletabs .ui-nav .arrow-prev {
background-position: 0 -425px;
}
.cycletabs .ui-nav .arrow-next {
background-position: -25px -425px;
}
.cycletabs .ui-nav .prev-hover .arrow-prev {
background-position: 0 -475px;
}
.cycletabs .ui-nav .next-hover .arrow-next {
background-position: -25px -475px;
}
.cycletabs .ui-nav .prev-active .arrow-prev {
background-position: 0 -525px;
}
.cycletabs .ui-nav .next-active .arrow-next {
background-position: -25px -525px;
}
.cycletabs .nav-item-list {
position: absolute;
right: 0;
list-style: none;
white-space: nowrap;
padding: 0;
}
.cycletabs .nav-item {
display: inline-block;
*display: inline;
*zoom: 1;
width: 68px;
text-align: center;
background: url(../img/repeat-x.png) repeat-x 0 0;
border-right: 1px solid #e3e5e6;
border-bottom: 1px solid #e3e5e6;
}
.cycletabs .nav-item-hover {
cursor: pointer;
}
.cycletabs .nav-item-current {
background: #f5f7f7;
border-bottom:1px solid #f5f7f7;
position: relative;
bottom: -1px;
z-index: 2;
font-weight: normal;
font-size: 12px !important;
color: #00b075;
cursor: default;
}
| 0.252476 | 0.130756 |
.flag {
display: inline-block;
width: 32px;
height: 22px;
border: 1px rgb(95, 95, 95) solid;
background: url("./flags.png") no-repeat;
vertical-align: text-bottom;
}
.flag.flag-ad {
background-position: -33px -6px;
}
.flag.flag-ae {
background-position: -65px -6px;
}
.flag.flag-af {
background-position: -97px -6px;
}
.flag.flag-ag {
background-position: -129px -6px;
}
.flag.flag-ai {
background-position: -161px -6px;
}
.flag.flag-al {
background-position: -193px -6px;
}
.flag.flag-am {
background-position: -225px -6px;
}
.flag.flag-an {
background-position: -257px -6px;
}
.flag.flag-ao {
background-position: -289px -6px;
}
.flag.flag-ar {
background-position: -321px -6px;
}
.flag.flag-as {
background-position: -353px -6px;
}
.flag.flag-at {
background-position: -385px -6px;
}
.flag.flag-au {
background-position: -417px -6px;
}
.flag.flag-aw {
background-position: -449px -6px;
}
.flag.flag-ax {
background-position: -481px -6px;
}
.flag.flag-az {
background-position: -1px -38px;
}
.flag.flag-ba {
background-position: -33px -38px;
}
.flag.flag-bb {
background-position: -65px -38px;
}
.flag.flag-bd {
background-position: -97px -38px;
}
.flag.flag-be {
background-position: -129px -38px;
}
.flag.flag-bf {
background-position: -161px -38px;
}
.flag.flag-bg {
background-position: -193px -38px;
}
.flag.flag-bh {
background-position: -225px -38px;
}
.flag.flag-bi {
background-position: -257px -38px;
}
.flag.flag-bj {
background-position: -289px -38px;
}
.flag.flag-bl {
background-position: -321px -38px;
}
.flag.flag-bm {
background-position: -353px -38px;
}
.flag.flag-bn {
background-position: -385px -38px;
}
.flag.flag-bo {
background-position: -417px -38px;
}
.flag.flag-br {
background-position: -449px -38px;
}
.flag.flag-bs {
background-position: -481px -38px;
}
.flag.flag-bt {
background-position: -1px -70px;
}
.flag.flag-bw {
background-position: -33px -70px;
}
.flag.flag-by {
background-position: -65px -70px;
}
.flag.flag-bz {
background-position: -97px -70px;
}
.flag.flag-ca {
background-position: -129px -70px;
}
.flag.flag-cd {
background-position: -161px -70px;
}
.flag.flag-cf {
background-position: -193px -70px;
}
.flag.flag-cg {
background-position: -225px -70px;
}
.flag.flag-ch {
background-position: -257px -70px;
}
.flag.flag-ci {
background-position: -289px -70px;
}
.flag.flag-ck {
background-position: -321px -70px;
}
.flag.flag-cl {
background-position: -353px -70px;
}
.flag.flag-cm {
background-position: -385px -70px;
}
.flag.flag-cn {
background-position: -417px -70px;
}
.flag.flag-co {
background-position: -449px -70px;
}
.flag.flag-cr {
background-position: -481px -70px;
}
.flag.flag-cu {
background-position: -1px -102px;
}
.flag.flag-cv {
background-position: -33px -102px;
}
.flag.flag-cw {
background-position: -65px -102px;
}
.flag.flag-cy {
background-position: -97px -102px;
}
.flag.flag-cz {
background-position: -129px -102px;
}
.flag.flag-de {
background-position: -161px -102px;
}
.flag.flag-dj {
background-position: -193px -102px;
}
.flag.flag-dk {
background-position: -225px -102px;
}
.flag.flag-dm {
background-position: -257px -102px;
}
.flag.flag-do {
background-position: -289px -102px;
}
.flag.flag-dz {
background-position: -321px -102px;
}
.flag.flag-ec {
background-position: -353px -102px;
}
.flag.flag-ee {
background-position: -385px -102px;
}
.flag.flag-eg {
background-position: -417px -102px;
}
.flag.flag-eh {
background-position: -449px -102px;
}
.flag.flag-er {
background-position: -481px -102px;
}
.flag.flag-es {
background-position: -1px -134px;
}
.flag.flag-et {
background-position: -33px -134px;
}
.flag.flag-eu {
background-position: -65px -134px;
}
.flag.flag-fi {
background-position: -97px -134px;
}
.flag.flag-fj {
background-position: -129px -134px;
}
.flag.flag-fk {
background-position: -161px -134px;
}
.flag.flag-fm {
background-position: -193px -134px;
}
.flag.flag-fo {
background-position: -225px -134px;
}
.flag.flag-fr {
background-position: -257px -134px;
}
.flag.flag-ga {
background-position: -289px -134px;
}
.flag.flag-gb {
background-position: -321px -134px;
}
.flag.flag-gd {
background-position: -353px -134px;
}
.flag.flag-ge {
background-position: -385px -134px;
}
.flag.flag-gg {
background-position: -417px -134px;
}
.flag.flag-gh {
background-position: -449px -134px;
}
.flag.flag-gi {
background-position: -481px -134px;
}
.flag.flag-gl {
background-position: -1px -166px;
}
.flag.flag-gm {
background-position: -33px -166px;
}
.flag.flag-gn {
background-position: -65px -166px;
}
.flag.flag-gp {
background-position: -97px -166px;
}
.flag.flag-gq {
background-position: -129px -166px;
}
.flag.flag-gr {
background-position: -161px -166px;
}
.flag.flag-gs {
background-position: -193px -166px;
}
.flag.flag-gt {
background-position: -225px -166px;
}
.flag.flag-gu {
background-position: -257px -166px;
}
.flag.flag-gw {
background-position: -289px -166px;
}
.flag.flag-gy {
background-position: -321px -166px;
}
.flag.flag-hk {
background-position: -353px -166px;
}
.flag.flag-hn {
background-position: -385px -166px;
}
.flag.flag-hr {
background-position: -417px -166px;
}
.flag.flag-ht {
background-position: -449px -166px;
}
.flag.flag-hu {
background-position: -481px -166px;
}
.flag.flag-ic {
background-position: -1px -198px;
}
.flag.flag-id {
background-position: -33px -198px;
}
.flag.flag-ie {
background-position: -65px -198px;
}
.flag.flag-il {
background-position: -97px -198px;
}
.flag.flag-im {
background-position: -129px -198px;
}
.flag.flag-in {
background-position: -161px -198px;
}
.flag.flag-iq {
background-position: -193px -198px;
}
.flag.flag-ir {
background-position: -225px -198px;
}
.flag.flag-is {
background-position: -257px -198px;
}
.flag.flag-it {
background-position: -289px -198px;
}
.flag.flag-je {
background-position: -321px -198px;
}
.flag.flag-jm {
background-position: -353px -198px;
}
.flag.flag-jo {
background-position: -385px -198px;
}
.flag.flag-jp {
background-position: -417px -198px;
}
.flag.flag-ke {
background-position: -449px -198px;
}
.flag.flag-kg {
background-position: -481px -198px;
}
.flag.flag-kh {
background-position: -1px -230px;
}
.flag.flag-ki {
background-position: -33px -230px;
}
.flag.flag-km {
background-position: -65px -230px;
}
.flag.flag-kn {
background-position: -97px -230px;
}
.flag.flag-kp {
background-position: -129px -230px;
}
.flag.flag-kr {
background-position: -161px -230px;
}
.flag.flag-kw {
background-position: -193px -230px;
}
.flag.flag-ky {
background-position: -225px -230px;
}
.flag.flag-kz {
background-position: -257px -230px;
}
.flag.flag-la {
background-position: -289px -230px;
}
.flag.flag-lb {
background-position: -321px -230px;
}
.flag.flag-lc {
background-position: -353px -230px;
}
.flag.flag-li {
background-position: -385px -230px;
}
.flag.flag-lk {
background-position: -417px -230px;
}
.flag.flag-lr {
background-position: -449px -230px;
}
.flag.flag-ls {
background-position: -481px -230px;
}
.flag.flag-lt {
background-position: -1px -262px;
}
.flag.flag-lu {
background-position: -33px -262px;
}
.flag.flag-lv {
background-position: -65px -262px;
}
.flag.flag-ly {
background-position: -97px -262px;
}
.flag.flag-ma {
background-position: -129px -262px;
}
.flag.flag-mc {
background-position: -161px -262px;
}
.flag.flag-md {
background-position: -193px -262px;
}
.flag.flag-me {
background-position: -225px -262px;
}
.flag.flag-mf {
background-position: -257px -262px;
}
.flag.flag-mg {
background-position: -289px -262px;
}
.flag.flag-mh {
background-position: -321px -262px;
}
.flag.flag-mk {
background-position: -353px -262px;
}
.flag.flag-ml {
background-position: -385px -262px;
}
.flag.flag-mm {
background-position: -417px -262px;
}
.flag.flag-mn {
background-position: -449px -262px;
}
.flag.flag-mo {
background-position: -481px -262px;
}
.flag.flag-mp {
background-position: -1px -294px;
}
.flag.flag-mq {
background-position: -33px -294px;
}
.flag.flag-mr {
background-position: -65px -294px;
}
.flag.flag-ms {
background-position: -97px -294px;
}
.flag.flag-mt {
background-position: -129px -294px;
}
.flag.flag-mu {
background-position: -161px -294px;
}
.flag.flag-mv {
background-position: -193px -294px;
}
.flag.flag-mw {
background-position: -225px -294px;
}
.flag.flag-mx {
background-position: -257px -294px;
}
.flag.flag-my {
background-position: -289px -294px;
}
.flag.flag-mz {
background-position: -321px -294px;
}
.flag.flag-na {
background-position: -353px -294px;
}
.flag.flag-nc {
background-position: -385px -294px;
}
.flag.flag-ne {
background-position: -417px -294px;
}
.flag.flag-nf {
background-position: -449px -294px;
}
.flag.flag-ng {
background-position: -481px -294px;
}
.flag.flag-ni {
background-position: -1px -326px;
}
.flag.flag-nl {
background-position: -33px -326px;
}
.flag.flag-no {
background-position: -65px -326px;
}
.flag.flag-np {
background-position: -97px -326px;
}
.flag.flag-nr {
background-position: -129px -326px;
}
.flag.flag-nu {
background-position: -161px -326px;
}
.flag.flag-nz {
background-position: -193px -326px;
}
.flag.flag-om {
background-position: -225px -326px;
}
.flag.flag-pa {
background-position: -257px -326px;
}
.flag.flag-pe {
background-position: -289px -326px;
}
.flag.flag-pf {
background-position: -321px -326px;
}
.flag.flag-pg {
background-position: -353px -326px;
}
.flag.flag-ph {
background-position: -385px -326px;
}
.flag.flag-pk {
background-position: -417px -326px;
}
.flag.flag-pl {
background-position: -449px -326px;
}
.flag.flag-pn {
background-position: -481px -326px;
}
.flag.flag-pr {
background-position: -1px -358px;
}
.flag.flag-ps {
background-position: -33px -358px;
}
.flag.flag-pt {
background-position: -65px -358px;
}
.flag.flag-pw {
background-position: -97px -358px;
}
.flag.flag-py {
background-position: -129px -358px;
}
.flag.flag-qa {
background-position: -161px -358px;
}
.flag.flag-re {
background-position: -193px -358px;
}
.flag.flag-ro {
background-position: -225px -358px;
}
.flag.flag-rs {
background-position: -257px -358px;
}
.flag.flag-ru {
background-position: -289px -358px;
}
.flag.flag-rw {
background-position: -321px -358px;
}
.flag.flag-sa {
background-position: -353px -358px;
}
.flag.flag-sb {
background-position: -385px -358px;
}
.flag.flag-sc {
background-position: -417px -358px;
}
.flag.flag-sd {
background-position: -449px -358px;
}
.flag.flag-se {
background-position: -481px -358px;
}
.flag.flag-sg {
background-position: -1px -390px;
}
.flag.flag-sh {
background-position: -33px -390px;
}
.flag.flag-si {
background-position: -65px -390px;
}
.flag.flag-sk {
background-position: -97px -390px;
}
.flag.flag-sl {
background-position: -129px -390px;
}
.flag.flag-sm {
background-position: -161px -390px;
}
.flag.flag-sn {
background-position: -193px -390px;
}
.flag.flag-so {
background-position: -225px -390px;
}
.flag.flag-sr {
background-position: -257px -390px;
}
.flag.flag-ss {
background-position: -289px -390px;
}
.flag.flag-st {
background-position: -321px -390px;
}
.flag.flag-sv {
background-position: -353px -390px;
}
.flag.flag-sy {
background-position: -385px -390px;
}
.flag.flag-sz {
background-position: -417px -390px;
}
.flag.flag-tc {
background-position: -449px -390px;
}
.flag.flag-td {
background-position: -481px -390px;
}
.flag.flag-tf {
background-position: -1px -422px;
}
.flag.flag-tg {
background-position: -33px -422px;
}
.flag.flag-th {
background-position: -65px -422px;
}
.flag.flag-tj {
background-position: -97px -422px;
}
.flag.flag-tk {
background-position: -129px -422px;
}
.flag.flag-tl {
background-position: -161px -422px;
}
.flag.flag-tm {
background-position: -193px -422px;
}
.flag.flag-tn {
background-position: -225px -422px;
}
.flag.flag-to {
background-position: -257px -422px;
}
.flag.flag-tr {
background-position: -289px -422px;
}
.flag.flag-tt {
background-position: -321px -422px;
}
.flag.flag-tv {
background-position: -353px -422px;
}
.flag.flag-tw {
background-position: -385px -422px;
}
.flag.flag-tz {
background-position: -417px -422px;
}
.flag.flag-ua {
background-position: -449px -422px;
}
.flag.flag-ug {
background-position: -481px -422px;
}
.flag.flag-us {
background-position: -1px -454px;
}
.flag.flag-uy {
background-position: -33px -454px;
}
.flag.flag-uz {
background-position: -65px -454px;
}
.flag.flag-va {
background-position: -97px -454px;
}
.flag.flag-vc {
background-position: -129px -454px;
}
.flag.flag-ve {
background-position: -161px -454px;
}
.flag.flag-vg {
background-position: -193px -454px;
}
.flag.flag-vi {
background-position: -225px -454px;
}
.flag.flag-vn {
background-position: -257px -454px;
}
.flag.flag-vu {
background-position: -289px -454px;
}
.flag.flag-wf {
background-position: -321px -454px;
}
.flag.flag-ws {
background-position: -353px -454px;
}
.flag.flag-ye {
background-position: -385px -454px;
}
.flag.flag-yt {
background-position: -417px -454px;
}
.flag.flag-za {
background-position: -449px -454px;
}
.flag.flag-zm {
background-position: -481px -454px;
}
.flag.flag-zw {
background-position: -1px -486px;
}
|
flags/flags.min.css
|
.flag {
display: inline-block;
width: 32px;
height: 22px;
border: 1px rgb(95, 95, 95) solid;
background: url("./flags.png") no-repeat;
vertical-align: text-bottom;
}
.flag.flag-ad {
background-position: -33px -6px;
}
.flag.flag-ae {
background-position: -65px -6px;
}
.flag.flag-af {
background-position: -97px -6px;
}
.flag.flag-ag {
background-position: -129px -6px;
}
.flag.flag-ai {
background-position: -161px -6px;
}
.flag.flag-al {
background-position: -193px -6px;
}
.flag.flag-am {
background-position: -225px -6px;
}
.flag.flag-an {
background-position: -257px -6px;
}
.flag.flag-ao {
background-position: -289px -6px;
}
.flag.flag-ar {
background-position: -321px -6px;
}
.flag.flag-as {
background-position: -353px -6px;
}
.flag.flag-at {
background-position: -385px -6px;
}
.flag.flag-au {
background-position: -417px -6px;
}
.flag.flag-aw {
background-position: -449px -6px;
}
.flag.flag-ax {
background-position: -481px -6px;
}
.flag.flag-az {
background-position: -1px -38px;
}
.flag.flag-ba {
background-position: -33px -38px;
}
.flag.flag-bb {
background-position: -65px -38px;
}
.flag.flag-bd {
background-position: -97px -38px;
}
.flag.flag-be {
background-position: -129px -38px;
}
.flag.flag-bf {
background-position: -161px -38px;
}
.flag.flag-bg {
background-position: -193px -38px;
}
.flag.flag-bh {
background-position: -225px -38px;
}
.flag.flag-bi {
background-position: -257px -38px;
}
.flag.flag-bj {
background-position: -289px -38px;
}
.flag.flag-bl {
background-position: -321px -38px;
}
.flag.flag-bm {
background-position: -353px -38px;
}
.flag.flag-bn {
background-position: -385px -38px;
}
.flag.flag-bo {
background-position: -417px -38px;
}
.flag.flag-br {
background-position: -449px -38px;
}
.flag.flag-bs {
background-position: -481px -38px;
}
.flag.flag-bt {
background-position: -1px -70px;
}
.flag.flag-bw {
background-position: -33px -70px;
}
.flag.flag-by {
background-position: -65px -70px;
}
.flag.flag-bz {
background-position: -97px -70px;
}
.flag.flag-ca {
background-position: -129px -70px;
}
.flag.flag-cd {
background-position: -161px -70px;
}
.flag.flag-cf {
background-position: -193px -70px;
}
.flag.flag-cg {
background-position: -225px -70px;
}
.flag.flag-ch {
background-position: -257px -70px;
}
.flag.flag-ci {
background-position: -289px -70px;
}
.flag.flag-ck {
background-position: -321px -70px;
}
.flag.flag-cl {
background-position: -353px -70px;
}
.flag.flag-cm {
background-position: -385px -70px;
}
.flag.flag-cn {
background-position: -417px -70px;
}
.flag.flag-co {
background-position: -449px -70px;
}
.flag.flag-cr {
background-position: -481px -70px;
}
.flag.flag-cu {
background-position: -1px -102px;
}
.flag.flag-cv {
background-position: -33px -102px;
}
.flag.flag-cw {
background-position: -65px -102px;
}
.flag.flag-cy {
background-position: -97px -102px;
}
.flag.flag-cz {
background-position: -129px -102px;
}
.flag.flag-de {
background-position: -161px -102px;
}
.flag.flag-dj {
background-position: -193px -102px;
}
.flag.flag-dk {
background-position: -225px -102px;
}
.flag.flag-dm {
background-position: -257px -102px;
}
.flag.flag-do {
background-position: -289px -102px;
}
.flag.flag-dz {
background-position: -321px -102px;
}
.flag.flag-ec {
background-position: -353px -102px;
}
.flag.flag-ee {
background-position: -385px -102px;
}
.flag.flag-eg {
background-position: -417px -102px;
}
.flag.flag-eh {
background-position: -449px -102px;
}
.flag.flag-er {
background-position: -481px -102px;
}
.flag.flag-es {
background-position: -1px -134px;
}
.flag.flag-et {
background-position: -33px -134px;
}
.flag.flag-eu {
background-position: -65px -134px;
}
.flag.flag-fi {
background-position: -97px -134px;
}
.flag.flag-fj {
background-position: -129px -134px;
}
.flag.flag-fk {
background-position: -161px -134px;
}
.flag.flag-fm {
background-position: -193px -134px;
}
.flag.flag-fo {
background-position: -225px -134px;
}
.flag.flag-fr {
background-position: -257px -134px;
}
.flag.flag-ga {
background-position: -289px -134px;
}
.flag.flag-gb {
background-position: -321px -134px;
}
.flag.flag-gd {
background-position: -353px -134px;
}
.flag.flag-ge {
background-position: -385px -134px;
}
.flag.flag-gg {
background-position: -417px -134px;
}
.flag.flag-gh {
background-position: -449px -134px;
}
.flag.flag-gi {
background-position: -481px -134px;
}
.flag.flag-gl {
background-position: -1px -166px;
}
.flag.flag-gm {
background-position: -33px -166px;
}
.flag.flag-gn {
background-position: -65px -166px;
}
.flag.flag-gp {
background-position: -97px -166px;
}
.flag.flag-gq {
background-position: -129px -166px;
}
.flag.flag-gr {
background-position: -161px -166px;
}
.flag.flag-gs {
background-position: -193px -166px;
}
.flag.flag-gt {
background-position: -225px -166px;
}
.flag.flag-gu {
background-position: -257px -166px;
}
.flag.flag-gw {
background-position: -289px -166px;
}
.flag.flag-gy {
background-position: -321px -166px;
}
.flag.flag-hk {
background-position: -353px -166px;
}
.flag.flag-hn {
background-position: -385px -166px;
}
.flag.flag-hr {
background-position: -417px -166px;
}
.flag.flag-ht {
background-position: -449px -166px;
}
.flag.flag-hu {
background-position: -481px -166px;
}
.flag.flag-ic {
background-position: -1px -198px;
}
.flag.flag-id {
background-position: -33px -198px;
}
.flag.flag-ie {
background-position: -65px -198px;
}
.flag.flag-il {
background-position: -97px -198px;
}
.flag.flag-im {
background-position: -129px -198px;
}
.flag.flag-in {
background-position: -161px -198px;
}
.flag.flag-iq {
background-position: -193px -198px;
}
.flag.flag-ir {
background-position: -225px -198px;
}
.flag.flag-is {
background-position: -257px -198px;
}
.flag.flag-it {
background-position: -289px -198px;
}
.flag.flag-je {
background-position: -321px -198px;
}
.flag.flag-jm {
background-position: -353px -198px;
}
.flag.flag-jo {
background-position: -385px -198px;
}
.flag.flag-jp {
background-position: -417px -198px;
}
.flag.flag-ke {
background-position: -449px -198px;
}
.flag.flag-kg {
background-position: -481px -198px;
}
.flag.flag-kh {
background-position: -1px -230px;
}
.flag.flag-ki {
background-position: -33px -230px;
}
.flag.flag-km {
background-position: -65px -230px;
}
.flag.flag-kn {
background-position: -97px -230px;
}
.flag.flag-kp {
background-position: -129px -230px;
}
.flag.flag-kr {
background-position: -161px -230px;
}
.flag.flag-kw {
background-position: -193px -230px;
}
.flag.flag-ky {
background-position: -225px -230px;
}
.flag.flag-kz {
background-position: -257px -230px;
}
.flag.flag-la {
background-position: -289px -230px;
}
.flag.flag-lb {
background-position: -321px -230px;
}
.flag.flag-lc {
background-position: -353px -230px;
}
.flag.flag-li {
background-position: -385px -230px;
}
.flag.flag-lk {
background-position: -417px -230px;
}
.flag.flag-lr {
background-position: -449px -230px;
}
.flag.flag-ls {
background-position: -481px -230px;
}
.flag.flag-lt {
background-position: -1px -262px;
}
.flag.flag-lu {
background-position: -33px -262px;
}
.flag.flag-lv {
background-position: -65px -262px;
}
.flag.flag-ly {
background-position: -97px -262px;
}
.flag.flag-ma {
background-position: -129px -262px;
}
.flag.flag-mc {
background-position: -161px -262px;
}
.flag.flag-md {
background-position: -193px -262px;
}
.flag.flag-me {
background-position: -225px -262px;
}
.flag.flag-mf {
background-position: -257px -262px;
}
.flag.flag-mg {
background-position: -289px -262px;
}
.flag.flag-mh {
background-position: -321px -262px;
}
.flag.flag-mk {
background-position: -353px -262px;
}
.flag.flag-ml {
background-position: -385px -262px;
}
.flag.flag-mm {
background-position: -417px -262px;
}
.flag.flag-mn {
background-position: -449px -262px;
}
.flag.flag-mo {
background-position: -481px -262px;
}
.flag.flag-mp {
background-position: -1px -294px;
}
.flag.flag-mq {
background-position: -33px -294px;
}
.flag.flag-mr {
background-position: -65px -294px;
}
.flag.flag-ms {
background-position: -97px -294px;
}
.flag.flag-mt {
background-position: -129px -294px;
}
.flag.flag-mu {
background-position: -161px -294px;
}
.flag.flag-mv {
background-position: -193px -294px;
}
.flag.flag-mw {
background-position: -225px -294px;
}
.flag.flag-mx {
background-position: -257px -294px;
}
.flag.flag-my {
background-position: -289px -294px;
}
.flag.flag-mz {
background-position: -321px -294px;
}
.flag.flag-na {
background-position: -353px -294px;
}
.flag.flag-nc {
background-position: -385px -294px;
}
.flag.flag-ne {
background-position: -417px -294px;
}
.flag.flag-nf {
background-position: -449px -294px;
}
.flag.flag-ng {
background-position: -481px -294px;
}
.flag.flag-ni {
background-position: -1px -326px;
}
.flag.flag-nl {
background-position: -33px -326px;
}
.flag.flag-no {
background-position: -65px -326px;
}
.flag.flag-np {
background-position: -97px -326px;
}
.flag.flag-nr {
background-position: -129px -326px;
}
.flag.flag-nu {
background-position: -161px -326px;
}
.flag.flag-nz {
background-position: -193px -326px;
}
.flag.flag-om {
background-position: -225px -326px;
}
.flag.flag-pa {
background-position: -257px -326px;
}
.flag.flag-pe {
background-position: -289px -326px;
}
.flag.flag-pf {
background-position: -321px -326px;
}
.flag.flag-pg {
background-position: -353px -326px;
}
.flag.flag-ph {
background-position: -385px -326px;
}
.flag.flag-pk {
background-position: -417px -326px;
}
.flag.flag-pl {
background-position: -449px -326px;
}
.flag.flag-pn {
background-position: -481px -326px;
}
.flag.flag-pr {
background-position: -1px -358px;
}
.flag.flag-ps {
background-position: -33px -358px;
}
.flag.flag-pt {
background-position: -65px -358px;
}
.flag.flag-pw {
background-position: -97px -358px;
}
.flag.flag-py {
background-position: -129px -358px;
}
.flag.flag-qa {
background-position: -161px -358px;
}
.flag.flag-re {
background-position: -193px -358px;
}
.flag.flag-ro {
background-position: -225px -358px;
}
.flag.flag-rs {
background-position: -257px -358px;
}
.flag.flag-ru {
background-position: -289px -358px;
}
.flag.flag-rw {
background-position: -321px -358px;
}
.flag.flag-sa {
background-position: -353px -358px;
}
.flag.flag-sb {
background-position: -385px -358px;
}
.flag.flag-sc {
background-position: -417px -358px;
}
.flag.flag-sd {
background-position: -449px -358px;
}
.flag.flag-se {
background-position: -481px -358px;
}
.flag.flag-sg {
background-position: -1px -390px;
}
.flag.flag-sh {
background-position: -33px -390px;
}
.flag.flag-si {
background-position: -65px -390px;
}
.flag.flag-sk {
background-position: -97px -390px;
}
.flag.flag-sl {
background-position: -129px -390px;
}
.flag.flag-sm {
background-position: -161px -390px;
}
.flag.flag-sn {
background-position: -193px -390px;
}
.flag.flag-so {
background-position: -225px -390px;
}
.flag.flag-sr {
background-position: -257px -390px;
}
.flag.flag-ss {
background-position: -289px -390px;
}
.flag.flag-st {
background-position: -321px -390px;
}
.flag.flag-sv {
background-position: -353px -390px;
}
.flag.flag-sy {
background-position: -385px -390px;
}
.flag.flag-sz {
background-position: -417px -390px;
}
.flag.flag-tc {
background-position: -449px -390px;
}
.flag.flag-td {
background-position: -481px -390px;
}
.flag.flag-tf {
background-position: -1px -422px;
}
.flag.flag-tg {
background-position: -33px -422px;
}
.flag.flag-th {
background-position: -65px -422px;
}
.flag.flag-tj {
background-position: -97px -422px;
}
.flag.flag-tk {
background-position: -129px -422px;
}
.flag.flag-tl {
background-position: -161px -422px;
}
.flag.flag-tm {
background-position: -193px -422px;
}
.flag.flag-tn {
background-position: -225px -422px;
}
.flag.flag-to {
background-position: -257px -422px;
}
.flag.flag-tr {
background-position: -289px -422px;
}
.flag.flag-tt {
background-position: -321px -422px;
}
.flag.flag-tv {
background-position: -353px -422px;
}
.flag.flag-tw {
background-position: -385px -422px;
}
.flag.flag-tz {
background-position: -417px -422px;
}
.flag.flag-ua {
background-position: -449px -422px;
}
.flag.flag-ug {
background-position: -481px -422px;
}
.flag.flag-us {
background-position: -1px -454px;
}
.flag.flag-uy {
background-position: -33px -454px;
}
.flag.flag-uz {
background-position: -65px -454px;
}
.flag.flag-va {
background-position: -97px -454px;
}
.flag.flag-vc {
background-position: -129px -454px;
}
.flag.flag-ve {
background-position: -161px -454px;
}
.flag.flag-vg {
background-position: -193px -454px;
}
.flag.flag-vi {
background-position: -225px -454px;
}
.flag.flag-vn {
background-position: -257px -454px;
}
.flag.flag-vu {
background-position: -289px -454px;
}
.flag.flag-wf {
background-position: -321px -454px;
}
.flag.flag-ws {
background-position: -353px -454px;
}
.flag.flag-ye {
background-position: -385px -454px;
}
.flag.flag-yt {
background-position: -417px -454px;
}
.flag.flag-za {
background-position: -449px -454px;
}
.flag.flag-zm {
background-position: -481px -454px;
}
.flag.flag-zw {
background-position: -1px -486px;
}
| 0.242026 | 0.094093 |
@font-face {
font-family: Lato;
font-style: normal;
font-weight: normal;
src:url("../fonts/Lato-Regular.ttf");
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: bold;
src:url("../fonts/Lato-Bold.ttf");
}
@font-face {
font-family: Lato;
font-style: italic;
font-weight: normal;
src:url("../fonts/Lato-Italic.ttf");
}
@font-face {
font-family: Lato;
font-style: italic;
font-weight: bold;
src:url("../fonts/Lato-BoldItalic.ttf");
}
@font-face {
font-family: "PT Serif";
font-style: normal;
font-weight: normal;
src:url("../fonts/PTSerif-Regular.ttf");
}
@font-face {
font-family: "PT Serif";
font-style: normal;
font-weight: bold;
src:url("../fonts/PTSerif-Bold.ttf");
}
@font-face {
font-family: "PT Serif";
font-style: italic;
font-weight: normal;
src:url("../fonts/PTSerif-Italic.ttf");
}
@font-face {
font-family: "PT Serif";
font-style: italic;
font-weight: bold;
src:url("../fonts/PTSerif-BoldItalic.ttf");
}
@font-face {
font-family: "Source Code Pro";
font-style: normal;
font-weight: normal;
src:url("../fonts/SourceCodePro-Regular.ttf");
}
@font-face {
font-family: "Source Code Pro";
font-style: normal;
font-weight: bold;
src:url("../fonts/SourceCodePro-Bold.ttf");
}
@font-face {
font-family: "Source Code Pro";
font-style: italic;
font-weight: normal;
src:url("../fonts/SourceCodePro-Italic.ttf");
}
@font-face {
font-family: "Source Code Pro";
font-style: italic;
font-weight: bold;
src:url("../fonts/SourceCodePro-BoldItalic.ttf");
}
body {
font-family: "Lato", serif;
margin: 5% 5% 20% 5%;
text-align: justify;
font-size: 0.75em;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
font-family: "PT Serif", serif;
text-align: left;
}
h1 { text-align: left; font-size: 2em; }
h2 { text-align: left; }
h3 { text-align: left; }
h4 { text-align: left; }
h5 { text-align: left; }
h6 { text-align: left; }
h1.title { text-align: center; }
h2.author { }
h3.date { }
nav#toc ol,
nav#landmarks ol { padding: 0; margin-left: 1em; }
nav#toc ol li,
nav#landmarks ol li { list-style-type: none; margin: 0; padding: 0; }
a.footnote-ref { vertical-align: super; }
em, em em em, em em em em em { font-style: italic;}
em em, em em em em { font-style: normal; }
/* code{ white-space: pre-wrap; } */
span.smallcaps{ font-variant: small-caps; }
span.underline{ text-decoration: underline; }
q { quotes: "“" "”" "‘" "’"; }
div.column{ display: inline-block; vertical-align: top; width: 50%; }
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
code {
font-family: "Source Code Pro", monospace;
background-color: #ebebeb;
font-size: 100%;
line-height: inherit;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;
}
pre {
font-family: "Source Code Pro", monospace;
padding: 1em;
overflow: auto;
font-size: 100%;
line-height: inherit;
border-radius: 0.25em;
background-color: #ebebeb;
white-space: pre-wrap;
}
table {
border-collapse: collapse;
font-size: 100%;
}
th, td {
padding: 0.8em;
}
table, th, td {
border: 0.06em solid black;
}
a {
text-decoration: none;
}
blockquote {
border-style: solid solid solid solid;
border-color: #a41434;
border-width: medium;
border-radius: 0.5em;
padding-left: 1em;
padding-right: 1em;
background-color: #fcecf4;
}
@media screen { /* Workaround for iBooks issue; see #6242 */
.sourceCode {
overflow: visible !important;
white-space: pre-wrap !important;
}
}
/* Title page */
section.titlepage {
margin-top: 30%;
}
section.titlepage h1.main {
font-family: "Lato", serif;
font-size: 1.5em;
}
section.titlepage p.author {
text-align: left;
}
/* Section title */
section.level1 h1 {
text-align: center;
margin-top: 40%;
font-size: 2em;
text-decoration: underline;
}
/* Image marker */
img.code-marker {
margin-right: 3px;
margin-bottom: 2px;
width: 68px;
height: 21px;
vertical-align: middle;
display: inline-block;
}
/* GitHub link */
div.post-checkpoint {
display: block;
background-color: #e9e4d8;
border-radius: 5px;
padding: 1px 25px 12px;
margin-bottom: 20px;
text-align: left;
}
div.post-checkpoint p {
margin-bottom: 5px;
color: #706f6c;
}
div.post-checkpoint a {
font-family: "Source Pro",monospace;
}
/* Discourse link */
div.post-links {
display: block;
background-color: #e9e4d8;
border-radius: 5px;
padding: 1px 25px 12px;
text-align: left;
}
div.post-links p {
margin-bottom: 5px;
color: #706f6c;
}
div.post-links a {
font-family: "Source Pro",monospace;
}
|
etc/ebook/epub.css
|
@font-face {
font-family: Lato;
font-style: normal;
font-weight: normal;
src:url("../fonts/Lato-Regular.ttf");
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: bold;
src:url("../fonts/Lato-Bold.ttf");
}
@font-face {
font-family: Lato;
font-style: italic;
font-weight: normal;
src:url("../fonts/Lato-Italic.ttf");
}
@font-face {
font-family: Lato;
font-style: italic;
font-weight: bold;
src:url("../fonts/Lato-BoldItalic.ttf");
}
@font-face {
font-family: "PT Serif";
font-style: normal;
font-weight: normal;
src:url("../fonts/PTSerif-Regular.ttf");
}
@font-face {
font-family: "PT Serif";
font-style: normal;
font-weight: bold;
src:url("../fonts/PTSerif-Bold.ttf");
}
@font-face {
font-family: "PT Serif";
font-style: italic;
font-weight: normal;
src:url("../fonts/PTSerif-Italic.ttf");
}
@font-face {
font-family: "PT Serif";
font-style: italic;
font-weight: bold;
src:url("../fonts/PTSerif-BoldItalic.ttf");
}
@font-face {
font-family: "Source Code Pro";
font-style: normal;
font-weight: normal;
src:url("../fonts/SourceCodePro-Regular.ttf");
}
@font-face {
font-family: "Source Code Pro";
font-style: normal;
font-weight: bold;
src:url("../fonts/SourceCodePro-Bold.ttf");
}
@font-face {
font-family: "Source Code Pro";
font-style: italic;
font-weight: normal;
src:url("../fonts/SourceCodePro-Italic.ttf");
}
@font-face {
font-family: "Source Code Pro";
font-style: italic;
font-weight: bold;
src:url("../fonts/SourceCodePro-BoldItalic.ttf");
}
body {
font-family: "Lato", serif;
margin: 5% 5% 20% 5%;
text-align: justify;
font-size: 0.75em;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
font-family: "PT Serif", serif;
text-align: left;
}
h1 { text-align: left; font-size: 2em; }
h2 { text-align: left; }
h3 { text-align: left; }
h4 { text-align: left; }
h5 { text-align: left; }
h6 { text-align: left; }
h1.title { text-align: center; }
h2.author { }
h3.date { }
nav#toc ol,
nav#landmarks ol { padding: 0; margin-left: 1em; }
nav#toc ol li,
nav#landmarks ol li { list-style-type: none; margin: 0; padding: 0; }
a.footnote-ref { vertical-align: super; }
em, em em em, em em em em em { font-style: italic;}
em em, em em em em { font-style: normal; }
/* code{ white-space: pre-wrap; } */
span.smallcaps{ font-variant: small-caps; }
span.underline{ text-decoration: underline; }
q { quotes: "“" "”" "‘" "’"; }
div.column{ display: inline-block; vertical-align: top; width: 50%; }
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
code {
font-family: "Source Code Pro", monospace;
background-color: #ebebeb;
font-size: 100%;
line-height: inherit;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;
}
pre {
font-family: "Source Code Pro", monospace;
padding: 1em;
overflow: auto;
font-size: 100%;
line-height: inherit;
border-radius: 0.25em;
background-color: #ebebeb;
white-space: pre-wrap;
}
table {
border-collapse: collapse;
font-size: 100%;
}
th, td {
padding: 0.8em;
}
table, th, td {
border: 0.06em solid black;
}
a {
text-decoration: none;
}
blockquote {
border-style: solid solid solid solid;
border-color: #a41434;
border-width: medium;
border-radius: 0.5em;
padding-left: 1em;
padding-right: 1em;
background-color: #fcecf4;
}
@media screen { /* Workaround for iBooks issue; see #6242 */
.sourceCode {
overflow: visible !important;
white-space: pre-wrap !important;
}
}
/* Title page */
section.titlepage {
margin-top: 30%;
}
section.titlepage h1.main {
font-family: "Lato", serif;
font-size: 1.5em;
}
section.titlepage p.author {
text-align: left;
}
/* Section title */
section.level1 h1 {
text-align: center;
margin-top: 40%;
font-size: 2em;
text-decoration: underline;
}
/* Image marker */
img.code-marker {
margin-right: 3px;
margin-bottom: 2px;
width: 68px;
height: 21px;
vertical-align: middle;
display: inline-block;
}
/* GitHub link */
div.post-checkpoint {
display: block;
background-color: #e9e4d8;
border-radius: 5px;
padding: 1px 25px 12px;
margin-bottom: 20px;
text-align: left;
}
div.post-checkpoint p {
margin-bottom: 5px;
color: #706f6c;
}
div.post-checkpoint a {
font-family: "Source Pro",monospace;
}
/* Discourse link */
div.post-links {
display: block;
background-color: #e9e4d8;
border-radius: 5px;
padding: 1px 25px 12px;
text-align: left;
}
div.post-links p {
margin-bottom: 5px;
color: #706f6c;
}
div.post-links a {
font-family: "Source Pro",monospace;
}
| 0.2763 | 0.08061 |
.star {
position: absolute;
z-index: -10;
-moz-border-radius: 50%;
-webkit-border-radius:50%;
border-radius: 50%;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.spacecraft {
width: 2em;
height: auto;
position: absolute;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
#star-one {
width: 1em;
height: 1em;
animation-name: star-one, glowingWhite;
animation-duration: 65s;
animation-delay: 2s;
}
#star-two {
width: 1.5em;
height: 1.5em;
animation-name: star-two, glowingBlue;
animation-duration: 70s;
animation-delay: 10s;
}
#star-three {
width: 0.5em;
height: 0.5em;
animation-name: star-three, glowingWhite;
animation-duration: 52s;
animation-delay: 5s;
}
#star-four {
width: 0.5em;
height: 0.5em;
animation-name: star-four, glowingRed;
animation-duration: 140s;
animation-delay: 25s;
}
#star-five {
width: 1em;
height: 1em;
animation-name: star-five, glowingWhite;
animation-duration: 75s;
animation-delay: 20s;
}
#star-six {
width: 0.5em;
height: 0.5em;
animation-name: star-six, glowingWhite;
animation-duration: 45s;
animation-delay: 28s;
}
#star-seven {
width: 0.5em;
height: 0.5em;
animation-name: star-seven, glowingBlue;
animation-duration: 40s;
animation-delay: 35s;
}
#star-eight {
width: 1em;
height: 1em;
animation-name: star-eight, glowingWhite;
animation-duration: 40s;
animation-delay: 42s;
}
#star-nine {
width: 0.8em;
height: 0.8em;
animation-name: star-nine, glowingRed;
animation-duration: 55s;
animation-delay: 18s;
}
#star-ten {
width: 0.5em;
height: 0.5em;
animation-name: star-ten, glowingWhite;
animation-duration: 48s;
animation-delay: 38s;
}
#nebula-one {
width: 50%;
height: auto;
animation-name: nebula-one;
animation-duration: 20s;
animation-delay: 0s;
}
#nebula-two {
width: 50%;
height: auto;
animation-name: nebula-two;
animation-duration: 20s;
animation-delay: 15s;
}
#falcon {
top: -20%;
left: -30%;
z-index: -2;
animation-name: falcon;
animation-duration: 155s;
animation-delay: 30s;
}
#combat-one {
top: 80%;
right: -30%;
z-index: -1;
animation-name: combat-one;
animation-duration: 222s;
animation-delay: 78s;
}
#combat-two {
top: 0%;
right: -30%;
z-index: -3;
animation-name: combat-two;
animation-duration: 124s;
animation-delay: 80s;
}
#cargo {
top: 80%;
right: -30%;
z-index: -5;
animation-name: cargo;
animation-duration: 307s;
animation-delay: 105s;
}
#frigate {
top: 20%;
left: -30%;
z-index: -4;
animation-name: frigate;
animation-duration: 276s;
animation-delay: 136s;
}
#death-star {
top: 0%;
right: -30%;
z-index: -6;
animation-name: death-star;
animation-duration: 328s;
animation-delay: 168s;
}
@keyframes star-one {
0% {top: 10%;
right: -20%;}
22% {top: 100%;
right: 120%;}
100% {top: 120%;
right: 120%;}
}
@keyframes star-two {
0% {top: 40%;
right: -20%;}
20% {top: 150%;
right: 120%;}
100% {top: 200%;
right: 120%;}
}
@keyframes star-three {
0% {top: 40%;
right: -10%;}
18% {top: 110%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-four {
0% {top: 50%;
right: -10%;}
15% {top: 150%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-five {
0% {top: 30%;
right: -10%;}
20% {top: 70%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-six {
0% {top: -20%;
right: -10%;}
22% {top: 80%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-seven {
0% {top: -20%;
right: -10%;}
30% {top: 50%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-eight {
0% {top: -50%;
right: 20%;}
28% {top: 70%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-nine {
0% {top: -30%;
right: -10%;}
20% {top: 100%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-ten {
0% {top: 20%;
right: -10%;}
28% {top: 90%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes glowingWhite {
0% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
3% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
6% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
9% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
12% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
15% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
18% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
21% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
24% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
27% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
30% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
100% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
}
@keyframes glowingBlue {
0% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
2% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 2em #7DF9FF;}
4% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
6% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1.5em #7DF9FF;}
8% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
10% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 2em #7DF9FF;}
12% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
14% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1.5em #7DF9FF;}
16% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
18% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1em #7DF9FF;}
20% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
22% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1em #7DF9FF;}
24% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
26% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1em #7DF9FF;}
28% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
30% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1em #7DF9FF;}
100% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 2em #7DF9FF;}
}
@keyframes glowingRed {
0% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
2% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
4% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
6% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
8% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
10% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
12% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
14% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
16% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
18% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
20% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
22% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
24% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
26% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
28% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
30% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
100% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
}
@keyframes nebula-one {
0% {top: 10%; right: -50%;}
50% {top: 15%; right: 25%;}
100% {top: 20%; right: 100%;}
}
@keyframes nebula-two {
0% {bottom: -100%; left: 0%;}
50% {bottom: 25%; left: 50%;}
100% {bottom: 100%; left: 100%;}
}
@keyframes falcon {
0% {top: -20%;
left: -50%;
width: 2em;}
6% {top: 120%;
left: 120%;
width: 80em;}
100% {top: 100%;
left: 150%;}
}
@keyframes combat-one {
0% {top: 80%;
right: -30%;
width: 2em;}
4% {top: -20%;
right: 120%;
width: 50em;}
100% {top: -100%;
right: 150%;}
}
@keyframes combat-two {
0% {top: 0%;
right: -30%;
width: 0.5em;}
7% {top: 80%;
right: 120%;
width: 20em;}
100% {top: -100%;
right: 150%;}
}
@keyframes cargo {
0% {top: 100%;
right: -60%;
width: 60em;}
4% {top: 0%;
right: 120%;
width: 0em;}
100% {top: -100%;
right: 150%;}
}
@keyframes frigate {
0% {top: 20%;
left: -30%;
width: 12em;}
5% {top: 50%;
left: 120%;
width: 80em;}
100% {top: -100%;
left: 150%;}
}
@keyframes death-star {
0% {top: 35%;
left: -20%;
width: 10em;}
4% {top: 0%;
left: 120%;
width: 20em;}
100% {top: -100%;
left: 150%;}
}
|
css/stars.css
|
.star {
position: absolute;
z-index: -10;
-moz-border-radius: 50%;
-webkit-border-radius:50%;
border-radius: 50%;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.spacecraft {
width: 2em;
height: auto;
position: absolute;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
#star-one {
width: 1em;
height: 1em;
animation-name: star-one, glowingWhite;
animation-duration: 65s;
animation-delay: 2s;
}
#star-two {
width: 1.5em;
height: 1.5em;
animation-name: star-two, glowingBlue;
animation-duration: 70s;
animation-delay: 10s;
}
#star-three {
width: 0.5em;
height: 0.5em;
animation-name: star-three, glowingWhite;
animation-duration: 52s;
animation-delay: 5s;
}
#star-four {
width: 0.5em;
height: 0.5em;
animation-name: star-four, glowingRed;
animation-duration: 140s;
animation-delay: 25s;
}
#star-five {
width: 1em;
height: 1em;
animation-name: star-five, glowingWhite;
animation-duration: 75s;
animation-delay: 20s;
}
#star-six {
width: 0.5em;
height: 0.5em;
animation-name: star-six, glowingWhite;
animation-duration: 45s;
animation-delay: 28s;
}
#star-seven {
width: 0.5em;
height: 0.5em;
animation-name: star-seven, glowingBlue;
animation-duration: 40s;
animation-delay: 35s;
}
#star-eight {
width: 1em;
height: 1em;
animation-name: star-eight, glowingWhite;
animation-duration: 40s;
animation-delay: 42s;
}
#star-nine {
width: 0.8em;
height: 0.8em;
animation-name: star-nine, glowingRed;
animation-duration: 55s;
animation-delay: 18s;
}
#star-ten {
width: 0.5em;
height: 0.5em;
animation-name: star-ten, glowingWhite;
animation-duration: 48s;
animation-delay: 38s;
}
#nebula-one {
width: 50%;
height: auto;
animation-name: nebula-one;
animation-duration: 20s;
animation-delay: 0s;
}
#nebula-two {
width: 50%;
height: auto;
animation-name: nebula-two;
animation-duration: 20s;
animation-delay: 15s;
}
#falcon {
top: -20%;
left: -30%;
z-index: -2;
animation-name: falcon;
animation-duration: 155s;
animation-delay: 30s;
}
#combat-one {
top: 80%;
right: -30%;
z-index: -1;
animation-name: combat-one;
animation-duration: 222s;
animation-delay: 78s;
}
#combat-two {
top: 0%;
right: -30%;
z-index: -3;
animation-name: combat-two;
animation-duration: 124s;
animation-delay: 80s;
}
#cargo {
top: 80%;
right: -30%;
z-index: -5;
animation-name: cargo;
animation-duration: 307s;
animation-delay: 105s;
}
#frigate {
top: 20%;
left: -30%;
z-index: -4;
animation-name: frigate;
animation-duration: 276s;
animation-delay: 136s;
}
#death-star {
top: 0%;
right: -30%;
z-index: -6;
animation-name: death-star;
animation-duration: 328s;
animation-delay: 168s;
}
@keyframes star-one {
0% {top: 10%;
right: -20%;}
22% {top: 100%;
right: 120%;}
100% {top: 120%;
right: 120%;}
}
@keyframes star-two {
0% {top: 40%;
right: -20%;}
20% {top: 150%;
right: 120%;}
100% {top: 200%;
right: 120%;}
}
@keyframes star-three {
0% {top: 40%;
right: -10%;}
18% {top: 110%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-four {
0% {top: 50%;
right: -10%;}
15% {top: 150%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-five {
0% {top: 30%;
right: -10%;}
20% {top: 70%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-six {
0% {top: -20%;
right: -10%;}
22% {top: 80%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-seven {
0% {top: -20%;
right: -10%;}
30% {top: 50%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-eight {
0% {top: -50%;
right: 20%;}
28% {top: 70%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-nine {
0% {top: -30%;
right: -10%;}
20% {top: 100%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes star-ten {
0% {top: 20%;
right: -10%;}
28% {top: 90%;
right: 120%;}
100% {top: 100%;
right: 120%;}
}
@keyframes glowingWhite {
0% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
3% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
6% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
9% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
12% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
15% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
18% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
21% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
24% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
27% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
30% {background-color: #FFFFFF;
box-shadow: 0em 0em 1em 0em white;}
100% {background-color: #FFFFFF;
box-shadow: 0em 0em 5em 1em white;}
}
@keyframes glowingBlue {
0% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
2% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 2em #7DF9FF;}
4% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
6% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1.5em #7DF9FF;}
8% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
10% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 2em #7DF9FF;}
12% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
14% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1.5em #7DF9FF;}
16% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
18% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1em #7DF9FF;}
20% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
22% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1em #7DF9FF;}
24% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
26% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1em #7DF9FF;}
28% {background-color: #7DF9FF;
box-shadow: 0em 0em 1em 0em #7DF9FF;}
30% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 1em #7DF9FF;}
100% {background-color: #CCF9FF;
box-shadow: 0em 0em 5em 2em #7DF9FF;}
}
@keyframes glowingRed {
0% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
2% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
4% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
6% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
8% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
10% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
12% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
14% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
16% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
18% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
20% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
22% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
24% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
26% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
28% {background-color: #FD9888;
box-shadow: 0em 0em 1em 0em #FDA193;}
30% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
100% {background-color: #FDA193;
box-shadow: 0em 0em 5em 0.5em #FDA193;}
}
@keyframes nebula-one {
0% {top: 10%; right: -50%;}
50% {top: 15%; right: 25%;}
100% {top: 20%; right: 100%;}
}
@keyframes nebula-two {
0% {bottom: -100%; left: 0%;}
50% {bottom: 25%; left: 50%;}
100% {bottom: 100%; left: 100%;}
}
@keyframes falcon {
0% {top: -20%;
left: -50%;
width: 2em;}
6% {top: 120%;
left: 120%;
width: 80em;}
100% {top: 100%;
left: 150%;}
}
@keyframes combat-one {
0% {top: 80%;
right: -30%;
width: 2em;}
4% {top: -20%;
right: 120%;
width: 50em;}
100% {top: -100%;
right: 150%;}
}
@keyframes combat-two {
0% {top: 0%;
right: -30%;
width: 0.5em;}
7% {top: 80%;
right: 120%;
width: 20em;}
100% {top: -100%;
right: 150%;}
}
@keyframes cargo {
0% {top: 100%;
right: -60%;
width: 60em;}
4% {top: 0%;
right: 120%;
width: 0em;}
100% {top: -100%;
right: 150%;}
}
@keyframes frigate {
0% {top: 20%;
left: -30%;
width: 12em;}
5% {top: 50%;
left: 120%;
width: 80em;}
100% {top: -100%;
left: 150%;}
}
@keyframes death-star {
0% {top: 35%;
left: -20%;
width: 10em;}
4% {top: 0%;
left: 120%;
width: 20em;}
100% {top: -100%;
left: 150%;}
}
| 0.36625 | 0.066055 |
position: absolute;
background-color: black;
width: 100%;
height: 11em;
top: 0px;
left: 0px;
padding:0px;
margin:0px;
}
#logo{
position: relative;
font-size: 20px;
background-color: white;
width: 30rem;
height: 4rem;
top: 2.5rem;
left: 15vw;
}
#right{
float: right;
font-size: 50px;
position: absolute;
color: white;
top: 0.5rem;
right: 18rem;
}
#navbarPos{
position: absolute;
top: 6.8em;
float: right;
right: 3rem;
}
#navbar{
position: relative;
list-style: none;
right: 10rem;
}
#navbar li{
float: left;
}
#navbar li a{
display: block;
position: relative;
text-decoration: none;
font-weight:900;
padding: 0.5rem 1.5rem;
font-size: 30px;
margin-left: 2px;
color: white;
border-top-right-radius:15px;
border-bottom-left-radius: 15px;
}
#navbar li a:hover{
background-color: #0a9c83;
}
#navbar li a:active{
background-color: #0a9c83;
}
#ad{
position: absolute;
background-color: grey;
width: 100%;
height: 40rem;
left: 0px;
top: 11rem;
}
#text{
font-size: 40px;
}
#text2{
font-size: 30px;
}
#poza{
position: absolute;
top: 2.5rem;
right: 20vw;
width: 40rem;
height: 35rem;
}
#textContainer{
position: absolute;
left: 15vw;
font-size: 20px;
}
#servicii{
position: absolute;
top:51rem;
width: 100%;
left: 0px;
height: 40rem;
background-color: white;
}
#slogan{
margin: 0;
position: absolute;
width: 60%;
float: center;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
#titluSlogan{
position: absolute;
font-size: 70px;
font-weight: lighter;
float: center;
top: 5rem;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
#SloganServicii{
position: absolute;
font-size: 40px;
font-weight: lighter;
float: center;
top: 10rem;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
#readMore{
position: absolute;
text-decoration: none;
font-size: 30px;
float: center;
padding: 20px;
top: 19rem;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
background-color: cyan;
color: white;
}
#readMore:hover{
color: black;
background-color: white;
}
@media (max-width:89rem) {
#text{
font-size: 20px;
}
#text2{
font-size: 20px;
top: 1rem;
}
#poza{
width: 25rem;
height: 20rem;
}
}
@media (max-width: 980px){
#text{
font-size: 20px;
}
#text2{
font-size: 20px;
top: 1rem;
}
#poza{
width: 20rem;
height: 15rem;
}
}
/*resize header*/
@media (max-width: 89rem) {
#right{
top: 5rem;
}
#header{
height: 14rem;
}
#ad{
top: 14rem
}
#logo{
left: 27vw;
}
#navbarPos{
top: 9.8em;
}
}
@media (max-width: 900px) {
#logo{
width:20rem;
height: 3rem;
left: 27vw;
}
#right{
top: 3.5em;
font-size: 25px;
}
#header{
height: 10rem;
}
#ad{
top: 10rem;
}
#navbarPos{
top: 7.4rem;
right: 5vw;
}
#navbar li a{
font-size: 15px;
padding:0.3rem 1rem;
}
}
}
|
HomeStyle.css
|
position: absolute;
background-color: black;
width: 100%;
height: 11em;
top: 0px;
left: 0px;
padding:0px;
margin:0px;
}
#logo{
position: relative;
font-size: 20px;
background-color: white;
width: 30rem;
height: 4rem;
top: 2.5rem;
left: 15vw;
}
#right{
float: right;
font-size: 50px;
position: absolute;
color: white;
top: 0.5rem;
right: 18rem;
}
#navbarPos{
position: absolute;
top: 6.8em;
float: right;
right: 3rem;
}
#navbar{
position: relative;
list-style: none;
right: 10rem;
}
#navbar li{
float: left;
}
#navbar li a{
display: block;
position: relative;
text-decoration: none;
font-weight:900;
padding: 0.5rem 1.5rem;
font-size: 30px;
margin-left: 2px;
color: white;
border-top-right-radius:15px;
border-bottom-left-radius: 15px;
}
#navbar li a:hover{
background-color: #0a9c83;
}
#navbar li a:active{
background-color: #0a9c83;
}
#ad{
position: absolute;
background-color: grey;
width: 100%;
height: 40rem;
left: 0px;
top: 11rem;
}
#text{
font-size: 40px;
}
#text2{
font-size: 30px;
}
#poza{
position: absolute;
top: 2.5rem;
right: 20vw;
width: 40rem;
height: 35rem;
}
#textContainer{
position: absolute;
left: 15vw;
font-size: 20px;
}
#servicii{
position: absolute;
top:51rem;
width: 100%;
left: 0px;
height: 40rem;
background-color: white;
}
#slogan{
margin: 0;
position: absolute;
width: 60%;
float: center;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
#titluSlogan{
position: absolute;
font-size: 70px;
font-weight: lighter;
float: center;
top: 5rem;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
#SloganServicii{
position: absolute;
font-size: 40px;
font-weight: lighter;
float: center;
top: 10rem;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
#readMore{
position: absolute;
text-decoration: none;
font-size: 30px;
float: center;
padding: 20px;
top: 19rem;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
background-color: cyan;
color: white;
}
#readMore:hover{
color: black;
background-color: white;
}
@media (max-width:89rem) {
#text{
font-size: 20px;
}
#text2{
font-size: 20px;
top: 1rem;
}
#poza{
width: 25rem;
height: 20rem;
}
}
@media (max-width: 980px){
#text{
font-size: 20px;
}
#text2{
font-size: 20px;
top: 1rem;
}
#poza{
width: 20rem;
height: 15rem;
}
}
/*resize header*/
@media (max-width: 89rem) {
#right{
top: 5rem;
}
#header{
height: 14rem;
}
#ad{
top: 14rem
}
#logo{
left: 27vw;
}
#navbarPos{
top: 9.8em;
}
}
@media (max-width: 900px) {
#logo{
width:20rem;
height: 3rem;
left: 27vw;
}
#right{
top: 3.5em;
font-size: 25px;
}
#header{
height: 10rem;
}
#ad{
top: 10rem;
}
#navbarPos{
top: 7.4rem;
right: 5vw;
}
#navbar li a{
font-size: 15px;
padding:0.3rem 1rem;
}
}
}
| 0.500732 | 0.058993 |
*,
*::after,
*::before {
box-sizing: border-box;
}
:root {
font-size: 16px;
}
body {
margin: 0;
--color-text: #fff;
--color-bg: #111;
--color-link: #aaa;
--color-link-hover: #fff;
--color-alt: #7f6a57;
color: var(--color-text);
background-color: var(--color-bg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
counter-reset: contentSection;
font-family: neuzeit-grotesk, sans-serif;
}
/* Page Loader */
.js .loading::before,
.js .loading::after {
content: '';
position: fixed;
z-index: 1000;
}
.js .loading::before {
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}
.js .loading::after {
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
border-radius: 50%;
opacity: 0.4;
background: var(--color-link);
animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
to {
opacity: 1;
transform: scale3d(0.5, 0.5, 1);
}
}
a {
text-decoration: underline;
color: var(--color-link);
outline: none;
}
a:hover,
a:focus {
color: var(--color-link-hover);
outline: none;
text-decoration: none;
}
main {
overflow: hidden;
position: relative;
}
.frame {
text-align: center;
position: relative;
z-index: 900;
}
.frame__author {
text-decoration: none;
color: var(--color-alt);
}
.frame__title {
font-size: 1rem;
margin: 0 0 1rem;
font-weight: normal;
}
.frame__links {
display: inline;
}
.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
margin-right: 1rem;
}
.frame__demos {
margin: 1rem 0;
}
.frame__demo--current,
.frame__demo--current:hover {
text-decoration: none;
color: var(--color-alt);
}
.content {
padding: 3rem;
min-height: 90vh;
display: flex;
position: relative;
flex-direction: column;
align-content: center;
justify-content: space-between;
}
.content--auto {
min-height: 0;
}
.content--feature {
justify-content: flex-start;
min-height: 0;
}
.content--fixed {
position: fixed;
z-index: 1000;
width: 100%;
top: 0;
}
.content__pretitle {
margin-top: auto;
font-size: 1.85rem;
color: var(--color-alt);
}
.content__pretitle::before {
content: "\2015";
margin-right: 0.25rem;
}
.content__title {
font-size: 8vw;
line-height: 1;
margin: 0 0 3rem 0;
font-weight: 400;
max-width: 800px;
will-change: transform;
}
.content__text {
font-size: 2.25rem;
font-size: clamp(1rem, 4vw, 2.25rem);
}
.content__text--right {
align-self: flex-end;
}
.content__text--centered {
margin: auto;
}
.content__breakout {
margin: 0 -3rem;
white-space: nowrap;
text-transform: uppercase;
font-family: span, serif;
font-weight: 200;
font-style: italic;
color: #211f1b;
}
.content__breakout--big {
font-size: 13vw;
font-weight: 200;
}
.content__breakout--medium {
font-size: 5vw;
}
.tiles {
--tiles-height: 52vw;
height: var(--tiles-height);
position: relative;
overflow: hidden;
}
.tiles--columns-rotated {
--tiles-height: 180vmax;
}
.tiles--columns {
--tiles-height: 140vh;
}
.tiles--oneline {
--tiles-height: 50vh;
min-height: 400px;
margin: 10vh 0;
}
.tiles--small {
--tiles-height: 100px;
margin: 10vh 0 0;
}
.tiles--fixed {
--tiles-height: 65vw;
margin-top: 25vh;
}
.tiles--perspective {
overflow: visible;
perspective: 1000px;
--tiles-height: 500px;
}
.tiles__wrap {
width: 150%;
--tileswrap-height: var(--tiles-height);
height: var(--tileswrap-height);
position: absolute;
left: 50%;
top: 50%;
transform: translate3d(-50%, -50%, 0);
}
.tiles--rotated .tiles__wrap {
--tileswrap-height: calc(var(--tiles-height) * 1.8);
transform: translate3d(-50%, -50%, 0) rotate(22.5deg);
}
.tiles--columns-rotated .tiles__wrap {
width: 150%;
display: flex;
transform: translate3d(-50%, -50%, 0) rotate(-22.5deg);
left: 50%;
top: 50%;
align-items: center;
justify-content: center;
}
.tiles--columns .tiles__wrap {
width: 100%;
display: flex;
--tileswrap-height: calc(var(--tiles-height) * 1.4);
transform: translate3d(0, -50%, 0);
left: 0;
top: 50%;
}
.tiles--perspective .tiles__wrap {
width: 200%;
transform: translate3d(-50%, -50%, 0) translateX(-25%) translateZ(-1200px) rotateX(75.5deg) rotateZ(12deg);
}
.tiles--fixed .tiles__wrap {
width: 100%;
}
.tiles__line {
display: flex;
}
.tiles--columns .tiles__line {
width: 25%;
padding: 0 1rem;
display: block;
}
.tiles--columns-rotated .tiles__line {
width: 320px;
flex: none;
padding: 0 1.5vw;
display: block;
}
.tiles--columns-rotated .tiles__line:nth-child(even) {
margin-top: -160px;
}
.tiles--oneline .tiles__line {
height: 100%;
}
.tiles--small .tiles__line {
height: 100%;
}
.tiles__line-img {
--tile-margin: 2vw;
flex: none;
width: calc(16.6666% - var(--tile-margin) * 2);
height: calc( var(--tileswrap-height) / 3 - (3 * var(--tile-margin) / 2));
margin: var(--tile-margin);
background-size: cover;
background-position: 50% 50%;
}
.tiles--perspective .tiles__line-img {
backface-visibility: hidden;
outline: 1px solid transparent;
--tile-margin: 1vw;
width: calc(16.6666% - var(--tile-margin) * 2);
height: calc(16.666vw * 1.3);
}
.tiles--oneline .tiles__line-img {
--tile-margin: 1vw;
margin: 0 var(--tile-margin);
width: calc(25% - var(--tile-margin) * 2);
height: 100%;
}
.tiles--small .tiles__line-img {
--tile-margin: 5px;
margin: 0 var(--tile-margin);
width: calc(12.5% - var(--tile-margin) * 2);
height: 100%;
}
.tiles--rotated .tiles__line-img {
--tile-margin: 1vw;
width: calc(16.6666% - var(--tile-margin) * 2);
height: calc( var(--tileswrap-height) / 5 - (4 * var(--tile-margin) / 2));
}
.tiles--columns-rotated .tiles__line-img {
--tile-margin: 3vw 0;
width: 100%;
height: 400px;
}
.tiles--columns .tiles__line-img {
--tile-margin: 2rem 0;
width: 100%;
height: calc(25vw * 1.3);
}
.tiles--fixed .tiles__line-img {
--tile-margin: 10px;
-webkit-filter: brightness(0.8);
width: calc(16.6666% - var(--tile-margin) * 2);
height: calc( var(--tileswrap-height) / 3 - (3 * var(--tile-margin) / 2));
}
.tiles--darker .tiles__line-img {
opacity: 0.7;
}
.tiles__title {
position: absolute;
height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 10vw;
padding: 3rem;
margin: 0;
line-height: 0.8;
font-family: span, serif;
font-weight: 700;
font-style: normal;
}
.tiles__title--alt {
font-size: 9vw;
font-size: clamp(2rem, 9vw, 7.25rem);
}
.tiles__title--intro {
padding-top: 10vh;
align-items: flex-start;
justify-content: flex-start;
}
.tiles__title--right {
justify-content: flex-end;
}
.tiles__title--left {
justify-content: flex-start;
}
.tiles__title--full {
height: 100%;
}
.backtop {
align-self: center;
margin: auto 0;
font-size: 6vw;
cursor: pointer;
text-decoration: none;
}
.backtop::after {
content: "\2934";
font-size: 3vw;
vertical-align: top;
margin-left: 1rem;
}
/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
overflow: hidden;
}
html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.has-scroll-smooth body {
overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
min-height: 100vh;
}
.c-scrollbar {
position: absolute;
right: 0;
top: 0;
width: 11px;
height: 100vh;
transform-origin: center right;
transition: transform 0.3s, opacity 0.3s;
opacity: 0;
}
.c-scrollbar:hover {
transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
opacity: 1;
}
.c-scrollbar_thumb {
position: absolute;
top: 0;
right: 0;
background-color: black;
opacity: 0.5;
width: 7px;
border-radius: 10px;
margin: 2px;
cursor: -webkit-grab;
cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
cursor: -webkit-grabbing;
cursor: grabbing;
}
@media screen and (min-width: 53em) {
.frame {
display: grid;
align-content: space-between;
width: 100%;
grid-gap: 2vw;
grid-template-columns: auto auto auto 1fr;
grid-template-areas: 'title title links demos';
}
.frame__title {
margin: 0;
grid-area: title;
}
.frame__demos {
margin: 0;
grid-area: demos;
justify-self: end;
}
.frame__links {
grid-area: links;
padding: 0;
justify-self: end;
}
.tiles--columns-rotated .tiles__line {
width: 33vmax;
}
.tiles--columns-rotated .tiles__line:nth-child(even) {
margin-top: -20vmax;
}
.tiles--columns-rotated .tiles__line-img {
height: 40vmax;
}
.content--numbered::after {
counter-increment: contentSection;
content: counter(contentSection, decimal-leading-zero);
position: absolute;
top: 50%;
right: 3rem;
border: 1px solid;
color: var(--color-alt);
width: 4rem;
height: 4rem;
margin-top: -2rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.content__text {
max-width: 800px;
width: 50vw;
min-width: calc(300px - 6rem);
}
.content__text--wide {
max-width: 1000px;
width: 65vw;
}
.tiles--small {
--tiles-height: 240px;
}
}
@media (max-width: 520px) {
.content__pretitle {
margin-top: auto;
font-size: 1.55rem;
color: var(--color-alt);
}
.content {
padding: 3rem;
min-height: 90vh;
}
.content__title {
font-size: 18vw;
line-height: 1.1;
margin: 0 0 3rem 0;
font-weight: 400;
max-width: 800px;
will-change: transform;
}
}
|
src/css/base.css
|
*,
*::after,
*::before {
box-sizing: border-box;
}
:root {
font-size: 16px;
}
body {
margin: 0;
--color-text: #fff;
--color-bg: #111;
--color-link: #aaa;
--color-link-hover: #fff;
--color-alt: #7f6a57;
color: var(--color-text);
background-color: var(--color-bg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
counter-reset: contentSection;
font-family: neuzeit-grotesk, sans-serif;
}
/* Page Loader */
.js .loading::before,
.js .loading::after {
content: '';
position: fixed;
z-index: 1000;
}
.js .loading::before {
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}
.js .loading::after {
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
border-radius: 50%;
opacity: 0.4;
background: var(--color-link);
animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
to {
opacity: 1;
transform: scale3d(0.5, 0.5, 1);
}
}
a {
text-decoration: underline;
color: var(--color-link);
outline: none;
}
a:hover,
a:focus {
color: var(--color-link-hover);
outline: none;
text-decoration: none;
}
main {
overflow: hidden;
position: relative;
}
.frame {
text-align: center;
position: relative;
z-index: 900;
}
.frame__author {
text-decoration: none;
color: var(--color-alt);
}
.frame__title {
font-size: 1rem;
margin: 0 0 1rem;
font-weight: normal;
}
.frame__links {
display: inline;
}
.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
margin-right: 1rem;
}
.frame__demos {
margin: 1rem 0;
}
.frame__demo--current,
.frame__demo--current:hover {
text-decoration: none;
color: var(--color-alt);
}
.content {
padding: 3rem;
min-height: 90vh;
display: flex;
position: relative;
flex-direction: column;
align-content: center;
justify-content: space-between;
}
.content--auto {
min-height: 0;
}
.content--feature {
justify-content: flex-start;
min-height: 0;
}
.content--fixed {
position: fixed;
z-index: 1000;
width: 100%;
top: 0;
}
.content__pretitle {
margin-top: auto;
font-size: 1.85rem;
color: var(--color-alt);
}
.content__pretitle::before {
content: "\2015";
margin-right: 0.25rem;
}
.content__title {
font-size: 8vw;
line-height: 1;
margin: 0 0 3rem 0;
font-weight: 400;
max-width: 800px;
will-change: transform;
}
.content__text {
font-size: 2.25rem;
font-size: clamp(1rem, 4vw, 2.25rem);
}
.content__text--right {
align-self: flex-end;
}
.content__text--centered {
margin: auto;
}
.content__breakout {
margin: 0 -3rem;
white-space: nowrap;
text-transform: uppercase;
font-family: span, serif;
font-weight: 200;
font-style: italic;
color: #211f1b;
}
.content__breakout--big {
font-size: 13vw;
font-weight: 200;
}
.content__breakout--medium {
font-size: 5vw;
}
.tiles {
--tiles-height: 52vw;
height: var(--tiles-height);
position: relative;
overflow: hidden;
}
.tiles--columns-rotated {
--tiles-height: 180vmax;
}
.tiles--columns {
--tiles-height: 140vh;
}
.tiles--oneline {
--tiles-height: 50vh;
min-height: 400px;
margin: 10vh 0;
}
.tiles--small {
--tiles-height: 100px;
margin: 10vh 0 0;
}
.tiles--fixed {
--tiles-height: 65vw;
margin-top: 25vh;
}
.tiles--perspective {
overflow: visible;
perspective: 1000px;
--tiles-height: 500px;
}
.tiles__wrap {
width: 150%;
--tileswrap-height: var(--tiles-height);
height: var(--tileswrap-height);
position: absolute;
left: 50%;
top: 50%;
transform: translate3d(-50%, -50%, 0);
}
.tiles--rotated .tiles__wrap {
--tileswrap-height: calc(var(--tiles-height) * 1.8);
transform: translate3d(-50%, -50%, 0) rotate(22.5deg);
}
.tiles--columns-rotated .tiles__wrap {
width: 150%;
display: flex;
transform: translate3d(-50%, -50%, 0) rotate(-22.5deg);
left: 50%;
top: 50%;
align-items: center;
justify-content: center;
}
.tiles--columns .tiles__wrap {
width: 100%;
display: flex;
--tileswrap-height: calc(var(--tiles-height) * 1.4);
transform: translate3d(0, -50%, 0);
left: 0;
top: 50%;
}
.tiles--perspective .tiles__wrap {
width: 200%;
transform: translate3d(-50%, -50%, 0) translateX(-25%) translateZ(-1200px) rotateX(75.5deg) rotateZ(12deg);
}
.tiles--fixed .tiles__wrap {
width: 100%;
}
.tiles__line {
display: flex;
}
.tiles--columns .tiles__line {
width: 25%;
padding: 0 1rem;
display: block;
}
.tiles--columns-rotated .tiles__line {
width: 320px;
flex: none;
padding: 0 1.5vw;
display: block;
}
.tiles--columns-rotated .tiles__line:nth-child(even) {
margin-top: -160px;
}
.tiles--oneline .tiles__line {
height: 100%;
}
.tiles--small .tiles__line {
height: 100%;
}
.tiles__line-img {
--tile-margin: 2vw;
flex: none;
width: calc(16.6666% - var(--tile-margin) * 2);
height: calc( var(--tileswrap-height) / 3 - (3 * var(--tile-margin) / 2));
margin: var(--tile-margin);
background-size: cover;
background-position: 50% 50%;
}
.tiles--perspective .tiles__line-img {
backface-visibility: hidden;
outline: 1px solid transparent;
--tile-margin: 1vw;
width: calc(16.6666% - var(--tile-margin) * 2);
height: calc(16.666vw * 1.3);
}
.tiles--oneline .tiles__line-img {
--tile-margin: 1vw;
margin: 0 var(--tile-margin);
width: calc(25% - var(--tile-margin) * 2);
height: 100%;
}
.tiles--small .tiles__line-img {
--tile-margin: 5px;
margin: 0 var(--tile-margin);
width: calc(12.5% - var(--tile-margin) * 2);
height: 100%;
}
.tiles--rotated .tiles__line-img {
--tile-margin: 1vw;
width: calc(16.6666% - var(--tile-margin) * 2);
height: calc( var(--tileswrap-height) / 5 - (4 * var(--tile-margin) / 2));
}
.tiles--columns-rotated .tiles__line-img {
--tile-margin: 3vw 0;
width: 100%;
height: 400px;
}
.tiles--columns .tiles__line-img {
--tile-margin: 2rem 0;
width: 100%;
height: calc(25vw * 1.3);
}
.tiles--fixed .tiles__line-img {
--tile-margin: 10px;
-webkit-filter: brightness(0.8);
width: calc(16.6666% - var(--tile-margin) * 2);
height: calc( var(--tileswrap-height) / 3 - (3 * var(--tile-margin) / 2));
}
.tiles--darker .tiles__line-img {
opacity: 0.7;
}
.tiles__title {
position: absolute;
height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 10vw;
padding: 3rem;
margin: 0;
line-height: 0.8;
font-family: span, serif;
font-weight: 700;
font-style: normal;
}
.tiles__title--alt {
font-size: 9vw;
font-size: clamp(2rem, 9vw, 7.25rem);
}
.tiles__title--intro {
padding-top: 10vh;
align-items: flex-start;
justify-content: flex-start;
}
.tiles__title--right {
justify-content: flex-end;
}
.tiles__title--left {
justify-content: flex-start;
}
.tiles__title--full {
height: 100%;
}
.backtop {
align-self: center;
margin: auto 0;
font-size: 6vw;
cursor: pointer;
text-decoration: none;
}
.backtop::after {
content: "\2934";
font-size: 3vw;
vertical-align: top;
margin-left: 1rem;
}
/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
overflow: hidden;
}
html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.has-scroll-smooth body {
overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
min-height: 100vh;
}
.c-scrollbar {
position: absolute;
right: 0;
top: 0;
width: 11px;
height: 100vh;
transform-origin: center right;
transition: transform 0.3s, opacity 0.3s;
opacity: 0;
}
.c-scrollbar:hover {
transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
opacity: 1;
}
.c-scrollbar_thumb {
position: absolute;
top: 0;
right: 0;
background-color: black;
opacity: 0.5;
width: 7px;
border-radius: 10px;
margin: 2px;
cursor: -webkit-grab;
cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
cursor: -webkit-grabbing;
cursor: grabbing;
}
@media screen and (min-width: 53em) {
.frame {
display: grid;
align-content: space-between;
width: 100%;
grid-gap: 2vw;
grid-template-columns: auto auto auto 1fr;
grid-template-areas: 'title title links demos';
}
.frame__title {
margin: 0;
grid-area: title;
}
.frame__demos {
margin: 0;
grid-area: demos;
justify-self: end;
}
.frame__links {
grid-area: links;
padding: 0;
justify-self: end;
}
.tiles--columns-rotated .tiles__line {
width: 33vmax;
}
.tiles--columns-rotated .tiles__line:nth-child(even) {
margin-top: -20vmax;
}
.tiles--columns-rotated .tiles__line-img {
height: 40vmax;
}
.content--numbered::after {
counter-increment: contentSection;
content: counter(contentSection, decimal-leading-zero);
position: absolute;
top: 50%;
right: 3rem;
border: 1px solid;
color: var(--color-alt);
width: 4rem;
height: 4rem;
margin-top: -2rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.content__text {
max-width: 800px;
width: 50vw;
min-width: calc(300px - 6rem);
}
.content__text--wide {
max-width: 1000px;
width: 65vw;
}
.tiles--small {
--tiles-height: 240px;
}
}
@media (max-width: 520px) {
.content__pretitle {
margin-top: auto;
font-size: 1.55rem;
color: var(--color-alt);
}
.content {
padding: 3rem;
min-height: 90vh;
}
.content__title {
font-size: 18vw;
line-height: 1.1;
margin: 0 0 3rem 0;
font-weight: 400;
max-width: 800px;
will-change: transform;
}
}
| 0.695441 | 0.085862 |
* 标记且功能性css,在console会起标记作用
*/
.di-o_o-body {
position: relative;
padding: 10px;
font-size: 12px;
min-height: 400px;
}
.di-o_o-block {
position: relative;
margin: 0 10px 20px 0;
border-radius: 3px;
}
.di-o_o-line {
position: relative;
margin: 5px 0 5px 0;
}
.di-o_o-item {
vertical-align: middle;
display: inline-block;
*display: inline;
*zoom: 1;
}
.di-o_o-space-l1 {
margin-left: 20px;
}
.di-o_o-hide {
display: none;
}
/**
* 业务相关
*/
.cond-block {
border: 1px solid #8CCA54;
}
.cond-block .di-o_o-item {
margin: 0 5px;
}
.vu-table {
height: 500px;
}
/**
* 全局提示
*/
.global-prompt {
padding: 5px 10px;
color: #333;
background: #F9EDBE;
font-family: "微软雅黑", Serif;
font-size: 14px;
font-weight: bold;
border: 1px solid #F0C36D;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.global-prompt-waiting {
width: 24px;
height: 24px;
background: url('img/waiting.gif') 0px 0px no-repeat;
overflow: hidden;
float: left;
}
.global-prompt-waiting-text {
margin-left: 34px;
height: 24px;
line-height: 24px;
font-family: "微软雅黑", Serif;
font-size: 14px;
font-weight: bold;
}
.global-smile-face {
width: 44px;
height: 43px;
background-image: url(img/iconbizbg.png);
background-position: -44px -120px;
background-repeat: no-repeat;
overflow: hidden;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
.global-sad-face {
width: 44px;
height: 43px;
background-image: url(img/iconbizbg.png);
background-position: 0 -120px;
background-repeat: no-repeat;
overflow: hidden;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
/**
* 清除浮动
*/
.clear {
clear: both;
overflow: hidden;
height: 0px;
}
|
designer/src/main/resources/public/report-ui/src/css/di.css
|
* 标记且功能性css,在console会起标记作用
*/
.di-o_o-body {
position: relative;
padding: 10px;
font-size: 12px;
min-height: 400px;
}
.di-o_o-block {
position: relative;
margin: 0 10px 20px 0;
border-radius: 3px;
}
.di-o_o-line {
position: relative;
margin: 5px 0 5px 0;
}
.di-o_o-item {
vertical-align: middle;
display: inline-block;
*display: inline;
*zoom: 1;
}
.di-o_o-space-l1 {
margin-left: 20px;
}
.di-o_o-hide {
display: none;
}
/**
* 业务相关
*/
.cond-block {
border: 1px solid #8CCA54;
}
.cond-block .di-o_o-item {
margin: 0 5px;
}
.vu-table {
height: 500px;
}
/**
* 全局提示
*/
.global-prompt {
padding: 5px 10px;
color: #333;
background: #F9EDBE;
font-family: "微软雅黑", Serif;
font-size: 14px;
font-weight: bold;
border: 1px solid #F0C36D;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.global-prompt-waiting {
width: 24px;
height: 24px;
background: url('img/waiting.gif') 0px 0px no-repeat;
overflow: hidden;
float: left;
}
.global-prompt-waiting-text {
margin-left: 34px;
height: 24px;
line-height: 24px;
font-family: "微软雅黑", Serif;
font-size: 14px;
font-weight: bold;
}
.global-smile-face {
width: 44px;
height: 43px;
background-image: url(img/iconbizbg.png);
background-position: -44px -120px;
background-repeat: no-repeat;
overflow: hidden;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
.global-sad-face {
width: 44px;
height: 43px;
background-image: url(img/iconbizbg.png);
background-position: 0 -120px;
background-repeat: no-repeat;
overflow: hidden;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
/**
* 清除浮动
*/
.clear {
clear: both;
overflow: hidden;
height: 0px;
}
| 0.196518 | 0.079496 |
* {
box-sizing: border-box;
margin: 0px;
scroll-behavior: smooth;
}
body {
font-family: sans-serif;
overflow-x: hidden;
}
div {
display: block;
}
section {
height: 100vh;
width: 100%;
margin: 0;
}
header {
opacity: 0;
position: fixed;
z-index: 2;
height: 100%;
transition: opacity 1s ease-out;
}
header:hover {
opacity: 1;
}
img.logo {
z-index: 3;
position: absolute;
position: fixed;
top: 10;
left: 10;
margin-top: 5px;
margin-left: 5px;
}
nav {
padding-top: 30%;
padding-left: 0px;
padding-right: 0px;
width: max-content;
background: rgba(20, 20, 20, 0.9);
transition: padding 1s ease-out;
height: 100%;
}
nav:hover {
width: 200px;
padding-top: 30%;
padding-left: 20%;
padding-right: 15%;
}
ul.menu {
list-style-type: none;
padding: 0;
margin: 0;
}
li a {
font-size: 1.5em;
font-weight: bold;
color: rgb(109, 98, 98);
text-decoration: none;
display: block;
transition: color 1s ease-out;
list-style-type: none;
}
li a:hover {
color: white;
}
#home {
display: grid;
padding-left: 10%;
background-image: url("../pictures/portret_narovnany_upraveny.jpg");
background-attachment: fixed;
background-size: cover;
min-height: max-content;
}
.title {
align-self: center
}
#about {
background-color: #eceff1;
min-height: max-content;
display: flex;
padding: 0px;
}
#about .portrait {
position: relative;
object-fit: cover;
max-height: 100vh;
}
#about .profile {
position: relative;
display: grid;
display: flex;
padding: 0;
}
#about .profile-child {
margin-left: 5px;
height: max-content;
align-self: center;
}
#experiences {
background-color: #eceff1;
min-height: max-content;
}
.table {
margin: auto;
height: max-content;
width: max-content;
}
.table-column {
width: 50%;
margin: 30px;
}
.table-row {
display: flex;
border-top: 2px solid rgba(0, 0, 0, 0.6);
}
.table-row h4 {
float: left;
}
#contact {
background-color: #cfd8dc;
height: 75vh;
min-height: max-content;
}
.grid-box {
padding-top: 5%;
height: 100%;
}
form.contact-form {
margin: auto;
background-color: white;
padding: 10px;
width: 300px;
position: relative;
border-radius: 2px;
border: 2px solid rgba(0, 0, 0, 0.6);
}
input,
textarea {
width: 100%;
border-radius: 2px;
margin-bottom: 10px;
border: 2px solid rgba(0, 0, 0, 0.6);
background-image: none;
background-color: #dadad3;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input[type=submit] {
margin-top: 10px;
margin-bottom: 0px;
cursor: pointer;
height: 25px;
}
input[type=submit]:hover {
background-color: grey;
}
textarea {
resize: vertical;
}
footer {
height: 25vh;
background-color: black;
display: grid;
}
small {
color: rgb(110, 102, 102);
text-align: center;
}
ul.icons {
display: flex;
margin: auto;
width: max-content;
list-style-type: none;
padding: 0px;
align-self: center;
}
ul.icons li {
margin: 20px;
}
h1 {
vertical-align: middle;
color: white;
font-size: 4em;
}
h2 {
text-align: center;
font-size: 3em;
}
h4 {
font-size: 1.3em;
}
h5 {
color: white;
font-size: 1.3em;
}
p {
font-size: 1.5em;
}
@media print {
.logo {
display: none;
}
.icons {
display: none;
}
section {
height: max-content;
}
form.contact-form {
display: none;
}
footer ul li a img {
display: none;
}
footer {
height: max-content;
}
#home {
padding-left: 0px;
text-align: center;
}
#contact h2 {
display: none;
}
#contact {
height: max-content;
}
}
/*CSS pro galerii*/
#galery {
position: relative;
width: 100%;
height: max-content;
}
#galery .row {
position: relative;
height: max-content;
}
#galery img {
width: calc(100%/3);
object-fit: contain;
margin: auto;
border-radius: 2px;
}
@media only screen and (min-width: 1000px) {
#galery .row {
display: flex;
height: calc(100vh/3);
}
#galery {
height: 100vh;
}
#galery .row img {
max-width: calc(100%/3);
object-fit: cover;
margin: 7px;
border-radius: 2px;
}
}
/*CSS pro projekty*/
#project1 #project2 {
min-height: fit-content;
}
#project2 img {
max-height: 100vh;
min-width: 50vw;
object-fit: contain;
}
#project1 img {
max-height: 100vh;
min-width: 50vw;
object-fit: contain;
}
div.description {
display: grid;
padding: 20px;
}
div.description-child-article {
align-self: center;
height: max-content;
padding: 5px;
animation-name: visibility;
animation-duration: 4s;
}
#project1 img {
animation-name: movement-left;
animation-duration: 4s;
}
#project2 img {
animation-name: movement-right;
animation-duration: 4s;
}
#project1 description {
margin-right: 0px;
}
@keyframes movement-left {
from {
margin-left: -100%;
}
to {
margin-left: 0%;
}
}
@keyframes movement-right {
from {
margin-right: -100%;
}
to {
margin-right: 0%;
}
}
@keyframes visibility {
0% {opacity: 0;}
25% {opacity: 0.10;}
50% {opacity: 0.5;}
75% {opacity: 0.75;}
100% {opacity: 1;}
}
#project2 {
color: white;
background-color: #24273e;
}
@media only screen and (min-width: 1100px) {
#project1 {
display: flex;
}
#project2 {
display: flex;
}
#project1 #project2 img {
margin: auto;
object-fit: contain;
}
div.description-child-article {
align-self: center;
height: max-content;
padding: 5px;
}
}
|
www/sp1/pfej00-2/css/stylesheet.css
|
* {
box-sizing: border-box;
margin: 0px;
scroll-behavior: smooth;
}
body {
font-family: sans-serif;
overflow-x: hidden;
}
div {
display: block;
}
section {
height: 100vh;
width: 100%;
margin: 0;
}
header {
opacity: 0;
position: fixed;
z-index: 2;
height: 100%;
transition: opacity 1s ease-out;
}
header:hover {
opacity: 1;
}
img.logo {
z-index: 3;
position: absolute;
position: fixed;
top: 10;
left: 10;
margin-top: 5px;
margin-left: 5px;
}
nav {
padding-top: 30%;
padding-left: 0px;
padding-right: 0px;
width: max-content;
background: rgba(20, 20, 20, 0.9);
transition: padding 1s ease-out;
height: 100%;
}
nav:hover {
width: 200px;
padding-top: 30%;
padding-left: 20%;
padding-right: 15%;
}
ul.menu {
list-style-type: none;
padding: 0;
margin: 0;
}
li a {
font-size: 1.5em;
font-weight: bold;
color: rgb(109, 98, 98);
text-decoration: none;
display: block;
transition: color 1s ease-out;
list-style-type: none;
}
li a:hover {
color: white;
}
#home {
display: grid;
padding-left: 10%;
background-image: url("../pictures/portret_narovnany_upraveny.jpg");
background-attachment: fixed;
background-size: cover;
min-height: max-content;
}
.title {
align-self: center
}
#about {
background-color: #eceff1;
min-height: max-content;
display: flex;
padding: 0px;
}
#about .portrait {
position: relative;
object-fit: cover;
max-height: 100vh;
}
#about .profile {
position: relative;
display: grid;
display: flex;
padding: 0;
}
#about .profile-child {
margin-left: 5px;
height: max-content;
align-self: center;
}
#experiences {
background-color: #eceff1;
min-height: max-content;
}
.table {
margin: auto;
height: max-content;
width: max-content;
}
.table-column {
width: 50%;
margin: 30px;
}
.table-row {
display: flex;
border-top: 2px solid rgba(0, 0, 0, 0.6);
}
.table-row h4 {
float: left;
}
#contact {
background-color: #cfd8dc;
height: 75vh;
min-height: max-content;
}
.grid-box {
padding-top: 5%;
height: 100%;
}
form.contact-form {
margin: auto;
background-color: white;
padding: 10px;
width: 300px;
position: relative;
border-radius: 2px;
border: 2px solid rgba(0, 0, 0, 0.6);
}
input,
textarea {
width: 100%;
border-radius: 2px;
margin-bottom: 10px;
border: 2px solid rgba(0, 0, 0, 0.6);
background-image: none;
background-color: #dadad3;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input[type=submit] {
margin-top: 10px;
margin-bottom: 0px;
cursor: pointer;
height: 25px;
}
input[type=submit]:hover {
background-color: grey;
}
textarea {
resize: vertical;
}
footer {
height: 25vh;
background-color: black;
display: grid;
}
small {
color: rgb(110, 102, 102);
text-align: center;
}
ul.icons {
display: flex;
margin: auto;
width: max-content;
list-style-type: none;
padding: 0px;
align-self: center;
}
ul.icons li {
margin: 20px;
}
h1 {
vertical-align: middle;
color: white;
font-size: 4em;
}
h2 {
text-align: center;
font-size: 3em;
}
h4 {
font-size: 1.3em;
}
h5 {
color: white;
font-size: 1.3em;
}
p {
font-size: 1.5em;
}
@media print {
.logo {
display: none;
}
.icons {
display: none;
}
section {
height: max-content;
}
form.contact-form {
display: none;
}
footer ul li a img {
display: none;
}
footer {
height: max-content;
}
#home {
padding-left: 0px;
text-align: center;
}
#contact h2 {
display: none;
}
#contact {
height: max-content;
}
}
/*CSS pro galerii*/
#galery {
position: relative;
width: 100%;
height: max-content;
}
#galery .row {
position: relative;
height: max-content;
}
#galery img {
width: calc(100%/3);
object-fit: contain;
margin: auto;
border-radius: 2px;
}
@media only screen and (min-width: 1000px) {
#galery .row {
display: flex;
height: calc(100vh/3);
}
#galery {
height: 100vh;
}
#galery .row img {
max-width: calc(100%/3);
object-fit: cover;
margin: 7px;
border-radius: 2px;
}
}
/*CSS pro projekty*/
#project1 #project2 {
min-height: fit-content;
}
#project2 img {
max-height: 100vh;
min-width: 50vw;
object-fit: contain;
}
#project1 img {
max-height: 100vh;
min-width: 50vw;
object-fit: contain;
}
div.description {
display: grid;
padding: 20px;
}
div.description-child-article {
align-self: center;
height: max-content;
padding: 5px;
animation-name: visibility;
animation-duration: 4s;
}
#project1 img {
animation-name: movement-left;
animation-duration: 4s;
}
#project2 img {
animation-name: movement-right;
animation-duration: 4s;
}
#project1 description {
margin-right: 0px;
}
@keyframes movement-left {
from {
margin-left: -100%;
}
to {
margin-left: 0%;
}
}
@keyframes movement-right {
from {
margin-right: -100%;
}
to {
margin-right: 0%;
}
}
@keyframes visibility {
0% {opacity: 0;}
25% {opacity: 0.10;}
50% {opacity: 0.5;}
75% {opacity: 0.75;}
100% {opacity: 1;}
}
#project2 {
color: white;
background-color: #24273e;
}
@media only screen and (min-width: 1100px) {
#project1 {
display: flex;
}
#project2 {
display: flex;
}
#project1 #project2 img {
margin: auto;
object-fit: contain;
}
div.description-child-article {
align-self: center;
height: max-content;
padding: 5px;
}
}
| 0.352871 | 0.093264 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Rubik', sans-serif;
}
/* // */
footer {
position: relative;
width: 100%;
height: 250px;
padding: 10px 85px;
background: #393e46;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer #container {
display: inline-block;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: row;
width: 480px;
margin: 0px;
position: absolute;
right: 0px;
}
nav ul li a:hover {
color: #00adb5;
transition-duration: 1s;
}
nav ul li a {
transition-duration: 1s;
}
footer .aboutus {
width: 500px;
position: relative;
right: 0px;
}
footer h2 {
position: relative;
font-weight: 500;
margin-bottom: 15px;
color: #fff;
}
footer h2:before {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 50px;
height: 2px;
background: #00adb5;
}
footer p {
color: #999;
width: 460px;
text-align: justify;
}
.sci {
margin-top: 30px;
display: flex;
position: relative;
right: 60px;
}
.sci li {
list-style: none;
}
.sci li a {
display: inline-block;
width: 40px;
height: 40px;
background: #222;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
text-decoration: none;
border-radius: 4px;
position: relative;
left: 60px;
top: 20px;
}
.sci li a:hover {
background: #00adb5;
}
.sci li a .fa {
color: #fff;
font-size: 20px;
}
.quicklinks {
position: relative;
width: 25%;
margin-left: 17px;
}
.quicklinks ul li a {
color: #999;
text-decoration: none;
margin-bottom: 10px;
display: inline-block;
}
.quicklinks ul li a:hover {
color: #fff;
}
.quicklinks ul li {
list-style: none;
}
.contact {
position: absolute;
width: calc(35% - -144px);
margin-right: 0 !important;
display: inline-block;
left: 0px;
top: 0px;
}
.contant .info {
position: relative;
}
.contact .info li {
display: flex;
margin-bottom: 16px;
}
.contact .info li span:nth-child(1) {
color: #fff;
font-size: 20px;
margin-right: 10px;
}
.contact .info li span {
color: #999;
}
.contact .info li a {
color: #999;
text-decoration: none;
}
.contact .info li a:hover {
color: #fff;
}
.cpayright {
width: 100%;
background: #181818;
padding: 8px 370px;
text-align: center;
color: #999;
position: relative;
top: 190px;
}
.cpayright p {
width: 460px;
margin-left: 80px;
}
@media (max-width: 991px) {
footer {
padding: 40px;
}
footer .container {
flex-direction: column;
}
footer .container .sec {
margin-right: 0;
margin-bottom: 40px;
width: 480px;
}
footer .container .sec.aboutus,
.quicklinks,
.contact {
width: 100px;
}
.copyright {
padding: 8px 40px;
}
}
.row {
margin-left: 110px;
}
header {
position: fixed;
top: 0;
left: 0;
background: rgb(57, 62, 70);
padding-right: 687px;
}
nav ul li {
display: inline;
margin: 0 auto;
padding-right: 100px;
position: relative;
}
nav ul li a {
color: white;
text-decoration: none;
transition-duration: 1s;
}
.a1 {
position: relative;
left: 300px;
}
body {
margin: 0;
padding: 0;
background: #eeeeee;
font-family: '<NAME>', serif;
}
.team {
padding: 50px 0;
height: 100vh;
box-sizing: border-box;
}
.container {
width: 80%;
height: 50px auto;
}
.row {
position: relative;
left: 50%;
margin-left: -580px;
top: 100px;
width: 1350px;
}
.row h1 {
color: #fff;
text-align: center;
margin: 0;
padding: 0;
font-weight: 700;
font-size: 48px;
text-transform: uppercase;
margin-top: 10%;
}
.row p {
margin: 20px 0 0;
color: #fff;
padding-left: 20px;
}
.row .column {
margin: 25px 10px;
position: relative;
width: calc(15% - -45px);
min-height: 250px;
background: #fff;
float: left;
box-sizing: border-box;
overflow: hidden;
border-radius: 30px;
}
.row .column:before {
content: '';
position: absolute;
bottom: -100%;
left: 0;
width: 100%;
height: 100%;
background: rgb(57, 62, 70);
z-index: 1;
transition: 0.5s;
mix-blend-mode: soft-light;
}
.row .column:hover:before {
bottom: 0;
}
.mgt50px {
margin-top: 50px;
}
.row .column .imgbox {
position: relative;
}
.row .column .imgbox img {
width: 100%;
height: 300px;
transition: 5s;
filter:saturate(100%);
}
.row .column .imgbox img:hover {
transition: 5s;
}
.row .column:hover .imgbox img {
transform: scale(1.5);
filter:saturate(0%);
}
.row .column .details {
position: absolute;
bottom: -85px;
left: 0;
padding: 10px;
box-sizing: border-box;
background: rgba(0, 0, 0, 0.644);
width: 130%;
transition: .05s;
z-index: 2;
}
.row .column:hover .details {
bottom: 0;
}
.row .column .details h3 {
margin: 0;
padding: 0;
color: #fff;
font-weight: 500;
text-align: center;
text-transform: uppercase;
}
.row .column .details h3 span {
margin: 0;
padding: 0;
font-size: 14px;
color: white;
font-weight: 900;
text-transform: uppercase;
position: relative;
top: -6px;
position: relative;
right: 45px;
}
.row .column .details ul {
margin: 0px auto;
padding: 0;
display: flex;
margin-top: 10px;
position: relative;
left: 35px;
}
.row .column .details ul li {
list-style: none;
}
.row .column .details ul li a {
padding: 0 10px;
color: #fff;
}
.row .column .details ul li a .fa {
transition: 0.5s;
}
.row .column .details ul li a:hover .fa {
transform: rotateY(360deg);
color: #f00;
}
nav ul {
position: absolute;
top: 42px;
background-color: rgb(57, 62, 70);
right: 0px;
}
nav ul li {
display: inline;
padding-right: 100px;
margin: 0 auto;
background-color: rgb(57, 62, 70);
}
nav ul li a:hover{
color: #00adb5;
transition-duration: 1s;
}
#header2 {
width: 100vw;
height: 100px;
position: fixed;
top: 0;
z-index: 100;
background-color: rgb(57, 62, 70);
}
#logo {
width: 290px;
}
header {
background-color: rgb(57, 62, 70);
z-index: 100;
}
a {
text-decoration: none;
font-family: 'Rubik', sans-serif;
color: white;
}
#head {
position: relative;
width: 960px;
margin: 0 auto;
left: 50%;
margin-left: -480px;
top: 130px;
font-family: 'Rubik', sans-serif;
}
main h2 {
margin: 0 auto;
font-size: xx-large;
text-align: center;
color: #00adb5;
text-transform: uppercase;
}
.border {
position: relative;
display: block;
margin: auto;
width: 160px;
height: 3px;
background: #666;
margin-bottom: 40px;
top: 15px;
}
#para {
width: 960px;
left: 50%;
margin-left: -480px;
position: relative;
text-align: justify;
line-height: 35px;
font-size: 20px;
text-align-last: center;
}
.row h2 {
position: relative;
margin-left: 7px;
}
main {
width: 960px;
margin: 0 auto;
}
.row .border {
position: relative;
}
#bigFooter{
width: 1150px;
position: relative;
left: 50%;
margin-left: -575px;
font-family: 'Rubik', sans-serif;
}
|
css/about-us.css
|
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Rubik', sans-serif;
}
/* // */
footer {
position: relative;
width: 100%;
height: 250px;
padding: 10px 85px;
background: #393e46;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
footer #container {
display: inline-block;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: row;
width: 480px;
margin: 0px;
position: absolute;
right: 0px;
}
nav ul li a:hover {
color: #00adb5;
transition-duration: 1s;
}
nav ul li a {
transition-duration: 1s;
}
footer .aboutus {
width: 500px;
position: relative;
right: 0px;
}
footer h2 {
position: relative;
font-weight: 500;
margin-bottom: 15px;
color: #fff;
}
footer h2:before {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 50px;
height: 2px;
background: #00adb5;
}
footer p {
color: #999;
width: 460px;
text-align: justify;
}
.sci {
margin-top: 30px;
display: flex;
position: relative;
right: 60px;
}
.sci li {
list-style: none;
}
.sci li a {
display: inline-block;
width: 40px;
height: 40px;
background: #222;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
text-decoration: none;
border-radius: 4px;
position: relative;
left: 60px;
top: 20px;
}
.sci li a:hover {
background: #00adb5;
}
.sci li a .fa {
color: #fff;
font-size: 20px;
}
.quicklinks {
position: relative;
width: 25%;
margin-left: 17px;
}
.quicklinks ul li a {
color: #999;
text-decoration: none;
margin-bottom: 10px;
display: inline-block;
}
.quicklinks ul li a:hover {
color: #fff;
}
.quicklinks ul li {
list-style: none;
}
.contact {
position: absolute;
width: calc(35% - -144px);
margin-right: 0 !important;
display: inline-block;
left: 0px;
top: 0px;
}
.contant .info {
position: relative;
}
.contact .info li {
display: flex;
margin-bottom: 16px;
}
.contact .info li span:nth-child(1) {
color: #fff;
font-size: 20px;
margin-right: 10px;
}
.contact .info li span {
color: #999;
}
.contact .info li a {
color: #999;
text-decoration: none;
}
.contact .info li a:hover {
color: #fff;
}
.cpayright {
width: 100%;
background: #181818;
padding: 8px 370px;
text-align: center;
color: #999;
position: relative;
top: 190px;
}
.cpayright p {
width: 460px;
margin-left: 80px;
}
@media (max-width: 991px) {
footer {
padding: 40px;
}
footer .container {
flex-direction: column;
}
footer .container .sec {
margin-right: 0;
margin-bottom: 40px;
width: 480px;
}
footer .container .sec.aboutus,
.quicklinks,
.contact {
width: 100px;
}
.copyright {
padding: 8px 40px;
}
}
.row {
margin-left: 110px;
}
header {
position: fixed;
top: 0;
left: 0;
background: rgb(57, 62, 70);
padding-right: 687px;
}
nav ul li {
display: inline;
margin: 0 auto;
padding-right: 100px;
position: relative;
}
nav ul li a {
color: white;
text-decoration: none;
transition-duration: 1s;
}
.a1 {
position: relative;
left: 300px;
}
body {
margin: 0;
padding: 0;
background: #eeeeee;
font-family: '<NAME>', serif;
}
.team {
padding: 50px 0;
height: 100vh;
box-sizing: border-box;
}
.container {
width: 80%;
height: 50px auto;
}
.row {
position: relative;
left: 50%;
margin-left: -580px;
top: 100px;
width: 1350px;
}
.row h1 {
color: #fff;
text-align: center;
margin: 0;
padding: 0;
font-weight: 700;
font-size: 48px;
text-transform: uppercase;
margin-top: 10%;
}
.row p {
margin: 20px 0 0;
color: #fff;
padding-left: 20px;
}
.row .column {
margin: 25px 10px;
position: relative;
width: calc(15% - -45px);
min-height: 250px;
background: #fff;
float: left;
box-sizing: border-box;
overflow: hidden;
border-radius: 30px;
}
.row .column:before {
content: '';
position: absolute;
bottom: -100%;
left: 0;
width: 100%;
height: 100%;
background: rgb(57, 62, 70);
z-index: 1;
transition: 0.5s;
mix-blend-mode: soft-light;
}
.row .column:hover:before {
bottom: 0;
}
.mgt50px {
margin-top: 50px;
}
.row .column .imgbox {
position: relative;
}
.row .column .imgbox img {
width: 100%;
height: 300px;
transition: 5s;
filter:saturate(100%);
}
.row .column .imgbox img:hover {
transition: 5s;
}
.row .column:hover .imgbox img {
transform: scale(1.5);
filter:saturate(0%);
}
.row .column .details {
position: absolute;
bottom: -85px;
left: 0;
padding: 10px;
box-sizing: border-box;
background: rgba(0, 0, 0, 0.644);
width: 130%;
transition: .05s;
z-index: 2;
}
.row .column:hover .details {
bottom: 0;
}
.row .column .details h3 {
margin: 0;
padding: 0;
color: #fff;
font-weight: 500;
text-align: center;
text-transform: uppercase;
}
.row .column .details h3 span {
margin: 0;
padding: 0;
font-size: 14px;
color: white;
font-weight: 900;
text-transform: uppercase;
position: relative;
top: -6px;
position: relative;
right: 45px;
}
.row .column .details ul {
margin: 0px auto;
padding: 0;
display: flex;
margin-top: 10px;
position: relative;
left: 35px;
}
.row .column .details ul li {
list-style: none;
}
.row .column .details ul li a {
padding: 0 10px;
color: #fff;
}
.row .column .details ul li a .fa {
transition: 0.5s;
}
.row .column .details ul li a:hover .fa {
transform: rotateY(360deg);
color: #f00;
}
nav ul {
position: absolute;
top: 42px;
background-color: rgb(57, 62, 70);
right: 0px;
}
nav ul li {
display: inline;
padding-right: 100px;
margin: 0 auto;
background-color: rgb(57, 62, 70);
}
nav ul li a:hover{
color: #00adb5;
transition-duration: 1s;
}
#header2 {
width: 100vw;
height: 100px;
position: fixed;
top: 0;
z-index: 100;
background-color: rgb(57, 62, 70);
}
#logo {
width: 290px;
}
header {
background-color: rgb(57, 62, 70);
z-index: 100;
}
a {
text-decoration: none;
font-family: 'Rubik', sans-serif;
color: white;
}
#head {
position: relative;
width: 960px;
margin: 0 auto;
left: 50%;
margin-left: -480px;
top: 130px;
font-family: 'Rubik', sans-serif;
}
main h2 {
margin: 0 auto;
font-size: xx-large;
text-align: center;
color: #00adb5;
text-transform: uppercase;
}
.border {
position: relative;
display: block;
margin: auto;
width: 160px;
height: 3px;
background: #666;
margin-bottom: 40px;
top: 15px;
}
#para {
width: 960px;
left: 50%;
margin-left: -480px;
position: relative;
text-align: justify;
line-height: 35px;
font-size: 20px;
text-align-last: center;
}
.row h2 {
position: relative;
margin-left: 7px;
}
main {
width: 960px;
margin: 0 auto;
}
.row .border {
position: relative;
}
#bigFooter{
width: 1150px;
position: relative;
left: 50%;
margin-left: -575px;
font-family: 'Rubik', sans-serif;
}
| 0.563378 | 0.095856 |
*{
margin:0px 0px;
padding: 0px 0px;
}
.container-lg{
margin:0px 0px;
padding: 0px 0px;
}
#planche{
backdrop-filter: blur(8px);
margin:0px 0px;
padding: 0px 0px;
}
.tinyBox{
height:92px;
width: 96px;
}
body{
font-size: 1.5em;
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin:0px 0px;
padding: 0px 0px;
}
#headerBase{
backdrop-filter: blur(8px);
}
footer{
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin:25px 0px 0px 0px;
padding:0px 0px 0px 0px;
backdrop-filter: blur(8px);
color:#fff;
font-size:1.3em;
text-transform: uppercase;
height: 5em !important;
}
#menuBurger{
float:left;
width:940px;
}
#couverture{
background-image: url('../images/bg_1.jpg');
}
/*HEADER et MENU*/
#headerLogo{
margin:0px 0px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
height: 1em;
width:auto;
color:#f0ebed !important;
text-shadow: 2px 2px 2px #484c50;
text-transform: uppercase;
backdrop-filter: blur(8px);
}
header span{
padding: 2px 2px;
color:#ffd301;
text-shadow: none;
}
header span{
margin:10px 10px;
}
.nav{
border:none;
}
/*#boutonColapse .nav .navbar-nav .nav-item .nav-link{*/
.nav-link{
float:left;
text-decoration: none;
text-transform: uppercase;
text-align: center;
text-shadow: 2px 2px 2px rgb(0, 0, 0);
border: none;
color: #fff;
padding:5px 20px;
border-radius: 8px;
}
.nav-item{
float:left;
text-decoration: none;
text-transform: uppercase;
text-align: center;
text-shadow: 2px 2px 2px rgb(0, 0, 0);
border: none;
border-radius: 8px;
color: #fff;
}
.nav-item:hover{
background: #fff;
border-radius: 3px;
}
.nav-item .active{
color: #460215 !important;
background: #fff !important;
}
.nav-link:hover{
background: #274d94 !important;
color:#fff !important;
}
#planche, .navbar{
/* background-image: url('../images/bg_1.jpg');*/
position: sticky;
top:0em;
z-index: 100;
width: 100%;
/* background:rgb(36, 28, 28);
padding-bottom: 1.5em;*/
}
.show{
color: #fff !important;
}
#menuSpy{
visibility: hidden;
text-transform: uppercase;
text-shadow: 2px 2px 2px #bb4d6c !important;
color:#fff !important;
padding-top:4px;
}
/* les cartes */
.tab{
margin:0px 0px;
padding:0px 0px;
}
.card{
border: none;
}
.card .vignette{
box-shadow: 5px 5px 5px #333;
background: #fff;
border-radius: 10px;
/* margin:10px 10px;*/
margin: 0% 15px;
padding: 0% 0%;
/*padding:0px 0px 3em 0px;*/
height:100%;
}
.card .vignette:hover{
margin:0px 0px;
box-shadow: 10px 10px 10px #333;
}
.card{
background: rgba(0,0,0,0);
margin: 10px 0px ;
padding:10px 0px;
z-index:1;
}
.card-header, .card-footer{
background: rgba(0,0,0,0);
border:none;
}
.card .funImg{
padding:0px 0px;
background: #ffd301;
margin:10px 0px 0px 0px;
z-index:1;
}
.footPage{
text-align: center;
text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.footPageDelete{
position:absolute;
bottom:0em;
width: 100%;
}
.card-footer{
position:absolute;
bottom: 1.2em;
margin:2px 2px;
padding:10px 10px;
text-align: center;
width: 90%;
}
.btn-order{
border:none;
width: 100%;
background: #460215;
color:#fff;
text-transform: uppercase;
text-shadow: 3px 3px 3px #333;
margin: 8px 0px;
font-size: 0.8em;
border-radius: 9px;
}
.btn-order:hover{
background: #fff;
color:#021246;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
border: 2px solid #460215;
margin: 4px 4px;
}
.fname ,.lname{
font-family: Arial, sans-serif;
display:block;
color:#dd124c;
text-justify:auto;
font-size-adjust: 0.5;
z-index:1;
text-shadow: 2px 2px 2px rgb(104, 99, 99);
}
.lname{
font-weight: bold;
text-transform: uppercase;
font-size: 1.2em;
}
.fname{
text-transform: capitalize;
font-size: 1.0em;
}
.ticket-text{
/* visibility: hidden;*/
position: relative;
text-transform: uppercase;
color:#000;
margin:0.5em 0em;
z-index:1;
font-size-adjust: 1.2em;
font-size: 0.8em;
}
.price{
position:absolute;
top:30px;
right: -5px;
background:#2ebe93;
color:#fff;
text-shadow: 1px 1px 1px #000;
margin:2px 5px;
font-size: 1.2em;
width:auto;
padding: 0.1em 0.5em 0.1em 0.5em;
z-index:2;
}
.circle{
border-radius: 8px;
background: #20745a;
color: #2ebe93;
position: absolute;
top:20px;
right: -5px;
margin:2px 5px;
font-size: 24px;
width:100px;
padding: 5px 5px 5px 15px ;
z-index:-1;
}
/* Pied de page*/
/*Admin*/
.admin{
background:#fff;
border-radius:10px;
padding:50px;
font-size: small;
color: #000;
}
.dataPowerBase #headerLogo{
margin: 50px 0px;
}
.admin h1{
border-color: rgba(0,0,0,0);
color: #000 ! important;
font-size: x-large;
}
#dataBasePower{
background-image: url('../images/bg.png');
font-size:small;
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px;
padding: 0px 0px;
height: 100%;
}
.admin .btnView, .btnUpdate, .btnDelete{
box-shadow: 2px 2px 2px #333;
border: 1px solid;
}
/*Viewer*/
.viewer{
font-family: Verdana, Geneva, Tahoma, sans-serif;
border:none
}
.viewer .vignette{
display:block;
list-style: none;
background: #fff;
margin:0px 0px;
padding:0px 0px 3em 0px;
border-radius: 8px;
border: 1px solid #333;
box-shadow: 4px 10px 30px rgba(0,0,0,0.5);
}
.viewer .vignette{
padding:0px;
margin: 0px;
}
.viewer .card-body{
color: #ffd301;
display:block;
}
.viewer .card-footer{
color: #ffd301;
position: relative;
}
.viewer .ticket-text{
color:#000;
}
.viewer .ticket-title{
color:#460215!important;
}
.viewer .price{
position:absolute;
top:30px;
right: -5px;
background:#2ebe93;
color:#fff;
text-shadow: 1px 1px 1px #000;
margin:2px 5px;
font-size: 2em;
width:auto;
padding: 0.1em 0.5em 0.1em 0.5em;
z-index:2;
}
/* INSERT */
.help-inline{
color:red;
}
/* DELETE */
.btnValidate{
box-shadow: 2px 2px 2px #333;
border: 1px solid #000;
}
.btnCancel{
margin-left: 1.5em;
box-shadow: 2px 2px 2px #333;
border: 1px solid #000;
}
.btnValidate:hover{
background: #460215;
box-shadow: 2px 2px 2px #333;
border: 1px solid #000;
color:#fff;
}
.btnCancel:hover{
margin-left: 1.5em;
background: #2ebe93;
box-shadow: 2px 2px 2px #333;
border: 1px solid #20745a;
color:#fff;
}
@media
(max-width:576px){
.col-sm-4 {
background: rgba(0,0,0,0);
margin:0px 0px;
padding:0px 0px;
z-index:1;
}
.btn-order{
font-size: 0.8em;
font-weight: lighter;
}
.ticket-title{
font-size:larger;
}
.ticket-text{
padding-bottom: 1.8em;
margin: auto;
}
.text-center{
height:0px;
visibility: hidden;
}
#headerLogo{
visibility: hidden;
}
#menuSpy{
visibility:visible;
}
.nav-link{
width: 100%;
}
}
/* how to handle only the col-sm-4 */
@media
(min-width: 576px)
AND
(max-width:1096px){
.col-sm-6 {
background: rgba(0,0,0,0);
margin:0px 0px;
padding:0px 0px;
z-index:1;
font-size: x-large;
}
.reduceSize{
font-size: 0.5em;
}
.btn-order{
font-size: 0.8em;
font-weight: lighter;
}
.ticket-title{
font-size:x-large;
}
.ticket-text{
padding-bottom: 1.8em;
}
.text-center{
height:0px;
visibility: hidden;
}
#headerLogo{
visibility: hidden;
}
#menuSpy{
visibility:visible;
}
.nav-link{
width: 100%;
}
}
@keyframes AnimeGradient {
0%{background-position: 0% 50%}
25%{background-position:50% 100%}
50%{background-position:100% 50%}
75%{background-position:50% 0%}
}
|
Le Livre de la Classe DEFENSE/css/styles.css
|
*{
margin:0px 0px;
padding: 0px 0px;
}
.container-lg{
margin:0px 0px;
padding: 0px 0px;
}
#planche{
backdrop-filter: blur(8px);
margin:0px 0px;
padding: 0px 0px;
}
.tinyBox{
height:92px;
width: 96px;
}
body{
font-size: 1.5em;
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin:0px 0px;
padding: 0px 0px;
}
#headerBase{
backdrop-filter: blur(8px);
}
footer{
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin:25px 0px 0px 0px;
padding:0px 0px 0px 0px;
backdrop-filter: blur(8px);
color:#fff;
font-size:1.3em;
text-transform: uppercase;
height: 5em !important;
}
#menuBurger{
float:left;
width:940px;
}
#couverture{
background-image: url('../images/bg_1.jpg');
}
/*HEADER et MENU*/
#headerLogo{
margin:0px 0px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
height: 1em;
width:auto;
color:#f0ebed !important;
text-shadow: 2px 2px 2px #484c50;
text-transform: uppercase;
backdrop-filter: blur(8px);
}
header span{
padding: 2px 2px;
color:#ffd301;
text-shadow: none;
}
header span{
margin:10px 10px;
}
.nav{
border:none;
}
/*#boutonColapse .nav .navbar-nav .nav-item .nav-link{*/
.nav-link{
float:left;
text-decoration: none;
text-transform: uppercase;
text-align: center;
text-shadow: 2px 2px 2px rgb(0, 0, 0);
border: none;
color: #fff;
padding:5px 20px;
border-radius: 8px;
}
.nav-item{
float:left;
text-decoration: none;
text-transform: uppercase;
text-align: center;
text-shadow: 2px 2px 2px rgb(0, 0, 0);
border: none;
border-radius: 8px;
color: #fff;
}
.nav-item:hover{
background: #fff;
border-radius: 3px;
}
.nav-item .active{
color: #460215 !important;
background: #fff !important;
}
.nav-link:hover{
background: #274d94 !important;
color:#fff !important;
}
#planche, .navbar{
/* background-image: url('../images/bg_1.jpg');*/
position: sticky;
top:0em;
z-index: 100;
width: 100%;
/* background:rgb(36, 28, 28);
padding-bottom: 1.5em;*/
}
.show{
color: #fff !important;
}
#menuSpy{
visibility: hidden;
text-transform: uppercase;
text-shadow: 2px 2px 2px #bb4d6c !important;
color:#fff !important;
padding-top:4px;
}
/* les cartes */
.tab{
margin:0px 0px;
padding:0px 0px;
}
.card{
border: none;
}
.card .vignette{
box-shadow: 5px 5px 5px #333;
background: #fff;
border-radius: 10px;
/* margin:10px 10px;*/
margin: 0% 15px;
padding: 0% 0%;
/*padding:0px 0px 3em 0px;*/
height:100%;
}
.card .vignette:hover{
margin:0px 0px;
box-shadow: 10px 10px 10px #333;
}
.card{
background: rgba(0,0,0,0);
margin: 10px 0px ;
padding:10px 0px;
z-index:1;
}
.card-header, .card-footer{
background: rgba(0,0,0,0);
border:none;
}
.card .funImg{
padding:0px 0px;
background: #ffd301;
margin:10px 0px 0px 0px;
z-index:1;
}
.footPage{
text-align: center;
text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.footPageDelete{
position:absolute;
bottom:0em;
width: 100%;
}
.card-footer{
position:absolute;
bottom: 1.2em;
margin:2px 2px;
padding:10px 10px;
text-align: center;
width: 90%;
}
.btn-order{
border:none;
width: 100%;
background: #460215;
color:#fff;
text-transform: uppercase;
text-shadow: 3px 3px 3px #333;
margin: 8px 0px;
font-size: 0.8em;
border-radius: 9px;
}
.btn-order:hover{
background: #fff;
color:#021246;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
border: 2px solid #460215;
margin: 4px 4px;
}
.fname ,.lname{
font-family: Arial, sans-serif;
display:block;
color:#dd124c;
text-justify:auto;
font-size-adjust: 0.5;
z-index:1;
text-shadow: 2px 2px 2px rgb(104, 99, 99);
}
.lname{
font-weight: bold;
text-transform: uppercase;
font-size: 1.2em;
}
.fname{
text-transform: capitalize;
font-size: 1.0em;
}
.ticket-text{
/* visibility: hidden;*/
position: relative;
text-transform: uppercase;
color:#000;
margin:0.5em 0em;
z-index:1;
font-size-adjust: 1.2em;
font-size: 0.8em;
}
.price{
position:absolute;
top:30px;
right: -5px;
background:#2ebe93;
color:#fff;
text-shadow: 1px 1px 1px #000;
margin:2px 5px;
font-size: 1.2em;
width:auto;
padding: 0.1em 0.5em 0.1em 0.5em;
z-index:2;
}
.circle{
border-radius: 8px;
background: #20745a;
color: #2ebe93;
position: absolute;
top:20px;
right: -5px;
margin:2px 5px;
font-size: 24px;
width:100px;
padding: 5px 5px 5px 15px ;
z-index:-1;
}
/* Pied de page*/
/*Admin*/
.admin{
background:#fff;
border-radius:10px;
padding:50px;
font-size: small;
color: #000;
}
.dataPowerBase #headerLogo{
margin: 50px 0px;
}
.admin h1{
border-color: rgba(0,0,0,0);
color: #000 ! important;
font-size: x-large;
}
#dataBasePower{
background-image: url('../images/bg.png');
font-size:small;
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px;
padding: 0px 0px;
height: 100%;
}
.admin .btnView, .btnUpdate, .btnDelete{
box-shadow: 2px 2px 2px #333;
border: 1px solid;
}
/*Viewer*/
.viewer{
font-family: Verdana, Geneva, Tahoma, sans-serif;
border:none
}
.viewer .vignette{
display:block;
list-style: none;
background: #fff;
margin:0px 0px;
padding:0px 0px 3em 0px;
border-radius: 8px;
border: 1px solid #333;
box-shadow: 4px 10px 30px rgba(0,0,0,0.5);
}
.viewer .vignette{
padding:0px;
margin: 0px;
}
.viewer .card-body{
color: #ffd301;
display:block;
}
.viewer .card-footer{
color: #ffd301;
position: relative;
}
.viewer .ticket-text{
color:#000;
}
.viewer .ticket-title{
color:#460215!important;
}
.viewer .price{
position:absolute;
top:30px;
right: -5px;
background:#2ebe93;
color:#fff;
text-shadow: 1px 1px 1px #000;
margin:2px 5px;
font-size: 2em;
width:auto;
padding: 0.1em 0.5em 0.1em 0.5em;
z-index:2;
}
/* INSERT */
.help-inline{
color:red;
}
/* DELETE */
.btnValidate{
box-shadow: 2px 2px 2px #333;
border: 1px solid #000;
}
.btnCancel{
margin-left: 1.5em;
box-shadow: 2px 2px 2px #333;
border: 1px solid #000;
}
.btnValidate:hover{
background: #460215;
box-shadow: 2px 2px 2px #333;
border: 1px solid #000;
color:#fff;
}
.btnCancel:hover{
margin-left: 1.5em;
background: #2ebe93;
box-shadow: 2px 2px 2px #333;
border: 1px solid #20745a;
color:#fff;
}
@media
(max-width:576px){
.col-sm-4 {
background: rgba(0,0,0,0);
margin:0px 0px;
padding:0px 0px;
z-index:1;
}
.btn-order{
font-size: 0.8em;
font-weight: lighter;
}
.ticket-title{
font-size:larger;
}
.ticket-text{
padding-bottom: 1.8em;
margin: auto;
}
.text-center{
height:0px;
visibility: hidden;
}
#headerLogo{
visibility: hidden;
}
#menuSpy{
visibility:visible;
}
.nav-link{
width: 100%;
}
}
/* how to handle only the col-sm-4 */
@media
(min-width: 576px)
AND
(max-width:1096px){
.col-sm-6 {
background: rgba(0,0,0,0);
margin:0px 0px;
padding:0px 0px;
z-index:1;
font-size: x-large;
}
.reduceSize{
font-size: 0.5em;
}
.btn-order{
font-size: 0.8em;
font-weight: lighter;
}
.ticket-title{
font-size:x-large;
}
.ticket-text{
padding-bottom: 1.8em;
}
.text-center{
height:0px;
visibility: hidden;
}
#headerLogo{
visibility: hidden;
}
#menuSpy{
visibility:visible;
}
.nav-link{
width: 100%;
}
}
@keyframes AnimeGradient {
0%{background-position: 0% 50%}
25%{background-position:50% 100%}
50%{background-position:100% 50%}
75%{background-position:50% 0%}
}
| 0.183338 | 0.052086 |
1. Import styles
---------------------------------------------------------*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #3f3f3f;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #2c6ed5;
text-decoration: none;
outline: 0;
}
a:hover,
a:focus {
color: #1e4d97;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 0;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #eaebec;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 700;
line-height: 1.1;
color: #58595b;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-muted {
color: #999999;
}
.text-primary {
color: #428bca;
}
a.text-primary:hover {
color: #3071a9;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #428bca;
}
a.bg-primary:hover {
background-color: #3071a9;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.428571429;
color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
content: "";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
white-space: nowrap;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) {
.container {
width: 740px;
}
}
@media (min-width: 992px) {
.container {
width: 960px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}
.row {
margin-left: -10px;
margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666666666666%;
}
.col-xs-pull-10 {
right: 83.33333333333334%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666666666666%;
}
.col-xs-pull-7 {
right: 58.333333333333336%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666666666667%;
}
.col-xs-pull-4 {
right: 33.33333333333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.666666666666664%;
}
.col-xs-pull-1 {
right: 8.333333333333332%;
}
.col-xs-pull-0 {
right: 0;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666666666666%;
}
.col-xs-push-10 {
left: 83.33333333333334%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666666666666%;
}
.col-xs-push-7 {
left: 58.333333333333336%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666666666667%;
}
.col-xs-push-4 {
left: 33.33333333333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.666666666666664%;
}
.col-xs-push-1 {
left: 8.333333333333332%;
}
.col-xs-push-0 {
left: 0;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-pull-0 {
right: 0;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-push-0 {
left: 0;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-pull-0 {
right: 0;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-push-0 {
left: 0;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-pull-0 {
right: 0;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-push-0 {
left: 0;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
/* IE8-9 */
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: #58595b;
}
.form-control {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #58595b;
background-color: #ffffff;
background-image: none;
border: 1px solid #e6e6e6;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #c6ccd2;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(198, 204, 210, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(198, 204, 210, 0.6);
}
.form-control::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #c6ccd2;
}
.form-control::-webkit-input-placeholder {
color: #c6ccd2;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"] {
line-height: 36px;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
}
.radio label,
.checkbox label {
display: inline;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 45px;
}
.has-feedback .form-control-feedback {
position: absolute;
top: 25px;
right: 0;
display: block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.form-control-static {
margin-bottom: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #7f7f7f;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -10px;
margin-right: -10px;
}
.form-horizontal .form-control-static {
padding-top: 7px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 10px;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #ffffff;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #ffffff;
background-color: #c6ccd2;
border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #ffffff;
background-color: #afb8c0;
border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #c6ccd2;
border-color: transparent;
}
.btn-default .badge {
color: #c6ccd2;
background-color: #ffffff;
}
.btn-primary {
color: #ffffff;
background-color: #58595b;
border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #444546;
border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #58595b;
border-color: transparent;
}
.btn-primary .badge {
color: #58595b;
background-color: #ffffff;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.btn-link {
color: #2c6ed5;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #1e4d97;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.btn-refuse {
background-color: #fa3333;
color: #ffffff;
}
.btn-refuse:hover {
background-color: #D82A2A;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999999;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #2c6ed5;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #eaebec;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #c6ccd2 #c6ccd2 #eaebec;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #58595b;
background-color: #ffffff;
border: 1px solid #eaebec;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #428bca;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
/*.tab-content > .tab-pane {*/
/*display: none;*/
/*}*/
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 45px;
margin-bottom: 0;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 0;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
overflow-x: visible;
padding-right: 10px;
padding-left: 10px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -10px;
margin-left: -10px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 12.5px 10px;
font-size: 18px;
line-height: 20px;
height: 45px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -10px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 10px;
padding: 9px 10px;
margin-top: 5.5px;
margin-bottom: 5.5px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: none;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 6.25px -10px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 12.5px;
padding-bottom: 12.5px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -10px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
margin-left: -10px;
margin-right: -10px;
padding: 10px 10px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 4.5px;
margin-bottom: 4.5px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -10px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 4.5px;
margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
margin-top: 7.5px;
margin-bottom: 7.5px;
}
.navbar-btn.btn-xs {
margin-top: 11.5px;
margin-bottom: 11.5px;
}
.navbar-text {
margin-top: 12.5px;
margin-bottom: 12.5px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 10px;
margin-right: 10px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: transparent;
border-color: transparent;
}
.navbar-default .navbar-brand {
color: #58595b;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #3f4041;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #58595b;
}
.navbar-default .navbar-nav > li > a {
color: #58595b;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #c50000;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #c50000;
background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: transparent;
color: #c50000;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #58595b;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #c50000;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #c50000;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #58595b;
}
.navbar-default .navbar-link:hover {
color: #c50000;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #999999;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.breadcrumb {
padding: 0 0;
margin-bottom: 20px;
list-style: none;
background-color: transparent;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: ">\00a0";
padding: 0 5px;
color: #58595b;
}
.breadcrumb > .active {
color: #58595b;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
color: #414042;
background-color: #ffffff;
border: 1px solid #e3e3e3;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #000000;
background-color: #e8e8e8;
border-color: #e8e8e8;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #414042;
background-color: #e8e8e8;
border-color: #e3e3e3;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #e3e3e3;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #e8e8e8;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
background-color: #ffffff;
cursor: not-allowed;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable {
padding-right: 35px;
}
.alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #ddf1f3;
border-color: #83dbd4;
color: #58595b;
}
.alert-success hr {
border-top-color: #6fd5cd;
}
.alert-success .alert-link {
color: #3f4041;
}
.alert-info {
background-color: #f0f1f1;
border-color: #cdcdcd;
color: #58595b;
}
.alert-info hr {
border-top-color: #c0c0c0;
}
.alert-info .alert-link {
color: #3f4041;
}
.alert-warning {
background-color: #ffe9ad;
border-color: #fab418;
color: #58595b;
}
.alert-warning hr {
border-top-color: #f3aa05;
}
.alert-warning .alert-link {
color: #3f4041;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: auto;
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: none;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.428571429px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 20px;
}
.modal-footer {
margin-top: 15px;
padding: 19px 20px 20px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media (min-width: 768px) {
.modal-dialog {
width: 722px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 722px;
}
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
width: 194px;
}
.tooltip.top {
margin-top: -10px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #e4eaeb;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #e4eaeb;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #e4eaeb;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-top-color: #e4eaeb;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: none;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
/* old color #c6ccd2 */
/* old color #c9cacb */
/* mixins */
.list-reset {
margin: 0;
padding: 0;
list-style: none;
}
.responsive-img {
width: 100%;
height: auto;
vertical-align: top;
}
.position-zero {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
.text-none {
overflow: hidden;
text-indent: -9999px;
}
/* ---------------------------------------------------------
2. General reset
---------------------------------------------------------*/
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
@font-face {
font-family: 'fontello';
src: url('../fonts/fontello.eot?55836342');
src: url('../fonts/fontello.eot?55836342#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?55836342') format('woff'), url('../fonts/fontello.ttf?55836342') format('truetype'), url('../fonts/fontello.svg?55836342#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?55836342#fontello') format('svg');
}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down-open:before {
content: '\e800';
}
/* '' */
.icon-left-open:before {
content: '\e801';
}
/* '' */
.icon-right-open:before {
content: '\e802';
}
/* '' */
.icon-up-open:before {
content: '\e803';
}
/* '' */
.icon-clock:before {
content: '\e804';
}
/* '' */
.icon-angle-up:before {
content: '\e805';
}
/* '' */
.icon-angle-down:before {
content: '\e806';
}
/* '' */
.icon-angle-right:before {
content: '\e807';
}
/* '' */
.icon-angle-left:before {
content: '\e808';
}
/* '' */
.icon-down-open-mini:before {
content: '\e809';
}
/* '' */
.icon-ok:before {
content: '\e80a';
}
/* '' */
.icon-phone:before {
content: '\e80b';
}
/* '' */
.icon-mail-alt:before {
content: '\e80c';
}
/* '' */
.icon-location:before {
content: '\e80d';
}
/* '' */
.icon-calendar:before {
content: '\e80e';
}
/* '' */
.icon-heart:before {
content: '\e80f';
}
/* '' */
.icon-star:before {
content: '\e810';
}
/* '' */
.icon-cancel:before {
content: '\e811';
}
/* '' */
.icon-left-open-mini:before {
content: '\e812';
}
/* '' */
.icon-right-open-mini:before {
content: '\e813';
}
/* '' */
.icon-up-open-mini:before {
content: '\e814';
}
/* '' */
.icon-resize-full-alt:before {
content: '\e815';
}
/* '' */
.icon-facebook:before {
content: '\e816';
}
/* '' */
.icon-clock-1:before {
content: '\e817';
}
/* '' */
.icon-twitter:before {
content: '\e818';
}
/* '' */
.icon-vimeo:before {
content: '\e819';
}
/* '' */
.icon-gplus:before {
content: '\e81a';
}
/* '' */
.icon-eye:before {
content: '\e81b';
}
/* '' */
.icon-eye-off:before {
content: '\e81c';
}
/* '' */
.icon-error-field:before {
content: '\e81d';
}
/* '' */
.icon-info:before {
content: '\e81e';
}
/* '' */
/* '' */
html {
background: #333435;
}
body {
margin: 0;
min-width: 320px;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: 100%;
}
img {
border: 0;
}
input[type=submit],
input[type=reset],
button[type=submit],
button[type=reset],
button,
a {
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
a {
text-decoration: underline;
}
input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=image],
input[type=submit],
input[type=button],
input[type=search],
input[type=email],
input[type=number],
input[type=time],
textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=file]:focus,
input[type=image]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control {
padding: 5px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 4px !important;
}
.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control:focus::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
color: #c6ccd2;
}
.form-control:focus::-webkit-input-placeholder {
color: #c6ccd2;
}
.error .form-control {
border-color: #c53f4e;
}
.form-control.dark-color::-moz-placeholder {
color: #58595b;
opacity: 1;
}
.form-control.dark-color:-ms-input-placeholder {
color: #58595b;
}
.form-control.dark-color::-webkit-input-placeholder {
color: #58595b;
}
textarea {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
textarea:focus::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
textarea:focus:-ms-input-placeholder {
color: #c6ccd2;
}
textarea:focus::-webkit-input-placeholder {
color: #c6ccd2;
}
.error textarea {
border-color: #c53f4e;
}
select {
display: block;
width: 100%;
height: 36px;
}
input[type="radio"],
input[type="checkbox"] {
opacity: 0;
visibility: hidden;
}
.skip a {
color: #000000;
top: -9999px;
left: -9999px;
position: absolute;
}
.skip a:focus {
position: static;
width: auto;
height: auto;
}
.btn {
border-radius: 4px;
white-space: normal;
text-decoration: none;
padding: 11px 14px 12px;
text-transform: uppercase;
-webkit-border-radius: 4px !important;
}
.btn.btn-primary {
border-radius: 5px;
-webkit-border-radius: 5px !important;
}
.btn.btn-yellow {
color: #ffffff;
background: #f9e08e;
}
.btn.btn-nomad {
color: #ffffff;
background: #b7b09d;
}
.btn.btn-algae-green {
color: #ffffff;
background: #8be1b1;
}
.btn.btn-salmon {
color: #ffffff;
background: #ff8e6c;
}
.btn.btn-flamingo {
color: #ffffff;
background: #f13f4a;
}
.btn.btn-polo-blue {
color: #ffffff;
background: #83a9d0;
}
.btn.btn-fuzzy-brown {
color: #ffffff;
background: #ca4951;
}
span.btn {
cursor: default;
}
span.btn:active,
span.btn:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* ---------------------------------------------------------
3. Сommon site styles
---------------------------------------------------------*/
/* main page wrapper */
#wrapper {
overflow: hidden;
position: relative;
}
/* header styles */
#header {
margin: 0 0 20px;
padding: 0 0 21px;
border-bottom: #dfe3e6 solid 1px;
}
.home-page #header {
margin: 0;
}
.home-page .form-category {
display: inline-block;
border-radius: 4px 4px 0 0;
border: 1px solid #e8e8e8;
background-color: rgba(246, 246, 246, 0.9);
padding: 14px 0 8px;
}
.home-page .form-category .container {
display: inline-block;
/*width: auto;*/
/*min-width: 960px;*/
}
.home-page .form-category .multiselect li {
text-align: left;
}
/* topbar */
.topbar {
margin: 0 0 24px;
padding: 7px 0 8px;
background: #f7f7f7;
border-bottom: solid 1px #e6e6e6;
}
.topbar ul {
margin: 0 0 0 -14px;
}
.topbar ul li {
display: inline-block;
vertical-align: top;
padding: 0;
margin: 0 45px 0 0;
letter-spacing: 0.2px;
}
.topbar ul li i {
font-size: 16px;
margin: 0 5px 0 0;
}
.topbar ul li i.icon-mail-alt {
font-size: 14px;
margin: 0 6px 0 0;
}
.topbar ul li.email {
font-size: 12px;
}
.topbar a {
text-decoration: none;
color: #151f35;
}
.topbar a:hover,
.topbar a:active,
.topbar a:focus {
color: #395490;
text-decoration: none;
}
/* navbar-default */
.navbar-default .navbar-brand {
padding: 0;
height: auto;
outline: none;
}
.navbar-default .navbar-brand img {
display: block;
max-width: 100%;
}
.navbar-default img {
border: 0;
background: none;
}
.navbar-default .navbar-header {
margin: 8px 10px 0 -11px;
}
.navbar-default .navbar-collapse {
float: right;
margin: 0 -21px 0 0;
}
.navbar-default .navbar-nav {
margin: 12px 0 0;
}
.navbar-default .navbar-nav > li {
margin: 0 0 0 34px;
}
.navbar-default .navbar-nav > li.link-flag + li {
margin: 0 0 0 4px;
}
.navbar-default .navbar-nav > li > a {
padding: 0;
display: inline;
text-decoration: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
margin: 15px 0 0 -5px;
border-radius: 5px;
border-color: #c6ccd2;
}
.navbar-default .navbar-nav > li > .dropdown-menu.flag-list {
min-width: 80px;
}
.navbar-default .navbar-nav > li > .dropdown-menu:after {
left: 10px;
z-index: 2;
bottom: 100%;
content: '';
position: absolute;
border-style: solid;
border-width: 0 5px 7px;
border-color: transparent;
border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu:before {
left: 9px;
bottom: 100%;
content: '';
position: absolute;
border-style: solid;
border-width: 0 6px 8px;
border-color: transparent;
border-bottom-color: #c6ccd2;
}
.navbar-default .navbar-nav > li > .dropdown-menu li {
font-size: 12px;
}
.navbar-default .navbar-nav > li > .dropdown-menu li + li {
border-top: #d4d9dd solid 1px;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a {
padding: 3px 10px;
text-decoration: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
text-decoration: none;
}
.navbar-default .flag {
display: inline-block;
vertical-align: top;
margin: 5px 2px 0 0;
}
.navbar-default .btn {
margin: 0 0 0 29px;
}
.navbar-default .icon-down-open-mini {
right: 0;
position: relative;
color: #d2d2d2;
}
/* jcf-select-currency-selector */
.jcf-select.jcf-select-currency-selector {
border: 0;
height: auto;
cursor: pointer;
border-radius: 0;
}
.jcf-select.jcf-select-currency-selector .jcf-select-text {
margin: 0;
color: #58595b;
cursor: pointer;
line-height: 20px;
}
.jcf-select.jcf-select-currency-selector .jcf-select-text:hover,
.jcf-select.jcf-select-currency-selector.jcf-focus .jcf-select-text {
color: #c50000;
}
.jcf-select.jcf-select-currency-selector .jcf-select-opener {
display: none;
}
.jcf-select-drop.jcf-select-currency-selector {
min-width: 150px;
margin: 15px 0 0 -5px !important;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-select-drop-content {
border-radius: 5px;
position: relative;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-select-drop-content:after {
left: 10px;
z-index: 2;
bottom: 100%;
content: '';
position: absolute;
border-style: solid;
border-width: 0 5px 7px;
border-color: transparent;
border-bottom-color: #ffffff;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-select-drop-content:before {
left: 9px;
bottom: 100%;
content: '';
position: absolute;
border-style: solid;
border-width: 0 6px 8px;
border-color: transparent;
border-bottom-color: #c6ccd2;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list {
overflow: hidden;
border-radius: 5px;
background: #ffffff;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list ul {
border-radius: 5px;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list ul li {
font-size: 12px;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list ul li + li {
border-top: #d4d9dd solid 1px;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list .jcf-option {
padding: 3px 10px;
text-decoration: none;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list .jcf-option.jcf-hover,
.jcf-select-drop.jcf-select-currency-selector .jcf-list .jcf-option:hover {
color: #262626;
background: #f5f5f5;
}
.jcf-select-drop.jcf-select-currency-selector.jcf-drop-flipped {
margin: -10px 0 0 -7px !important;
}
.jcf-select-drop.jcf-select-currency-selector.jcf-drop-flipped .jcf-select-drop-content:after {
top: 100%;
bottom: auto;
border-width: 7px 5px 0;
border-color: #ffffff transparent transparent;
}
.jcf-select-drop.jcf-select-currency-selector.jcf-drop-flipped .jcf-select-drop-content:before {
top: 100%;
bottom: auto;
border-width: 8px 6px 0;
border-color: #c6ccd2 transparent transparent;
}
/* form-category */
.form-category {
position: relative;
padding: 16px 0 12px;
background: #f6f6f6;
}
.form-category .area {
margin: 0 auto;
overflow: hidden;
max-width: 880px;
position: relative;
/*padding: 0 200px 5px 0;*/
}
.form-category input.btn-default {
width: 178px;
font-weight: 400;
padding: 7px 10px;
position: relative;
color: #fff;
text-transform: uppercase;
}
.form-category .col {
/*width: 48.6%;*/
width: auto;
display: inline-block;
/*float: left;*/
}
.home-page .form-category .col {
margin-right: 20px;
}
.form-category .col + .col {
width: auto;
/*float: right;*/
}
.form-category .col + .col .title {
width: auto;
/*width: 47px;*/
}
.form-category .title {
display: inline-block;
width: auto;
color: #58595b;
font-weight: normal;
margin: 7px 4px 0 0;
}
.range-area .title {
float: left;
}
.form-category .title label {
margin: 0;
display: inline;
font-weight: 400;
}
.form-category .multiselect {
display: inline-block;
}
.form-category .multiselect .btn-group, .form-category .multiselect .btn-default {
top: 0;
right: 0;
padding: 0;
width: 180px;
height: 36px;
}
.home-page .form-category .multiselect .btn-group, .home-page .form-category .multiselect .btn-default {
width: 220px;
}
.form-category .field-holder {
display: inline-block;
}
.home-page .form-category .field-holder {
width: 280px;
}
/*.form-category .field-holder,*/
.form-category .select-holder {
overflow: hidden;
}
.form-category .input-placeholder-text {
padding: 0 25px;
}
.form-category select {
display: block;
width: 100%;
height: 36px;
}
.form-category.alt {
padding: 0 0;
background: none;
}
.form-category .form-holder {
position: relative;
background: #e8e8e8;
border-radius: 4px;
margin: 0 0 40px;
padding: 15px 19px 15px 19px;
}
.form-category .form-holder:before,
.form-category .form-holder:after {
content: " ";
display: table;
}
.form-category .form-holder:after {
clear: both;
}
.form-category .form-holder:before,
.form-category .form-holder:after {
content: " ";
display: table;
}
.form-category .form-holder:after {
clear: both;
}
.form-category .form-holder input.btn-default {
display: inline-block;
width: 130px;
}
.form-category .form-holder .col {
width: auto;
padding: 0 10px 0 0;
}
.form-category .form-holder .col.location {
display: inline-block;
}
.form-category .form-holder .col.location .title {
width: auto;
margin: 10px 7px 0 1px;
}
.form-category .form-holder .col.location .field-holder {
width: 217px;
}
.form-category .form-holder .col.location .form-control {
padding: 5px;
}
.form-category .form-holder .col.time {
width: 42%;
margin: 0 -20px 0 0;
}
.form-category .form-holder .col.time .title {
width: auto;
margin: 9px 7px 0 0;
}
.form-category .form-holder .col.time .form-control {
padding: 5px 5px;
text-align: center;
color: #c6ccd2;
}
.form-category .form-holder .col.time .form-control::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-category .form-holder .col.time .form-control:-ms-input-placeholder {
color: #c6ccd2;
}
.form-category .form-holder .col.time .form-control::-webkit-input-placeholder {
color: #c6ccd2;
}
.form-category .form-holder .col.time .form-control:focus::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-category .form-holder .col.time .form-control:focus:-ms-input-placeholder {
color: #c6ccd2;
}
.form-category .form-holder .col.time .form-control:focus::-webkit-input-placeholder {
color: #c6ccd2;
}
.form-category .form-holder .col.time .col {
width: 46.9%;
}
.form-category .form-holder .col.time .col:first-child {
width: 51.5%;
}
.form-category .form-holder .col + .col {
display: inline-block;
vertical-align: top;
}
.form-category .form-holder .title {
margin: 7px 6px 0 0;
}
.form-category .input-append {
position: relative;
padding: 0 35px 0 0;
width: 157px;
}
.form-category .input-append .input-placeholder-text {
right: 36px;
padding: 0 5px;
text-align: center;
}
.form-category .add-on {
top: 50%;
right: 0;
width: 22px;
height: 22px;
margin: -16px 0 0;
position: absolute;
}
.form-category .icon-calendar, .form-category .icon-clock, .time-ranges .icon-clock {
color: #888a90;
font-size: 22px;
cursor: pointer;
text-indent: -14px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.time-ranges .icon-clock {
color: #c6cdd2;
margin-left: 10px;
}
.form-category .icon-calendar:hover, .form-category .icon-clock:hover, .time-ranges .icon-clock:hover {
color: #4a4b4f;
}
.form-category .sub-holder {
margin: 0 -11px;
}
.form-category .sub-holder:before,
.form-category .sub-holder:after {
content: " ";
display: table;
}
.form-category .sub-holder:after {
clear: both;
}
.form-category .sub-holder:before,
.form-category .sub-holder:after {
content: " ";
display: table;
}
.form-category .sub-holder:after {
clear: both;
}
.form-category .selection-holder {
width: 50%;
float: right;
}
.form-category .selection-holder .select-holder {
float: left;
width: 23.3333%;
padding: 0 0 0 10px;
}
.form-category .selection-holder .select-holder:last-child {
margin: 0 -5px 0 0;
}
.form-category .selection-holder .jcf-select {
height: 40px;
}
.form-category .selection-holder .jcf-select .jcf-select-text {
margin-top: 6px;
}
/* range-area */
.range-area {
float: left;
width: 49%;
padding-top: 5px;
}
.range-area .title {
width: auto;
margin: 6px -23px 0 0;
}
/* range-holder */
.range-holder {
float: left;
width: 50%;
}
.range-holder .range-box {
margin: 0 18px 0 0;
padding: 5px 15px 15px;
}
.range-holder .range-box:after {
content: '';
display: block;
clear: both;
}
.range-holder .range-box .value {
position: absolute;
bottom: 16px;
left: 50%;
width: 60px;
margin: 0 0 0 -30px;
text-align: center;
}
.range-holder .range-price {
overflow: hidden;
padding: 0 17px 0 15px;
}
.range-holder .price {
float: left;
color: #58595b;
}
.range-holder .price.right {
float: right;
}
/* range-bar */
.range-bar {
height: 7px;
position: relative;
padding: 6px 0 15px;
margin: 0 15px 0 23px;
}
.range-bar:after {
top: 50%;
left: 0;
right: 0;
height: 7px;
content: '';
margin: -3px 0 0;
position: absolute;
background: #e2dfdf;
border-radius: 7px;
-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.16) inset;
box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.16) inset;
}
.range-bar .range-limit,
.range-bar .ui-slider-range {
z-index: 2;
float: left;
width: 47%;
height: 7px;
margin: 1px 2px 0;
position: relative;
background: #9a9da3;
border-radius: 7px;
}
.range-bar .pointer,
.range-bar .ui-slider-handle {
float: left;
width: 15px;
height: 15px;
border-radius: 100%;
margin: -4px 0 0 -8px;
border: #cdcdcd solid 1px;
-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.37);
box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.37);
background: #fefefe;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fefefe), to(#f4f4f4));
background-image: -webkit-linear-gradient(top, #fefefe, 0%, #f4f4f4, 100%);
background-image: -moz-linear-gradient(top, #fefefe 0%, #f4f4f4 100%);
background-image: linear-gradient(to bottom, #fefefe 0%, #f4f4f4 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str(@start-color)}', endColorstr='#{ie-hex-str(@end-color)}', GradientType=0);
filter: none;
cursor: pointer;
z-index: 200;
position: absolute;
}
.range-bar .pointer.right,
.range-bar .ui-slider-handle.right {
float: right;
margin-right: -2px;
}
/* visual */
.visual {
margin: 0 0 50px;
background: url(../images/bg-section.png) no-repeat 50% 0 #58595b;
}
.visual .title-holder {
display: table;
width: 100%;
height: 280px;
}
.visual .title-frame {
padding: 6px 0 14px;
display: table-cell;
vertical-align: middle;
}
.visual h1 {
color: #ffffff;
margin: 0 auto;
max-width: 670px;
font: 700 48px/58px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.visual h1 .thin-text {
font-weight: 400;
}
.visual h1 .text {
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* infoarea */
.infoarea {
color: #58595b;
line-height: 22px;
padding-bottom: 22px;
}
.infoarea .info-box {
padding-bottom: 20px;
}
.infoarea .icon {
margin: 0 22px 0 0;
}
.infoarea .textbox {
overflow: hidden;
}
.infoarea h2 {
margin: 0;
text-transform: uppercase;
font: 800 16px/22px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.infoarea h2 a {
color: #58595b;
text-decoration: none;
}
.infoarea h2 a:hover,
.infoarea h2 a:active,
.infoarea h2 a:focus {
color: #98999b;
text-decoration: none;
}
.infoarea p {
margin: 0 0 10px;
}
/* bottom-container */
.bottom-container {
color: #ffffff;
background: #333435;
}
/* aside-footer */
.aside-footer {
background: #58595b;
color: #f5f5f5;
padding: 26px 0 21px;
/* navarea */
/* contact-info */
}
.aside-footer .navarea {
overflow: hidden;
line-height: 17px;
}
.aside-footer .navarea ul {
width: 220px;
margin: 0 10px 0 0;
}
.aside-footer .navarea ul li + li {
margin: 14px 0 0;
}
.aside-footer .navarea ul li a {
color: #f5f5f5;
text-decoration: none;
}
.aside-footer .navarea ul li a:hover {
opacity: 0.75;
}
.aside-footer .contact-info {
color: #ffffff;
width: 254px;
line-height: 17px;
}
.aside-footer .contact-info li + li {
margin: 9px 0 0;
}
.aside-footer .contact-info a,
.aside-footer .contact-info address {
color: #ffffff;
text-decoration: none;
}
.aside-footer .contact-info address {
margin: 0;
}
.aside-footer .contact-info address .icon-location {
font-size: 17px;
margin: 0 8px 0 0;
}
.aside-footer .contact-info a:hover {
opacity: 0.75;
}
.aside-footer .title {
display: block;
font-weight: 400;
margin: 0 0 12px;
text-transform: uppercase;
}
.aside-footer .icon-phone {
font-size: 18px;
margin: 0 8px 0 -3px;
}
.aside-footer .icon-mail-alt {
font-size: 15px;
margin: 0 11px 0 0;
}
/* footer styles */
#footer {
padding-top: 14px;
padding-bottom: 11px;
font-size: 13px;
line-height: 16px;
}
#footer p {
margin: 0 0 0 11%;
overflow: hidden;
}
#footer a {
color: #ffffff;
text-decoration: none;
}
#footer a:hover {
opacity: 0.75;
}
#footer .by {
margin: 0 38px 0 10px;
}
/* breadcrumbs */
.breadcrumb {
margin: 0 0 19px;
}
.breadcrumb > li {
vertical-align: top;
}
.breadcrumb > li + li:before {
padding: 0;
}
.breadcrumb > li a {
color: #58595b;
text-decoration: none;
}
.breadcrumb > li a:hover {
color: #000000;
}
/* twocolumns */
.twocolumns {
padding-top: 21px;
padding-bottom: 56px;
}
.twocolumns.alt {
padding: 0 0 25px;
}
.twocolumns.alt #sidebar .holder {
margin: 0 -10px 0 -20px;
}
/* maparea */
.maparea .map-holder {
height: 1111px;
overflow: hidden;
position: relative;
border-radius: 5px;
border: #dedede solid 1px;
}
.maparea iframe {
border: 0;
overflow: hidden;
width: 100%;
height: 1130px;
}
.maparea .holder {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
/* listing-area */
.listing-area {
position: relative;
}
.listing-area .listing-holder {
margin-bottom: 0;
}
/* listing-post */
.listing-post {
position: relative;
margin-bottom: 30px;
}
.listing-post .listing-box {
color: #58595b;
display: block;
position: relative;
text-decoration: none;
}
.listing-post .listing-box:hover {
text-decoration: none;
}
.listing-post .frame {
overflow: hidden;
border-radius: 5px;
background: #ffffff;
border: #eaebec solid 1px;
}
.listing-post .post-info {
overflow: hidden;
min-height: 200px;
position: relative;
}
.listing-post .img-holder {
position: relative;
}
.listing-post .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.listing-post .box {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
.listing-post .box-holder {
display: table;
width: 100%;
height: 100%;
}
.listing-post .head {
overflow: hidden;
}
.listing-post .foot {
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
position: absolute;
}
.listing-post .time-price {
float: left;
width: 70px;
color: #58595b;
line-height: 1.241;
margin: 15px 10px 0 16px;
}
.listing-post .time-price p {
margin: 0;
}
.listing-post .price {
display: block;
margin: 0 0 -3px;
font-size: 36px;
line-height: 39px;
}
.listing-post .favourit {
top: 0;
right: 0;
z-index: 2;
width: 46px;
height: 46px;
color: #e8e8e8;
position: absolute;
text-align: center;
border-radius: 100%;
background: #797979;
margin: 20px 31px 0 0;
font-size: 26px;
line-height: 46px;
text-decoration: none;
}
.listing-post .favourit:hover {
text-decoration: none;
background: #c53f4e;
}
.listing-post .area {
overflow: hidden;
padding: 1px 21px 10px 10px;
}
.listing-post .title {
padding: 11px;
display: block;
color: #ffffff;
font-weight: 600;
text-align: center;
font-size: 18px;
line-height: 21px;
background: rgba(0, 0, 0, 0.45);
}
.listing-post .post-content {
overflow: hidden;
padding: 16px 18px;
}
.listing-post .alignleft {
float: left;
border-radius: 5px;
margin: 4px 10px 0 0;
border: #eaebec solid 1px;
}
.listing-post .textbox {
overflow: hidden;
}
.listing-post h2 {
margin: 0;
color: #58595b;
font-size: 14px;
line-height: 20px;
}
.listing-post p {
margin: 0 0 5px;
}
.listing-post .info-btns {
margin: 0;
z-index: 3;
left: 44px;
right: 44px;
bottom: 132px;
position: absolute;
}
.listing-post .info-btns li {
z-index: 2;
float: left;
padding: 0 5px;
width: 30.733%;
position: relative;
}
.listing-post .info-btns li.select-holder {
width: 38.3%;
}
.listing-post .info-btns .btn {
display: block;
padding: 8px 5px;
background: none;
position: relative;
min-width: inherit;
border-radius: 3px;
text-transform: none;
font-size: 14px;
line-height: 18px;
border-color: #c6ccd2;
}
.listing-post .info-btns .btn:before {
z-index: -1;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
background: #9fa2a0;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.listing-post .info-btns .btn:hover:before {
background: #c6c3c3;
}
.listing-post .info-btns .jcf-select {
height: 36px;
}
.listing-post .info-btns .jcf-select .jcf-select-opener {
width: 29px;
}
.listing-post .info-btns .jcf-select .jcf-select-text {
margin: 4px 34px 0 9px;
}
.listing-post .info-btns .jcf-select .jcf-select-text img {
width: 20px;
height: auto;
margin: -2px 3px 0 0;
}
.listing-post.small {
margin: 0;
}
.listing-post.small .rating {
margin: 15px 10px 0 15px;
}
.listing-post.small .time-price {
float: right;
margin: 8px 15px 0 0;
font-size: 14px;
line-height: 17px;
}
.listing-post.small .price {
margin: 0 0 -5px;
}
.listing-post.small .post-info {
min-height: 150px;
}
.listing-post.small .foot {
height: 29px;
}
.listing-post.small .certified {
float: none;
font-size: 14px;
line-height: 17px;
}
.listing-post.small .post-content {
padding: 15px 16px 9px;
}
.listing-post.small .title {
padding: 4px 5px;
}
.listing-post.small .rating {
margin: 13px 10px 0 18px;
}
.listing-post.small .rating li {
font-size: 17px;
margin: 0 -6px 0 0;
}
.listing-post.small .textbox {
overflow: visible;
}
/* rating */
.rating {
margin: 0;
float: left;
color: #dedddd;
}
.rating li {
padding: 0;
color: #d9c26c;
font-size: 28px;
margin: 0 -10px 0 0;
}
.rating i.icon-star {
color: #dedddd;
}
.rating a {
color: #d9c26c;
text-decoration: none;
}
.rating a:hover i.icon-star {
color: #d9c26c;
}
.rating a:before {
width: auto;
display: block;
}
.rating .active a i.icon-star {
color: #d9c26c;
}
/* certified */
.certified {
float: right;
color: #58595b;
margin: 12px 0 0;
}
.certified .icon-ok {
color: #00ad5f;
}
/* popup-holder */
.popup-holder {
top: 37.9%;
left: 50%;
width: 20px;
height: 32px;
position: absolute;
margin: -16px 0 0 -3px;
}
.popup-holder .open {
width: auto;
display: block;
color: #393939;
font-size: 36px;
text-decoration: none;
}
.popup-holder .open:hover {
color: #000000;
}
.popup-holder .open:before {
width: auto;
}
.popup-holder .popup {
left: 50%;
width: 250px;
bottom: 100%;
display: none;
position: absolute;
margin: 0 0 9px -119px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.popup-holder .popup:after {
top: 100%;
left: 50%;
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: transparent;
margin: -1px 0 0 -15px;
border-top-color: #ffffff;
}
/* close btn */
.close {
top: -12px;
z-index: 6;
right: -12px;
width: 25px;
height: 25px;
text-align: center;
color: #c6ccd2;
position: absolute;
background: #ffffff;
border-radius: 100%;
text-decoration: none;
font-size: 20px;
line-height: 20px;
border: solid 2px #c6ccd2;
}
.close:focus,
.close:hover {
text-decoration: none;
color: #8d99a5;
border-color: #8d99a5;
}
.close i:before {
margin: 0;
width: auto;
display: inline;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.close {
line-height: 21px;
}
}
/* nav-pagination */
.nav-pagination {
margin: 0 -10px 0 0;
}
.nav-pagination .pagination {
margin: -1px 0 0;
}
/* pagination */
.pagination {
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
}
.pagination > li {
text-align: center;
}
.pagination > li:last-child a,
.pagination > li:first-child a {
border-radius: 0;
-webkit-border-radius: 0;
}
.pagination > li > a {
padding: 0 3px;
min-width: 50px;
line-height: 40px;
border-radius: 0;
-webkit-border-radius: 0;
}
.pagination > li > a[aria-label] {
font-size: 21px;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
outline: none;
background: #ffffff;
color: #414042;
}
.pagination > li > a:focus:hover,
.pagination > li > span:focus:hover {
background: #e8e8e8;
}
/* main content styles */
#content .content-holder {
margin: 0 30px 0 -10px;
}
#content .alert-success {
background: #d1e4f3;
border-color: #609fd1;
font-size: 18px;
line-height: 1.125;
padding: 25px 50px 30px 91px;
}
#content .alert-success .ico {
margin: -20px 0 0 4px;
}
/* sidebar styles */
#sidebar {
position: relative;
}
#sidebar .holder {
margin: -21px -19px 0 -11px;
}
#sidebar .sub-head {
text-align: right;
padding: 0 0 8px;
height: 92px;
}
#sidebar .sub-head .rating {
float: none;
text-align: right;
margin: 0;
display: inline-block;
}
#sidebar .sub-head .rating li {
display: inline-block;
vertical-align: top;
font-size: 26px;
margin: 0 0 0 -8px;
}
#sidebar .sub-head .counter {
color: #58595b;
display: inline-block;
position: relative;
top: 9px;
}
#sidebar .social-networks {
margin: 11px 0 18px;
}
/* social-networks */
.social-networks {
margin: 0;
}
.social-networks li {
padding: 0;
margin: 0 1px 0 0;
vertical-align: top;
}
.social-networks a {
color: #ffffff;
width: 29px;
height: 29px;
display: block;
text-align: center;
border-radius: 100%;
font-size: 15px;
line-height: 29px;
text-decoration: none;
background: #c6ccd2;
}
.social-networks a:hover {
text-decoration: none;
background: #71808e;
}
.social-networks a i:before {
width: auto;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* gallery-small */
.gallery-small {
margin: 0 0 20px;
overflow: hidden;
border-radius: 5px;
position: relative;
background: #e8e8e8;
border: #eaebec solid 1px;
}
.gallery-small .slideset {
position: relative;
}
.gallery-small .slide {
top: 0;
left: 0;
width: 100%;
position: absolute;
}
.gallery-small .slide.active {
z-index: 2;
}
.gallery-small .slide img {
width: 100%;
height: auto;
vertical-align: top;
}
.gallery-small .btn-prev,
.gallery-small .btn-next {
top: 50%;
left: 17px;
z-index: 3;
width: 24px;
height: 24px;
margin: -7px 0 0;
position: absolute;
overflow: hidden;
text-indent: -9999px;
text-decoration: none;
}
.gallery-small .btn-prev:after,
.gallery-small .btn-next:after,
.gallery-small .btn-prev:before,
.gallery-small .btn-next:before {
top: 0;
left: 0;
content: '';
margin: 3px 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 100%;
height: 2px;
position: absolute;
background: #cbd0d5;
}
.gallery-small .btn-prev:after,
.gallery-small .btn-next:after {
top: auto;
bottom: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.gallery-small .btn-prev:hover:after,
.gallery-small .btn-next:hover:after,
.gallery-small .btn-prev:hover:before,
.gallery-small .btn-next:hover:before {
background: #768491;
}
.gallery-small .btn-next {
left: auto;
right: 17px;
}
.gallery-small .btn-next:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.gallery-small .btn-next:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
/* widget */
.widget {
margin: 0 0 20px;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 17px 18px 18px 20px;
}
.widget h1 {
color: #58595b;
margin: 0 0 10px;
}
.widget.article {
color: #58595b;
padding: 17px 18px 41px 20px;
}
.widget.article .img-holder {
overflow: hidden;
border-radius: 5px;
margin: 2px 0 15px;
border: #eaebec solid 1px;
}
.widget.article .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.widget.article h1 {
margin: 0 0 14px -2px;
font-size: 18px;
line-height: 24px;
}
.widget.article .author-area {
overflow: hidden;
margin: 0 0 23px;
}
.widget.article .author-img {
float: left;
overflow: hidden;
border-radius: 4px;
margin: 0 20px 0 0;
border: #eaebec solid 1px;
}
.widget.article .textbox {
overflow: hidden;
padding: 14px 0 0;
}
.widget.article .author-name {
display: block;
margin: 0 0 6px;
}
.widget.article .author-name a {
color: #58595b;
text-decoration: none;
}
.widget.article .author-name a:hover {
text-decoration: none;
color: #0d0d0d;
}
.widget.article .rating li {
font-size: 18px;
margin: 0 -4px 0 -1px;
}
.widget.article .info-list {
padding: 0;
}
.widget .gallery-small {
padding: 0 29px;
margin: 2px 0 14px;
}
.widget .gallery-small .btn-prev,
.widget .gallery-small .btn-next {
top: 0;
left: 0;
bottom: 0;
width: 29px;
height: auto;
background: #fbfbfb;
border: solid #f0f1f1;
border-width: 0 1px 0 0;
}
.widget .gallery-small .btn-prev:after,
.widget .gallery-small .btn-next:after,
.widget .gallery-small .btn-prev:before,
.widget .gallery-small .btn-next:before {
top: 50%;
left: 3px;
right: 3px;
width: auto;
margin: -7px 0 0;
}
.widget .gallery-small .btn-prev:after,
.widget .gallery-small .btn-next:after {
margin: 7px 0 0;
}
.widget .gallery-small .btn-next {
right: 0;
left: auto;
border-width: 0 0 0 1px;
}
.widget .gallery-small + h1 {
margin: 0 0 13px;
line-height: 1.25;
}
.widget .gallery-small ~ .btn-default {
width: 190px;
display: block;
font-size: 16px;
padding: 5px 14px;
margin: 0 auto 14px;
text-transform: none;
}
/* members-list */
.members-list {
position: relative;
padding: 18px 20px 2px;
}
.members-list h1 {
margin: 0 0 21px;
text-align: center;
font-size: 24px;
line-height: 24px;
}
/* definition-list */
.info-list {
margin: 0;
list-style: none;
color: #58595b;
line-height: 24px;
padding: 0 0 0 19px;
}
.info-list:before,
.info-list:after {
content: " ";
display: table;
}
.info-list:after {
clear: both;
}
.info-list:before,
.info-list:after {
content: " ";
display: table;
}
.info-list:after {
clear: both;
}
.info-list li {
margin: 0 0 6px;
}
.info-list i {
float: left;
margin: 1px 8px 0 -24px;
}
.info-list i.icon-ok {
color: #00ad5f;
font-size: 13px;
}
.info-list i.icon-cancel {
color: #818181;
font-size: 20px;
margin: 0 2px 0 -28px;
}
.info-list .tooltip-button {
margin: 3px 0 0;
}
/* property-list */
.property-list {
position: relative;
}
.property-list h1 {
color: #3f3f3f;
margin: 0 0 26px;
font-size: 14px;
line-height: 1.125;
}
.property-list .listing-post + .listing-post {
margin: 20px 0 0;
}
.property-list .listing-post .rating {
margin: 19px 10px 0 18px;
}
.property-list .listing-post .rating li {
margin: 0 -3px 0 0;
}
.property-list .listing-post .time-price {
margin: 11px 17px 0 0;
font-size: 14px;
line-height: 17px;
}
.property-list .listing-post .price {
margin: 0 0 -3px;
}
.property-list .listing-post .post-content {
padding: 17px 20px 12px;
}
.property-list .listing-post h2 {
margin: 0 0 3px;
}
.property-list .listing-post .certified {
margin: 0 0 0 -4px;
font-size: 14px;
line-height: 17px;
}
.property-list .listing-post .certified .icon-ok {
margin: 0 3px 0 0;
}
/* reservation */
.reservation {
position: relative;
text-align: center;
padding: 23px 19px 18px 18px;
}
.reservation .price {
color: #58595b;
display: block;
margin: -3px 0 21px;
text-align: center;
font-size: 47px;
line-height: 1.125;
}
.reservation .text {
display: block;
}
.reservation .btn-default {
display: block;
margin: 0 0 9px;
font-size: 21px;
font-weight: 600;
padding: 7px 14px;
text-transform: none;
background: #9a9da3;
}
.reservation .btn-default:hover {
background: #7f838b;
}
.reservation .title {
color: #58595b;
display: block;
font-weight: normal;
font-size: 18px;
line-height: 26px;
}
.reservation .add-info {
margin: 0 0 -5px;
position: relative;
}
/* date-selection */
.date-selection {
margin: 0 0 24px;
}
.date-selection .col {
float: left;
width: 48.7%;
position: relative;
}
.date-selection .col + .col {
float: right;
}
.date-selection .col .title {
color: #58595b;
display: block;
text-align: left;
font-size: 14px;
line-height: 17px;
margin: 0 40px 10px 0;
}
.date-selection .form-control {
padding: 5px;
text-align: center;
}
.date-selection .input-placeholder-text {
padding: 0 5px;
white-space: nowrap;
}
.date-selection .add-on {
top: -32px;
right: -4px;
position: absolute;
}
.date-selection .icon-calendar,
.date-selection .icon-clock {
cursor: pointer;
color: #c6cdd2;
font-size: 20px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.date-selection .icon-calendar:hover, .icon-clock:hover {
color: #71828e;
}
/* similar-ads */
.similar-ads {
color: #58595b;
margin: 24px 0 0;
position: relative;
padding: 19px 18px 18px 18px;
}
.widget.similar-ads h2 {
color: #3f3f3f;
margin: 0 0 18px;
font-size: 14px;
line-height: 1.125;
}
.similar-ads .listing-holder {
margin: 0 0 19px;
position: relative;
}
.similar-ads .post {
line-height: 18px;
}
.similar-ads .post:before,
.similar-ads .post:after {
content: " ";
display: table;
}
.similar-ads .post:after {
clear: both;
}
.similar-ads .post:before,
.similar-ads .post:after {
content: " ";
display: table;
}
.similar-ads .post:after {
clear: both;
}
.similar-ads .post + .post {
margin: 17px 0 0;
}
.similar-ads .alignleft {
float: left;
width: 91px;
overflow: hidden;
border-radius: 4px;
color: #ebeced;
margin: 1px 10px 0 0;
border: #ebeced solid 1px;
}
.similar-ads .alignleft img {
width: 100%;
height: auto;
vertical-align: top;
}
.similar-ads .post-content {
overflow: hidden;
}
.similar-ads h2 {
margin: 0 0 9px;
font-size: 14px;
line-height: 1.125;
}
.similar-ads h2 a {
color: #58595b;
text-decoration: none;
}
.similar-ads h2 a:hover {
text-decoration: none;
color: #262627;
}
.similar-ads p {
margin: 0;
}
.similar-ads .btn-default {
display: block;
padding: 4px 34px 1px;
text-transform: none;
background: #c7cdd3;
}
.similar-ads .btn-default:hover {
background: #aab4bd;
}
/* tooltip-button */
.tooltip-button {
border: 0;
padding: 0;
display: inline-block;
vertical-align: top;
width: 17px;
height: 17px;
overflow: hidden;
font-size: 0;
line-height: 0;
-webkit-transition: none;
transition: none;
border-radius: 100%;
text-align: left !important;
text-indent: -9999px !important;
background: url(../images/icons.png) no-repeat;
}
.tooltip-button:hover {
background-position: -27px 0;
}
/* tooltip style */
.tooltip {
opacity: 1;
filter: alpha(opacity=100);
margin: 0 0 0 10px !important;
}
.tooltip:before,
.tooltip:after {
top: 50%;
right: 100%;
z-index: 3;
margin: -10px -6px 0 0;
content: '';
position: absolute;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent;
border-right-color: #ffffff;
}
.tooltip:after {
z-index: 2;
margin: -12px -6px 0 0;
border-width: 12px 11px 12px 0;
border-right-color: #ebeced;
}
.tooltip .tooltip-arrow {
display: none;
}
.tooltip .tooltip-inner {
color: #58595b;
max-width: 600px;
text-align: left;
font-weight: 400;
background: #ffffff;
border-radius: 5px;
margin: 0 10px 0 0;
padding: 10px 10px 10px 23px;
border: #ebeced solid 1px;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.tooltip.left .tooltip-inner {
margin: 0;
}
.tooltip.left:before,
.tooltip.left:after {
top: 50%;
left: 100%;
right: auto;
margin: -10px 0 0 -6px;
content: '';
position: absolute;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent;
border-color: transparent transparent transparent #ffffff;
}
.tooltip.left:after {
margin: -12px 0 0 -6px;
border-width: 12px 0 12px 11px;
border-color: transparent transparent transparent #ebeced;
}
@media screen and (min-width: 1700px) {
.tooltip {
width: 311px;
}
}
/* profile-detail */
.profile-detail {
color: #58595b;
position: relative;
margin: -10px -10px 0 27px;
}
.profile-detail .head {
margin: 0 0 20px;
padding: 0 0 34px;
border-bottom: #e8e8e8 solid 1px;
}
.profile-detail .head address {
color: #58595b;
margin: 0 0 30px;
font-size: 30px;
line-height: 34px;
}
.profile-detail .head address .locality {
font-weight: 700;
}
.profile-detail h1 {
color: #58595b;
margin: 0 0 11px;
text-transform: uppercase;
}
.profile-detail blockquote {
border: 0;
padding: 0;
color: #58595b;
margin: 0 0 10px;
font-size: 24px;
line-height: 27px;
}
.profile-detail blockquote q {
font-style: italic;
}
.profile-detail blockquote q:after,
.profile-detail blockquote q:before {
content: '';
}
/* blog */
.blog {
margin: 0;
}
.blog .head {
margin: 0;
border: 0;
padding: 0 0 18px;
}
.blog .head .rating {
float: none;
display: inline-block;
vertical-align: top;
margin: -6px 0 0;
}
.listing-container .blog .head .rating {
float: right;
clear: right;
}
.blog .head .rating li {
margin: 0 -12px 0 0;
}
.blog .comments-counter {
display: inline-block;
vertical-align: top;
color: #58595b;
margin: 4px -2px 0 2px;
font-size: 18px;
line-height: 21px;
}
.blog h2 {
display: inline-block;
vertical-align: top;
color: #58595b;
margin: 0 10px 0 0;
font-size: 14px;
line-height: 17px;
}
/* post-holder */
.posts-holder {
margin: 0;
}
.posts-holder .post {
color: #58595b;
padding: 16px 20px;
position: relative;
border-radius: 5px;
margin: 0 0 28px 102px;
border: #eaebec solid 1px;
}
.posts-holder .post .head {
overflow: hidden;
padding: 0 0 7px;
}
.posts-holder .post p {
margin: 0 0 20px;
}
.posts-holder .post .link {
float: left;
margin: 3px 0 0;
}
.posts-holder .post:nth-child(2) .post-content {
margin-bottom: -4px;
}
.posts-holder .author-img {
top: 0;
width: 68px;
left: -95px;
text-align: center;
position: absolute;
}
.posts-holder .img-holder {
max-width: 60px;
overflow: hidden;
border-radius: 4px;
margin: 0 auto 10px;
border: solid 1px #eaebec;
}
.posts-holder .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.posts-holder .author-name {
color: #58595b;
text-decoration: none;
}
.posts-holder .author-name:hover {
color: #0d0d0d;
}
.posts-holder .meta {
overflow: hidden;
}
.posts-holder .meta time {
display: block;
overflow: hidden;
text-align: right;
}
.posts-holder .title {
float: left;
max-width: 50%;
margin: 0 10px 0 0;
}
.posts-holder .post-content {
margin: 0 4px 37px 0;
}
.posts-holder .rating {
float: right;
margin: -5px 0 0;
}
.posts-holder .rating li {
font-size: 19px;
margin: 0 0 0 -7px;
}
.posts-holder .footer {
overflow: hidden;
margin: 0 -4px 0 0;
}
.posts-holder .time {
float: left;
margin: 0 10px 0 0;
}
.posts-holder .icon-clock {
color: #b7bdc4;
margin: 0 0 0 0;
}
/* listing-section */
.listing-section {
color: #58595b;
padding: 20px 0;
position: relative;
}
.listing-section h1 {
font-size: 30px;
margin: 0 0 11px -2px;
}
.listing-section .head {
margin: -3px 0 30px -10px;
}
.listing-section .holder {
margin: 0 auto;
max-width: 1020px;
}
.listing-section .holder:before,
.listing-section .holder:after {
content: " ";
display: table;
}
.listing-section .holder:after {
clear: both;
}
.listing-section .holder:before,
.listing-section .holder:after {
content: " ";
display: table;
}
.listing-section .holder:after {
clear: both;
}
.listing-section h2 {
font-size: 14px;
margin: 0 0 24px;
}
.listing-section .block {
margin: 0 0 20px;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 19px 19px 20px 15px;
}
.listing-section .block h2 {
margin: 0 0 23px;
}
.listing-section .block .area {
margin: 0 0 30px;
}
.listing-section .block .area:before,
.listing-section .block .area:after {
content: " ";
display: table;
}
.listing-section .block .area:after {
clear: both;
}
.listing-section .block .area:before,
.listing-section .block .area:after {
content: " ";
display: table;
}
.listing-section .block .area:after {
clear: both;
}
.listing-section .block .alert {
margin: 0 0 0 4px;
}
.listing-section + .form-signup {
max-width: 1020px;
margin: 0 auto 40px;
}
.listing-section + .form-signup:before,
.listing-section + .form-signup:after {
content: " ";
display: table;
}
.listing-section + .form-signup:after {
clear: both;
}
.listing-section + .form-signup:before,
.listing-section + .form-signup:after {
content: " ";
display: table;
}
.listing-section + .form-signup:after {
clear: both;
}
.listing-section + .form-signup + .btns-area {
margin-bottom: 60px;
}
.btns-area {
margin: 0 auto;
max-width: 270px;
}
.btns-area .btn-primary {
padding: 0 5px;
display: block;
width: 100%;
height: 36px;
text-transform: none;
}
.agreement {
margin: 0 0 20px;
}
.agreement:before,
.agreement:after {
content: " ";
display: table;
}
.agreement:after {
clear: both;
}
.agreement:before,
.agreement:after {
content: " ";
display: table;
}
.agreement:after {
clear: both;
}
/* form-selection */
.form-selection {
margin: 0 0 19px;
border-radius: 5px;
padding: 18px 15px 19px;
border: #eaebec solid 1px;
}
.form-selection .selection-area:before,
.form-selection .selection-area:after {
content: " ";
display: table;
}
.form-selection .selection-area:after {
clear: both;
}
.form-selection .selection-area:before,
.form-selection .selection-area:after {
content: " ";
display: table;
}
.form-selection .selection-area:after {
clear: both;
}
.form-selection .col {
float: left;
width: 34.833%;
padding: 0 15px;
}
.form-selection .col:first-child {
width: 32.633%;
}
.form-selection .col:last-child {
width: 31.5%;
padding: 0 5px 0 13px;
}
.form-selection .jcf-list .jcf-option {
text-decoration: none;
}
.form-selection .jcf-list .jcf-option:hover {
color: #ffffff;
cursor: pointer;
background: #7a7a7a;
}
.form-selection .jcf-list .jcf-option:hover:after {
opacity: 1;
filter: alpha(opacity=100);
}
.form-selection .jcf-list ul {
max-height: 269px;
}
.form-selection .block1 {
border-radius: 5px;
border: #eaebec solid 1px;
padding: 16px 19px 19px 17px;
/*margin: 10px;*/
}
label {
margin: 0;
padding: 0;
display: inline;
font-weight: 400;
}
/* form-listing-info */
.form-listing-info {
color: #58595b;
margin: 0 0 19px 2%;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 16px 19px 19px 17px;
width: 48%;
}
.form-listing-info .field-row:before,
.form-listing-info .field-row:after {
content: " ";
display: table;
}
.form-listing-info .field-row:after {
clear: both;
}
.form-listing-info .field-row:before,
.form-listing-info .field-row:after {
content: " ";
display: table;
}
.form-listing-info .field-row:after {
clear: both;
}
.form-listing-info .field-row + .field-row {
margin: 16px 0 0;
}
.form-listing-info h2 + .field-row {
max-width: 852px;
}
.form-listing-info .label {
float: left;
color: #58595b;
margin: 7px 15px 0 0;
}
.form-listing-info .label.block {
border: 0;
padding: 0;
float: none;
display: block;
overflow: hidden;
margin: 0 0 15px;
}
.form-listing-info .textarea-holder {
margin: 0 0 0 2px;
}
.form-listing-info .form-control {
margin: 0;
}
.form-listing-info .field-holder {
overflow: hidden;
}
.form-listing-info .jcf-textarea textarea {
min-height: 221px;
max-height: 222px;
}
.thin-scroll textarea,
.form-listing-info textarea {
height: 222px;
min-height: 100px;
max-height: 400px;
}
.thin-scroll .jcf-scrollbar-vertical,
.form-listing-info .jcf-scrollbar-vertical {
width: 29px;
background: none;
}
.thin-scroll .jcf-scrollbar-vertical .jcf-scrollbar-slider,
.form-listing-info .jcf-scrollbar-vertical .jcf-scrollbar-slider {
margin: 0;
background: #f5f5f5;
border: #dedede solid 1px;
}
.thin-scroll .jcf-scrollbar-vertical .jcf-scrollbar-handle,
.form-listing-info .jcf-scrollbar-vertical .jcf-scrollbar-handle {
background: #dedede;
}
.thin-scroll .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.form-listing-info .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.thin-scroll .jcf-scrollbar-vertical .jcf-scrollbar-inc,
.form-listing-info .jcf-scrollbar-vertical .jcf-scrollbar-inc {
height: 15px;
background: #ffffff;
}
.thin-scroll .input-placeholder-text {
line-height: 17px;
padding: 8px 36px 8px 5px;
}
/* file-selection */
.file-selection {
color: #58595b;
margin: 0 0 19px;
border-radius: 5px;
padding: 21px 17px 0;
border: #eaebec solid 1px;
}
.file-selection h2 {
margin: 0 0 22px;
}
.file-selection .area {
margin: 0 0 48px;
}
.file-selection .area:before,
.file-selection .area:after {
content: " ";
display: table;
}
.file-selection .area:after {
clear: both;
}
.file-selection .area:before,
.file-selection .area:after {
content: " ";
display: table;
}
.file-selection .area:after {
clear: both;
}
.file-selection .uploader {
float: left;
width: 331px;
margin: 2px 24px 0 0;
}
.file-selection .detail {
color: #808285;
overflow: hidden;
line-height: 19px;
}
.file-selection .detail p {
margin: 0;
}
.file-selection .icon-resize-full-alt {
display: inline-block;
vertical-align: top;
color: #c6ccd2;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* files-list */
.files-list {
margin: 0 0 0 -9px;
position: relative;
}
.files-list:before,
.files-list:after {
content: " ";
display: table;
}
.files-list:after {
clear: both;
}
.files-list:before,
.files-list:after {
content: " ";
display: table;
}
.files-list:after {
clear: both;
}
.files-list .img-thumbnail {
cursor: move;
float: left;
width: 148px;
height: 118px;
position: relative;
margin: 0 10px 20px;
-webkit-transition: none;
transition: none;
}
.files-list .img-thumbnail .image {
border-radius: 4px;
overflow: hidden;
position: relative;
}
.files-list .img-thumbnail img {
width: 100%;
height: auto;
vertical-align: top;
border-radius: 4px;
}
.files-list .img-thumbnail canvas {
border-radius: 4px;
width: 100%;
height: auto;
}
/* price-box */
.price-box {
display: inline-block;
vertical-align: top;
/*width: 350px;*/
color: #58595b;
border-radius: 5px;
margin: 0 4.7% 0 3.5%;
padding: 15px 16px 17px;
border: #eaebec solid 1px;
}
.price-box .checkbox {
padding-left: 11px;
}
.price-box .title {
display: block;
font-weight: 400;
margin: 0 0 17px;
}
.price-box .field-row, .currency-converter .field-row {
margin-bottom: 10px;
}
.price-box .field-row:before,
.price-box .field-row:after {
content: " ";
display: table;
}
.price-box .field-row:after {
clear: both;
}
.price-box .field-row:before,
.price-box .field-row:after {
content: " ";
display: table;
}
.price-box .field-row:after {
clear: both;
}
.price-box .label {
float: left;
width: 175px;
text-align: right;
margin: 7px 11px 0 0;
}
.price-box .field-holder {
max-width: 90px;
overflow: hidden;
}
.price-box .form-control {
padding: 5px 10px;
text-align: center;
}
.price-box .input-placeholder-text {
padding: 0 5px;
text-align: center;
}
.price-box .price-field {
max-width: 90px;
overflow: hidden;
border-radius: 4px;
background: #ffffff;
text-align: center;
border: #c6ccd2 solid 1px;
}
.price-box .price-field .placeholder-text,
.price-box .price-field .field {
width: 50%;
margin: 0 -3px;
display: inline-block;
vertical-align: top;
}
.price-box .price-field .field {
border: 0;
padding: 5px;
text-align: right;
color: #c6ccd2;
}
.price-box .price-field .field .placeholder {
color: #c6ccd2;
}
.price-box .price-field .placeholder-text {
padding: 8px 5px;
text-align: left;
color: #c6ccd2;
}
/* input-placeholder-text */
.input-placeholder-text {
top: 0;
left: 0;
right: 0;
padding: 0 25px;
line-height: 36px;
color: #c6ccd2 !important;
}
.field-holder {
position: relative;
}
/* currency-converter */
.currency-converter {
display: inline-block;
vertical-align: top;
width: 370px;
color: #ffffff;
position: relative;
border-radius: 5px;
background: #bcbcbc;
padding: 16px 19px 14px;
}
.currency-converter .title {
display: block;
margin: 0 0 15px;
font-weight: 400;
}
.currency-converter .field-row:before,
.currency-converter .field-row:after {
content: " ";
display: table;
}
.currency-converter .field-row:after {
clear: both;
}
.currency-converter .field-row:before,
.currency-converter .field-row:after {
content: " ";
display: table;
}
.currency-converter .field-row:after {
clear: both;
}
.currency-converter .select-holder {
float: right;
width: 85px;
position: relative;
margin: 0 0 0 11px;
}
.currency-converter .select-holder:before {
top: 1px;
left: 1px;
right: 1px;
content: '';
bottom: 1px;
border-radius: 2px;
position: absolute;
background: #ffffff;
}
.currency-converter .jcf-select {
z-index: 2;
background: none;
}
.currency-converter .jcf-select .jcf-select-text {
margin: 4px 25px 0 9px;
}
.currency-converter .jcf-select .jcf-select-opener {
top: 0;
bottom: 0;
width: 25px;
border-width: 0 0 0 1px;
}
.currency-converter .col {
overflow: hidden;
}
.currency-converter .col > * {
float: left;
}
.currency-converter .col .field-holder {
width: 90px;
overflow: hidden;
position: relative;
}
.currency-converter .col .field-holder:before {
top: 1px;
left: 1px;
right: 1px;
content: '';
bottom: 1px;
border-radius: 2px;
position: absolute;
background: #ffffff;
}
.currency-converter .col .field-holder:first-child {
width: 91px;
}
.currency-converter .col .field-holder .form-control {
z-index: 2;
padding: 5px;
background: none;
text-align: center;
position: relative;
}
.currency-converter .col .price-field {
overflow: hidden;
position: relative;
}
.currency-converter .col .price-field:before {
top: 1px;
left: 1px;
right: 1px;
content: '';
bottom: 1px;
border-radius: 2px;
position: absolute;
background: #ffffff;
}
.currency-converter .col .price-field .form-control {
border: 0;
float: left;
width: 50%;
z-index: 2;
padding: 5px;
position: relative;
text-align: right;
}
.currency-converter .col .price-field .placeholder-text {
z-index: 2;
display: block;
overflow: hidden;
line-height: 36px;
position: relative;
color: #c6ccd2;
}
.currency-converter .ico.resizer {
width: 39px;
padding: 0 5px;
background: none;
font-size: 0;
line-height: 0;
}
.currency-converter .ico.resizer:after {
margin: 12px 0 0 2px;
}
.currency-converter .input-placeholder-text {
padding: 0 5px;
text-align: center;
}
.currency-converter.white {
width: auto;
color: #58595b;
display: block;
margin: 0 0 20px;
background: #ffffff;
border: #d3d7dc solid 1px;
padding: 15px 19px 14px 17px;
}
.currency-converter.white .title {
margin: 0 0 5px;
}
.currency-converter.white .ico.resizer {
width: 20px;
padding: 0;
margin: 0 2px;
}
.currency-converter.white .field-row .form-control, .currency-converter.white .field-row .select-holder * {
font-size: 12px;
}
.currency-converter.white .ico.resizer:after {
width: 20px;
height: 9px;
margin: 12px 0 0;
background: url(../images/arrow.png) no-repeat;
}
.currency-converter.white .select-holder {
width: 60px;
margin: 0 0 0 5px;
}
.currency-converter.white .col .field-holder {
width: 40px;
}
.currency-converter.white .col .field-holder:first-child {
width: 51px;
}
.jcf-select-currency-list .jcf-list .jcf-option {
padding: 9px 5px 9px 8px;
}
.jcf-select-currency-list .jcf-list .jcf-option:after {
display: none;
}
/* alert */
.alert {
position: relative;
padding: 18px 10px 19px 73px;
-webkit-box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
}
.alert .ico {
top: 50%;
left: 12px;
margin: -20px 0 0;
position: absolute;
}
.alert.alert-info {
padding: 7px 30px 10px 73px;
}
.alert.alert-success {
padding: 9px 50px 9px 78px;
}
/* sprite icons */
.ico {
display: inline-block;
vertical-align: top;
width: 41px;
height: 41px;
position: relative;
background: #ffffff;
text-align: center;
border-radius: 100%;
}
.ico.exclamation {
font-weight: 700;
font-style: normal;
color: #fab418;
font-size: 34px;
line-height: 41px;
}
.ico:after {
content: '';
position: absolute;
background: url(../images/sprite-icons.png) no-repeat -9999px -9999px;
}
.ico.arrow:after {
top: 50%;
left: 50%;
width: 17px;
height: 18px;
margin: -9px 0 0 -8px;
background-position: -34px 0;
}
.ico.resizer:after {
display: block;
margin: 0 auto;
width: 24px;
height: 11px;
background-position: 0 0;
}
.ico .icon-location {
color: #83dbd4;
font-size: 28px;
line-height: 40px;
}
.ico.lock {
font-size: 0;
line-height: 0;
}
.ico.lock:after {
display: block;
width: 18px;
height: 25px;
margin: 7px 0 0 11px;
background-position: 0 -28px;
}
/* form-inquiry */
.form-inquiry {
color: #58595b;
margin: 0 0 19px;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 18px 19px 17px 17px;
}
.form-inquiry h2 {
margin: 0 0 28px 2px;
}
.form-inquiry .columns-holder:before,
.form-inquiry .columns-holder:after {
content: " ";
display: table;
}
.form-inquiry .columns-holder:after {
clear: both;
}
.form-inquiry .columns-holder:before,
.form-inquiry .columns-holder:after {
content: " ";
display: table;
}
.form-inquiry .columns-holder:after {
clear: both;
}
.form-inquiry .column {
width: 50%;
float: left;
padding: 0 0 0 0.1%;
}
.form-inquiry .column:first-child {
padding: 0 9.1% 0 0;
}
.form-inquiry .map-box {
/*max-width: 490px;*/
overflow: hidden;
border-radius: 5px;
border: #eaebec solid 1px;
}
.form-inquiry iframe {
border: 0;
margin: 0 0 -6px;
overflow: hidden;
width: 100%;
height: 350px;
}
.form-inquiry .field-row {
margin: 0 0 20px;
}
.form-inquiry .field-row:before,
.form-inquiry .field-row:after {
content: " ";
display: table;
}
.form-inquiry .field-row:after {
clear: both;
}
.form-inquiry .field-row:before,
.form-inquiry .field-row:after {
content: " ";
display: table;
}
.form-inquiry .field-row:after {
clear: both;
}
.form-inquiry .label {
float: left;
margin: 7px 8px 0 0;
}
.form-inquiry .field-holder,
.form-inquiry .select-holder {
overflow: hidden;
}
.form-inquiry .col {
float: left;
width: 48%;
}
.form-inquiry .col + .col {
float: right;
}
.form-inquiry .col.location {
width: 54.7%;
}
.form-inquiry .col.postel-code {
width: 42.9%;
}
.form-inquiry .col.cell {
width: 37%;
}
.form-inquiry .col.street {
width: 60.5%;
}
.form-inquiry .alert-info {
margin: 56px 0 0;
}
.form-inquiry .input-placeholder-text {
padding: 0 5px;
}
/* form-signup */
.form-signup {
color: #58595b;
margin: 0 0 38px;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 22px 19px 18px 18px;
}
.form-signup h2 {
margin: 0 0 23px 2px;
}
.form-signup .tabpanel {
position: relative;
}
.form-signup .field-row {
margin: 0 0 18px;
}
.form-signup .field-row:before,
.form-signup .field-row:after {
content: " ";
display: table;
}
.form-signup .field-row:after {
clear: both;
}
.form-signup .field-row:before,
.form-signup .field-row:after {
content: " ";
display: table;
}
.form-signup .field-row:after {
clear: both;
}
.form-signup .label {
float: left;
width: 224px;
margin: 7px 10px 0 0;
text-align: right;
}
.form-signup .field-holder {
overflow: hidden;
}
.form-signup.alt {
border: 0;
padding: 0;
margin: 0 0 20px;
}
.form-signup.alt .tab-content {
padding: 28px 19px 11px;
}
.form-signup.alt .label {
width: 111px;
}
.form-signup.alt .tab-holder .column {
padding: 0 0 0 9.7%;
}
.form-signup.alt .tab-holder .column:first-child {
padding: 0 5% 0 0;
}
.form-signup.alt .tab-holder .column:before {
margin: 0 0 0 -15%;
}
/* nav-tabs */
.tabset-holder {
position: relative;
}
.tabset-holder .opener {
display: none;
}
.tabset-holder .link-favourit {
float: right;
color: #58595b;
margin: -43px 0 0;
text-decoration: none;
}
.tabset-holder .link-favourit:hover {
color: #58595b;
text-decoration: none;
}
.tabset-holder .link-favourit:hover .icon-heart {
background: #c53f4e;
}
.tabset-holder .link-favourit .icon-heart {
width: 36px;
height: 36px;
color: #ffffff;
margin: 0 0 0 7px;
text-align: center;
background: #888a90;
border-radius: 100%;
font-size: 20px;
line-height: 36px;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.nav-tabs {
border: 0;
}
.nav-tabs > li {
margin-right: 5px;
}
.nav-tabs > li:last-child {
margin-right: 0;
}
.nav-tabs > li > a {
color: #ffffff;
text-decoration: none;
background: #c6ccd2;
padding: 13px 15px 10px;
}
/* tab-content */
.tab-content {
padding: 27px 19px 18px;
border: #eaebec solid 1px;
border-radius: 0 5px 5px 5px;
}
.tab-content > .tab-pane {
top: -9999em;
left: -9999em;
display: block;
position: absolute;
}
.tab-content > .tab-pane.active {
top: auto;
left: auto;
position: relative;
}
/* tab-holder */
.tab-holder {
width: 100%;
display: table;
table-layout: fixed;
}
.tab-holder h3 {
font-size: 14px;
margin: -33px 0 18px;
}
.tab-holder .column {
position: relative;
padding: 0 0 0 160px;
display: table-cell;
vertical-align: middle;
}
.tab-holder .column:before {
top: 47px;
width: 1px;
left: auto;
content: '';
bottom: 10px;
position: absolute;
margin: 0 0 0 -101px;
background: #c6ccd2;
}
.tab-holder .column:first-child {
padding: 0 40px 0 0;
}
.tab-holder .column:first-child:before {
display: none;
}
.tab-holder .column:first-child h3 {
margin: 0 0 30px;
}
/* btn-facebook */
.btn-facebook {
display: inline-block;
vertical-align: top;
color: #ffffff;
background: #41668f;
border-radius: 5px;
padding: 0 16px 0 13px;
font-size: 16px;
line-height: 36px;
text-decoration: none;
}
.btn-facebook:focus,
.btn-facebook:hover {
color: #ffffff;
text-decoration: none;
background: #314d6c;
}
.btn-facebook .icon-facebook {
float: left;
width: 24px;
font-size: 25px;
text-indent: -3px;
position: relative;
margin: 0 12px 0 0;
border-right: #3a5c80 solid 1px;
}
.btn-facebook .icon-facebook:after {
top: 0;
right: 0;
bottom: 0;
width: 1px;
content: '';
background: #54769a;
position: absolute;
}
.btn-facebook .icon-facebook:before {
width: auto;
}
/* price-area */
.price-area {
color: #58595b;
margin: 0 0 19px;
border-radius: 5px;
padding: 19px 19px 19px;
border: #eaebec solid 1px;
}
.price-area .total {
display: block;
text-align: center;
font-size: 30px;
line-height: 34px;
}
/* timing */
.timing {
color: #58595b;
overflow: hidden;
margin: 0 0 26px;
border-radius: 5px;
background: #f7f6f6;
padding: 11px 33px 14px;
border: #eaebec solid 1px;
}
.timing li {
float: left;
width: 33%;
}
.timing li:nth-child(2) {
text-align: center;
}
.timing li:last-child {
text-align: right;
}
.timing .icon-calendar {
font-size: 24px;
margin: 0 1px 0 0;
}
.timing time {
font-weight: 700;
font-size: 18px;
line-height: 21px;
}
.timing strong {
font-size: 18px;
line-height: 21px;
}
/* price-list */
.price-list {
color: #58595b;
margin: 0 0 35px;
overflow: hidden;
text-align: center;
font-size: 18px;
line-height: 21px;
}
.price-list li {
float: left;
width: 50%;
}
/* form-verification */
.form-verification {
color: #58595b;
margin: 0 0 20px;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 18px 27px 29px 19px;
}
.form-verification h2 {
margin: 0 0 22px;
font-size: 14px;
line-height: 17px;
}
.form-verification p {
margin: 0 0 15px;
}
.form-verification .form-holder {
margin: 0 0 29px;
position: relative;
}
.form-verification .field-row:before,
.form-verification .field-row:after {
content: " ";
display: table;
}
.form-verification .field-row:after {
clear: both;
}
.form-verification .field-row:before,
.form-verification .field-row:after {
content: " ";
display: table;
}
.form-verification .field-row:after {
clear: both;
}
.form-verification .field-row + .field-row {
margin: 22px 0 0;
}
.form-verification .field-holder {
overflow: hidden;
}
.form-verification .col {
float: left;
width: 40%;
margin: 0 18px 0 0;
}
.form-verification .col:first-child {
width: 37.4%;
}
.form-verification .col + .col {
float: right;
}
.form-verification .date-row .col {
margin: 0;
width: 42.5%;
}
.form-verification .date-row .col:first-child {
margin: 0;
width: 51.5%;
}
.form-verification .field-year,
.form-verification .field-month,
.form-verification .field-day {
margin: 0;
float: left;
position: relative;
}
.form-verification .field-year .form-control,
.form-verification .field-month .form-control,
.form-verification .field-day .form-control {
padding: 6px 5px;
text-align: center;
}
.form-verification .field-year .input-placeholder-text,
.form-verification .field-month .input-placeholder-text,
.form-verification .field-day .input-placeholder-text {
padding: 0 3px;
text-align: center;
}
.form-verification .field-day {
width: 22.6%;
padding: 0 5px 0 0;
}
.form-verification .field-month {
width: 53.9%;
padding: 0 5px 0 3px;
}
.form-verification .field-year {
width: 22.9%;
padding: 0 0 0 1px;
}
.form-verification .label {
float: left;
margin: 9px 10px 0 0;
}
.form-verification .note {
border-radius: 3px;
padding: 17px 21px 9px;
background: #f5f5f5;
}
.form-verification .note p {
margin: 0 0 5px;
}
/* form-message */
.form-message {
color: #58595b;
margin: 0 0 20px;
border-radius: 5px;
padding: 17px 19px 28px;
border: #eaebec solid 1px;
}
.form-message h2 {
margin: 0 0 30px;
font-size: 14px;
line-height: 17px;
}
.form-message h2 label {
font-weight: 700;
}
.form-message .jcf-textarea textarea {
height: 101px;
min-height: 100px;
max-height: 400px;
padding: 5px 36px 5px 5px;
}
.form-message .input-placeholder-text {
line-height: 17px;
padding: 5px 36px 5px 15px;
}
.form-message.alt2,
.form-message.alt {
max-width: 620px;
background: #ffffff;
margin: 10px auto 30px;
padding: 15px 19px 19px;
}
.form-message.alt2 h2,
.form-message.alt h2 {
margin: 0 0 25px;
font-size: 18px;
line-height: 22px;
}
.form-message.alt2 h2 a,
.form-message.alt h2 a {
color: #58595b;
text-decoration: none;
}
.form-message.alt2 h2 a:hover,
.form-message.alt h2 a:hover {
color: #262627;
}
.form-message.alt2 .area,
.form-message.alt .area {
overflow: hidden;
}
.form-message.alt2 p,
.form-message.alt p {
margin: 0 0 20px;
}
.form-message.alt2 p a,
.form-message.alt p a {
color: #58595b;
font-weight: 700;
text-decoration: none;
}
.form-message.alt2 p a:hover,
.form-message.alt p a:hover {
color: #262627;
}
.form-message.alt2 h3,
.form-message.alt h3 {
margin: 0 0 16px;
font-size: 14px;
line-height: 18px;
}
.form-message.alt2 h3 label,
.form-message.alt h3 label {
font-weight: 700;
}
.form-message.alt2 .no-scroll,
.form-message.alt .no-scroll {
margin: 0 0 20px;
}
.form-message.alt2 .jcf-textarea textarea,
.form-message.alt .jcf-textarea textarea {
height: 125px;
min-height: 124px;
max-height: 400px;
}
.form-message.alt2 .input-placeholder-text,
.form-message.alt .input-placeholder-text {
line-height: 20px;
padding: 16px 36px 8px 19px;
}
.form-message.alt2 input[type=reset],
.form-message.alt input[type=reset],
.form-message.alt2 input[type=submit],
.form-message.alt input[type=submit] {
margin: 0 19px;
min-width: 150px;
padding: 6px 10px;
text-transform: none;
}
.form-message.alt2 input[type=submit],
.form-message.alt input[type=submit] {
min-width: 219px;
}
.form-message.alt2 .btn-block,
.form-message.alt .btn-block {
padding: 0 0 0 9px;
}
.form-message.alt2 {
max-width: 702px;
}
.form-message.alt2 .img-holder {
width: 200px;
margin: 2px 30px 0 0;
}
.form-message.alt2 .post-area {
padding: 0 0 15px;
}
.form-message.alt2 .input-placeholder-text {
padding: 16px 76px 8px 19px;
}
.form-message.alt2 .btn-block {
padding: 0 0 0 29px;
}
.form-message .post-area {
color: #58595b;
padding: 0 0 27px;
}
.form-message .post-area:before,
.form-message .post-area:after {
content: " ";
display: table;
}
.form-message .post-area:after {
clear: both;
}
.form-message .post-area:before,
.form-message .post-area:after {
content: " ";
display: table;
}
.form-message .post-area:after {
clear: both;
}
.form-message .img-holder {
float: left;
width: 150px;
margin: 4px 29px 0 0;
}
.form-message .img-holder a {
display: block;
border-radius: 4px;
position: relative;
border: #eaebec solid 1px;
}
.form-message .img-holder a:hover {
border-color: #b4b8bc;
}
.form-message .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
border-radius: 4px;
}
.form-message .booking-detail {
margin: 0 0 17px;
}
.form-message .booking-detail li {
padding: 0;
font-weight: 700;
margin: 0 26px 0 0;
}
.form-message .booking-detail time {
font-weight: 400;
}
.form-message .user-rating {
margin: 0 0 26px;
-webkit-box-shadow: none;
box-shadow: none;
text-align: center;
border-color: #eaebec;
background: #f8f8f8;
padding: 18px 15px 21px 21px;
}
.form-message .user-rating .title {
display: inline-block;
vertical-align: top;
font-weight: 700;
margin: 4px 10px 0 0;
}
.form-message .user-rating .rating {
display: inline-block;
vertical-align: top;
float: none;
}
.form-message .user-rating .rating li {
margin: 0 0 0 7px;
}
.form-message .user-rating .rating li:first-child {
margin: 0;
}
/* average-rating */
.average-rating .title {
display: inline-block;
vertical-align: top;
margin: 5px 3px 0 0;
}
.average-rating .rating {
display: inline-block;
vertical-align: top;
float: none;
}
.average-rating .rating li {
font-size: 18px;
margin: 0 -6px 0 0;
}
/* no-scroll */
.no-scroll .jcf-scrollbar {
opacity: 0;
}
.no-scroll textarea {
overflow: auto;
}
.no-scroll .jcf-focus .jcf-scrollbar {
opacity: 1;
}
.form-payment {
color: #58595b;
margin: 0 0 18px;
border-radius: 5px;
padding: 19px 19px 29px;
border: #eaebec solid 1px;
}
.form-payment .head {
overflow: hidden;
padding: 0 0 16px;
}
.form-payment h2 {
float: left;
margin: 0 10px 0 0;
font-size: 14px;
line-height: 17px;
}
.form-payment .by {
float: right;
}
.form-payment .by .title {
float: left;
font-size: 11px;
font-weight: 700;
margin: 15px 13px 0 0;
text-transform: uppercase;
}
.form-payment .by ul {
float: left;
margin: 0 8px 0 0;
}
.form-payment .by ul li {
margin: 0;
padding: 10px 7px 5px 14px;
}
.form-payment .by ul li:first-child {
padding: 8px 11px 10px 0;
}
.form-payment .by ul li + li {
border-left: dotted 1px #cdcdc7;
}
.form-payment p {
margin: 0 0 28px;
}
.form-payment .form-holder:before,
.form-payment .form-holder:after {
content: " ";
display: table;
}
.form-payment .form-holder:after {
clear: both;
}
.form-payment .form-holder:before,
.form-payment .form-holder:after {
content: " ";
display: table;
}
.form-payment .form-holder:after {
clear: both;
}
.form-payment .form-holder .col {
float: left;
width: 35.2%;
position: relative;
padding: 0 20px 0 0;
}
.form-payment .form-holder .col.expiry {
width: 29.4%;
}
.form-payment .form-holder .col.cvv {
width: 16.1%;
}
.form-payment .form-holder .col.cvv .field-holder {
position: relative;
padding: 0 27px 0 0;
}
.form-payment .form-holder .col.cvv .tooltip-button {
z-index: 2;
right: 20px;
bottom: 9px;
margin: -8px 0 0;
position: absolute;
}
.form-payment .field-holder:before,
.form-payment .field-holder:after {
content: " ";
display: table;
}
.form-payment .field-holder:after {
clear: both;
}
.form-payment .field-holder:before,
.form-payment .field-holder:after {
content: " ";
display: table;
}
.form-payment .field-holder:after {
clear: both;
}
.form-payment .field-holder .col {
padding: 0;
width: 46.0%;
}
.form-payment .field-holder .col + .col {
float: right;
}
.form-payment .label {
display: block;
margin: 0 0 13px;
}
.form-payment .jcf-number input {
color: #c6ccd2;
}
.form-payment .jcf-number input::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-payment .jcf-number input:-ms-input-placeholder {
color: #c6ccd2;
}
.form-payment .jcf-number input::-webkit-input-placeholder {
color: #c6ccd2;
}
.form-payment + .btns-area {
margin: 0 auto 32px;
}
.form-payment + .btns-area .btn-primary {
background: #7a7a7a;
}
.form-payment + .btns-area .btn-primary:hover {
background: #949494;
}
/* card-type */
.card-type {
overflow: hidden;
margin: 0 0 27px;
}
.card-type li {
margin: 0 26px 0 0;
vertical-align: middle;
}
.card-type .title {
float: left;
margin: 8px 32px 0 0;
}
.card-type label {
display: block;
overflow: hidden;
position: relative;
}
.card-type label:after {
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
background: url(../images/none.gif);
}
.card-type .jcf-radio {
margin: 0 12px 0 0;
}
/* cards-list */
.cards-list {
margin: 0;
overflow: hidden;
}
/* listing-container */
.listing-container {
margin: -7px 0 0;
position: relative;
}
.listing-container h1 {
color: #58595b;
margin: 0 0 33px;
font-size: 30px;
line-height: 1.2;
}
.listing-container h1 a, h1.listing-title a {
font-size: 12px;
text-decoration: none;
font-weight: normal;
padding: 6px 14px 6px;
}
h1.listing-title a {
float: right;
}
.listing-container .tab-content {
margin: 0 0 30px;
padding: 20px 19px 18px;
}
.listing-container .maparea {
overflow: hidden;
}
.listing-container .maparea .map-holder {
height: 533px;
overflow: hidden;
width: 100%;
}
.listing-container .maparea iframe {
width: 100%;
height: 530px;
}
.listing-container .nav-tabs > li > a {
min-width: 136px;
text-align: center;
padding: 13px 15px 7px;
}
.listing-container .nav-tabs > li > a:focus,
.listing-container .nav-tabs > li > a:active {
outline: none;
background: #c6ccd2;
}
/* gallery-slider */
.gallery-slider {
position: relative;
padding: 0 150px 0 0;
}
.gallery-slider .gallery-slideset {
position: relative;
}
.gallery-slider .slide {
top: 0;
left: 0;
width: 100%;
overflow: hidden;
border-radius: 5px;
position: absolute;
border: #eaebec solid 1px;
}
.gallery-slider .slide.active {
z-index: 2;
}
.gallery-slider .slide:first-child {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
position: relative;
}
.gallery-slider .slide:first-child.active {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.gallery-slider .vertical-holder {
top: 25px;
right: 0;
bottom: 34px;
width: 130px;
overflow: hidden;
position: absolute;
}
.gallery-slider .vertical-slider {
height: 100%;
}
.gallery-slider .vertical-slideset {
height: 9999px;
overflow: hidden;
}
.gallery-slider .vertical-slide a {
margin: 10px 0;
display: block;
height: 104px;
overflow: hidden;
border-radius: 5px;
border: #ebeced solid 1px;
}
.gallery-slider .vertical-slide a:hover {
border-color: #b5b9bd;
}
.gallery-slider .slide img,
.gallery-slider .vertical-slide img {
width: 100%;
height: auto;
vertical-align: top;
}
.gallery-slider .btn-next,
.gallery-slider .btn-prev {
top: -5px;
right: 54px;
z-index: 11;
width: 22px;
height: 22px;
font-size: 0;
line-height: 0;
position: absolute;
}
.gallery-slider .btn-next:hover:before,
.gallery-slider .btn-prev:hover:before,
.gallery-slider .btn-next:hover:after,
.gallery-slider .btn-prev:hover:after {
background: #000000;
}
.gallery-slider .btn-next:before,
.gallery-slider .btn-prev:before,
.gallery-slider .btn-next:after,
.gallery-slider .btn-prev:after {
top: 0;
left: 0;
content: '';
margin: 0 3px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
width: 1px;
height: 100%;
position: absolute;
background: #cfd4d9;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.gallery-slider .btn-next:after,
.gallery-slider .btn-prev:after {
right: 0;
left: auto;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.gallery-slider .btn-next {
top: auto;
bottom: -2px;
}
.gallery-slider .btn-next:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.gallery-slider .btn-next:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* availability-schedule */
.availability-schedule {
margin: 0 0 -11px;
position: relative;
}
.availability-schedule .indicators {
left: 0;
top: -3px;
z-index: 5;
position: absolute;
}
.availability-schedule .jcf-scrollbar-vertical {
width: 1px;
right: 50%;
z-index: 10;
background: none;
margin: 0 19px 0 0;
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec {
top: -5px;
width: 30px;
height: 30px;
cursor: pointer;
background: none;
position: relative;
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:hover:before,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec:hover:before,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:hover:after,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec:hover:after {
background: #7a8895;
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:before,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec:before,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:after,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec:after {
top: 0;
left: 0;
content: '';
margin: 0 3px;
-webkit-transform: rotate(47deg);
-ms-transform: rotate(47deg);
transform: rotate(47deg);
width: 2px;
height: 100%;
position: absolute;
background: #cfd4d9;
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:after,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec:after {
right: 0;
left: auto;
-webkit-transform: rotate(-47deg);
-ms-transform: rotate(-47deg);
transform: rotate(-47deg);
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc {
top: auto;
bottom: 11px;
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:after {
-webkit-transform: rotate(47deg);
-ms-transform: rotate(47deg);
transform: rotate(47deg);
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
-webkit-transform: rotate(-47deg);
-ms-transform: rotate(-47deg);
transform: rotate(-47deg);
}
.availability-schedule .jcf-scrollbar-slider {
width: 0;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}
/* schedule-holder */
.schedule-holder {
height: 545px;
width: 100% !important;
border: solid #ffffff;
border-width: 50px 0 0;
}
.schedule-holder:after {
left: 0;
right: 0;
z-index: 2;
content: '';
bottom: 51px;
height: 60px;
position: absolute;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.9)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), 0%, rgba(255, 255, 255, 0.9), 100%);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str(@start-color)}', endColorstr='#{ie-hex-str(@end-color)}', GradientType=0);
filter: none;
}
/* table-holder */
.table-holder {
overflow: hidden;
position: relative;
}
.table-holder .table-row {
margin: 0 -12px;
overflow: hidden;
}
/* table-area */
.table-area {
float: left;
width: 33.3333%;
padding: 0 12px 35px;
}
.table-area .title {
display: block;
color: #5b5a5a;
margin: 0 0 10px;
font-weight: 600;
text-align: center;
font-size: 17px;
line-height: 21px;
}
/* indicators */
.indicators {
margin: 0;
}
.indicators li {
color: #9b9b9c;
font-size: 13px;
padding: 0 22px 0 0;
}
.indicators li:before {
float: left;
content: '';
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px 10px 0 0;
background: #b1f0f5;
}
.indicators li.unavailable:before {
background: #f5ebe7;
}
/* schedule-table */
.schedule-table {
margin: 0;
border-spacing: 0;
border-collapse: collapse;
}
.schedule-table > tbody > tr > td,
.schedule-table > thead > tr > th {
padding: 0;
font-weight: 400;
text-align: center;
border: #f9f9f9 solid;
border-width: 1px;
font-size: 11px;
line-height: 28px;
}
.schedule-table > thead > tr > th {
color: #ffffff;
background: #888a90;
}
.schedule-table .available {
background: #b1f0f5;
}
.schedule-table .unavailable {
background: #e8e8e8;
}
.schedule-table > tbody > tr > td {
font-size: 12px;
}
.table-area .fc-toolbar {
margin: 0;
}
.table-area .fc-toolbar .fc-center {
display: block;
}
.table-area .fc-toolbar .fc-center h2 {
float: none;
display: block;
color: #5b5a5a;
margin: 0 0 10px;
font-weight: 600;
text-align: center;
font-size: 17px;
line-height: 21px;
text-transform: capitalize;
}
.table-area .fc th,
.table-area .fc td {
border: 0;
}
.table-area .fc-basic-view td.fc-day-number,
.table-area .fc-day-header {
text-align: center;
padding: 0 !important;
background: #e8e8e8;
font-weight: 400;
border: #f9f9f9 solid;
border-width: 1px;
font-size: 12px;
line-height: 28px;
border: #f9f9f9 solid !important;
border-width: 1px 1px 0 !important;
}
.table-area .fc-basic-view td.fc-day-number.fc-other-month,
.table-area .fc-day-header.fc-other-month {
color: #3f3f3f;
background: #b1f0f5;
}
.table-area .fc-day-header {
color: #ffffff;
font-size: 11px;
background: #888a90;
text-transform: capitalize;
}
.ui-state-disabled {
cursor: not-allowed;
}
/* description */
#conditions p,
#description p {
margin: 0 0 20px;
}
#conditions p:last-child,
#description p:last-child {
margin: 0;
}
/* features-area */
.features-area:before,
.features-area:after {
content: " ";
display: table;
}
.features-area:after {
clear: both;
}
.features-area:before,
.features-area:after {
content: " ";
display: table;
}
.features-area:after {
clear: both;
}
/* features-list */
.features-list {
float: left;
width: auto;
color: #3f3f3f;
margin: 0 20px;
}
#features h3 {
font-size: 20px;
}
/*.features-list:first-child {
width: 38.033%;
}
.features-list:last-child {
float: right;
width: 22.933%;
}
.features-list li {
padding: 0 0 0 22px;
}*/
.features-list li + li {
margin: 20px 0 0;
}
.features-list li i {
float: left;
margin: -1px 0 0 -26px;
}
.features-list li i.icon-ok {
color: #00ad5f;
font-size: 15px;
}
.features-list li i.icon-cancel {
color: #818181;
font-size: 20px;
margin: -5px 6px 0 -31px;
}
.features-list .tooltip-button {
margin: 1px 0 0 7px;
}
/* listing-detail */
.listing-detail {
margin: 0 0 20px;
}
.listing-detail .blog {
margin: 5px 0 -11px;
}
.listing-detail .blog .head {
padding: 0 0 26px;
}
.listing-detail .blog .head .rating {
margin: -6px 0 0 0;
}
.listing-detail .blog .head .rating li {
font-size: 19px;
margin: 0 -7px 0 0;
}
.listing-detail .blog h2 {
margin: 0 2px 0 0;
}
.listing-detail .posts-holder .post {
margin: 0 0 19px 90px;
padding: 16px 20px 11px 16px;
}
.listing-detail .posts-holder .post:last-child {
margin-bottom: 0;
}
.listing-detail .tab-content {
padding: 26px 19px 31px;
}
.listing-detail .nav-tabs > li > a {
min-width: 141px;
text-align: center;
padding: 11px 15px;
}
.listing-detail .nav-tabs > li > a:focus,
.listing-detail .nav-tabs > li > a:active {
outline: none;
background: #c6ccd2;
}
/* main-tabs */
.main-tabs {
margin: 0 0 61px;
}
.main-tabs > div[role=tabpanel] {
margin: 0 -10px;
}
.main-tabs > div[role=tabpanel] > .tab-content {
z-index: 2;
margin: -3px 0 0;
position: relative;
border-radius: 5px;
background: #f7f7f7;
padding: 50px 20px 0;
}
.main-tabs .tab-pane > .block {
margin: 0 0 20px;
background: #ffffff;
border-radius: 5px;
padding: 10px 20px;
border: #dedede solid 1px;
}
.main-tabs .tab-pane > .block > h2 {
margin: 0 0 10px;
}
.main-tabs .nav-tabs {
overflow: hidden;
padding: 0 0 1px;
margin: 0 0 -1px;
}
.main-tabs .nav-tabs > li {
margin-right: 7px;
}
.main-tabs .nav-tabs > li > a {
min-width: 141px;
text-align: center;
padding: 12px 5px 12px;
}
.main-tabs .nav-tabs > li.active > a,
.main-tabs .nav-tabs > li a:hover {
color: #58595b;
background: #f7f7f7;
border-color: #f7f7f7;
}
.main-tabs .nav-tabs > li.active > a {
z-index: 5;
position: relative;
}
.main-tabs .nav-tabs > li.active > a:after {
top: 100%;
left: -2px;
right: -2px;
height: 3px;
content: '';
margin: -1px 0 0;
position: absolute;
background: #f7f7f7;
}
.main-tabs .listing-post {
margin: 0 0 20px;
}
.main-tabs .listing-post .listing-box {
float: left;
width: 100%;
padding: 20px;
border-radius: 5px;
background: #ffffff;
}
.main-tabs .listing-post .foot {
padding: 4px 15px 12px 11px;
background: rgba(255, 255, 255, 0.71);
}
.main-tabs .listing-post .time-price {
width: 80px;
float: right;
margin: 0 0 0 10px;
padding: 0 0 0 10px;
}
.main-tabs .listing-post .time-price:before {
top: 12px;
width: 1px;
left: auto;
content: '';
bottom: 11px;
position: absolute;
margin: 0 0 0 -18px;
background: #c6ccd2;
}
.main-tabs .listing-post .price {
margin: 0 0 3px;
}
.main-tabs .listing-post h2 {
margin: 0 0 19px 8px;
font-size: 18px;
line-height: 21px;
}
.main-tabs .listing-post .area {
max-width: 328px;
padding: 13px 0 0;
}
.main-tabs .listing-post .area .area {
padding: 0;
overflow: visible;
}
.main-tabs .listing-post .area .area:before,
.main-tabs .listing-post .area .area:after {
content: " ";
display: table;
}
.main-tabs .listing-post .area .area:after {
clear: both;
}
.main-tabs .listing-post .area .area:before,
.main-tabs .listing-post .area .area:after {
content: " ";
display: table;
}
.main-tabs .listing-post .area .area:after {
clear: both;
}
.main-tabs .listing-post .rating {
float: right;
margin: -7px 0 7px 0;
}
.main-tabs .listing-post .rating li {
font-size: 19px;
margin: 0 0 0 -8px;
}
.main-tabs .listing-post .certified {
float: left;
margin: 0 10px 0 0;
}
.main-tabs .listing-post .certified .icon-ok {
display: inline-block;
vertical-align: top;
font-size: 26px;
margin: -11px 7px -2px 0;
}
/* form-switchers */
.form-switchers {
z-index: 2;
float: right;
width: 292px;
position: relative;
margin: 6px -1px 0 0;
}
.form-switchers .counter,
.form-switchers .title {
display: inline-block;
vertical-align: top;
color: #58595b;
cursor: pointer;
margin: 5px 10px 0 0;
}
.form-switchers label {
cursor: pointer;
}
.form-switchers .counter {
margin: 5px 0 0;
}
.form-switchers .jcf-label-active {
font-weight: 700;
}
/* radio-holder */
.radio-holder {
display: inline-block;
vertical-align: top;
padding: 1px;
cursor: pointer;
margin: 0 10px 0 0;
width: 60px;
height: 30px;
border-radius: 30px;
background: #ffffff;
border: #c6ccd2 solid 2px;
}
.radio-holder .jcf-radio {
border: 0;
margin: 0;
opacity: 0;
float: left;
width: 24px;
height: 24px;
cursor: pointer;
-webkit-box-shadow: none;
box-shadow: none;
background: #ffffff;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.radio-holder .jcf-radio.jcf-checked {
opacity: 1;
background: #c6ccd2;
}
.radio-holder .jcf-radio.jcf-checked span {
display: none;
}
.radio-holder .jcf-radio span {
display: none;
}
.radio-holder .jcf-radio + .jcf-radio {
float: right;
}
/* jcf-select-announcements-list */
.jcf-select-announcements-list .jcf-list ul img {
display: inline-block;
vertical-align: top;
margin: 0 10px 0 0;
}
.jcf-select-announcements-list .jcf-list .jcf-option {
padding: 9px;
font-size: 12px;
}
.jcf-select-announcements-list .jcf-list .jcf-option img {
width: 18px;
height: auto;
margin: 2px 5px 0;
}
.jcf-select-announcements-list .jcf-select-text img {
display: inline-block;
vertical-align: middle;
margin: 0 3px 0 0;
}
.jcf-select-announcements-list.jcf-select-alt .jcf-list ul img {
width: 20px;
height: auto;
margin: 1px 2px 0 0;
}
.jcf-select-announcements-list.jcf-select-alt .jcf-list .jcf-option {
padding: 9px 10px;
}
/* tab properties */
#properties > [role=tabpanel] {
padding: 0 0 20px;
margin: -1px -1px 0 0;
}
#properties > [role=tabpanel]:before,
#properties > [role=tabpanel]:after {
content: " ";
display: table;
}
#properties > [role=tabpanel]:after {
clear: both;
}
#properties > [role=tabpanel]:before,
#properties > [role=tabpanel]:after {
content: " ";
display: table;
}
#properties > [role=tabpanel]:after {
clear: both;
}
/* tabs-aside */
.tabs-aside {
float: left;
width: 19%;
margin: 0 0 0 -1px;
}
.tabs-aside .nav-tabs {
margin: 0;
padding: 0 0 9px;
}
.tabs-aside .nav-tabs > li {
float: none;
margin: 0 0 10px;
}
.tabs-aside .nav-tabs > li > a {
margin: 0;
outline: none;
min-width: inherit;
border-radius: 5px;
padding: 9px 5px 7px;
border: 0 !important;
background: #c7cdd3;
}
.tabs-aside .nav-tabs > li > a:focus {
background: #c7cdd3;
}
.tabs-aside .nav-tabs > li.active > a,
.tabs-aside .nav-tabs > li.active > a:focus,
.tabs-aside .nav-tabs > li > a:hover {
color: #ffffff;
outline: none;
background: #7a7a7a;
}
/* nav-tabs */
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
background: #c6ccd2;
}
.nav-tabs > li.active > a:focus {
background: #ffffff;
}
/* form-area */
.form-area {
float: right;
width: 79.367%;
}
.form-area .tab-content {
border: 0;
padding: 0;
background: none;
}
.form-area .alert-warning {
position: relative;
padding: 26px 5px 28px 100px;
}
.form-area .alert-warning .ico.exclamation {
top: 18px;
margin: 0;
left: 18px;
width: 56px;
height: 56px;
font-size: 48px;
line-height: 56px;
}
.form-area .form-holder {
position: relative;
background: #ffffff;
border-radius: 5px;
padding: 25px 29px 29px 27px;
border: #dedede solid 1px;
}
.form-area .form-holder .nav-tabs {
z-index: 6;
position: relative;
}
.form-area .form-holder .nav-tabs > li > a {
padding: 12px 5px 8px;
border-color: #c6ccd2;
}
.form-area .form-holder .nav-tabs > li.active > a,
.form-area .form-holder .nav-tabs > li > a:hover {
background: #ffffff;
border-color: #e6e6e6;
}
.form-area .form-holder .nav-tabs > li.active > a:after,
.form-area .form-holder .nav-tabs > li > a:hover:after {
left: 0;
right: 0;
background: #ffffff;
margin: -1px 0 0;
}
.form-area .form-holder.alt h2 {
margin: 0 0 23px;
}
.form-area .form-holder.alt.columns-holder h3 {
font-size: 14px;
margin: 0 0 18px;
}
.form-area .form-holder.alt .btns-list {
margin: 0 -6px 36px;
}
.form-area .form-holder.alt .jcf-textarea {
border-width: 1px;
}
.form-area .form-holder.alt .jcf-textarea .input-placeholder-text,
.form-area .form-holder.alt .jcf-textarea textarea {
line-height: 23px;
}
.form-area .tab-content {
border: 0;
padding: 0;
border-radius: 0;
margin: 0;
}
.form-area .tab-content .tab-content {
margin: 0;
background: #ffffff;
padding: 22px 19px 18px;
border-radius: 0 5px 5px;
border: #dedede solid 1px;
}
.form-area .tab-content #english.active {
z-index: 2;
position: relative;
}
.form-area .field-row {
overflow: hidden;
margin: 0 0 17px;
}
.form-area .field-row:first-child {
margin: 0 0 25px;
}
.form-area .field-row:nth-child(3) {
margin: 0 0 21px;
}
.form-area .field-row:nth-child(3) .label {
margin: 0 0 17px;
}
.form-area .field-row.type {
max-width: 428px;
margin: 0 0 20px;
}
.form-area .field-row.booking {
max-width: 452px;
margin: 0 0 10px;
}
.form-area .field-row.columns {
max-width: 721px;
}
.form-area .field-row.columns .col {
float: left;
width: 53.1%;
position: relative;
padding: 0 27px 0 0;
}
.form-area .field-row.columns .col + .col {
padding: 0;
width: 39.3%;
float: right;
}
.form-area .field-row.columns .tooltip-button {
top: 8px;
right: 0;
position: absolute;
}
.form-area .label {
float: left;
color: #58595b;
min-width: 51px;
max-width: 150px;
padding: 8px 5px 0 0;
}
.form-area .label.block {
padding: 0;
float: none;
display: block;
margin: 0 0 14px;
max-width: none;
min-width: inherit;
}
.form-area .field-holder {
overflow: hidden;
}
.form-area h2 {
margin: 0 0 26px;
font-size: 24px;
line-height: 27px;
}
.form-area .thin-scroll .input-placeholder-text {
padding: 18px 36px 8px 17px;
}
.form-area .btn-block {
padding: 20px 0 0;
}
.form-area button[type=submit] {
height: 36px;
padding: 0 5px;
min-width: 150px;
margin: 0 0 0 0;
font-size: 14px;
line-height: 17px;
text-transform: none;
background: #c7cdd3;
}
.form-area button[type=submit]:hover {
background: #8e9aa6;
}
.form-area .form-block {
position: relative;
background: #ffffff;
border-radius: 5px;
padding: 18px 20px;
border: #dedede solid 1px;
}
.form-area .form-block + .form-block {
margin: 20px 0 0;
}
.form-area .form-block .title {
width: 26px;
float: left;
color: #58595b;
margin: 7px 7px 0 0;
}
.form-area .form-block.featured-block {
padding: 23px 28px 28px;
}
.form-area .form-block.featured-block + .btn-block button[type=submit] {
margin: 0;
}
.form-area .form-block .jcf-number .jcf-real-element {
color: #c6ccd2;
}
.form-area .form-block .jcf-number .jcf-real-element::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-area .form-block .jcf-number .jcf-real-element:-ms-input-placeholder {
color: #c6ccd2;
}
.form-area .form-block .jcf-number .jcf-real-element::-webkit-input-placeholder {
color: #c6ccd2;
}
.form-area .field-row.time {
margin: 0 0 28px;
max-width: 499px;
}
.form-area .field-row.time .col {
float: left;
width: 48.6%;
}
.form-area .field-row.time .col + .col {
float: right;
}
.form-area .field-row.time .col + .col .title {
margin: 7px 0 0;
}
.form-area .field-row.time .col:first-child .field-holder {
padding: 0 49px 0 0;
}
.form-area .field-row.time .field-holder {
position: relative;
padding: 0 57px 0 0;
}
.form-area .field-row.time .field-holder + h3 {
margin: 0 0 20px;
}
.form-area .field-row.time .add-on {
top: 0;
right: 7px;
position: absolute;
}
.form-area .field-row.time .icon-calendar {
color: #c6cdd2;
cursor: pointer;
font-size: 25px;
line-height: 34px;
}
.form-area .field-row.time .icon-calendar:hover {
color: #8d9ba5;
}
.form-area .field-row.time .form-control {
padding: 5px;
text-align: center;
}
.form-area .field-row.time .input-placeholder-text {
right: 51px;
padding: 0 5px;
text-align: center;
}
.form-area .sub-heading {
color: #58595b;
display: block;
margin: -5px 0 28px;
}
.form-area h3 {
color: #58595b;
font-size: 14px;
margin: 0 0 31px;
}
.form-area h3 + p {
margin: -6px 0 27px;
}
.form-area .location {
max-width: 267px;
margin: 0 0 30px;
overflow: hidden;
}
.form-area .location .label {
position: relative;
}
.form-area .location + .btn-block {
padding: 0;
}
.form-area .location + .btn-block button[type=submit] {
margin: 0;
}
.form-area .select-holder {
overflow: hidden;
}
.form-area .date-slider .title {
width: auto;
display: inline-block;
vertical-align: top;
float: none;
margin: 0 32px;
color: #6a7783;
font-size: 24px;
line-height: 32px;
text-transform: uppercase;
}
.form-area .date-slider .title .thin-text {
font-weight: normal;
}
.form-area .file-selection {
margin: 0 0 20px;
background: #ffffff;
padding: 24px 20px 9px 28px;
}
.form-area .file-selection .area {
margin: 0 0 37px;
}
.form-area .file-selection .uploader {
width: auto;
max-width: 326px;
margin: 2px 31px 0 0;
}
.form-area .file-selection .jcf-file .jcf-fake-input {
width: 221px;
}
.form-area .file-selection + .btn-block {
padding: 0 0 30px;
}
.form-area .file-selection + .btn-block button[type="submit"] {
margin: 0;
}
.form-area .features-area {
margin: 0;
}
.form-area .features-area .features-list {
margin: 0;
width: 31.73%;
padding: 0 10px 0 0;
}
.form-area .features-area .features-list:first-child {
width: 35.03%;
}
.form-area .features-area .features-list:last-child {
float: right;
width: 30.23%;
}
.form-area .features-area .features-list li {
padding: 0;
}
.form-area .features-area .features-list li + li {
margin: 24px 0 0;
}
.form-area .features-area .label {
padding: 0;
float: none;
color: #58595b;
display: block;
max-width: none;
overflow: hidden;
min-width: inherit;
}
.form-area .features-area .jcf-checkbox {
float: left;
margin: 0 19px 0 0;
}
.form-area .block1 {
margin: 0 1px 20px 2px;
padding: 16px 19px 2px 19px;
}
.form-area .block1 h3 {
margin: 0 0 28px;
}
.form-area .block1 .label {
max-width: none;
min-width: inherit;
padding: 8px 10px 0 0;
}
.form-area .block1 .field-row {
overflow: visible;
}
.form-area .block1 .field-row:before,
.form-area .block1 .field-row:after {
content: " ";
display: table;
}
.form-area .block1 .field-row:after {
clear: both;
}
.form-area .block1 .field-row:before,
.form-area .block1 .field-row:after {
content: " ";
display: table;
}
.form-area .block1 .field-row:after {
clear: both;
}
.form-area .block1 .jcf-number .input-placeholder-text {
text-align: center;
}
.form-area .form-selection {
margin: 0 1px 20px 2px;
padding: 16px 4px 19px;
}
.form-area .form-selection h3 {
margin: 0 14px 30px;
}
.form-area .form-selection .jcf-list .jcf-scrollable-wrapper .jcf-list-content {
overflow: hidden;
}
.form-area .form-selection .jcf-list .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
display: none;
}
.form-area .block2 {
margin: 0 1px 20px 2px;
padding: 18px 17px 2px;
}
.form-area .block2 h3 {
margin: 0 0 27px;
}
.form-area .block2 .col {
float: left;
}
.form-area .block2 .col + .col {
float: right;
}
.form-area .block2 .label {
max-width: none;
min-width: inherit;
padding: 8px 8px 0 0;
}
.form-area .block2 .field-row {
margin: 0 0 20px;
}
.form-area .block2 .field-row:nth-child(2) {
max-width: 721px;
margin: 0 0 20px;
}
.form-area .block2 .field-row:nth-child(3) {
max-width: 681px;
margin: 0 0 11px;
}
.form-area .block2 .field-row:nth-child(4) {
max-width: 701px;
margin: 0 0 20px;
}
.form-area .block2 .field-row.address {
max-width: 700px;
}
.form-area .block2 .field-row.address + .btn-block {
padding: 0 0 38px;
}
.form-area .block2 .field-row.address + .btn-block button[type="submit"] {
margin: 0;
}
.form-area .block2 .country {
width: 47%;
}
.form-area .block2 .city {
width: 39.2%;
}
.form-area .block2 .zip {
width: 26%;
}
.form-area .block2 .cell {
width: 60%;
}
.form-area .maparea {
margin: 0 0 17px;
}
.form-area .maparea ul {
color: #58595b;
line-height: 17px;
margin: 0 0 29px 2px;
}
.form-area .maparea ul li + li {
margin: 13px 0 0;
}
.form-area .maparea ul .visited {
color: #c7cdd3;
}
.form-area .maparea .map-box {
height: 428px;
overflow: hidden;
border: #eaebec solid 1px;
}
.form-area .columns-holder {
margin: 0 0 20px;
padding: 26px 28px 23px 29px;
}
.form-area .columns-holder h3 {
font-size: 16px;
}
.form-area .columns-holder + .btn-block {
padding: 0 0 19px;
}
.form-area .columns-holder + .btn-block button[type=submit] {
margin: 0;
}
.form-area .contact-info:before,
.form-area .about-info:before,
.form-area .payment-info:before,
.form-area .contact-info:after,
.form-area .about-info:after,
.form-area .payment-info:after {
content: " ";
display: table;
}
.form-area .contact-info:after,
.form-area .about-info:after,
.form-area .payment-info:after {
clear: both;
}
.form-area .contact-info:before,
.form-area .about-info:before,
.form-area .payment-info:before,
.form-area .contact-info:after,
.form-area .about-info:after,
.form-area .payment-info:after {
content: " ";
display: table;
}
.form-area .contact-info:after,
.form-area .about-info:after,
.form-area .payment-info:after {
clear: both;
}
.form-area .contact-info .column,
.form-area .about-info .column,
.form-area .payment-info .column {
float: left;
width: 49%;
border-radius: 5px;
padding: 20px 20px 37px;
border: #eaebec solid 1px;
}
.form-area .contact-info .column + .column,
.form-area .about-info .column + .column,
.form-area .payment-info .column + .column {
float: right;
}
.form-area .about-info {
color: #808285;
}
.form-area .about-info .uploader {
width: auto;
margin: 0 0 11px;
}
.form-area .about-info .uploader + p {
max-width: 331px;
margin: 0 0 26px -2px;
}
.form-area .about-info .uploader + p .icon-resize-full-alt {
display: inline-block;
vertical-align: top;
color: #c6ccd2;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.form-area .about-info .icon-resize-full-alt {
display: inline-block;
vertical-align: top;
color: #c6ccd2;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.form-area .about-info .jcf-file .jcf-fake-input {
width: 221px;
}
.form-area .about-info .from {
max-width: 375px;
margin: 0 0 7px;
}
.form-area .about-info .label {
padding: 0;
max-width: 121px;
line-height: 23px;
margin: 7px 11px 0 0;
}
.form-area .about-info .label.block {
display: block;
max-width: none;
}
.form-area .about-info .language {
margin: 0 0 26px;
}
.form-area .about-info .language button[type="submit"] {
float: right;
min-width: 87px;
margin: 0 0 0 10px;
}
.form-area .about-info .language .label {
max-width: 114px;
margin: 7px 0 0;
}
.form-area .about-info .language .field-holder {
padding: 12px 5px 0 0;
}
.form-area .img-holder {
width: 148px;
height: 141px;
overflow: hidden;
border-radius: 5px;
margin: 0 auto 20px;
border: #eaebec solid 1px;
background: url(../images/img13.png) no-repeat;
}
.form-area .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.form-area .img-holder div,
.form-area .img-holder span {
float: left;
}
.form-area .message-area {
z-index: 2;
position: relative;
}
.form-area .message-area .label {
margin: 0 0 16px;
}
.form-area .message-area .tab-content {
padding: 10px;
margin-bottom: 20px;
}
.form-area .message-area .field-row {
margin: 0;
}
.form-area .message-area .jcf-textarea {
border-width: 0;
}
.form-area .message-area .jcf-textarea textarea {
height: 186px;
max-height: 186px;
min-height: 185px;
}
.form-area .message-area .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.form-area .message-area .jcf-scrollbar-vertical .jcf-scrollbar-inc {
height: 20px;
}
.form-area .message-area .jcf-scrollbar-vertical .jcf-scrollbar-slider {
margin: 0 0 0 2px;
}
.form-area .message-area .jcf-scrollbar-vertical .jcf-scrollbar-slider .jcf-scrollbar-handle {
background: #c6ccd2;
}
.form-area .message-area #btn-translate {
margin: 10px 0 0 0;
padding: 7px 14px;
}
.form-area .message-area .nav-tabs > li > a {
border-radius: 5px 5px 0 0;
}
.form-area .payment-info {
margin: 0 0 20px;
}
.form-area .payment-info .column {
padding: 20px 20px 2px;
}
.form-area .payment-info .column:first-child {
padding: 20px 21px 10px 18px;
}
.form-area .payment-info .label {
padding: 0;
width: 129px;
max-width: none;
min-width: inherit;
margin: 7px 11px 0 0;
}
.form-area .payment-info .field-row {
margin: 0 0 19px;
overflow: visible;
position: relative;
}
.form-area .payment-info .field-row:before,
.form-area .payment-info .field-row:after {
content: " ";
display: table;
}
.form-area .payment-info .field-row:after {
clear: both;
}
.form-area .payment-info .field-row:before,
.form-area .payment-info .field-row:after {
content: " ";
display: table;
}
.form-area .payment-info .field-row:after {
clear: both;
}
.form-area .payment-info .field-row:first-child {
margin: 0 0 19px;
}
.form-area .payment-info .field-row:nth-child(3) .label {
width: 132px;
margin: 7px 7px 0 0;
}
.form-area .payment-info .field-row.alt {
margin: 0 0 9px;
}
.form-area .payment-info .field-row.alt + .field-row .field-holder {
padding: 10px 0 0;
}
.form-area .payment-info .form-control {
padding: 5px;
text-align: center;
}
.form-area .payment-info .input-placeholder-text {
padding: 0 5px;
text-align: center;
}
.form-area .payment-info .field-day,
.form-area .payment-info .field-month,
.form-area .payment-info .field-year {
float: left;
position: relative;
text-align: center;
padding: 0 5px 0 0;
}
.form-area .payment-info .field-day {
width: 21.4%;
}
.form-area .payment-info .field-day .input-placeholder-text {
right: 5px;
}
.form-area .payment-info .field-month {
width: 55%;
padding: 0 5px;
text-align: left;
}
.form-area .payment-info .field-year {
width: 23.4%;
padding: 0 0 0 3px;
}
.form-area .payment-info + .alert-success {
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #bee1ff;
padding: 16px 20px;
}
.form-area .payment-info ~ .info-list {
padding: 0 10px 5px 0;
}
.form-area .payment-info ~ .info-list li {
margin: 0;
padding: 0;
}
.form-area .payment-info ~ .info-list li + li {
margin: 21px 0 0;
}
.form-area .payment-info ~ .info-list .btn-primary {
padding: 7px 10px;
background: #7a7a7a;
text-transform: none;
vertical-align: middle;
}
.form-area .payment-info ~ .info-list .btn-primary:hover {
background: #949494;
}
.form-area .payment-info ~ .info-list .tooltip-button {
margin: 0 -11px 0 9px;
vertical-align: middle;
}
.form-area .tooltip-btn {
top: 1px;
right: 1px;
bottom: 1px;
width: 34px;
z-index: 5;
position: absolute;
background: #ffffff;
padding: 8px 0 0 5px;
border-radius: 0 5px 5px 0;
}
.form-area .tooltip-btn .tooltip-button {
font-size: 12px;
text-indent: 1px;
}
.form-area .contact-info {
margin: 0;
}
.form-area .contact-info .column {
padding: 32px 19px 5px 20px;
}
.form-area .contact-info .column:first-child {
padding: 20px 21px 10px 18px;
}
.form-area .contact-info .field-row {
margin: 0 0 21px;
overflow: visible;
position: relative;
}
.form-area .contact-info .field-row:before,
.form-area .contact-info .field-row:after {
content: " ";
display: table;
}
.form-area .contact-info .field-row:after {
clear: both;
}
.form-area .contact-info .field-row:before,
.form-area .contact-info .field-row:after {
content: " ";
display: table;
}
.form-area .contact-info .field-row:after {
clear: both;
}
.form-area .contact-info .field-row:first-child {
margin: 0 0 23px;
}
.form-area .contact-info .field-row:nth-child(2) {
margin: 0 0 25px;
}
.form-area .contact-info .field-row:nth-child(3) .label {
margin: 7px 11px 0 0;
}
.form-area .contact-info .field-row.alt {
margin: 0 0 19px;
}
.form-area .contact-info .field-row.alt .field-holder {
padding: 11px 0 0;
}
.form-area .contact-info .field-row:last-child {
margin: 0 0 10px;
}
.form-area .contact-info .label {
padding: 0;
width: 129px;
max-width: none;
min-width: inherit;
margin: 7px 11px 0 0;
}
.form-area .contact-info .label.block {
width: auto;
display: block;
max-width: none;
}
.form-area .contact-info .code {
float: left;
width: 45px;
margin: 0 10px 0 0;
}
.form-area .contact-info .code .form-control {
padding: 5px;
text-align: center;
}
.form-area h4 {
color: #58595b;
font-size: 14px;
margin: 0 0 17px;
}
.form-area #contact-info .form-holder {
margin: 0 0 20px;
padding: 26px 28px 29px 29px;
}
.form-area #contact-info h3 {
font-size: 16px;
}
.form-area #contact-info .btn-block {
padding: 0 0 20px;
}
.form-area #contact-info .btn-block button[type=submit] {
margin: 0;
}
/* btns-list */
.btns-list {
margin: 0 -6px 32px;
}
.btns-list:before,
.btns-list:after {
content: " ";
display: table;
}
.btns-list:after {
clear: both;
}
.btns-list:before,
.btns-list:after {
content: " ";
display: table;
}
.btns-list:after {
clear: both;
}
.btns-list li {
float: left;
width: 33.3333%;
position: relative;
padding: 0 5px 10px;
}
.btns-list .btn {
color: #58595b;
display: block;
padding: 7px 5px;
background: #ffffff;
text-transform: capitalize;
border: #dedede solid 1px;
-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
}
.btns-list .btn:hover {
color: #262627;
border-color: #ababab;
}
.btns-list .close {
right: -4px;
}
/* images-list */
.images-list {
margin: 0 -13px 0 -7px;
}
.images-list:before,
.images-list:after {
content: " ";
display: table;
}
.images-list:after {
clear: both;
}
.images-list:before,
.images-list:after {
content: " ";
display: table;
}
.images-list:after {
clear: both;
}
.images-list li {
padding: 0;
float: left;
width: 120px;
overflow: hidden;
border-radius: 4px;
margin: 0 5px 10px;
border: #eaebec solid 1px;
cursor: move;
}
.images-list li img {
width: 100%;
height: auto;
vertical-align: top;
}
/* check-list */
.check-list {
margin: -5px 0 37px;
}
.check-list li {
padding: 0;
margin: 0 22px 0 0;
}
.check-list .label {
padding: 0;
float: none;
display: inline-block;
vertical-align: middle;
}
.check-list .jcf-checkbox {
margin: 0 8px 0 0;
vertical-align: middle;
}
/* date-slider */
.date-slider {
left: 6px;
max-width: 730px;
margin: 0 auto 13px;
position: relative;
border-radius: 5px;
padding: 31px 30px 30px;
border: #dedede solid 1px;
}
.date-slider .fc-toolbar,
.date-slider .title-area {
padding: 0 0 19px;
text-align: center;
}
.date-slider .fc-left,
.date-slider .fc-right,
.date-slider .carousel-control {
display: inline-block;
vertical-align: top;
filter: none;
opacity: 0.5;
filter: alpha(opacity=50);
width: 32px;
height: 32px;
color: #7a7a7a;
overflow: hidden;
position: static;
text-align: center;
text-shadow: none;
background: #ffffff;
border-radius: 100%;
text-decoration: none;
font-size: 25px;
line-height: 29px;
border: #7a7a7a solid 1px;
}
.date-slider .fc-left:focus,
.date-slider .fc-right:focus,
.date-slider .carousel-control:focus,
.date-slider .fc-left:hover,
.date-slider .fc-right:hover,
.date-slider .carousel-control:hover {
opacity: 1;
filter: alpha(opacity=100);
-webkit-box-shadow: none;
box-shadow: none;
color: #474747;
border-color: #474747;
}
.date-slider .fc-left.left,
.date-slider .fc-right.left,
.date-slider .carousel-control.left {
text-indent: -3px;
}
.date-slider .fc-left.right,
.date-slider .fc-right.right,
.date-slider .carousel-control.right {
text-indent: -1.5px;
}
.date-slider .fc-toolbar {
overflow: hidden;
max-width: 420px;
margin: 0 auto;
}
.date-slider .fc-toolbar .fc-left button,
.date-slider .fc-toolbar .fc-right button {
margin: 0;
border: 0;
padding: 0;
float: none;
display: block;
background: none;
width: 100%;
height: 100%;
}
.date-slider .fc-toolbar .fc-icon {
margin: 0;
top: auto;
}
.date-slider .fc-toolbar .fc-icon:after {
top: -5px;
margin: 0;
left: auto;
width: auto;
font: 25px/29px 'fontello';
}
.date-slider .fc-toolbar .fc-icon.fc-icon-left-single-arrow {
text-indent: -3px;
}
.date-slider .fc-toolbar .fc-icon.fc-icon-left-single-arrow:after {
content: '\e808';
}
.date-slider .fc-toolbar .fc-icon.fc-icon-right-single-arrow:after {
content: '\e807';
}
.date-slider .fc-toolbar .fc-center {
width: auto;
float: none;
display: block;
overflow: hidden;
text-align: center;
text-transform: uppercase;
}
.date-slider .fc-toolbar .fc-center h2 {
float: none;
margin: 0 5px;
color: #6a7783;
font-size: 24px;
line-height: 32px;
}
.date-slider .fc-toolbar .fc-center .span {
font-weight: normal;
}
.date-slider .fc-day-grid-container {
height: auto !important;
}
/* date-table */
.date-table {
margin: 0;
border-collapse: collapse;
}
.date-table > tbody > tr > td,
.date-table > thead > tr > td,
.date-table > tbody > tr > th,
.date-table > thead > tr > th {
border: #ffffff solid;
border-width: 0 0 1px 1px;
}
.date-table > tbody > tr > td:first-child,
.date-table > thead > tr > td:first-child,
.date-table > tbody > tr > th:first-child,
.date-table > thead > tr > th:first-child {
border-width: 0 0 1px;
}
.date-table > tbody > tr > th,
.date-table > thead > tr > th {
color: #ffffff;
padding: 6px 5px;
text-align: center;
font-size: 14px;
line-height: 17px;
background: #c7cdd3;
text-transform: lowercase;
}
.date-table > tbody > tr > td,
.date-table > thead > tr > td {
color: #58595b;
min-height: 75px;
padding: 29px 5px;
text-align: center;
vertical-align: middle;
font-size: 14px;
line-height: 17px;
background: #f0f0f0;
}
.date-table > tbody > tr > td > div,
.date-table > thead > tr > td > div {
position: relative;
}
.date-table .price {
left: 3px;
bottom: -24px;
color: #39b4fb;
position: absolute;
}
/* form-announcements */
.form-announcements {
margin: 0 0 20px;
background: #ffffff;
border-radius: 5px;
padding: 15px 19px 19px;
border: #dedede solid 1px;
}
.form-announcements h2 {
color: #58595b;
margin: 0 0 7px;
font-size: 14px;
line-height: 17px;
}
.form-announcements .jcf-select .jcf-select-text {
margin: 4px 42px 0 5px;
}
/* btn-translate */
.btn-translate {
display: inline-block;
vertical-align: top;
color: #58595b;
height: 50px;
text-align: center;
position: relative;
margin: 0 18px 0 3px;
text-decoration: none;
letter-spacing: -0.2px;
background: url(../images/sprite-icons.png) repeat-x 0 -63px;
}
.btn-translate:hover {
text-decoration: none;
color: #262627;
}
.btn-translate:after,
.btn-translate:before {
top: 0;
content: '';
position: absolute;
background: url(../images/sprite-icons.png) no-repeat -9999px -9999px;
}
.btn-translate:after {
left: 100%;
width: 18px;
height: 50px;
background-position: -82px 0;
}
.btn-translate:before {
top: 1px;
right: 100%;
width: 5px;
height: 50px;
background-position: -75px 0;
}
.btn-translate span {
z-index: 2;
float: left;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
padding: 13px 9px 11px 16px;
}
#english .btn-translate {
margin-bottom: -6px;
}
#policy .form-holder {
padding: 25px 30px 29px 29px;
}
#policy .form-holder > h2 {
margin: 0 0 32px;
}
/* price-section */
.price-section {
margin: 0 0 20px;
position: relative;
}
.price-section:before,
.price-section:after {
content: " ";
display: table;
}
.price-section:after {
clear: both;
}
.price-section:before,
.price-section:after {
content: " ";
display: table;
}
.price-section:after {
clear: both;
}
.price-section .column {
float: left;
width: 37.2%;
border-radius: 5px;
padding: 17px 18px;
border: #e6e6e6 solid 1px;
}
.price-section .column + .column {
float: right;
width: 61.6%;
padding: 17px 13px 17px 17px;
}
.price-section .column + .column .price-info {
margin: 0 16px 0 -3px;
}
.price-section .column + .column .price-info:before,
.price-section .column + .column .price-info:after {
content: " ";
display: table;
}
.price-section .column + .column .price-info:after {
clear: both;
}
.price-section .column + .column .price-info:before,
.price-section .column + .column .price-info:after {
content: " ";
display: table;
}
.price-section .column + .column .price-info:after {
clear: both;
}
.price-section .column + .column .price-info li {
margin: 0;
float: left;
}
.price-section .column + .column .price-info li + li {
margin: 0;
float: right;
}
.price-section h3 {
margin: 0 0 20px;
}
.price-section .label {
color: #58595b;
max-width: none;
min-width: inherit;
padding: 6px 5px 0 0;
}
.price-section .field-row {
margin: 0 0 18px;
max-width: 233px;
}
.price-section .field-row .info {
float: right;
margin: 8px 0 0 9px;
}
.price-section .info {
display: inline-block;
vertical-align: top;
font-size: 16px;
margin: 0 0 0 2px;
}
.price-section .tooltip-button {
margin: -2px 0 0 5px;
vertical-align: middle;
}
.price-section .price-area {
border: 0;
padding: 0;
margin: 0 0 12px;
border-radius: 0;
}
.price-section .price-area:before,
.price-section .price-area:after {
content: " ";
display: table;
}
.price-section .price-area:after {
clear: both;
}
.price-section .price-area:before,
.price-section .price-area:after {
content: " ";
display: table;
}
.price-section .price-area:after {
clear: both;
}
.price-section .price-area .col {
float: left;
width: 47.2%;
}
.price-section .price-area .col + .col {
float: right;
width: 45.2%;
}
.price-section .price-area .title {
float: left;
margin: 8px 9px 0 0;
}
.price-section .price-area .add-on {
float: right;
color: #c6cdd2;
cursor: pointer;
font-size: 25px;
margin: 0 0 0 16px;
}
.price-section .price-area .add-on:hover {
color: #8d9ba5;
}
.price-section .price-area .input-placeholder-text,
.price-section .price-area .form-control {
padding: 5px;
text-align: center;
}
.price-section .price-area .input-placeholder-text {
padding: 0 5px;
}
.price-section .price {
display: block;
margin: 0 0 11px;
text-align: center;
font-size: 36px;
line-height: 40px;
}
.price-section .price .tooltip-button {
vertical-align: middle;
margin: -6px 4px 0 3px;
}
.price-section .price-info {
color: #58595b;
margin-bottom: 16px;
}
.price-section .price-info li + li {
margin: 15px 0 0;
}
/* discount-area */
.discount-area {
margin: 0 0 21px;
border-radius: 5px;
padding: 11px 17px 18px;
border: #e6e6e6 solid 1px;
}
.discount-area h2 {
font-size: 14px;
margin: 0 0 22px;
}
.discount-area .btn-block {
padding: 0;
}
.discount-area .btn-block button[type=submit] {
margin: 0;
min-width: 220px;
}
.discount-area + .form-block {
margin: 0 0 20px;
}
.discount-area .jcf-number {
position: relative;
}
.discount-area .jcf-number .form-control {
color: #c6ccd2;
}
.discount-area .jcf-number .form-control::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.discount-area .jcf-number .form-control:-ms-input-placeholder {
color: #c6ccd2;
}
.discount-area .jcf-number .form-control::-webkit-input-placeholder {
color: #c6ccd2;
}
.discount-area .jcf-number .ending {
top: 8px;
right: 30px;
position: absolute;
color: #c6ccd2;
}
/* discount-list */
.discount-list {
max-width: 742px;
margin: 0 auto 28px;
}
.discount-list:before,
.discount-list:after {
content: " ";
display: table;
}
.discount-list:after {
clear: both;
}
.discount-list:before,
.discount-list:after {
content: " ";
display: table;
}
.discount-list:after {
clear: both;
}
.discount-list + .discount-list {
margin-bottom: 30px;
}
.discount-list li {
vertical-align: bottom;
padding: 0 5px 0 0;
}
.discount-list .field-holder {
width: 85px;
display: inline-block;
vertical-align: middle;
}
.discount-list .close {
position: static;
margin: 6px -11px 0 11px;
display: inline-block;
vertical-align: middle;
}
.discount-list .label {
float: none;
max-width: none;
min-width: inherit;
padding: 0 2px 0 0;
letter-spacing: -0.2px;
display: inline-block;
vertical-align: middle;
}
.discount-list .form-control,
.discount-list .input-placeholder-text {
text-align: center;
}
/* price-range */
.price-range .sign {
float: right;
font-size: 16px;
margin: 6px 0 0 4px;
}
.price-range .agenda {
max-width: 350px;
margin: -1px 0 10px -2px;
}
.price-range .agenda .label {
max-width: none;
min-width: inherit;
}
.price-range .agenda .input-placeholder-text,
.price-range .agenda .form-control {
padding: 5px;
text-align: center;
}
.price-range .agenda .input-placeholder-text {
padding: 0 5px;
}
.price-range .btn-block button[type=submit] {
margin: 0;
}
/* booking-policy */
.booking-policy {
margin: 0 0 19px;
border-radius: 5px;
padding: 12px 20px 2px;
border: #e6e6e6 solid 1px;
}
.booking-policy h2 {
font-size: 14px;
margin: 0 0 20px;
}
.booking-policy .field-row {
max-width: 435px;
}
.booking-policy .field-row .field-holder .label {
float: right;
padding: 8px 0 0 10px;
}
.booking-policy .field-row:nth-child(3) {
margin: 0 0 15px;
}
.booking-policy .policy {
max-width: 317px;
}
.booking-policy .label {
max-width: none;
min-width: inherit;
padding: 8px 5px 0 0;
}
.booking-policy .jcf-number:after {
right: 24px;
}
.booking-policy .jcf-number .jcf-real-element {
color: #c6ccd2;
}
.booking-policy .jcf-number .jcf-real-element::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.booking-policy .jcf-number .jcf-real-element:-ms-input-placeholder {
color: #c6ccd2;
}
.booking-policy .jcf-number .jcf-real-element::-webkit-input-placeholder {
color: #c6ccd2;
}
.postarea {
padding: 0 0 20px;
position: relative;
margin: -24px 0 0;
}
.postarea .result-counter {
float: left;
color: #58595b;
margin: 0 10px 0 0;
}
.postarea .section-head {
overflow: hidden;
padding: 0 0 25px;
}
.postarea .section-foot {
overflow: hidden;
}
.postarea .section-foot .result-counter {
margin: 12px 10px 0 0;
}
.postarea .nav-pagination {
margin: 0;
}
.postarea .nav-pagination .pagination {
margin: 0;
}
.postarea .nav-pagination .pagination li {
float: left;
}
.postarea .post-area {
float: left;
width: 82.1%;
margin: 0 4.5% 0 0;
}
.postarea .posts-holder {
padding: 0 0 29px;
position: relative;
}
.postarea .posts-holder .post {
margin: 0;
color: #808285;
background: #ffffff;
padding: 18px 19px 20px;
}
.postarea .posts-holder .post:before,
.postarea .posts-holder .post:after {
content: " ";
display: table;
}
.postarea .posts-holder .post:after {
clear: both;
}
.postarea .posts-holder .post:before,
.postarea .posts-holder .post:after {
content: " ";
display: table;
}
.postarea .posts-holder .post:after {
clear: both;
}
.postarea .posts-holder .post + .post {
margin: 20px 0 0;
position: relative;
}
.postarea .posts-holder .post .area {
padding: 0;
}
.postarea .posts-holder .post .area .area {
padding: 0 0 26px;
}
.postarea .posts-holder .img-holder {
float: left;
width: 200px;
border-width: 0;
max-width: none;
margin: 0 19px 0 0;
border-radius: 5px;
}
.postarea .posts-holder .img-holder a {
display: block;
overflow: hidden;
border-radius: 5px;
position: relative;
border: solid 1px #ebeced;
}
.postarea .posts-holder .img-holder a:hover {
border-color: #b5b9bd;
}
.postarea .posts-holder .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.postarea .posts-holder .footer {
margin: 1px 0 0;
overflow: hidden;
}
.postarea .posts-holder .footer .btn-default {
padding: 7px;
display: block;
text-align: center;
text-transform: none;
background: #c7cdd3;
}
.postarea .posts-holder .footer .btn-default:hover {
background: #8e9aa6;
}
.postarea .posts-holder .footer .btn-default + .btn {
margin: 10px 0 0;
}
.postarea .head:before,
.postarea .head:after {
content: " ";
display: table;
}
.postarea .head:after {
clear: both;
}
.postarea .head:before,
.postarea .head:after {
content: " ";
display: table;
}
.postarea .head:after {
clear: both;
}
.postarea .head time {
color: #58595b;
float: right;
font-size: 16px;
font-weight: 700;
margin: -3px 0 0;
}
.postarea .area {
overflow: hidden;
padding: 0 0 26px;
}
.postarea h2 {
float: left;
font-size: 16px;
margin: 0 10px 0 0;
}
.postarea h2 a {
color: #58595b;
text-decoration: none;
}
.postarea h2 a:hover {
color: #000000;
text-decoration: none;
}
.postarea .meta {
color: #58595b;
padding: 0 0 14px;
}
.postarea .meta:before,
.postarea .meta:after {
content: " ";
display: table;
}
.postarea .meta:after {
clear: both;
}
.postarea .meta:before,
.postarea .meta:after {
content: " ";
display: table;
}
.postarea .meta:after {
clear: both;
}
.postarea .meta p {
display: inline-block;
vertical-align: top;
margin: 0 11px 0 0;
}
.postarea .rating {
display: inline-block;
vertical-align: top;
float: none;
margin: -3px 0 0;
}
.postarea .rating li {
font-size: 18px;
margin: 0 -7px 0 0;
}
.postarea .post-content {
margin: 0;
position: relative;
}
.postarea .post-content p {
margin: 0 0 10px;
}
.postarea .post-content p a {
color: #808285;
text-decoration: none;
}
.postarea .post-content p a:hover {
color: #67696b;
}
.postarea .post-content .author-img {
float: left;
width: 60px;
overflow: hidden;
position: static;
border-radius: 4px;
margin: 0 20px 0 0;
border: #eaebec solid 1px;
}
.postarea .textbox {
overflow: hidden;
padding: 4px 0 0;
}
.postarea p {
margin: 0 0 10px;
}
.postarea .booking-info {
color: #58595b;
float: right;
margin: -3px 0 0 10px;
}
.postarea .booking-detail {
margin: 0 0 4px;
}
.postarea .booking-detail:before,
.postarea .booking-detail:after {
content: " ";
display: table;
}
.postarea .booking-detail:after {
clear: both;
}
.postarea .booking-detail:before,
.postarea .booking-detail:after {
content: " ";
display: table;
}
.postarea .booking-detail:after {
clear: both;
}
.postarea .booking-detail ul {
float: left;
width: 62.666%;
margin: 2px 0 0;
}
.postarea .booking-detail ul li {
padding: 0;
float: left;
color: #58595b;
width: 50%;
font-weight: 700;
text-align: center;
}
.postarea .booking-detail ul li:first-child {
text-align: left;
}
.postarea .booking-detail ul li:last-child {
text-align: right;
}
.postarea .booking-detail ul li time,
.postarea .booking-detail ul li span {
margin: 0;
float: none;
font-size: 14px;
font-weight: 400;
}
.postarea .booking-duration {
color: #58595b;
display: block;
overflow: hidden;
text-align: right;
margin: 2px 0 0 5px;
}
.postarea .booking-duration .normal-text {
font-weight: 400;
}
.postarea .price {
color: #58595b;
display: block;
font-size: 30px;
line-height: 1.125;
text-align: right;
margin: -4px 0 14px;
}
.postarea .price > span {
display: inline-block;
vertical-align: middle;
}
.postarea .price .tooltip-button {
margin: 5px 0 0 5px;
vertical-align: middle;
}
.postarea .empty,
.postarea .expiry {
color: #58595b;
display: block;
margin: 0 0 9px;
}
.postarea.alt {
margin: -19px 0 0;
}
.postarea.alt .section-head {
padding: 0 0 33px;
}
.postarea.alt .section-head .result-counter {
margin: 10px 10px 0 0;
}
.postarea.alt .posts-holder .footer {
margin: 1px 0 -12px;
text-align: right;
}
.postarea.alt .posts-holder .footer .btn {
display: block;
margin: 0 0 12px;
padding: 7px 5px;
text-align: center;
text-transform: none;
}
.postarea.alt .posts-holder .footer .btn.btn-default {
min-width: 150px;
display: inline-block;
}
.postarea.alt .posts-holder .area .area {
padding: 0 0 15px;
}
.postarea.alt .post-area {
width: 77.7%;
}
.postarea.alt .meta {
padding: 0 0 17px;
}
.postarea.alt2 {
margin: 8px 0 0 -2px;
}
.postarea.alt2 .posts-holder .post {
padding: 18px 19px 16px;
}
.postarea.alt2 .posts-holder .post .area .area {
padding: 0 0 19px;
}
.postarea.alt2 .posts-holder .img-holder {
margin: 2px 19px 0 1px;
}
.postarea.alt2 .posts-holder .footer {
margin: 1px 0 -12px;
text-align: right;
}
.postarea.alt2 .posts-holder .footer .btn {
display: block;
margin: 0 0 12px;
padding: 7px 5px;
text-align: center;
text-transform: none;
}
.postarea.alt2 .posts-holder .footer .btn.btn-default {
min-width: 150px;
display: inline-block;
}
.postarea.alt2 .post-area {
width: 77.6%;
margin: 0 4.6% 0 0;
}
.postarea.alt2 .meta {
padding: 0 0 7px;
}
.postarea.alt2 .booking-info {
float: none;
display: block;
margin: 0 0 10px;
text-align: left;
}
.postarea.alt2 .booking-detail ul {
margin: 0;
}
.postarea.alt2 .textbox {
padding: 10px 0 0;
}
.postarea.alt2 .author-info {
color: #58595b;
display: block;
margin: 0 0 9px;
}
.postarea.alt2 .rating {
display: block;
}
.postarea.alt2 .price {
margin: -4px 0 38px;
}
.postarea.alt2 .price .tooltip-button {
margin: 5px 0 0 11px;
}
.postarea.alt2 .price > span {
letter-spacing: normal;
}
.postarea.alt2 .booking-duration {
margin: 0 0 32px;
}
.postarea.alt3 {
margin: 8px 0 0;
}
.postarea.alt3 .post-area {
width: 77.6%;
margin: 0 4.6% 0 0;
}
.postarea.alt3 .posts-holder {
padding: 0 0 26px;
}
.postarea.alt3 .posts-holder .post .area .area {
padding: 0 0 15px;
}
.postarea.alt3 .posts-holder .img-holder {
margin: 2px 19px 0 0;
}
.postarea.alt3 .posts-holder .footer {
text-align: right;
}
.postarea.alt3 .meta {
padding: 0 0 15px;
}
.postarea.alt3 .btn-yellow {
display: block;
margin: 0 0 12px;
padding: 7px 5px;
text-align: center;
text-transform: none;
}
.postarea.alt3 .booking-duration {
margin: 0 0 17px;
}
.postarea.alt3 .booking-info {
float: none;
display: block;
margin: 0 0 5px;
}
.postarea.alt3 .booking-detail ul {
margin: 0;
}
.postarea.alt3 .textbox {
padding: 11px 0 0;
}
.postarea.alt3 .author-info {
display: block;
margin: 0 0 9px;
}
.postarea.alt3 .price {
margin: -4px 0 17px;
}
.postarea .btn-block {
width: auto;
display: block;
overflow: hidden;
}
.postarea .btns-holder {
padding: 0 0 16px;
}
.postarea .btns-holder .btn {
min-width: 150px;
padding: 7px 5px;
text-align: center;
margin: 0 5px 10px;
text-transform: none;
}
.postarea.notation-booking {
margin: 0;
}
.postarea.notation-booking .posts-holder .post .area .area {
padding: 0 0 34px;
}
.postarea.notation-booking h2 {
font-weight: 400;
}
.postarea.notation-booking h2 a {
color: #435cc8;
font-weight: 700;
}
.postarea.notation-booking h2 a:hover {
color: #7e8fd9;
}
.postarea.notation-booking .rating-area {
width: auto;
float: right;
margin: -3px -3px 0 10px;
}
.postarea.notation-booking .rating-area.alt {
width: auto;
}
.postarea.notation-booking .rating-area.alt .title {
width: auto;
margin: 5px 15px 0 0;
}
.postarea.notation-booking .rating-area .title {
width: 206px;
max-width: none;
margin: 5px 5px 0 0;
}
.postarea.notation-booking .rating-area .rating {
float: right;
}
.postarea.notation-booking .rating-area .rating li {
font-size: 26px;
margin: 0 0 0 -9px;
}
.postarea.notation-booking .booking-detail {
overflow: hidden;
}
.postarea.notation-booking .booking-detail ul {
width: 100%;
}
.postarea.notation-booking .booking-detail ul li {
float: none;
width: auto;
font-weight: 400;
margin: 0 28px 0 0;
vertical-align: top;
}
.postarea.notation-booking .booking-detail ul li:last-child {
text-align: left;
}
.postarea.notation-booking .booking-detail ul li a {
color: #58595b;
font-weight: 700;
text-decoration: none;
}
.postarea.notation-booking .booking-detail ul li a:hover {
color: #262627;
}
.postarea.notation-booking .booking-detail ul time {
display: inline-block;
vertical-align: top;
font-weight: 700;
}
/* form-filter */
.form-filter {
float: right;
width: 236px;
}
/* form-ad-detail */
.form-ad-detail {
max-width: 680px;
margin: 11px auto 57px;
}
.form-ad-detail .listing-detail {
right: 10px;
max-width: 600px;
position: relative;
background: #ffffff;
border-radius: 5px;
margin: 0 auto 59px;
padding: 14px 20px 19px;
border: #e6e6e6 solid 1px;
}
.form-ad-detail .listing-detail:before,
.form-ad-detail .listing-detail:after {
content: " ";
display: table;
}
.form-ad-detail .listing-detail:after {
clear: both;
}
.form-ad-detail .listing-detail:before,
.form-ad-detail .listing-detail:after {
content: " ";
display: table;
}
.form-ad-detail .listing-detail:after {
clear: both;
}
.form-ad-detail .area {
margin: 0 0 16px;
}
.form-ad-detail .area:before,
.form-ad-detail .area:after {
content: " ";
display: table;
}
.form-ad-detail .area:after {
clear: both;
}
.form-ad-detail .area:before,
.form-ad-detail .area:after {
content: " ";
display: table;
}
.form-ad-detail .area:after {
clear: both;
}
.form-ad-detail .author-img,
.form-ad-detail .img-holder {
float: left;
overflow: hidden;
border-radius: 5px;
margin: 3px 29px 0 0;
border: #ebeced solid 1px;
}
.form-ad-detail .listing-title {
display: block;
font-size: 18px;
line-height: 1.125;
margin: 0 0 85px;
}
.form-ad-detail .author-detail,
.form-ad-detail .box {
overflow: hidden;
}
.form-ad-detail .author-detail .box {
padding: 10px 0 0;
}
.form-ad-detail .author-img {
border-radius: 4px;
margin: 0 16px 0 0;
border-color: #eaebec;
}
.form-ad-detail .author-name {
color: #58595b;
display: block;
margin: 0 0 6px;
font-weight: normal;
}
.form-ad-detail .author-name a {
color: #58595b;
font-weight: 700;
text-decoration: none;
}
.form-ad-detail .author-name a:hover {
color: #000000;
text-decoration: none;
}
.form-ad-detail .rating {
margin: 0;
}
.form-ad-detail .rating li {
font-size: 18px;
margin: 0 -7px 0 0;
}
.form-ad-detail .jcf-textarea {
margin: 0 0 16px;
background: #ffffff;
}
.form-ad-detail .jcf-textarea textarea {
height: 125px;
line-height: 20px;
min-height: 124px;
max-height: 400px;
}
.form-ad-detail .input-placeholder-text {
line-height: 20px;
padding: 17px;
}
.form-ad-detail .btn-primary {
padding: 7px 23px;
background: #7c868d;
text-transform: none;
}
.form-ad-detail .btn-primary:hover {
background: #a5acb1;
}
.form-ad-detail .btn-default {
padding: 6px 30px;
text-transform: none;
background: #c7cdd3;
}
.form-ad-detail .btn-default:hover {
background: #9ca7b1;
}
/* messaging blog */
#messaging .blog {
margin: 0 auto;
max-width: 880px;
padding: 0 0 20px;
}
#messaging .blog .posts-holder .post {
background: #ffffff;
margin: 0 30px 0 100px;
}
#messaging .blog .posts-holder .post + .post {
margin-top: 20px;
}
#messaging .blog .posts-holder .post:nth-child(2) .post-content {
margin: 0 4px 37px 0;
}
#messaging .blog .posts-holder .author-img {
width: 80px;
}
#messaging .postarea .post-content p a {
color: #808285;
text-decoration: none;
}
#messaging .postarea .post-content p a:hover {
color: #414244;
}
/* location-holder */
.location-holder {
color: #58595b;
max-width: 620px;
position: relative;
margin: 0 auto 48px;
}
.location-holder:before,
.location-holder:after {
content: " ";
display: table;
}
.location-holder:after {
clear: both;
}
.location-holder:before,
.location-holder:after {
content: " ";
display: table;
}
.location-holder:after {
clear: both;
}
.location-holder .contact-info,
.location-holder address {
margin: 0;
float: left;
width: 43.7%;
padding: 15px 20px;
border-radius: 3px;
background: #d1e4f3;
border: #4d8fcb solid 1px;
-webkit-box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
}
.location-holder address {
float: right;
}
.location-holder address,
.location-holder a {
color: #58595b;
text-decoration: none;
}
.location-holder a:hover {
color: #000000;
text-decoration: none;
}
.location-holder .title {
display: block;
margin: 0 0 4px;
}
.location-holder dl {
margin: 0;
}
.location-holder dl dt {
float: left;
clear: left;
font-weight: 400;
margin: 0 3px 0 0;
}
.location-holder dl dd {
font-weight: 400;
}
/* form-radio */
.form-radio {
left: 10px;
max-width: 398px;
border-radius: 5px;
position: relative;
margin: 10px auto 40px;
border: #dcdcdc solid 1px;
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.65);
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.65);
}
.form-radio ul {
margin: 0;
width: 100%;
display: table;
table-layout: fixed;
}
.form-radio ul li {
padding: 0;
position: relative;
display: table-cell;
vertical-align: middle;
}
.form-radio ul li:first-child label {
border-radius: 4px 0 0 4px;
}
.form-radio ul li:last-child label {
border-radius: 0 4px 4px 0;
}
.form-radio ul label {
display: block;
cursor: pointer;
padding: 9px 3px;
text-align: center;
color: #cac9c9;
background: #f9f8f8;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06) inset;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06) inset;
}
.form-radio ul label.jcf-label-active {
color: #ffffff;
background: #8d8f91;
}
.form-radio input[type=radio],
.form-radio .jcf-radio {
top: 0;
left: 0;
border: 0;
opacity: 1;
width: 100%;
height: 100%;
cursor: pointer;
border-radius: 0;
position: absolute;
background: url(../images/none.gif);
}
.form-radio .jcf-radio span {
display: none !important;
background: url(../images/none.gif);
-webkit-box-shadow: none;
box-shadow: none;
}
.form-radio .jcf-radio.jcf-checked span span {
top: -9999px;
left: -9999px;
display: none;
}
.form-radio.alt {
max-width: 300px;
}
/* table-detail */
.table-section {
padding-bottom: 234px !important;
}
.table-detail {
border-collapse: collapse;
}
.table-detail thead > tr > th {
padding: 5px;
color: #ffffff;
font-weight: 400;
text-align: center;
background: #a2a9ae;
vertical-align: middle;
}
.table-detail thead > tr > th:first-child {
border-radius: 3px 0 0;
}
.table-detail thead > tr > th:last-child {
border-radius: 0 3px 0 0;
}
.table-detail tbody > tr {
background: #fdfdfd;
}
.table-detail tbody > tr.even {
background: #ebeaea;
}
.table-detail tbody > tr > td {
color: #5b5a5a;
padding: 11px 5px;
text-align: center;
vertical-align: top;
font: 14px/17px Verdana, 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.table-detail tbody > tr > td,
.table-detail thead > tr > td,
.table-detail tbody > tr > th,
.table-detail thead > tr > th {
border: #f7f5f5 solid;
border-width: 0 0 0 1px;
}
.table-detail tbody > tr > td:first-child,
.table-detail thead > tr > td:first-child,
.table-detail tbody > tr > th:first-child,
.table-detail thead > tr > th:first-child {
border-width: 0;
}
.table-detail .col1 {
width: 16.5%;
}
.table-detail .col2 {
width: 17.1%;
}
.table-detail .col3 {
width: 16.5%;
}
.table-detail .col4 {
width: 17.1%;
}
.table-detail .col5 {
width: 16.4%;
}
.table-detail .icon-pdf {
display: inline-block;
vertical-align: top;
width: 16px;
height: auto;
}
.table-detail .icon-pdf img {
width: 100%;
height: auto;
vertical-align: top;
}
.table-detail .tooltip-button,
.table-detail .text {
display: inline-block;
vertical-align: top;
margin: 0 5px;
}
.table-detail.alt {
margin: 9px 0;
}
.table-detail.alt .col1 {
width: 19.8%;
}
.table-detail.alt .col2 {
width: 26%;
}
.table-detail.alt .col3 {
width: 17.2%;
}
.table-detail.alt .col4 {
width: 20.6%;
}
.table-detail.alt .col5 {
width: 16.4%;
}
/* modal */
.modal-backdrop {
background: rgba(0, 0, 0, 0.2);
}
.modal .modal-content {
padding: 19px 19px;
border-radius: 5px;
border: #e8e8e8 solid 1px;
-webkit-box-shadow: none;
box-shadow: none;
}
.modal .modal-footer,
.modal .modal-header {
border-width: 0;
padding: 0 0 21px;
}
.modal .modal-footer {
margin: 0;
padding: 0;
text-align: center;
}
.modal .modal-footer .btn {
margin: 0 5px;
}
.modal .modal-footer .btn + .btn {
margin: 0 5px;
}
.modal .title {
color: #58595b;
display: block;
font-size: 18px;
line-height: 22px;
}
.modal .modal-body {
color: #58595b;
padding: 0 0 10px;
}
.modal .info-holder {
padding: 0 0 28px;
}
.modal .info-holder:before,
.modal .info-holder:after {
content: " ";
display: table;
}
.modal .info-holder:after {
clear: both;
}
.modal .info-holder:before,
.modal .info-holder:after {
content: " ";
display: table;
}
.modal .info-holder:after {
clear: both;
}
.modal .img-holder {
float: left;
width: 200px;
margin: 3px 30px 0 0;
}
.modal .img-holder a {
display: block;
overflow: hidden;
position: relative;
border-radius: 5px;
border: #ebeced solid 1px;
}
.modal .img-holder a:hover {
border-color: #b5b9bd;
}
.modal .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.modal .info-block {
color: #58595b;
overflow: hidden;
}
.modal .sub-title {
color: #58595b;
display: block;
margin: 0 0 21px;
font-size: 16px;
line-height: 20px;
}
.modal .meta {
padding: 0 0 20px;
}
.modal .meta:before,
.modal .meta:after {
content: " ";
display: table;
}
.modal .meta:after {
clear: both;
}
.modal .meta:before,
.modal .meta:after {
content: " ";
display: table;
}
.modal .meta:after {
clear: both;
}
.modal .applicant {
display: inline-block;
vertical-align: top;
margin: 3px 29px 0 0;
}
.modal .applicant a {
color: #58595b;
text-decoration: none;
}
.modal .applicant a:hover {
color: #0d0d0d;
text-decoration: none;
}
.modal .rating {
float: none;
display: inline-block;
vertical-align: top;
}
.modal .rating li {
font-size: 18px;
margin: 0 -7px 0 0;
}
.modal .booking-detail {
margin: 0 0 22px;
}
.modal .booking-detail:before,
.modal .booking-detail:after {
content: " ";
display: table;
}
.modal .booking-detail:after {
clear: both;
}
.modal .booking-detail:before,
.modal .booking-detail:after {
content: " ";
display: table;
}
.modal .booking-detail:after {
clear: both;
}
.modal .booking-detail li {
padding: 0;
display: inline-block;
vertical-align: top;
font-weight: 700;
margin: 0 14px 0 0;
}
.modal .booking-detail time {
font-weight: 400;
}
.modal .price-holder {
position: relative;
}
.modal .price-holder .sub-title {
display: inline-block;
vertical-align: top;
font-size: 14px;
font-weight: 700;
margin: 4px 16px 0 15px;
}
.modal .price {
display: inline-block;
vertical-align: top;
font-size: 36px;
line-height: 40px;
}
.modal .booking-duration {
display: block;
margin: 0 0 37px;
}
.modal .normal-text {
font-weight: 400;
}
.modal .form-message {
margin: 0;
border-width: 0;
padding: 0 0 9px;
}
.modal .jcf-textarea textarea {
height: 128px;
min-height: 128px;
}
.modal .btn {
margin: 0 5px;
min-width: 150px;
padding: 7px 5px;
text-align: center;
text-transform: none;
}
.modal .agree {
max-width: 282px;
margin: 26px auto 0;
}
.modal .agree:before,
.modal .agree:after {
content: " ";
display: table;
}
.modal .agree:after {
clear: both;
}
.modal .agree:before,
.modal .agree:after {
content: " ";
display: table;
}
.modal .agree:after {
clear: both;
}
.modal .jcf-checkbox {
float: left;
margin: 0 5px 0 0;
}
.modal .label {
color: #58595b;
display: block;
overflow: hidden;
}
.modal .label a {
color: #4c6dc8;
text-decoration: none;
}
.modal .label a:hover {
text-decoration: none;
color: #294185;
}
.modal .close {
padding: 0;
width: 26px;
height: 26px;
cursor: pointer;
font-weight: 700;
color: #c6ccd2;
font-size: 20px;
line-height: 20px;
border: #c6ccd2 solid 2px;
}
.modal .close:hover {
color: #8d99a5;
border-color: #8d99a5;
}
.modal .close > span {
display: block;
line-height: 20px;
text-align: center;
}
/* user-rating */
.user-rating {
color: #58595b;
position: relative;
border-radius: 3px;
margin: -20px 0 42px;
padding: 13px 15px 11px 21px;
background: #effeb9;
border: #98c700 solid 1px;
-webkit-box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
}
.user-rating .area {
overflow: hidden;
}
.user-rating .rating-area {
padding: 10px;
display: none;
margin: 15px 0 0;
overflow: hidden;
border-radius: 5px;
min-height: 150px;
border: #98c700 solid 1px;
background: #f7ffdc;
}
.user-rating.active .rating-area {
display: block;
}
.user-rating .link {
float: right;
color: #58595b;
line-height: 22px;
margin: 0 0 0 10px;
text-decoration: none;
}
.user-rating .link:hover {
color: #262627;
}
.user-rating p {
margin: 0;
overflow: hidden;
}
/* plus-sign */
.plus-sign {
display: inline-block;
vertical-align: top;
width: 22px;
height: 22px;
font-size: 0;
line-height: 0;
-webkit-transition: none;
transition: none;
margin: 0 0 0 4px;
border-radius: 100%;
background: url(../images/icons.png) no-repeat 0 -27px;
}
/* ui-datepicker-div */
#ui-datepicker-div {
width: 260px;
padding: 10px;
top: -9999px;
left: -9999px;
position: absolute;
border-radius: 5px;
background: #ffffff;
z-index: 150 !important;
border: #e6e6e6 solid 1px;
}
#ui-datepicker-div .ui-datepicker-header {
overflow: hidden;
margin: 0 0 5px;
text-align: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
width: 24px;
height: 24px;
color: #ffffff;
border-radius: 2px;
font-size: 20px;
line-height: 24px;
text-decoration: none;
background: #c6ccd2;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover {
cursor: pointer;
background: #9ba6b0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:after {
display: block;
font-family: 'fontello';
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
top: 0;
left: 0;
font-size: 0;
line-height: 0;
position: absolute;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
float: left;
margin: 0 5px 0 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:after {
content: '\e808';
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
float: right;
margin: 0 0 0 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:after {
content: '\e807';
}
#ui-datepicker-div .ui-datepicker-title {
overflow: hidden;
font-size: 15px;
line-height: 24px;
text-transform: uppercase;
}
.ui-datepicker-calendar {
margin: 0;
width: 100%;
border-collapse: collapse;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
text-align: center;
vertical-align: middle;
}
.ui-datepicker-calendar .ui-state-default {
padding: 5px;
display: block;
border-radius: 2px;
color: #3f3f3f;
text-decoration: none;
font-size: 14px;
line-height: 20px;
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover {
color: #ffffff;
background: #9ba6b0;
}
.ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
color: #ffffff;
background: #9ba6b0;
}
/* ---------------------------------------------------------
4. Custom form styles
---------------------------------------------------------*/
/* custom checkbox styles */
.jcf-checkbox {
width: 16px;
height: 16px;
cursor: default;
overflow: hidden;
position: relative;
border-radius: 1px;
margin: -2px 5px 0 0;
border: 1px solid #d3d3d3;
display: inline-block;
vertical-align: middle;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
background: #f9f9f9;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f9f9f9), to(#ebebeb));
background-image: -webkit-linear-gradient(top, #f9f9f9, 0%, #ebebeb, 100%);
background-image: -moz-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0%, #ebebeb 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str(@start-color)}', endColorstr='#{ie-hex-str(@end-color)}', GradientType=0);
filter: none;
}
.jcf-checkbox span {
opacity: 0;
filter: alpha(opacity=0);
display: block;
width: 12px;
height: 10px;
margin: 3px 0 0 1px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
background: url(../images/sprite-icons.png) no-repeat -61px 0;
}
.jcf-checkbox input[type="checkbox"] {
top: 0;
left: 0;
margin: 0;
border: 0;
width: 100%;
height: 100%;
position: absolute;
}
.jcf-checkbox.jcf-checked span {
opacity: 1;
filter: alpha(opacity=100);
}
/* custom radio styles */
.jcf-radio {
width: 16px;
height: 16px;
cursor: default;
overflow: hidden;
margin: 0 3px 0 0;
position: relative;
background: #d7d7d7;
border-radius: 100%;
border: 1px solid #bcbcbc;
display: inline-block;
vertical-align: middle;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.jcf-radio span {
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
display: none;
position: absolute;
background: #656565;
border-radius: 100%;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.jcf-radio input[type="radio"] {
top: 0;
left: 0;
border: 0;
margin: 0;
opacity: 0;
width: 100%;
height: 100%;
visibility: hidden;
position: absolute;
}
.jcf-radio.jcf-checked span {
display: block;
}
/* custom select styles */
.jcf-select {
display: inline-block;
vertical-align: top;
width: 100%;
height: 36px;
background: #ffffff;
position: relative;
border-radius: 5px;
border: 1px solid #e6e6e6;
}
.error .jcf-select {
border-color: #c53f4e;
}
.jcf-select.jcf-focus {
border-color: #c6ccd2;
}
.jcf-select.jcf-focus .jcf-select-opener {
color: #8e9aa6;
border-left-color: #c6ccd2;
}
.jcf-select.jcf-focus .jcf-select-text {
color: #c6ccd2;
}
.jcf-select select {
top: 0;
left: 0;
z-index: 1;
}
.jcf-select .jcf-select-text {
display: block;
cursor: default;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
line-height: 26px;
margin: 4px 42px 0 5px;
color: #c6ccd2;
}
.jcf-select.jcf-select-dark-color .jcf-select-text {
color: #58595b;
}
.jcf-select .jcf-select-opener {
top: 0;
right: 0;
bottom: 0;
width: 39px;
cursor: pointer;
text-align: center;
position: absolute;
color: #c7cdd3;
background: #ffffff;
border-radius: 0 5px 5px 0;
border: solid #dedede;
border-width: 0 0 0 1px;
}
.jcf-select .jcf-select-opener:hover {
color: #8e9aa6;
}
.jcf-select .jcf-select-opener:after {
display: block;
content: '\e809';
cursor: pointer;
text-align: center;
font: 16px/36px 'fontello';
}
.jcf-select .jcf-select-drop {
top: 100%;
left: -1px;
right: -1px;
z-index: 9999;
margin-top: 0;
position: absolute;
}
.jcf-select .jcf-drop-flipped {
top: auto;
bottom: 100%;
}
.jcf-select-no-arrow .jcf-list .jcf-option:after {
display: none;
}
body > .jcf-select-drop {
z-index: 9999;
margin: -1px 0 0;
position: absolute;
}
body > .jcf-select-drop.jcf-drop-flipped {
margin: 1px 0 0;
}
.jcf-select-drop .jcf-select-drop-content {
border: 1px solid #e6e6e6;
}
/* multiple select styles */
.jcf-list-box {
margin: 0 15px;
overflow: hidden;
min-width: 200px;
display: inline-block;
border: 1px solid #58595b;
}
/* select options styles */
.jcf-list {
display: inline-block;
vertical-align: top;
width: 100%;
position: relative;
background: #f7f7f7;
font-size: 14px;
line-height: 17px;
}
.jcf-list .jcf-list-content {
display: inline-block;
vertical-align: top;
width: 100%;
overflow: auto;
}
.jcf-list ul {
margin: 0;
padding: 0;
list-style: none;
}
.jcf-list ul li {
display: block;
overflow: hidden;
}
.jcf-list ul li + li {
border-top: solid 1px #ffffff;
}
.jcf-list .jcf-overflow {
overflow: auto;
}
.jcf-list .jcf-option {
height: 1%;
color: #58595b;
display: block;
cursor: default;
overflow: hidden;
position: relative;
padding: 9px 38px 9px 19px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.jcf-list .jcf-option:after {
top: 50%;
opacity: 0;
right: 10px;
content: '→';
height: 35px;
margin: -20px 0 0;
color: #f7f7f7;
position: absolute;
font-size: 20px;
line-height: 35px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.jcf-list .jcf-option.jcf-hover {
color: #ffffff;
background: #7a7a7a;
}
.jcf-list .jcf-option.jcf-hover:after {
opacity: 1;
}
.jcf-list .jcf-disabled {
background: #ffffff !important;
color: #ccc !important;
}
.jcf-list .jcf-optgroup-caption {
color: #000000;
display: block;
cursor: default;
padding: 5px 9px;
font-weight: bold;
white-space: nowrap;
}
.jcf-list .jcf-optgroup .jcf-option {
padding-left: 30px;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
color: #000000;
background: #e6e6e6;
}
/* custom textarea styles */
.jcf-textarea {
display: block;
overflow: hidden;
position: relative;
border-radius: 5px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border: #e6e6e6 solid 1px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.error .jcf-textarea {
border-color: #c53f4e;
}
.jcf-textarea.jcf-focus {
border-color: #c6ccd2;
}
.jcf-textarea .jcf-scrollbar-horizontal {
height: 0;
display: none;
}
.jcf-textarea textarea {
margin: 0;
border: none;
width: 100% !important;
padding: 5px 36px 5px 5px;
}
.jcf-textarea textarea::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.jcf-textarea textarea:-ms-input-placeholder {
color: #c6ccd2;
}
.jcf-textarea textarea::-webkit-input-placeholder {
color: #c6ccd2;
}
.jcf-textarea textarea:focus::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.jcf-textarea textarea:focus:-ms-input-placeholder {
color: #c6ccd2;
}
.jcf-textarea textarea:focus::-webkit-input-placeholder {
color: #c6ccd2;
}
.jcf-textarea .jcf-resize {
bottom: 0;
right: 0;
display: none;
text-indent: 1px;
cursor: se-resize;
width: 0;
height: 0;
font-weight: bold;
position: absolute;
text-align: center;
font-size: 12px;
line-height: 15px;
background: #dfe3e6;
}
.jcf-textarea .jcf-resize:before {
content: '';
width: 6px;
height: 6px;
display: block;
margin: 4px 0 0 3px;
border: 1px solid #000000;
border-width: 0 1px 1px 0;
}
/* custom file input styles */
.jcf-file {
overflow: hidden;
border-radius: 5px;
background: #ffffff;
position: relative;
white-space: nowrap;
display: inline-block;
border: #e6e6e6 solid 1px;
}
.jcf-file.jcf-focus {
border-color: #c6ccd2;
}
.jcf-file .jcf-real-element {
top: 0;
right: 0;
margin: 0;
height: 200px;
cursor: pointer;
font-size: 200px;
position: absolute;
}
.jcf-file .jcf-fake-input {
display: inline-block;
vertical-align: top;
color: #58595b;
padding: 0 5px;
overflow: hidden;
width: 232px;
height: 34px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
line-height: 34px;
}
.jcf-file .jcf-upload-button {
display: inline-block;
vertical-align: top;
color: #ffffff;
padding: 0 10px;
overflow: hidden;
width: 98px;
height: 34px;
line-height: 34px;
margin: 0 0 0 -1px;
white-space: nowrap;
text-align: center;
background: #c6ccd2;
border-radius: 0 4px 4px 0;
}
/* custom scrollbars styles */
.jcf-scrollable-wrapper {
position: relative;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.jcf-scrollbar-vertical {
top: 0;
right: 0;
bottom: 0;
width: 25px;
cursor: default;
position: absolute;
background: #b8b8b8;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
top: 0;
left: 0;
width: 25px;
height: 16px;
background: #b8b8b8;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
top: auto;
bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
left: 50%;
width: 8px;
height: 1px;
display: block;
border-radius: 5px;
position: relative;
margin: 0 0 0 -4px;
background: #7a7a7a;
}
.jcf-scrollbar-vertical .jcf-scrollbar-slider {
width: 8px;
margin: 0 auto;
overflow: hidden;
background: #ffffff;
border-radius: 20px;
}
.jcf-scrollbar-horizontal {
left: 0;
top: auto;
bottom: 0;
right: auto;
width: 14px;
height: 1px;
position: absolute;
background: #b8b8b8;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
display: inline-block;
vertical-align: top;
width: 14px;
height: 14px;
overflow: hidden;
background: #333435;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
right: 0;
left: auto;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
height: 14px;
position: relative;
display: inline-block;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
height: 14px;
background: #58595b;
position: absolute;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
background: #e3e3e3;
}
/* custom number input styles */
.jcf-number {
height: 36px;
display: block;
position: relative;
}
.jcf-number:after {
top: 1px;
width: 1px;
bottom: 1px;
right: 22px;
content: '';
position: absolute;
background: #dedede;
}
.jcf-number input {
-moz-appearance: textfield;
}
.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.jcf-number input {
margin: 0;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
height: 36px;
border-radius: 5px;
padding: 3px 27px 3px 5px;
border: 1px solid #e6e6e6;
}
.jcf-number input:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.jcf-number .input-placeholder-text {
padding: 0 27px 0 10px;
}
.error .jcf-number input {
border-color: #c53f4e;
}
.jcf-number.jcf-focus input {
border-color: #c6ccd2;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
top: 1px;
right: 1px;
z-index: 3;
width: 23px;
height: 50%;
cursor: pointer;
background: none;
position: absolute;
text-align: center;
border-radius: 0 5px 0 0;
}
.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
display: block;
content: '\e814';
color: #c7cdd3;
font: 17px/18px "fontello";
}
.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
background: none;
}
.jcf-number .jcf-btn-dec:hover:before,
.jcf-number .jcf-btn-inc:hover:before {
color: #5b6773;
}
.jcf-number .jcf-btn-dec {
top: auto;
bottom: 1px;
z-index: 2;
border-radius: 0 0 5px 0;
}
.jcf-number .jcf-btn-dec:before {
content: '\e809';
line-height: 17px;
}
.jcf-number.jcf-disabled .jcf-btn-inc:hover,
.jcf-number.jcf-disabled .jcf-btn-dec:hover {
background: #aaa;
}
.jcf-number.jcf-disabled input {
background: #ddd;
}
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
opacity: 0.3;
}
.jcf-number.jcf-disabled input {
background: #ddd;
}
/* months-list */
.jcf-select-months-list .jcf-list {
font-size: 11px;
}
.jcf-select-months-list .jcf-list .jcf-option {
padding: 9px 10px 9px 12px;
}
.no-border {
border-width: 0;
}
.infobox-wrapper {
display: none;
}
/* //abe-- FullCalendar v2.3.0 Stylesheet */
.jcf-holder {
position: relative;
}
.jcf-holder .ending {
position: absolute;
top: 8px;
left: 53%;
z-index: 1;
}
.selection-area .col {
display: none;
}
.selection-area .col:first-child {
display: block;
}
.selection-area .tab {
display: none;
}
.selection-area .jcf-scrollable,
.selection-area .jcf-scrollable-wrapper {
height: 100% !important;
max-height: 269px;
}
.jcf-scrollable-wrapper {
width: 100% !important;
}
.calendar-box .fc-scroller,
.calendar-box .fc-row {
height: auto !important;
}
/* star rating styles */
.rating.star-rating {
width: 150px;
height: 24px;
position: relative;
background: url(../images/stars.png) repeat-x;
}
.rating.star-rating li {
width: 24px;
height: 24px;
float: left;
margin: 0 0 0 7px;
}
.rating.star-rating li:first-child {
margin-left: 0;
}
.rating.star-rating li a {
top: 0;
width: 31px;
height: 24px;
text-decoration: none;
text-indent: -9000px;
z-index: 2;
position: absolute;
padding: 0;
-webkit-transition: none;
transition: none;
}
.rating.star-rating li.setted a,
.rating.star-rating li.active a,
.rating.star-rating li a:hover {
background: url(../images/stars.png) 0 100%;
z-index: 1;
left: 0;
}
.rating.star-rating a.one-star {
left: 0;
}
.rating.star-rating a.one-star:hover,
.rating.star-rating li.active a.one-star,
.rating.star-rating li.setted a.one-star {
width: 24px;
}
.rating.star-rating a.two-stars {
left: 31px;
}
.rating.star-rating a.two-stars:hover,
.rating.star-rating li.active a.two-stars,
.rating.star-rating li.setted a.two-stars {
width: 62px;
}
.rating.star-rating a.three-stars {
left: 62px;
}
.rating.star-rating a.three-stars:hover,
.rating.star-rating li.active a.three-stars,
.rating.star-rating li.setted a.three-stars {
width: 93px;
}
.rating.star-rating a.four-stars {
left: 93px;
}
.rating.star-rating a.four-stars:hover,
.rating.star-rating li.active a.four-stars,
.rating.star-rating li.setted a.four-stars {
width: 124px;
}
.rating.star-rating a.five-stars {
left: 124px;
}
.rating.star-rating a.five-stars:hover,
.rating.star-rating li.active a.five-stars,
.rating.star-rating li.setted a.five-stars {
width: 150px;
}
/* ---------------------------------------------------------
5. Styles for Responsive web design
---------------------------------------------------------*/
/* styles for screens 1200px wide and larger */
@media screen and (max-width: 1230px) {
.container {
width: auto;
}
.topbar ul {
margin: 0;
}
.navbar-default .navbar-header {
margin: 8px 10px 0 0;
}
.navbar-default .navbar-collapse {
margin: 0;
}
.navbar-default .navbar-nav > li {
margin: 0 0 0 15px;
}
#footer p {
margin: 0;
}
#footer .by {
margin: 0;
}
.breadcrumb {
padding: 0 10px;
margin: 10px 0;
}
.form-category .form-holder .col {
width: 100%;
}
.form-category .input-append {
padding-right: 30px;
}
.form-category .form-holder .col.time {
width: 37% !important;
margin: 0 0 0;
}
.form-category .form-holder .col.time .col {
padding-right: 0;
}
.form-category .form-holder .col.location {
width: auto;
/*margin: 10px 0 0;*/
}
.form-category .form-holder .col.location .form-control {
padding: 10px 12px;
}
.form-category .sub-holder {
margin: 0;
}
.tab-holder h3 {
margin: 0 0 10px;
}
.twocolumns.alt #sidebar .holder,
#content .content-holder,
#sidebar .holder,
.profile-detail,
.nav-pagination {
margin: 0;
}
.form-payment .form-holder .col,
.form-verification .col {
padding: 0;
width: 100% !important;
}
.form-payment .form-holder .col + .col,
.form-verification .col + .col {
margin: 10px 0 0;
}
.form-payment .form-holder .col.cvv .tooltip-button {
right: auto;
bottom: auto;
margin: 0 0 0 10px;
position: relative;
}
.form-payment .form-holder .col.cvv .field-holder {
padding: 0;
}
.form-payment + .btns-area {
margin: 0 auto 30px;
}
.similar-ads .btn-default {
padding: 5px 20px;
}
.listing-section .head {
margin: 0 0 30px;
}
.main-tabs > div[role="tabpanel"] {
margin: 0;
}
.main-tabs .nav-tabs > li > a {
min-width: inherit;
padding: 12px 10px;
}
.main-tabs .listing-post .certified .icon-ok {
margin: 0 7px 0 0;
vertical-align: middle;
}
.form-switchers {
float: none;
padding: 0 0 10px;
}
.form-area {
width: 70%;
}
.form-area .file-selection .uploader {
float: none;
margin: 0 0 10px;
}
.form-area .features-area .jcf-checkbox {
margin: 0 5px 0 0;
}
.form-area .field-row.columns .col {
width: 100% !important;
}
.form-area .field-row.columns .col + .col {
margin: 10px 0 0;
}
.form-area .field-row.booking,
.form-area .field-row.type {
max-width: none;
}
.form-area .block2 .col + .col {
margin: 10px 0 0;
}
.form-area .block2 .cell,
.form-area .block2 .zip,
.form-area .block2 .city,
.form-area .block2 .country {
width: 100%;
}
.form-area .form-selection .col {
width: 50% !important;
padding: 0 5px 10px !important;
}
.form-area .form-selection .col:last-child {
width: 100% !important;
}
.form-area .contact-info .column,
.form-area .about-info .column,
.form-area .payment-info .column {
float: none;
width: auto;
padding: 20px 10px;
height: auto !important;
}
.form-area .contact-info .column + .column,
.form-area .about-info .column + .column,
.form-area .payment-info .column + .column {
float: none;
margin: 20px 0 0;
}
.form-area .about-info .uploader + p {
max-width: none;
margin: 0 0 20px;
}
.form-area .about-info .from {
max-width: none;
}
.form-area .message-area .btn-translate {
margin: 0 30px 0 0;
}
.form-area .message-area .nav-tabs > li > a {
padding: 12px 10px 8px;
}
.form-area #presentation .nav-tabs > li > a {
padding: 12px 10px 8px;
}
.tabs-aside {
width: 28%;
}
.date-selection .col {
width: 100%;
}
.date-selection .col + .col {
margin: 10px 0 0;
}
.discount-list li {
padding: 0;
display: block;
}
.discount-list li + li {
margin: 10px 0 0;
}
.discount-list .label {
float: left;
padding: 7px 10px 0 0;
}
.discount-list .field-holder {
width: auto;
display: block;
overflow: hidden;
}
.price-section .label {
float: none;
display: block;
padding: 0 0 5px;
}
.price-section .column + .column .price-info li {
float: none;
}
.price-section .column + .column .price-info li + li {
float: none;
}
.price-section .price-area .col {
width: 100%;
}
.price-section .price-area .col + .col {
width: 100%;
margin: 10px 0 0;
}
.price-section .price-area .title {
min-width: 40px;
}
.postarea {
margin: 0;
}
.postarea.alt {
margin: 0;
}
.postarea.alt .post-area {
float: none;
width: auto;
margin: 0 0 10px;
}
.postarea.alt .posts-holder .footer {
text-align: left;
}
.postarea.alt .posts-holder .footer .btn {
min-width: 200px;
display: inline-block;
}
.postarea.alt .posts-holder .footer .btn.btn-default {
min-width: 200px;
}
.postarea .price {
text-align: left;
}
.postarea.alt2 .post-area {
width: 73.6%;
margin: 0 20px 0 0;
}
.postarea.alt2 .booking-detail ul {
width: 100%;
}
.postarea.alt2 .price {
text-align: right;
margin: 0 0 10px;
}
.postarea.alt2 .booking-duration {
margin: 0 0 10px;
}
.postarea.alt3 .post-area {
width: 77%;
margin: 0 20px 0 0;
}
.postarea.alt3 .booking-detail ul {
float: none;
width: auto;
}
.postarea.alt3 .price {
margin: 0 0 10px;
text-align: right;
}
.location-holder {
margin: 0 auto 20px;
}
.form-ad-detail .listing-detail {
right: auto;
}
.form-radio {
left: auto;
margin: 0 auto 10px;
}
.currency-converter.white .select-holder {
width: 100%;
margin: 0 0 5px;
}
.currency-converter.white .col {
clear: both;
position: relative;
}
.currency-converter.white .field-holder {
width: 42% !important;
}
.currency-converter.white .field-holder:last-child {
float: right;
}
.currency-converter.white .ico.resizer {
top: 0;
left: 50%;
position: absolute;
margin: 0 0 0 -11px;
}
.listing-post .post-info {
min-height: 150px;
}
.listing-post .area {
padding: 1px 10px 10px;
}
.listing-post .rating li {
font-size: 12px;
margin: 0 -5px 0 0;
}
.listing-post .certified {
font-size: 12px;
margin: 3px 0 0;
}
.listing-post .info-btns {
top: 30px;
bottom: auto;
}
.listing-post .info-btns li.select-holder,
.listing-post .info-btns li {
width: 33.333%;
}
}
/* styles for screens with width from 992px to 1024px */
@media screen and (max-width: 1024px) {
.home-page .form-category .multiselect .btn-group, .home-page .form-category .multiselect .btn-default {
width: 157px;
}
.home-page .form-category .field-holder {
width: 220px;
}
.form-category .field-holder {
width: 157px;
}
.form-category .form-holder .col.location .field-holder {
width: 157px;
}
.form-category .form-holder input.btn-default {
width: 110px;
}
.form-category .input-append {
width: 124px;
}
}
/* styles for screens with width from 992px to 1200px */
@media screen and (max-width: 992px) {
#header {
padding: 0 0 13px;
}
.topbar {
padding: 9px 0;
margin: 0 0 16px;
}
.navbar-default .navbar-collapse {
float: none;
clear: both;
}
.navbar-default .navbar-nav {
clear: both;
float: none;
padding: 16px 0 0;
text-align: center;
margin: 16px 0 0 -10px;
border-top: solid 1px #e6e6e6;
}
.navbar-default .navbar-nav > li {
display: inline-block;
vertical-align: top;
float: none;
margin: 0 10px;
}
.navbar-default .btn {
font-size: 11px;
padding: 10px 15px;
margin: -89px 0 0 29px;
}
.form-category .form-holder {
padding: 15px 19px 15px;
}
.form-category .form-holder .col {
width: 100%;
margin: 0 0 0;
}
.form-category .form-holder .col.time,
.form-category .form-holder .col.location {
width: auto;
margin: 0 10px 10px !important;
}
.form-category .form-holder .col.time .title {
width: 71px;
}
.form-category .form-holder .col.time .time-fields .form-control {
width: 75% !important;
}
.form-category .form-holder .col.time .time-fields.col {
margin-top: 0 !important;
}
.form-category .form-holder .btn-default {
width: 100%;
}
.form-category .selection-holder {
clear: both;
float: none;
width: auto;
margin: 0 -5px 10px;
}
.form-category .selection-holder:before,
.form-category .selection-holder:after {
content: " ";
display: table;
}
.form-category .selection-holder:after {
clear: both;
}
.form-category .selection-holder:before,
.form-category .selection-holder:after {
content: " ";
display: table;
}
.form-category .selection-holder:after {
clear: both;
}
.form-category .selection-holder .select-holder {
padding: 0 5px;
}
.range-area {
width: 100%;
padding: 0 0 10px;
}
.range-area .title {
float: none;
display: block;
margin: 0 0 18px;
}
.range-holder {
padding: 0 0 0 15px;
}
.range-holder:first-child {
padding: 0 15px 0 0;
}
.range-holder .range-box {
margin: 0;
padding: 0;
overflow: visible;
}
.range-holder .range-price {
padding: 0 8px 0 4px;
}
.range-bar {
margin: 0 0 0 10px;
padding: 6px 0 15px;
}
.range-bar:after {
right: 5px;
}
.listing-post .info-btns {
float: left;
width: 100%;
position: static;
margin: 0;
overflow: hidden;
background: #ffffff;
padding: 0 20px 20px;
border-radius: 0 0 5px 5px;
}
.listing-post .info-btns li {
width: 50%;
margin: 5px 0 0;
padding: 0 0 0 3px;
}
.listing-post .info-btns li:first-child {
padding: 0 3px 0 0;
}
.listing-post .info-btns li.select-holder {
padding: 0;
width: 100%;
}
.listing-post.small .rating li {
font-size: 12px;
margin: 0 -5px 0 0;
}
.popup-holder {
margin: -16px 0 0 -11px;
}
.popup-holder .open {
margin: 0 0 0 -9px;
}
.popup-holder .popup {
width: 200px;
margin: 0 0 10px -100px;
}
.form-listing-info textarea {
height: 100px;
}
.form-selection h2 {
margin: 0 0 10px;
}
.file-selection .detail p br {
display: none;
}
.tab-holder .column,
.form-inquiry .column {
padding: 0 0 0 10px;
}
.tab-holder .column:first-child,
.form-inquiry .column:first-child {
padding: 0 10px 0 0;
}
.tab-holder .column:before {
margin: 0 0 0 -10px;
}
.currency-converter .select-holder {
width: 100px;
}
.currency-converter .col .field-holder:first-child,
.currency-converter .col .field-holder {
width: 41.2%;
}
.form-verification {
padding: 18px 20px;
}
.form-payment .label {
margin: 0 0 5px;
}
.card-type li {
margin: 0;
}
.tooltip {
width: 194px;
}
.tooltip.left {
width: 194px;
}
.tooltip.left .tooltip-inner {
margin: 0;
}
.main-tabs .listing-post h2 {
margin: 0 0 5px;
}
.main-tabs .listing-post .certified {
float: none;
display: block;
}
.main-tabs .listing-post .certified .icon-ok {
margin: 0 7px 0 0;
vertical-align: middle;
}
.main-tabs .listing-post .rating {
margin: 0;
float: none;
}
.main-tabs .listing-post .rating li {
margin: 0 -8px 0 0;
}
.form-area .features-area .features-list {
margin: 0 0 10px;
width: 50% !important;
}
.form-area .features-area .features-list:last-child {
float: left;
clear: both;
}
.form-area .features-area .features-list li + li {
margin: 10px 0 0;
}
.postarea .posts-holder .post {
padding: 10px;
}
.postarea .posts-holder .img-holder {
width: 140px;
}
.postarea .posts-holder p {
margin: 0 0 10px;
}
.postarea .posts-holder .meta p {
margin: 0 10px 0 0;
}
.postarea.alt .posts-holder .img-holder {
float: none;
margin: 0 auto 10px;
}
.postarea.alt h2 {
float: none;
text-align: center;
}
.postarea .booking-info {
float: none;
display: block;
margin: 0 0 5px;
text-align: center;
}
.postarea .booking-duration {
margin: 0;
text-align: left;
}
.postarea .booking-detail ul {
float: none;
width: auto;
}
.postarea .booking-detail ul:before,
.postarea .booking-detail ul:after {
content: " ";
display: table;
}
.postarea .booking-detail ul:after {
clear: both;
}
.postarea .booking-detail ul:before,
.postarea .booking-detail ul:after {
content: " ";
display: table;
}
.postarea .booking-detail ul:after {
clear: both;
}
.postarea .booking-detail ul li {
float: none;
display: block;
width: auto !important;
text-align: left !important;
}
.postarea.alt2 .post-area {
float: none;
width: auto;
margin: 0 0 10px;
}
.postarea.alt2 .post-area:before,
.postarea.alt2 .post-area:after {
content: " ";
display: table;
}
.postarea.alt2 .post-area:after {
clear: both;
}
.postarea.alt2 .post-area:before,
.postarea.alt2 .post-area:after {
content: " ";
display: table;
}
.postarea.alt2 .post-area:after {
clear: both;
}
.postarea.alt2 .posts-holder .post .area .area {
padding: 0 0 10px;
}
.postarea.alt2 .posts-holder .booking-info {
margin: 0;
}
.postarea.alt2 .posts-holder .footer {
margin: 0;
}
.postarea.alt2 .posts-holder .price {
text-align: left;
}
.postarea.alt3 .post-area {
float: none;
width: auto;
margin: 0 0 10px;
}
.postarea.alt3 .post-area:before,
.postarea.alt3 .post-area:after {
content: " ";
display: table;
}
.postarea.alt3 .post-area:after {
clear: both;
}
.postarea.alt3 .post-area:before,
.postarea.alt3 .post-area:after {
content: " ";
display: table;
}
.postarea.alt3 .post-area:after {
clear: both;
}
.postarea.alt3 .expiry,
.postarea.alt3 .price,
.postarea.alt3 .booking-info {
text-align: left;
}
.postarea.notation-booking .posts-holder .post .area .area {
padding: 0 0 10px;
}
.postarea.notation-booking .meta {
padding: 0 0 10px;
}
.postarea.notation-booking .rating-area {
float: none;
width: auto;
margin: 0 0 10px;
}
.postarea.notation-booking .rating-area .rating,
.postarea.notation-booking .rating-area .title {
float: none;
width: auto;
display: inline-block;
vertical-align: top;
}
.postarea .empty {
display: none;
}
}
/* styles for screens with width from 480px to 768px */
@media screen and (max-width: 767px) {
body {
font-size: 12px;
line-height: 1.25;
}
body.modal-open {
height: 100%;
overflow: hidden;
position: fixed;
}
body.modal-open:after {
z-index: 900;
content: '';
left: 0;
right: 0;
position: fixed;
top: -9999px;
bottom: -9999px;
background: rgba(0, 0, 0, 0.2);
}
h1 {
font-size: 24px;
}
.form-control {
font-size: 12px;
padding: 10px 12px;
}
.jcf-select .jcf-select-text {
font-size: 12px;
}
.alert.alert-info,
.alert.alert-success {
padding: 25px 50px 22px 78px;
}
.navbar-default .navbar-header {
margin: 0;
}
.navbar-default .navbar-brand {
margin: 5px 0 0;
}
.navbar-default .navbar-nav {
border: 0;
padding: 10px 0 0;
margin: 0 0 10px;
text-align: left;
}
.navbar-default .navbar-nav > li {
margin: 0;
display: block;
}
.navbar-default .navbar-nav > li.link-flag + li {
margin: 0;
}
.navbar-default .navbar-nav > li + li {
border-top: solid 1px #e6e6e6;
}
.navbar-default .navbar-nav > li > a {
display: block;
padding: 7px 10px;
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover {
color: #ffffff !important;
background: #58595b !important;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
margin: 0;
padding: 0;
border-radius: 0;
border-top: #e6e6e6 solid 1px;
}
.navbar-default .navbar-nav > li > .dropdown-menu:after,
.navbar-default .navbar-nav > li > .dropdown-menu:before {
display: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a {
padding: 7px 20px;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
color: #ffffff !important;
background: #58595b !important;
}
.navbar-default .navbar-collapse {
height: 0 !important;
overflow: hidden;
}
.navbar-default .navbar-collapse.in {
height: auto !important;
overflow-y: auto;
}
.navbar-default .btn {
margin: 0;
display: block;
}
.navbar-default .navbar-toggle {
margin: 0;
cursor: pointer;
}
.jcf-select.jcf-select-currency-selector .jcf-select-text {
padding: 7px 10px;
}
.jcf-select.jcf-select-currency-selector.jcf-focus .jcf-select-text,
.jcf-select.jcf-select-currency-selector .jcf-select-text:hover {
color: #ffffff;
background: #58595b;
}
.jcf-select-drop.jcf-select-currency-selector {
margin: -10px 0 0 0 !important;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list .jcf-option {
padding: 7px 10px;
}
.jcf-select-drop.jcf-select-currency-selector.jcf-drop-flipped {
margin: -10px 0 0 0 !important;
}
.form-category {
padding: 10px 0;
}
.form-category .area {
padding: 0;
}
.form-category .col {
width: auto;
float: none;
}
.form-category .col + .col {
width: auto;
float: none;
}
.form-category .col + .col .title {
width: auto;
}
.form-category .title {
margin: 10px 4px 0 0;
}
.form-category input.btn-default {
width: 150px;
}
.form-category .form-holder {
padding: 10px;
margin: 0 0 10px;
}
.form-category .form-holder .col {
padding: 0;
}
.form-category .form-holder .col.time .col:first-child,
.form-category .form-holder .col.time .col {
width: 100%;
}
.form-category .form-holder .col.time, .form-category .form-holder .col.location {
width: auto !important;
margin: 0;
}
.form-category .form-holder .col.location .field-holder {
width: 250px;
}
.form-category .form-holder .col.time .title {
width: auto;
margin: 12px 6px 0 0;
}
.form-category .form-holder .title {
margin: 12px 6px 0 0;
}
.form-category .selection-holder .select-holder {
width: 100%;
margin: 0 0 10px;
}
.form-category .form-holder .col.time .col.day-fields:first-child,
.form-category .form-holder .col.time .col.day-fields.display-range:first-child {
width: auto !important;
}
.form-category .form-holder .col.time .time-fields.col {
width: auto !important;
}
.visual {
margin: 0 0 10px;
}
.visual h1 {
font-size: 24px;
line-height: 1.125;
}
.visual .title-holder {
height: 210px;
}
.infoarea {
line-height: 15px;
}
.infoarea .info-box {
padding-top: 20px;
text-align: center;
padding-bottom: 20px;
border-top: solid 1px #e6e6e6;
}
.infoarea .info-box:first-child {
border: 0;
}
.infoarea .icon {
display: block;
margin: 0 auto 10px;
float: none !important;
}
.aside-footer .contact-info {
width: 100%;
padding: 0 0 10px;
text-align: center;
border-bottom: #4e4f51 solid 1px;
}
.aside-footer .contact-info li + li {
margin: 5px 0 0;
}
.aside-footer .navarea {
clear: both;
padding: 15px 0 0;
border-top: #626365 solid 1px;
}
.aside-footer .navarea ul {
width: 50%;
margin: 0;
padding: 0 10px 0 0;
}
.aside-footer .navarea ul li + li {
margin: 5px 0 0;
}
.aside-footer .navarea ul + ul {
text-align: right;
padding: 0 0 0 10px;
}
#footer .by {
display: inline-block;
vertical-align: top;
margin: 0 0 10px;
float: none !important;
}
.range-holder {
width: 100%;
padding: 10px 20px 0 0;
}
.range-holder:first-child {
padding: 0 20px 0 0;
}
.range-holder .range-price {
padding: 0 0 0 4px;
}
.range-area {
padding: 0 0 10px;
}
.range-area .range-box {
width: 100%;
}
.range-area .title {
margin: 0 0 18px;
}
.maparea {
margin: 0 0 20px;
overflow: hidden;
position: relative;
}
.maparea .map-holder {
height: 340px;
}
.popup-holder {
top: 290px;
margin: -16px 0 0 -15px;
}
.rating li {
font-size: 18px;
margin: 0 -5px 0 0;
}
.pagination > li > a {
min-width: 40px;
line-height: 36px;
}
.posts-holder .post {
margin: 0 0 20px;
}
.posts-holder .author-img {
float: left;
width: auto;
position: static;
margin: 0 10px 0 0;
}
.posts-holder .title {
margin: 0;
float: none;
display: block;
max-width: none;
text-align: right;
}
.profile-detail h1 {
margin: 0 0 10px;
}
.profile-detail .head address {
margin: 0 0 10px;
font-size: 20px;
}
.profile-detail blockquote {
font-size: 17px;
line-height: 21px;
}
.tooltip {
width: auto;
}
.tooltip .tooltip-inner {
max-width: none;
}
.form-selection {
padding: 20px 10px;
}
.form-selection .col {
padding: 0;
width: 100%;
}
.form-selection .col:last-child,
.form-selection .col:first-child {
padding: 0;
width: 100%;
}
.form-selection .col + .col {
margin: 10px 0 0;
}
.form-listing-info .jcf-scrollbar-vertical {
width: 20px;
}
.form-listing-info .jcf-scrollbar-vertical .jcf-scrollbar-slider {
margin: 0 auto;
}
.file-selection .uploader {
width: 100%;
overflow: hidden;
margin: 0 0 10px;
position: relative;
}
.file-selection .jcf-file .jcf-fake-input {
width: 160px;
}
.file-selection .detail {
clear: both;
}
.files-list .img-thumbnail {
width: 108px;
height: 87px;
}
.currency-converter,
.price-box {
float: none;
width: auto;
display: block;
margin: 0 0 30px;
}
.price-box .price-field .placeholder-text {
padding: 10px 5px;
}
.currency-converter {
margin: 0;
}
.listing-section .block .alert {
margin: 0;
}
.form-inquiry .map-box {
margin: 0 auto;
/*max-width: 479px;*/
}
.form-inquiry .col {
width: 100% !important;
}
.form-inquiry .col + .col {
margin: 10px 0 0;
}
.form-inquiry .label {
float: none;
width: auto;
display: block;
margin: 0 0 5px;
}
.tab-holder .column,
.form-inquiry .column {
padding: 0;
float: none;
width: auto;
display: inherit;
}
.tab-holder .column:first-child,
.form-inquiry .column:first-child {
padding: 0;
}
.tab-holder .column + .column,
.form-inquiry .column + .column {
padding: 10px 0 0;
}
.tab-holder {
display: inherit;
}
.tab-holder .column:before {
display: none;
}
.tab-holder .column + .column {
margin: 20px 0 0;
padding: 20px 0 0;
border-top: solid 1px #c6ccd2;
}
.form-signup .label {
float: none;
display: block;
margin: 0 0 5px;
}
.form-signup.alt .tab-holder .column {
padding: 0;
}
.form-signup.alt .tab-holder .column:first-child {
padding: 0;
}
.form-signup.alt .tab-holder .column + .column {
margin: 20px 0 0;
padding: 20px 0 0;
}
.btn-facebook {
font-size: 12px;
}
.tabset-holder {
margin: 0 0 10px;
padding: 36px 0 0;
position: relative;
}
.tabset-holder .opener {
top: 0;
left: 0;
z-index: 3;
display: block;
width: 100%;
height: 36px;
border-radius: 5px;
position: absolute;
font-size: 20px;
line-height: 34px;
border: #eaebec solid 1px;
color: #b4b8bc;
}
.tabset-holder .opener:before {
top: 0;
right: 30px;
content: '';
width: 1px;
height: 100%;
position: absolute;
background: #eaebec;
}
.tabset-holder .opener .icon-down-open-mini {
float: right;
width: 40px;
background: #ffffff;
border-radius: 5px;
border-left: 10px solid #ffffff;
}
.tabset-holder.active .nav-tabs {
overflow: visible;
max-height: 300px;
border: solid 1px #eaebec;
}
.tabset-holder .link-favourit {
float: none;
display: inline-block;
vertical-align: top;
margin: 10px 0;
position: relative;
}
.nav-tabs {
max-height: 0;
overflow: hidden;
border-radius: 5px;
}
.nav-tabs > li {
margin: 0;
float: none;
display: block;
position: static;
}
.nav-tabs > li + li {
border-top: solid 1px #eaebec;
}
.nav-tabs > li:first-child a {
border-radius: 5px 5px 0 0;
}
.nav-tabs > li:last-child a {
border-radius: 0 0 5px 5px;
}
.nav-tabs > li > a {
margin: 0;
border-radius: 0;
border: 0 !important;
position: static;
}
.nav-tabs > li > a:before {
top: 0;
left: 0;
z-index: 2;
color: #58595b;
display: none;
overflow: hidden;
width: 80%;
height: 36px;
line-height: 36px;
position: absolute;
padding: 0 0 0 18px;
white-space: nowrap;
text-overflow: ellipsis;
content: attr(data-text);
}
.nav-tabs > li.active > a {
position: static !important;
}
.nav-tabs > li.active > a:before {
display: block;
}
.nav-tabs > li.active > a:after {
display: none;
}
.tab-content {
border-radius: 5px;
}
.timing li {
width: 50%;
}
.timing li:nth-child(2) {
text-align: right;
}
.timing li:last-child {
width: 100%;
text-align: center;
padding: 10px 0 0;
}
.timing time,
.timing strong {
font-size: 14px;
line-height: 17px;
}
.price-area .total {
font-size: 17px;
line-height: 20px;
}
.price-list {
font-size: 14px;
line-height: 17px;
}
.price-list li {
width: 100%;
}
.price-list li + li {
margin: 10px 0 0;
}
.form-verification .label {
float: none;
display: block;
margin: 0 0 10px;
}
.form-verification .field-year,
.form-verification .field-month,
.form-verification .field-day {
width: 100%;
padding: 0 0 10px;
}
.form-verification .field-year .form-control,
.form-verification .field-month .form-control,
.form-verification .field-day .form-control {
text-align: left;
padding: 6px 13px;
}
.form-payment h2 {
float: none;
margin: 0 0 5px;
}
.form-payment .by {
float: none;
overflow: hidden;
}
.form-payment .by ul {
margin: 0;
float: none;
overflow: hidden;
}
.form-payment .by ul li {
margin: 0;
}
.form-payment .by ul li:first-child img {
width: 122px;
}
.form-payment .by ul img {
width: 60px;
}
.card-type .title {
float: none;
display: block;
margin: 0 0 5px;
}
.cards-list li img {
height: auto;
width: 40px;
}
.files-list {
margin: 0;
}
.listing-detail {
margin: 0 0 30px;
}
.similar-ads {
margin: 0 0 20px;
}
.similar-ads .btn-default {
display: block;
}
.availability-schedule .indicators {
margin: 0 0 10px;
position: relative;
}
.table-area {
width: 50%;
}
.gallery-slider {
padding: 0;
}
.gallery-slider .vertical-holder {
top: 0;
bottom: 0;
z-index: 10;
width: 80px;
padding: 10px 10px;
border-radius: 0 5px 5px 0;
background: rgba(0, 0, 0, 0.1);
border: solid rgba(0, 0, 0, 0.3);
border-width: 33px 0;
}
.gallery-slider .vertical-slide a {
height: auto;
}
.gallery-slider .btn-prev,
.gallery-slider .btn-next {
top: 5px;
right: 30px;
}
.gallery-slider .btn-next {
top: auto;
bottom: 5px;
}
.listing-detail .nav-tabs > li > a,
.listing-container .nav-tabs > li > a {
text-align: left;
padding: 10px 15px;
}
.listing-container {
margin: 0;
padding: 10px 0 0;
}
.listing-container h1 {
margin: 0 0 10px;
font-size: 20px;
}
.listing-detail .blog .head {
padding: 0 0 10px;
}
.listing-detail .blog h2 {
float: none;
margin: 0 0 5px;
}
.listing-detail .posts-holder .post {
margin: 0;
}
.listing-detail .posts-holder .post + .post {
margin: 20px 0 0;
}
.posts-holder .time {
margin: 9px 10px 0 0;
}
.features-list {
margin: 0 0 20px;
width: 100%;
}
.features-list:last-child,
.features-list:first-child {
width: 100%;
}
.features-list:last-child {
margin: 0;
}
.features-list li i.icon-cancel {
margin: -5px 6px 0 -31px;
}
#content .alert-success {
font-size: 13px;
line-height: 1.1;
padding: 15px 15px 15px 90px;
}
.main-tabs .nav-tabs {
margin: 0;
padding: 0;
}
.main-tabs .nav-tabs > li {
margin: 0;
}
.main-tabs .nav-tabs > li > a {
text-align: left;
}
.tabs-aside {
width: auto;
float: none;
margin: 0 0 10px;
}
.tabs-aside .tabset-holder {
background: #ffffff;
}
.tabs-aside .nav-tabs > li > a {
border-radius: 0;
}
.tabs-aside .nav-tabs > li:first-child a {
border-radius: 5px 5px 0 0;
}
.tabs-aside .nav-tabs > li:last-child a {
border-radius: 0 0 5px 5px;
}
.form-area {
float: none;
width: auto;
}
.form-area .form-holder {
clear: both;
}
.form-area .form-holder .nav-tabs {
padding: 0 0 1px;
margin: 0 0 -1px;
border-radius: 0;
max-height: none;
}
.form-area .form-holder .nav-tabs > li {
float: left;
margin: 0 5px -1px 0;
}
.form-area .form-holder .nav-tabs > li + li {
border: 0;
}
.form-area .form-holder .nav-tabs > li > a {
display: block;
padding: 10px 5px;
min-width: 120px;
text-align: center;
border: #dedede solid !important;
border-width: 1px 1px 0 !important;
border-radius: 5px 5px 0 0 !important;
}
.form-area .form-holder .nav-tabs > li > a:before,
.form-area .form-holder .nav-tabs > li.active a:before {
display: none;
}
.form-area button[type="submit"] {
margin: 0;
}
.form-area .form-block {
padding: 10px;
}
.form-area .field-row.time .col {
width: 100% !important;
}
.form-area .field-row.time .col + .col {
margin: 10px 0 0;
}
.form-area .field-row.time .col + .col .title {
min-width: 33px;
}
.form-area .field-row.time .col + .col .add-on {
right: 0;
}
.form-area .field-row.time .col:first-child .field-holder {
padding: 0 35px 0 0;
}
.form-area .field-row.time .add-on {
right: 0;
}
.form-area .field-row.time .field-holder {
padding: 0 35px 0 0;
}
.form-area .payment-info .field-row:nth-child(3) .label,
.form-area .payment-info .label {
margin-top: 10px;
}
.form-area .location {
max-width: none;
}
.form-area input[type="submit"] {
margin: 0;
}
.form-area .date-slider .title {
margin: 0 6px;
font-size: 20px;
line-height: 24px;
}
.form-area .file-selection {
padding: 10px;
}
.form-area .file-selection + .btn-block {
padding: 0;
}
.form-area .form-selection h3 {
margin: 0 8px 10px;
}
.form-area .form-selection .col {
padding: 0;
width: 100% !important;
}
.form-area .block2 .label,
.form-area .block1 .label {
padding: 0;
float: none;
display: block;
margin: 0 0 5px !important;
}
.form-area .field-row.columns .tooltip-button {
top: auto;
right: auto;
position: relative;
margin: 0 0 0 5px;
}
.form-area .field-row.columns .col {
padding: 0;
}
.form-area .field-row.type {
margin: 0 0 10px;
}
.form-area .columns-holder {
padding: 20px 10px;
}
.form-area .columns-holder h3 {
margin: 0 0 15px;
}
.check-list li {
margin: 0 20px 10px 0;
}
.date-slider {
margin: 0;
border: 0;
left: auto;
padding: 0;
overflow: hidden;
}
.date-slider .title-area {
padding: 0 0 10px;
}
.date-slider .carousel-control {
width: 24px;
height: 24px;
font-size: 16px;
line-height: 20px;
}
.date-slider .carousel-control.left {
letter-spacing: -2px;
}
.date-slider .carousel-control.right {
letter-spacing: -3px;
}
.date-table {
margin: 0;
}
.date-table > thead > tr > th,
.date-table > tbody > tr > th,
.date-table > thead > tr > td,
.date-table > tbody > tr > td {
font-size: 11px;
padding: 10px 5px;
min-height: inherit;
}
.date-table .price {
display: block;
position: static;
text-align: center;
}
.date-slider .fc-toolbar .fc-center h2 {
font-size: 13px;
}
.fc-view .fc-head .fc-day-header,
.fc-ltr .fc-basic-view .fc-day-number {
font-size: 11px;
padding: 10px 5px;
min-height: inherit;
}
.price-section .column {
width: 100%;
padding: 10px;
}
.price-section .column + .column {
width: 100%;
padding: 10px;
margin: 20px 0 0;
}
.price-section .column .price-info li + li {
margin: 5px 0 0 !important;
}
.price-range .agenda .label {
float: none;
display: block;
padding: 0 0 5px;
}
.discount-list .label {
float: none;
display: block;
padding: 0 0 5px;
}
.discount-list li:last-child .label {
display: inline-block;
vertical-align: middle;
padding: 0;
}
.discount-list .close {
margin: 0 0 0 10px;
}
.booking-policy .label {
float: none;
display: block;
padding: 0 0 5px;
}
#policy .form-holder {
padding: 10px;
}
#policy .form-holder > h2 {
margin: 0 0 10px;
}
.postarea .posts-holder .post-area {
width: auto;
float: none;
padding: 0 0 10px;
}
.postarea .posts-holder .post {
padding: 10px;
}
.postarea .posts-holder .img-holder {
margin: 0 10px 0 0;
}
.postarea .posts-holder p {
margin: 0 0 10px;
}
.postarea .posts-holder .meta p {
margin: 0 10px 0 0;
}
.postarea .posts-holder .footer {
width: auto;
}
.postarea h2,
.postarea .head time {
float: none;
margin: 0 0 5px;
}
.postarea .btn-default {
min-width: 80px;
margin: 0 4px 0 0;
display: inline-block;
padding: 9px 5px 10px;
}
.postarea .btn-default + .btn {
margin: 0 4px 0 0;
}
.postarea .btns-holder .btn-default {
margin: 0 5px;
}
.postarea .btns-holder .btn-default + .btn {
margin: 0 5px;
}
.postarea.notation-booking .posts-holder .img-holder {
float: none;
margin: 0 auto 10px;
}
.form-ad-detail .img-holder {
width: 140px;
margin: 0 10px 0 0;
}
.form-ad-detail .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.form-ad-detail .listing-title {
margin: 0 0 37px;
}
#messaging .blog .posts-holder .post {
margin: 0;
}
.table-section {
padding-bottom: 20px !important;
}
.form-radio {
margin: 0 auto 10px;
}
.form-radio.alt {
margin-bottom: 20px;
}
.table-detail {
display: block;
max-width: none;
overflow: hidden;
}
.table-detail tbody {
float: left;
width: 100%;
display: block;
background: #ffffff;
padding: 0 1px 0 1px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border-left: 140px solid #cac9c9;
}
.table-detail tbody > tr {
float: left;
width: 100%;
clear: both;
display: block;
background: #ffffff;
}
.table-detail tbody > tr.even {
background: #ffffff;
}
.table-detail > tbody > tr > td {
float: left;
clear: both;
text-align: left;
white-space: nowrap;
width: 100% !important;
margin: 0 -1px 0 -141px;
font-size: 12px;
line-height: 17px;
padding: 0 0 0 140px !important;
border-width: 1px 0 0 !important;
}
.table-detail > tbody > tr > td:before {
float: left;
width: 140px;
text-align: left;
padding: 5px 10px;
position: relative;
white-space: normal;
margin: 0 0 0 -140px;
color: #ffffff !important;
content: attr(data-label);
}
.table-detail > tbody > tr > td > div {
overflow: hidden;
padding: 5px 10px;
}
.table-detail thead {
display: none;
}
.modal .modal-dialog {
margin: 0;
}
.modal .modal-content {
margin: 20px;
text-align: center;
}
.modal .meta,
.modal .modal-header {
padding: 0 0 10px;
}
.modal .img-holder {
float: none;
width: auto;
max-width: 200px;
margin: 0 auto 10px;
}
.modal .booking-duration,
.modal .booking-detail,
.modal .sub-title {
margin: 0 0 10px;
}
.modal .btn {
min-width: 90px;
margin: 0 5px 5px;
}
.user-rating {
padding: 10px 15px;
margin: 0 0 20px;
}
.user-rating .link {
margin: 0;
float: none;
}
.user-rating .plus-sign {
vertical-align: middle;
}
.user-rating p {
margin: 0 10px 0 0;
}
.form-message.alt2,
.form-message.alt {
margin: -20px 0 30px;
}
.form-message.alt2 .user-rating .title,
.form-message.alt .user-rating .title {
margin: 4px 2px 0 -1px;
}
.form-message.alt2 .user-rating .rating li,
.form-message.alt .user-rating .rating li {
margin: 0 -6px 0 0;
}
.form-message.alt2 .input-placeholder-text,
.form-message.alt .input-placeholder-text {
line-height: 17px;
}
.form-message.alt2 input[type="submit"],
.form-message.alt input[type="submit"],
.form-message.alt2 input[type="reset"],
.form-message.alt input[type="reset"] {
margin: 0;
width: 49%;
float: left;
min-width: inherit;
}
.form-message.alt2 input[type="submit"],
.form-message.alt input[type="submit"] {
float: right;
}
.form-message.alt2 .btn-block,
.form-message.alt .btn-block {
padding: 0;
}
.form-message.alt2 .img-holder {
width: 150px;
margin: 2px 10px 0 0;
}
.form-message.alt2 h2 {
margin: 0 0 5px;
}
.form-message.alt2 p {
margin: 0 0 10px;
}
.form-switchers .counter,
.form-switchers .title {
margin-top: 7px;
}
.modal-backdrop {
display: none;
}
.tooltip {
width: 150px;
}
.tooltip.left {
width: 150px;
margin: 0 0 0 50px !important;
}
.date-slider.alt .fc-view .fc-head .fc-day-header {
font-size: 11px;
}
.date-slider.alt .fc-ltr .fc-basic-view .fc-day-number {
padding: 15px 0;
}
.date-slider.alt .fc-content-skeleton tbody td .fc-day-grid-event {
margin: 0 5px;
}
}
/* styles for screens 480px wide and narrower */
@media screen and (max-width: 480px) {
.topbar ul {
text-align: center;
}
.topbar ul li {
margin: 0;
display: block;
}
.form-category .col:first-child {
margin-bottom: 10px;
}
.form-category .form-holder .col.location .field-holder {
width: 220px;
}
.form-category .form-holder input.btn-default {
float: right;
}
.form-inquiry .map-box {
/*max-width: 250px;*/
}
.currency-converter .select-holder {
width: 100%;
margin: 0 0 10px;
}
.currency-converter .col {
clear: both;
}
.currency-converter.white .select-holder {
width: 100%;
margin: 0 0 10px;
}
.table-area {
width: 100%;
}
.gallery-slider .vertical-holder {
top: 0;
bottom: 0;
z-index: 10;
width: 50px;
padding: 5px;
border-radius: 0 5px 5px 0;
background: rgba(0, 0, 0, 0.1);
border: solid rgba(0, 0, 0, 0.3);
border-width: 33px 0;
}
.gallery-slider .vertical-slide a {
height: auto;
}
.gallery-slider .btn-prev,
.gallery-slider .btn-next {
right: 15px;
}
.main-tabs .tab-content {
padding: 10px 5px 0;
}
.main-tabs .listing-post {
margin: 0 0 10px;
}
.main-tabs .listing-post .box-holder {
display: block;
}
.main-tabs .listing-post .foot,
.main-tabs .listing-post .box {
position: relative;
overflow: hidden;
}
.main-tabs .listing-post .foot {
padding: 10px 5px;
}
.main-tabs .listing-post h2 {
font-size: 14px;
line-height: 17px;
}
.main-tabs .listing-post .listing-box {
padding: 5px;
}
.main-tabs .listing-post .area {
padding: 0;
}
.main-tabs > div[role="tabpanel"] > .tab-content {
margin: 0;
padding: 10px 5px 0;
}
.listing-post .info-btns {
padding: 10px 5px 5px;
}
.listing-post .certified {
margin: 0;
}
.form-area .tab-content .tab-content,
.form-area .form-holder {
padding: 10px;
}
.form-area .alert-warning {
padding: 17px 10px 17px 84px;
}
.form-area .alert-warning .icon.exclamation {
left: 10px;
}
.form-area .file-selection .jcf-file .jcf-fake-input {
width: 130px;
}
.form-area .features-area .features-list {
clear: both;
width: 100% !important;
}
.form-area .about-info .jcf-file .jcf-fake-input {
width: 130px;
padding: 0 5px;
}
.form-area .about-info .language .label,
.form-area .about-info .label {
float: none;
display: block;
margin: 0 0 5px;
max-width: none;
min-width: inherit;
}
.form-area .about-info .language .field-holder {
padding: 0;
}
.form-area .message-area .nav-tabs > li > a {
min-width: 90px;
}
.form-area .message-area .nav-tabs > li.active a:before {
display: none;
}
.form-area .payment-info .column {
padding: 20px 10px;
}
.form-area .payment-info .column:first-child {
padding: 20px 10px;
}
.form-area .payment-info .label {
float: none;
width: auto;
display: block;
margin: 0 0 5px !important;
}
.form-area .payment-info .field-row.alt {
margin: 0 0 19px;
}
.form-area .payment-info .field-row.alt + .field-row .field-holder {
padding: 0;
}
.form-area .payment-info .tooltip-btn {
top: auto;
height: 34px;
padding-top: 8px;
}
.form-area .payment-info ~ .info-list {
padding: 0 0 15px;
}
.form-area .payment-info ~ .info-list li {
position: relative;
}
.form-area .payment-info ~ .info-list .btn-primary {
font-size: 12px;
}
.form-area .payment-info ~ .info-list .tooltip-button {
top: -5px;
margin: 0;
right: -5px;
position: absolute;
}
.form-area .contact-info .column {
padding: 20px 10px;
}
.form-area .contact-info .column:first-child {
padding: 20px 10px;
}
.form-area .contact-info .label {
width: auto;
float: none;
display: block;
margin: 0 0 5px !important;
}
.form-area .contact-info .tooltip-btn {
top: auto;
bottom: 1px;
height: 33px;
padding-top: 8px;
}
.form-area .contact-info .field-row.alt .field-holder {
padding: 0;
}
.form-area #contact-info .form-holder {
padding: 10px;
}
.form-area #contact-info h3 {
margin: 0 0 10px;
}
.jcf-file .jcf-fake-input {
font-size: 12px;
}
.thin-scroll .jcf-scrollbar-vertical {
width: 15px;
}
.btn-translate {
padding: 0;
font-size: 10px;
text-align: left;
}
.btn-translate span {
height: 44px;
line-height: 20px;
padding: 12px 10px 11px;
}
.images-list li {
width: 110px;
}
.btns-list li {
padding: 0 2px 10px;
}
.postarea .posts-holder .img-holder {
width: 112px;
float: none;
margin: 0 auto 10px;
}
.postarea .posts-holder .footer {
margin: 0 -5px;
}
.postarea .posts-holder .footer .btn-default {
margin: 0;
}
.postarea h2,
.postarea .head time {
margin: 0;
font-size: 14px;
}
.postarea .area {
padding: 0 0 5px;
}
.postarea .section-foot {
text-align: center;
}
.postarea .section-foot .result-counter {
float: none;
display: block;
margin: 0 0 5px;
}
.postarea .section-foot .nav-pagination {
text-align: center;
}
.postarea.alt .posts-holder .footer .btn.btn-default,
.postarea.alt .posts-holder .footer .btn {
width: auto;
float: none;
display: block;
min-width: inherit;
}
.postarea.alt .section-head {
padding: 0 0 10px;
}
.postarea.alt .section-head .result-counter {
float: none;
display: block;
margin: 0 0 5px;
}
.postarea.alt3 .posts-holder .img-holder,
.postarea.alt2 .posts-holder .img-holder {
margin: 0 auto 10px;
}
.postarea.alt3 + .form-ad-detail,
.postarea.alt2 + .form-ad-detail {
margin: 0 auto 10px;
}
.postarea .btn-block {
text-align: center;
}
.postarea.alt3 .posts-holder .post .area .area {
padding: 0 0 5px;
}
.postarea.alt3 .posts-holder .post h2 {
text-align: center;
}
.postarea.alt3 .posts-holder .footer {
margin: 0;
}
.postarea.alt3 .booking-info {
margin: 0 0 5px;
text-align: center;
}
.postarea .btns-holder .btn {
min-width: 110px;
}
.postarea.notation-booking .rating-area .title {
display: block;
margin: 0 0 5px;
text-align: left;
}
.postarea.notation-booking .rating-area .rating li {
font-size: 18px;
margin: 0 -8px 0 0;
}
.postarea.notation-booking .textbox {
padding: 0;
}
.location-holder {
margin: 0;
}
.location-holder .contact-info,
.location-holder address {
float: none;
width: auto;
margin: 0 0 10px;
height: auto !important;
}
.form-filter {
float: none;
width: auto;
}
.form-ad-detail .img-holder {
float: none;
width: 190px;
margin: 0 auto 10px;
}
.form-ad-detail .listing-title {
margin: 0 0 15px;
text-align: center;
}
.modal .applicant {
display: block;
margin: 0 0 5px;
}
.modal .modal-footer .btn {
margin: 0 5px;
}
.modal .modal-footer .btn + .btn {
margin: 0 5px;
}
.form-message.alt2,
.form-message.alt {
margin: 0;
}
.form-message.alt2 .post-area,
.form-message.alt .post-area {
text-align: center;
}
.form-message.alt2 input[type="submit"],
.form-message.alt input[type="submit"],
.form-message.alt2 input[type="reset"],
.form-message.alt input[type="reset"] {
float: none;
width: 100%;
display: block;
margin: 0 0 10px;
}
.form-message.alt2 h2,
.form-message.alt h2 {
margin: 0 0 10px;
}
.form-message.alt2 p,
.form-message.alt p {
margin: 0 0 5px;
}
.form-message.alt2 .user-rating .title,
.form-message.alt .user-rating .title {
display: block;
margin: 0 0 5px;
}
.form-message .img-holder {
float: none;
margin: 0 auto 10px;
}
.form-message .booking-detail {
margin: 0 0 5px;
}
.form-message .booking-detail li {
margin: 0 5px;
}
.form-message.alt2 .img-holder {
margin: 0 auto 10px;
}
.form-payment .by .title {
float: none;
margin: 0;
display: block;
}
}
.map-holder {
position: relative;
overflow: hidden;
}
.map-holder .map-canvas {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/*.infoBox .popup {*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 38px;*/
/*}*/
.hide-scroll {
opacity: 0 !important;
}
body.loading {
overflow: hidden;
}
.loader {
z-index: 2000;
display: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
overflow: hidden;
background: #ffffff url(../images/loader.gif) no-repeat 50% 50%;
}
.loading .loader {
display: block;
}
.form-control-radio {
border: none;
}
.form-control-radio > label {
margin-right: 10%;
}
.form-control-radio > label > span {
display: none;
}
|
web/css/all.css
|
1. Import styles
---------------------------------------------------------*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #3f3f3f;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #2c6ed5;
text-decoration: none;
outline: 0;
}
a:hover,
a:focus {
color: #1e4d97;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 0;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #eaebec;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 700;
line-height: 1.1;
color: #58595b;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-muted {
color: #999999;
}
.text-primary {
color: #428bca;
}
a.text-primary:hover {
color: #3071a9;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #428bca;
}
a.bg-primary:hover {
background-color: #3071a9;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.428571429;
color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
content: "";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
white-space: nowrap;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) {
.container {
width: 740px;
}
}
@media (min-width: 992px) {
.container {
width: 960px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}
.row {
margin-left: -10px;
margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666666666666%;
}
.col-xs-pull-10 {
right: 83.33333333333334%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666666666666%;
}
.col-xs-pull-7 {
right: 58.333333333333336%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666666666667%;
}
.col-xs-pull-4 {
right: 33.33333333333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.666666666666664%;
}
.col-xs-pull-1 {
right: 8.333333333333332%;
}
.col-xs-pull-0 {
right: 0;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666666666666%;
}
.col-xs-push-10 {
left: 83.33333333333334%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666666666666%;
}
.col-xs-push-7 {
left: 58.333333333333336%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666666666667%;
}
.col-xs-push-4 {
left: 33.33333333333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.666666666666664%;
}
.col-xs-push-1 {
left: 8.333333333333332%;
}
.col-xs-push-0 {
left: 0;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-pull-0 {
right: 0;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-push-0 {
left: 0;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-pull-0 {
right: 0;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-push-0 {
left: 0;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-pull-0 {
right: 0;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-push-0 {
left: 0;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
/* IE8-9 */
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: #58595b;
}
.form-control {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #58595b;
background-color: #ffffff;
background-image: none;
border: 1px solid #e6e6e6;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #c6ccd2;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(198, 204, 210, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(198, 204, 210, 0.6);
}
.form-control::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #c6ccd2;
}
.form-control::-webkit-input-placeholder {
color: #c6ccd2;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"] {
line-height: 36px;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
}
.radio label,
.checkbox label {
display: inline;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 45px;
}
.has-feedback .form-control-feedback {
position: absolute;
top: 25px;
right: 0;
display: block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.form-control-static {
margin-bottom: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #7f7f7f;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -10px;
margin-right: -10px;
}
.form-horizontal .form-control-static {
padding-top: 7px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 10px;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #ffffff;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #ffffff;
background-color: #c6ccd2;
border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #ffffff;
background-color: #afb8c0;
border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #c6ccd2;
border-color: transparent;
}
.btn-default .badge {
color: #c6ccd2;
background-color: #ffffff;
}
.btn-primary {
color: #ffffff;
background-color: #58595b;
border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #444546;
border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #58595b;
border-color: transparent;
}
.btn-primary .badge {
color: #58595b;
background-color: #ffffff;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.btn-link {
color: #2c6ed5;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #1e4d97;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.btn-refuse {
background-color: #fa3333;
color: #ffffff;
}
.btn-refuse:hover {
background-color: #D82A2A;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999999;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #2c6ed5;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #eaebec;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #c6ccd2 #c6ccd2 #eaebec;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #58595b;
background-color: #ffffff;
border: 1px solid #eaebec;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #428bca;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
/*.tab-content > .tab-pane {*/
/*display: none;*/
/*}*/
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 45px;
margin-bottom: 0;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 0;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
overflow-x: visible;
padding-right: 10px;
padding-left: 10px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -10px;
margin-left: -10px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 12.5px 10px;
font-size: 18px;
line-height: 20px;
height: 45px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -10px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 10px;
padding: 9px 10px;
margin-top: 5.5px;
margin-bottom: 5.5px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: none;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 6.25px -10px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 12.5px;
padding-bottom: 12.5px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -10px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
margin-left: -10px;
margin-right: -10px;
padding: 10px 10px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 4.5px;
margin-bottom: 4.5px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -10px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 4.5px;
margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
margin-top: 7.5px;
margin-bottom: 7.5px;
}
.navbar-btn.btn-xs {
margin-top: 11.5px;
margin-bottom: 11.5px;
}
.navbar-text {
margin-top: 12.5px;
margin-bottom: 12.5px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 10px;
margin-right: 10px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: transparent;
border-color: transparent;
}
.navbar-default .navbar-brand {
color: #58595b;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #3f4041;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #58595b;
}
.navbar-default .navbar-nav > li > a {
color: #58595b;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #c50000;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #c50000;
background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: transparent;
color: #c50000;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #58595b;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #c50000;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #c50000;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #58595b;
}
.navbar-default .navbar-link:hover {
color: #c50000;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #999999;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.breadcrumb {
padding: 0 0;
margin-bottom: 20px;
list-style: none;
background-color: transparent;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: ">\00a0";
padding: 0 5px;
color: #58595b;
}
.breadcrumb > .active {
color: #58595b;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
color: #414042;
background-color: #ffffff;
border: 1px solid #e3e3e3;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #000000;
background-color: #e8e8e8;
border-color: #e8e8e8;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #414042;
background-color: #e8e8e8;
border-color: #e3e3e3;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #e3e3e3;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #e8e8e8;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
background-color: #ffffff;
cursor: not-allowed;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable {
padding-right: 35px;
}
.alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #ddf1f3;
border-color: #83dbd4;
color: #58595b;
}
.alert-success hr {
border-top-color: #6fd5cd;
}
.alert-success .alert-link {
color: #3f4041;
}
.alert-info {
background-color: #f0f1f1;
border-color: #cdcdcd;
color: #58595b;
}
.alert-info hr {
border-top-color: #c0c0c0;
}
.alert-info .alert-link {
color: #3f4041;
}
.alert-warning {
background-color: #ffe9ad;
border-color: #fab418;
color: #58595b;
}
.alert-warning hr {
border-top-color: #f3aa05;
}
.alert-warning .alert-link {
color: #3f4041;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: auto;
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: none;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.428571429px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 20px;
}
.modal-footer {
margin-top: 15px;
padding: 19px 20px 20px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media (min-width: 768px) {
.modal-dialog {
width: 722px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 722px;
}
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
width: 194px;
}
.tooltip.top {
margin-top: -10px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #e4eaeb;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #e4eaeb;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #e4eaeb;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-top-color: #e4eaeb;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: none;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
/* old color #c6ccd2 */
/* old color #c9cacb */
/* mixins */
.list-reset {
margin: 0;
padding: 0;
list-style: none;
}
.responsive-img {
width: 100%;
height: auto;
vertical-align: top;
}
.position-zero {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
.text-none {
overflow: hidden;
text-indent: -9999px;
}
/* ---------------------------------------------------------
2. General reset
---------------------------------------------------------*/
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
@font-face {
font-family: 'fontello';
src: url('../fonts/fontello.eot?55836342');
src: url('../fonts/fontello.eot?55836342#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?55836342') format('woff'), url('../fonts/fontello.ttf?55836342') format('truetype'), url('../fonts/fontello.svg?55836342#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?55836342#fontello') format('svg');
}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down-open:before {
content: '\e800';
}
/* '' */
.icon-left-open:before {
content: '\e801';
}
/* '' */
.icon-right-open:before {
content: '\e802';
}
/* '' */
.icon-up-open:before {
content: '\e803';
}
/* '' */
.icon-clock:before {
content: '\e804';
}
/* '' */
.icon-angle-up:before {
content: '\e805';
}
/* '' */
.icon-angle-down:before {
content: '\e806';
}
/* '' */
.icon-angle-right:before {
content: '\e807';
}
/* '' */
.icon-angle-left:before {
content: '\e808';
}
/* '' */
.icon-down-open-mini:before {
content: '\e809';
}
/* '' */
.icon-ok:before {
content: '\e80a';
}
/* '' */
.icon-phone:before {
content: '\e80b';
}
/* '' */
.icon-mail-alt:before {
content: '\e80c';
}
/* '' */
.icon-location:before {
content: '\e80d';
}
/* '' */
.icon-calendar:before {
content: '\e80e';
}
/* '' */
.icon-heart:before {
content: '\e80f';
}
/* '' */
.icon-star:before {
content: '\e810';
}
/* '' */
.icon-cancel:before {
content: '\e811';
}
/* '' */
.icon-left-open-mini:before {
content: '\e812';
}
/* '' */
.icon-right-open-mini:before {
content: '\e813';
}
/* '' */
.icon-up-open-mini:before {
content: '\e814';
}
/* '' */
.icon-resize-full-alt:before {
content: '\e815';
}
/* '' */
.icon-facebook:before {
content: '\e816';
}
/* '' */
.icon-clock-1:before {
content: '\e817';
}
/* '' */
.icon-twitter:before {
content: '\e818';
}
/* '' */
.icon-vimeo:before {
content: '\e819';
}
/* '' */
.icon-gplus:before {
content: '\e81a';
}
/* '' */
.icon-eye:before {
content: '\e81b';
}
/* '' */
.icon-eye-off:before {
content: '\e81c';
}
/* '' */
.icon-error-field:before {
content: '\e81d';
}
/* '' */
.icon-info:before {
content: '\e81e';
}
/* '' */
/* '' */
html {
background: #333435;
}
body {
margin: 0;
min-width: 320px;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: 100%;
}
img {
border: 0;
}
input[type=submit],
input[type=reset],
button[type=submit],
button[type=reset],
button,
a {
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
a {
text-decoration: underline;
}
input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=image],
input[type=submit],
input[type=button],
input[type=search],
input[type=email],
input[type=number],
input[type=time],
textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=file]:focus,
input[type=image]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control {
padding: 5px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 4px !important;
}
.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control:focus::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
color: #c6ccd2;
}
.form-control:focus::-webkit-input-placeholder {
color: #c6ccd2;
}
.error .form-control {
border-color: #c53f4e;
}
.form-control.dark-color::-moz-placeholder {
color: #58595b;
opacity: 1;
}
.form-control.dark-color:-ms-input-placeholder {
color: #58595b;
}
.form-control.dark-color::-webkit-input-placeholder {
color: #58595b;
}
textarea {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
textarea:focus::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
textarea:focus:-ms-input-placeholder {
color: #c6ccd2;
}
textarea:focus::-webkit-input-placeholder {
color: #c6ccd2;
}
.error textarea {
border-color: #c53f4e;
}
select {
display: block;
width: 100%;
height: 36px;
}
input[type="radio"],
input[type="checkbox"] {
opacity: 0;
visibility: hidden;
}
.skip a {
color: #000000;
top: -9999px;
left: -9999px;
position: absolute;
}
.skip a:focus {
position: static;
width: auto;
height: auto;
}
.btn {
border-radius: 4px;
white-space: normal;
text-decoration: none;
padding: 11px 14px 12px;
text-transform: uppercase;
-webkit-border-radius: 4px !important;
}
.btn.btn-primary {
border-radius: 5px;
-webkit-border-radius: 5px !important;
}
.btn.btn-yellow {
color: #ffffff;
background: #f9e08e;
}
.btn.btn-nomad {
color: #ffffff;
background: #b7b09d;
}
.btn.btn-algae-green {
color: #ffffff;
background: #8be1b1;
}
.btn.btn-salmon {
color: #ffffff;
background: #ff8e6c;
}
.btn.btn-flamingo {
color: #ffffff;
background: #f13f4a;
}
.btn.btn-polo-blue {
color: #ffffff;
background: #83a9d0;
}
.btn.btn-fuzzy-brown {
color: #ffffff;
background: #ca4951;
}
span.btn {
cursor: default;
}
span.btn:active,
span.btn:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* ---------------------------------------------------------
3. Сommon site styles
---------------------------------------------------------*/
/* main page wrapper */
#wrapper {
overflow: hidden;
position: relative;
}
/* header styles */
#header {
margin: 0 0 20px;
padding: 0 0 21px;
border-bottom: #dfe3e6 solid 1px;
}
.home-page #header {
margin: 0;
}
.home-page .form-category {
display: inline-block;
border-radius: 4px 4px 0 0;
border: 1px solid #e8e8e8;
background-color: rgba(246, 246, 246, 0.9);
padding: 14px 0 8px;
}
.home-page .form-category .container {
display: inline-block;
/*width: auto;*/
/*min-width: 960px;*/
}
.home-page .form-category .multiselect li {
text-align: left;
}
/* topbar */
.topbar {
margin: 0 0 24px;
padding: 7px 0 8px;
background: #f7f7f7;
border-bottom: solid 1px #e6e6e6;
}
.topbar ul {
margin: 0 0 0 -14px;
}
.topbar ul li {
display: inline-block;
vertical-align: top;
padding: 0;
margin: 0 45px 0 0;
letter-spacing: 0.2px;
}
.topbar ul li i {
font-size: 16px;
margin: 0 5px 0 0;
}
.topbar ul li i.icon-mail-alt {
font-size: 14px;
margin: 0 6px 0 0;
}
.topbar ul li.email {
font-size: 12px;
}
.topbar a {
text-decoration: none;
color: #151f35;
}
.topbar a:hover,
.topbar a:active,
.topbar a:focus {
color: #395490;
text-decoration: none;
}
/* navbar-default */
.navbar-default .navbar-brand {
padding: 0;
height: auto;
outline: none;
}
.navbar-default .navbar-brand img {
display: block;
max-width: 100%;
}
.navbar-default img {
border: 0;
background: none;
}
.navbar-default .navbar-header {
margin: 8px 10px 0 -11px;
}
.navbar-default .navbar-collapse {
float: right;
margin: 0 -21px 0 0;
}
.navbar-default .navbar-nav {
margin: 12px 0 0;
}
.navbar-default .navbar-nav > li {
margin: 0 0 0 34px;
}
.navbar-default .navbar-nav > li.link-flag + li {
margin: 0 0 0 4px;
}
.navbar-default .navbar-nav > li > a {
padding: 0;
display: inline;
text-decoration: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
margin: 15px 0 0 -5px;
border-radius: 5px;
border-color: #c6ccd2;
}
.navbar-default .navbar-nav > li > .dropdown-menu.flag-list {
min-width: 80px;
}
.navbar-default .navbar-nav > li > .dropdown-menu:after {
left: 10px;
z-index: 2;
bottom: 100%;
content: '';
position: absolute;
border-style: solid;
border-width: 0 5px 7px;
border-color: transparent;
border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu:before {
left: 9px;
bottom: 100%;
content: '';
position: absolute;
border-style: solid;
border-width: 0 6px 8px;
border-color: transparent;
border-bottom-color: #c6ccd2;
}
.navbar-default .navbar-nav > li > .dropdown-menu li {
font-size: 12px;
}
.navbar-default .navbar-nav > li > .dropdown-menu li + li {
border-top: #d4d9dd solid 1px;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a {
padding: 3px 10px;
text-decoration: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
text-decoration: none;
}
.navbar-default .flag {
display: inline-block;
vertical-align: top;
margin: 5px 2px 0 0;
}
.navbar-default .btn {
margin: 0 0 0 29px;
}
.navbar-default .icon-down-open-mini {
right: 0;
position: relative;
color: #d2d2d2;
}
/* jcf-select-currency-selector */
.jcf-select.jcf-select-currency-selector {
border: 0;
height: auto;
cursor: pointer;
border-radius: 0;
}
.jcf-select.jcf-select-currency-selector .jcf-select-text {
margin: 0;
color: #58595b;
cursor: pointer;
line-height: 20px;
}
.jcf-select.jcf-select-currency-selector .jcf-select-text:hover,
.jcf-select.jcf-select-currency-selector.jcf-focus .jcf-select-text {
color: #c50000;
}
.jcf-select.jcf-select-currency-selector .jcf-select-opener {
display: none;
}
.jcf-select-drop.jcf-select-currency-selector {
min-width: 150px;
margin: 15px 0 0 -5px !important;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-select-drop-content {
border-radius: 5px;
position: relative;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-select-drop-content:after {
left: 10px;
z-index: 2;
bottom: 100%;
content: '';
position: absolute;
border-style: solid;
border-width: 0 5px 7px;
border-color: transparent;
border-bottom-color: #ffffff;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-select-drop-content:before {
left: 9px;
bottom: 100%;
content: '';
position: absolute;
border-style: solid;
border-width: 0 6px 8px;
border-color: transparent;
border-bottom-color: #c6ccd2;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list {
overflow: hidden;
border-radius: 5px;
background: #ffffff;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list ul {
border-radius: 5px;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list ul li {
font-size: 12px;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list ul li + li {
border-top: #d4d9dd solid 1px;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list .jcf-option {
padding: 3px 10px;
text-decoration: none;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list .jcf-option.jcf-hover,
.jcf-select-drop.jcf-select-currency-selector .jcf-list .jcf-option:hover {
color: #262626;
background: #f5f5f5;
}
.jcf-select-drop.jcf-select-currency-selector.jcf-drop-flipped {
margin: -10px 0 0 -7px !important;
}
.jcf-select-drop.jcf-select-currency-selector.jcf-drop-flipped .jcf-select-drop-content:after {
top: 100%;
bottom: auto;
border-width: 7px 5px 0;
border-color: #ffffff transparent transparent;
}
.jcf-select-drop.jcf-select-currency-selector.jcf-drop-flipped .jcf-select-drop-content:before {
top: 100%;
bottom: auto;
border-width: 8px 6px 0;
border-color: #c6ccd2 transparent transparent;
}
/* form-category */
.form-category {
position: relative;
padding: 16px 0 12px;
background: #f6f6f6;
}
.form-category .area {
margin: 0 auto;
overflow: hidden;
max-width: 880px;
position: relative;
/*padding: 0 200px 5px 0;*/
}
.form-category input.btn-default {
width: 178px;
font-weight: 400;
padding: 7px 10px;
position: relative;
color: #fff;
text-transform: uppercase;
}
.form-category .col {
/*width: 48.6%;*/
width: auto;
display: inline-block;
/*float: left;*/
}
.home-page .form-category .col {
margin-right: 20px;
}
.form-category .col + .col {
width: auto;
/*float: right;*/
}
.form-category .col + .col .title {
width: auto;
/*width: 47px;*/
}
.form-category .title {
display: inline-block;
width: auto;
color: #58595b;
font-weight: normal;
margin: 7px 4px 0 0;
}
.range-area .title {
float: left;
}
.form-category .title label {
margin: 0;
display: inline;
font-weight: 400;
}
.form-category .multiselect {
display: inline-block;
}
.form-category .multiselect .btn-group, .form-category .multiselect .btn-default {
top: 0;
right: 0;
padding: 0;
width: 180px;
height: 36px;
}
.home-page .form-category .multiselect .btn-group, .home-page .form-category .multiselect .btn-default {
width: 220px;
}
.form-category .field-holder {
display: inline-block;
}
.home-page .form-category .field-holder {
width: 280px;
}
/*.form-category .field-holder,*/
.form-category .select-holder {
overflow: hidden;
}
.form-category .input-placeholder-text {
padding: 0 25px;
}
.form-category select {
display: block;
width: 100%;
height: 36px;
}
.form-category.alt {
padding: 0 0;
background: none;
}
.form-category .form-holder {
position: relative;
background: #e8e8e8;
border-radius: 4px;
margin: 0 0 40px;
padding: 15px 19px 15px 19px;
}
.form-category .form-holder:before,
.form-category .form-holder:after {
content: " ";
display: table;
}
.form-category .form-holder:after {
clear: both;
}
.form-category .form-holder:before,
.form-category .form-holder:after {
content: " ";
display: table;
}
.form-category .form-holder:after {
clear: both;
}
.form-category .form-holder input.btn-default {
display: inline-block;
width: 130px;
}
.form-category .form-holder .col {
width: auto;
padding: 0 10px 0 0;
}
.form-category .form-holder .col.location {
display: inline-block;
}
.form-category .form-holder .col.location .title {
width: auto;
margin: 10px 7px 0 1px;
}
.form-category .form-holder .col.location .field-holder {
width: 217px;
}
.form-category .form-holder .col.location .form-control {
padding: 5px;
}
.form-category .form-holder .col.time {
width: 42%;
margin: 0 -20px 0 0;
}
.form-category .form-holder .col.time .title {
width: auto;
margin: 9px 7px 0 0;
}
.form-category .form-holder .col.time .form-control {
padding: 5px 5px;
text-align: center;
color: #c6ccd2;
}
.form-category .form-holder .col.time .form-control::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-category .form-holder .col.time .form-control:-ms-input-placeholder {
color: #c6ccd2;
}
.form-category .form-holder .col.time .form-control::-webkit-input-placeholder {
color: #c6ccd2;
}
.form-category .form-holder .col.time .form-control:focus::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-category .form-holder .col.time .form-control:focus:-ms-input-placeholder {
color: #c6ccd2;
}
.form-category .form-holder .col.time .form-control:focus::-webkit-input-placeholder {
color: #c6ccd2;
}
.form-category .form-holder .col.time .col {
width: 46.9%;
}
.form-category .form-holder .col.time .col:first-child {
width: 51.5%;
}
.form-category .form-holder .col + .col {
display: inline-block;
vertical-align: top;
}
.form-category .form-holder .title {
margin: 7px 6px 0 0;
}
.form-category .input-append {
position: relative;
padding: 0 35px 0 0;
width: 157px;
}
.form-category .input-append .input-placeholder-text {
right: 36px;
padding: 0 5px;
text-align: center;
}
.form-category .add-on {
top: 50%;
right: 0;
width: 22px;
height: 22px;
margin: -16px 0 0;
position: absolute;
}
.form-category .icon-calendar, .form-category .icon-clock, .time-ranges .icon-clock {
color: #888a90;
font-size: 22px;
cursor: pointer;
text-indent: -14px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.time-ranges .icon-clock {
color: #c6cdd2;
margin-left: 10px;
}
.form-category .icon-calendar:hover, .form-category .icon-clock:hover, .time-ranges .icon-clock:hover {
color: #4a4b4f;
}
.form-category .sub-holder {
margin: 0 -11px;
}
.form-category .sub-holder:before,
.form-category .sub-holder:after {
content: " ";
display: table;
}
.form-category .sub-holder:after {
clear: both;
}
.form-category .sub-holder:before,
.form-category .sub-holder:after {
content: " ";
display: table;
}
.form-category .sub-holder:after {
clear: both;
}
.form-category .selection-holder {
width: 50%;
float: right;
}
.form-category .selection-holder .select-holder {
float: left;
width: 23.3333%;
padding: 0 0 0 10px;
}
.form-category .selection-holder .select-holder:last-child {
margin: 0 -5px 0 0;
}
.form-category .selection-holder .jcf-select {
height: 40px;
}
.form-category .selection-holder .jcf-select .jcf-select-text {
margin-top: 6px;
}
/* range-area */
.range-area {
float: left;
width: 49%;
padding-top: 5px;
}
.range-area .title {
width: auto;
margin: 6px -23px 0 0;
}
/* range-holder */
.range-holder {
float: left;
width: 50%;
}
.range-holder .range-box {
margin: 0 18px 0 0;
padding: 5px 15px 15px;
}
.range-holder .range-box:after {
content: '';
display: block;
clear: both;
}
.range-holder .range-box .value {
position: absolute;
bottom: 16px;
left: 50%;
width: 60px;
margin: 0 0 0 -30px;
text-align: center;
}
.range-holder .range-price {
overflow: hidden;
padding: 0 17px 0 15px;
}
.range-holder .price {
float: left;
color: #58595b;
}
.range-holder .price.right {
float: right;
}
/* range-bar */
.range-bar {
height: 7px;
position: relative;
padding: 6px 0 15px;
margin: 0 15px 0 23px;
}
.range-bar:after {
top: 50%;
left: 0;
right: 0;
height: 7px;
content: '';
margin: -3px 0 0;
position: absolute;
background: #e2dfdf;
border-radius: 7px;
-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.16) inset;
box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.16) inset;
}
.range-bar .range-limit,
.range-bar .ui-slider-range {
z-index: 2;
float: left;
width: 47%;
height: 7px;
margin: 1px 2px 0;
position: relative;
background: #9a9da3;
border-radius: 7px;
}
.range-bar .pointer,
.range-bar .ui-slider-handle {
float: left;
width: 15px;
height: 15px;
border-radius: 100%;
margin: -4px 0 0 -8px;
border: #cdcdcd solid 1px;
-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.37);
box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.37);
background: #fefefe;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fefefe), to(#f4f4f4));
background-image: -webkit-linear-gradient(top, #fefefe, 0%, #f4f4f4, 100%);
background-image: -moz-linear-gradient(top, #fefefe 0%, #f4f4f4 100%);
background-image: linear-gradient(to bottom, #fefefe 0%, #f4f4f4 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str(@start-color)}', endColorstr='#{ie-hex-str(@end-color)}', GradientType=0);
filter: none;
cursor: pointer;
z-index: 200;
position: absolute;
}
.range-bar .pointer.right,
.range-bar .ui-slider-handle.right {
float: right;
margin-right: -2px;
}
/* visual */
.visual {
margin: 0 0 50px;
background: url(../images/bg-section.png) no-repeat 50% 0 #58595b;
}
.visual .title-holder {
display: table;
width: 100%;
height: 280px;
}
.visual .title-frame {
padding: 6px 0 14px;
display: table-cell;
vertical-align: middle;
}
.visual h1 {
color: #ffffff;
margin: 0 auto;
max-width: 670px;
font: 700 48px/58px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.visual h1 .thin-text {
font-weight: 400;
}
.visual h1 .text {
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* infoarea */
.infoarea {
color: #58595b;
line-height: 22px;
padding-bottom: 22px;
}
.infoarea .info-box {
padding-bottom: 20px;
}
.infoarea .icon {
margin: 0 22px 0 0;
}
.infoarea .textbox {
overflow: hidden;
}
.infoarea h2 {
margin: 0;
text-transform: uppercase;
font: 800 16px/22px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.infoarea h2 a {
color: #58595b;
text-decoration: none;
}
.infoarea h2 a:hover,
.infoarea h2 a:active,
.infoarea h2 a:focus {
color: #98999b;
text-decoration: none;
}
.infoarea p {
margin: 0 0 10px;
}
/* bottom-container */
.bottom-container {
color: #ffffff;
background: #333435;
}
/* aside-footer */
.aside-footer {
background: #58595b;
color: #f5f5f5;
padding: 26px 0 21px;
/* navarea */
/* contact-info */
}
.aside-footer .navarea {
overflow: hidden;
line-height: 17px;
}
.aside-footer .navarea ul {
width: 220px;
margin: 0 10px 0 0;
}
.aside-footer .navarea ul li + li {
margin: 14px 0 0;
}
.aside-footer .navarea ul li a {
color: #f5f5f5;
text-decoration: none;
}
.aside-footer .navarea ul li a:hover {
opacity: 0.75;
}
.aside-footer .contact-info {
color: #ffffff;
width: 254px;
line-height: 17px;
}
.aside-footer .contact-info li + li {
margin: 9px 0 0;
}
.aside-footer .contact-info a,
.aside-footer .contact-info address {
color: #ffffff;
text-decoration: none;
}
.aside-footer .contact-info address {
margin: 0;
}
.aside-footer .contact-info address .icon-location {
font-size: 17px;
margin: 0 8px 0 0;
}
.aside-footer .contact-info a:hover {
opacity: 0.75;
}
.aside-footer .title {
display: block;
font-weight: 400;
margin: 0 0 12px;
text-transform: uppercase;
}
.aside-footer .icon-phone {
font-size: 18px;
margin: 0 8px 0 -3px;
}
.aside-footer .icon-mail-alt {
font-size: 15px;
margin: 0 11px 0 0;
}
/* footer styles */
#footer {
padding-top: 14px;
padding-bottom: 11px;
font-size: 13px;
line-height: 16px;
}
#footer p {
margin: 0 0 0 11%;
overflow: hidden;
}
#footer a {
color: #ffffff;
text-decoration: none;
}
#footer a:hover {
opacity: 0.75;
}
#footer .by {
margin: 0 38px 0 10px;
}
/* breadcrumbs */
.breadcrumb {
margin: 0 0 19px;
}
.breadcrumb > li {
vertical-align: top;
}
.breadcrumb > li + li:before {
padding: 0;
}
.breadcrumb > li a {
color: #58595b;
text-decoration: none;
}
.breadcrumb > li a:hover {
color: #000000;
}
/* twocolumns */
.twocolumns {
padding-top: 21px;
padding-bottom: 56px;
}
.twocolumns.alt {
padding: 0 0 25px;
}
.twocolumns.alt #sidebar .holder {
margin: 0 -10px 0 -20px;
}
/* maparea */
.maparea .map-holder {
height: 1111px;
overflow: hidden;
position: relative;
border-radius: 5px;
border: #dedede solid 1px;
}
.maparea iframe {
border: 0;
overflow: hidden;
width: 100%;
height: 1130px;
}
.maparea .holder {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
/* listing-area */
.listing-area {
position: relative;
}
.listing-area .listing-holder {
margin-bottom: 0;
}
/* listing-post */
.listing-post {
position: relative;
margin-bottom: 30px;
}
.listing-post .listing-box {
color: #58595b;
display: block;
position: relative;
text-decoration: none;
}
.listing-post .listing-box:hover {
text-decoration: none;
}
.listing-post .frame {
overflow: hidden;
border-radius: 5px;
background: #ffffff;
border: #eaebec solid 1px;
}
.listing-post .post-info {
overflow: hidden;
min-height: 200px;
position: relative;
}
.listing-post .img-holder {
position: relative;
}
.listing-post .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.listing-post .box {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
.listing-post .box-holder {
display: table;
width: 100%;
height: 100%;
}
.listing-post .head {
overflow: hidden;
}
.listing-post .foot {
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
position: absolute;
}
.listing-post .time-price {
float: left;
width: 70px;
color: #58595b;
line-height: 1.241;
margin: 15px 10px 0 16px;
}
.listing-post .time-price p {
margin: 0;
}
.listing-post .price {
display: block;
margin: 0 0 -3px;
font-size: 36px;
line-height: 39px;
}
.listing-post .favourit {
top: 0;
right: 0;
z-index: 2;
width: 46px;
height: 46px;
color: #e8e8e8;
position: absolute;
text-align: center;
border-radius: 100%;
background: #797979;
margin: 20px 31px 0 0;
font-size: 26px;
line-height: 46px;
text-decoration: none;
}
.listing-post .favourit:hover {
text-decoration: none;
background: #c53f4e;
}
.listing-post .area {
overflow: hidden;
padding: 1px 21px 10px 10px;
}
.listing-post .title {
padding: 11px;
display: block;
color: #ffffff;
font-weight: 600;
text-align: center;
font-size: 18px;
line-height: 21px;
background: rgba(0, 0, 0, 0.45);
}
.listing-post .post-content {
overflow: hidden;
padding: 16px 18px;
}
.listing-post .alignleft {
float: left;
border-radius: 5px;
margin: 4px 10px 0 0;
border: #eaebec solid 1px;
}
.listing-post .textbox {
overflow: hidden;
}
.listing-post h2 {
margin: 0;
color: #58595b;
font-size: 14px;
line-height: 20px;
}
.listing-post p {
margin: 0 0 5px;
}
.listing-post .info-btns {
margin: 0;
z-index: 3;
left: 44px;
right: 44px;
bottom: 132px;
position: absolute;
}
.listing-post .info-btns li {
z-index: 2;
float: left;
padding: 0 5px;
width: 30.733%;
position: relative;
}
.listing-post .info-btns li.select-holder {
width: 38.3%;
}
.listing-post .info-btns .btn {
display: block;
padding: 8px 5px;
background: none;
position: relative;
min-width: inherit;
border-radius: 3px;
text-transform: none;
font-size: 14px;
line-height: 18px;
border-color: #c6ccd2;
}
.listing-post .info-btns .btn:before {
z-index: -1;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
background: #9fa2a0;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.listing-post .info-btns .btn:hover:before {
background: #c6c3c3;
}
.listing-post .info-btns .jcf-select {
height: 36px;
}
.listing-post .info-btns .jcf-select .jcf-select-opener {
width: 29px;
}
.listing-post .info-btns .jcf-select .jcf-select-text {
margin: 4px 34px 0 9px;
}
.listing-post .info-btns .jcf-select .jcf-select-text img {
width: 20px;
height: auto;
margin: -2px 3px 0 0;
}
.listing-post.small {
margin: 0;
}
.listing-post.small .rating {
margin: 15px 10px 0 15px;
}
.listing-post.small .time-price {
float: right;
margin: 8px 15px 0 0;
font-size: 14px;
line-height: 17px;
}
.listing-post.small .price {
margin: 0 0 -5px;
}
.listing-post.small .post-info {
min-height: 150px;
}
.listing-post.small .foot {
height: 29px;
}
.listing-post.small .certified {
float: none;
font-size: 14px;
line-height: 17px;
}
.listing-post.small .post-content {
padding: 15px 16px 9px;
}
.listing-post.small .title {
padding: 4px 5px;
}
.listing-post.small .rating {
margin: 13px 10px 0 18px;
}
.listing-post.small .rating li {
font-size: 17px;
margin: 0 -6px 0 0;
}
.listing-post.small .textbox {
overflow: visible;
}
/* rating */
.rating {
margin: 0;
float: left;
color: #dedddd;
}
.rating li {
padding: 0;
color: #d9c26c;
font-size: 28px;
margin: 0 -10px 0 0;
}
.rating i.icon-star {
color: #dedddd;
}
.rating a {
color: #d9c26c;
text-decoration: none;
}
.rating a:hover i.icon-star {
color: #d9c26c;
}
.rating a:before {
width: auto;
display: block;
}
.rating .active a i.icon-star {
color: #d9c26c;
}
/* certified */
.certified {
float: right;
color: #58595b;
margin: 12px 0 0;
}
.certified .icon-ok {
color: #00ad5f;
}
/* popup-holder */
.popup-holder {
top: 37.9%;
left: 50%;
width: 20px;
height: 32px;
position: absolute;
margin: -16px 0 0 -3px;
}
.popup-holder .open {
width: auto;
display: block;
color: #393939;
font-size: 36px;
text-decoration: none;
}
.popup-holder .open:hover {
color: #000000;
}
.popup-holder .open:before {
width: auto;
}
.popup-holder .popup {
left: 50%;
width: 250px;
bottom: 100%;
display: none;
position: absolute;
margin: 0 0 9px -119px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.popup-holder .popup:after {
top: 100%;
left: 50%;
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: transparent;
margin: -1px 0 0 -15px;
border-top-color: #ffffff;
}
/* close btn */
.close {
top: -12px;
z-index: 6;
right: -12px;
width: 25px;
height: 25px;
text-align: center;
color: #c6ccd2;
position: absolute;
background: #ffffff;
border-radius: 100%;
text-decoration: none;
font-size: 20px;
line-height: 20px;
border: solid 2px #c6ccd2;
}
.close:focus,
.close:hover {
text-decoration: none;
color: #8d99a5;
border-color: #8d99a5;
}
.close i:before {
margin: 0;
width: auto;
display: inline;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.close {
line-height: 21px;
}
}
/* nav-pagination */
.nav-pagination {
margin: 0 -10px 0 0;
}
.nav-pagination .pagination {
margin: -1px 0 0;
}
/* pagination */
.pagination {
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
}
.pagination > li {
text-align: center;
}
.pagination > li:last-child a,
.pagination > li:first-child a {
border-radius: 0;
-webkit-border-radius: 0;
}
.pagination > li > a {
padding: 0 3px;
min-width: 50px;
line-height: 40px;
border-radius: 0;
-webkit-border-radius: 0;
}
.pagination > li > a[aria-label] {
font-size: 21px;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
outline: none;
background: #ffffff;
color: #414042;
}
.pagination > li > a:focus:hover,
.pagination > li > span:focus:hover {
background: #e8e8e8;
}
/* main content styles */
#content .content-holder {
margin: 0 30px 0 -10px;
}
#content .alert-success {
background: #d1e4f3;
border-color: #609fd1;
font-size: 18px;
line-height: 1.125;
padding: 25px 50px 30px 91px;
}
#content .alert-success .ico {
margin: -20px 0 0 4px;
}
/* sidebar styles */
#sidebar {
position: relative;
}
#sidebar .holder {
margin: -21px -19px 0 -11px;
}
#sidebar .sub-head {
text-align: right;
padding: 0 0 8px;
height: 92px;
}
#sidebar .sub-head .rating {
float: none;
text-align: right;
margin: 0;
display: inline-block;
}
#sidebar .sub-head .rating li {
display: inline-block;
vertical-align: top;
font-size: 26px;
margin: 0 0 0 -8px;
}
#sidebar .sub-head .counter {
color: #58595b;
display: inline-block;
position: relative;
top: 9px;
}
#sidebar .social-networks {
margin: 11px 0 18px;
}
/* social-networks */
.social-networks {
margin: 0;
}
.social-networks li {
padding: 0;
margin: 0 1px 0 0;
vertical-align: top;
}
.social-networks a {
color: #ffffff;
width: 29px;
height: 29px;
display: block;
text-align: center;
border-radius: 100%;
font-size: 15px;
line-height: 29px;
text-decoration: none;
background: #c6ccd2;
}
.social-networks a:hover {
text-decoration: none;
background: #71808e;
}
.social-networks a i:before {
width: auto;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* gallery-small */
.gallery-small {
margin: 0 0 20px;
overflow: hidden;
border-radius: 5px;
position: relative;
background: #e8e8e8;
border: #eaebec solid 1px;
}
.gallery-small .slideset {
position: relative;
}
.gallery-small .slide {
top: 0;
left: 0;
width: 100%;
position: absolute;
}
.gallery-small .slide.active {
z-index: 2;
}
.gallery-small .slide img {
width: 100%;
height: auto;
vertical-align: top;
}
.gallery-small .btn-prev,
.gallery-small .btn-next {
top: 50%;
left: 17px;
z-index: 3;
width: 24px;
height: 24px;
margin: -7px 0 0;
position: absolute;
overflow: hidden;
text-indent: -9999px;
text-decoration: none;
}
.gallery-small .btn-prev:after,
.gallery-small .btn-next:after,
.gallery-small .btn-prev:before,
.gallery-small .btn-next:before {
top: 0;
left: 0;
content: '';
margin: 3px 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 100%;
height: 2px;
position: absolute;
background: #cbd0d5;
}
.gallery-small .btn-prev:after,
.gallery-small .btn-next:after {
top: auto;
bottom: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.gallery-small .btn-prev:hover:after,
.gallery-small .btn-next:hover:after,
.gallery-small .btn-prev:hover:before,
.gallery-small .btn-next:hover:before {
background: #768491;
}
.gallery-small .btn-next {
left: auto;
right: 17px;
}
.gallery-small .btn-next:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.gallery-small .btn-next:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
/* widget */
.widget {
margin: 0 0 20px;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 17px 18px 18px 20px;
}
.widget h1 {
color: #58595b;
margin: 0 0 10px;
}
.widget.article {
color: #58595b;
padding: 17px 18px 41px 20px;
}
.widget.article .img-holder {
overflow: hidden;
border-radius: 5px;
margin: 2px 0 15px;
border: #eaebec solid 1px;
}
.widget.article .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.widget.article h1 {
margin: 0 0 14px -2px;
font-size: 18px;
line-height: 24px;
}
.widget.article .author-area {
overflow: hidden;
margin: 0 0 23px;
}
.widget.article .author-img {
float: left;
overflow: hidden;
border-radius: 4px;
margin: 0 20px 0 0;
border: #eaebec solid 1px;
}
.widget.article .textbox {
overflow: hidden;
padding: 14px 0 0;
}
.widget.article .author-name {
display: block;
margin: 0 0 6px;
}
.widget.article .author-name a {
color: #58595b;
text-decoration: none;
}
.widget.article .author-name a:hover {
text-decoration: none;
color: #0d0d0d;
}
.widget.article .rating li {
font-size: 18px;
margin: 0 -4px 0 -1px;
}
.widget.article .info-list {
padding: 0;
}
.widget .gallery-small {
padding: 0 29px;
margin: 2px 0 14px;
}
.widget .gallery-small .btn-prev,
.widget .gallery-small .btn-next {
top: 0;
left: 0;
bottom: 0;
width: 29px;
height: auto;
background: #fbfbfb;
border: solid #f0f1f1;
border-width: 0 1px 0 0;
}
.widget .gallery-small .btn-prev:after,
.widget .gallery-small .btn-next:after,
.widget .gallery-small .btn-prev:before,
.widget .gallery-small .btn-next:before {
top: 50%;
left: 3px;
right: 3px;
width: auto;
margin: -7px 0 0;
}
.widget .gallery-small .btn-prev:after,
.widget .gallery-small .btn-next:after {
margin: 7px 0 0;
}
.widget .gallery-small .btn-next {
right: 0;
left: auto;
border-width: 0 0 0 1px;
}
.widget .gallery-small + h1 {
margin: 0 0 13px;
line-height: 1.25;
}
.widget .gallery-small ~ .btn-default {
width: 190px;
display: block;
font-size: 16px;
padding: 5px 14px;
margin: 0 auto 14px;
text-transform: none;
}
/* members-list */
.members-list {
position: relative;
padding: 18px 20px 2px;
}
.members-list h1 {
margin: 0 0 21px;
text-align: center;
font-size: 24px;
line-height: 24px;
}
/* definition-list */
.info-list {
margin: 0;
list-style: none;
color: #58595b;
line-height: 24px;
padding: 0 0 0 19px;
}
.info-list:before,
.info-list:after {
content: " ";
display: table;
}
.info-list:after {
clear: both;
}
.info-list:before,
.info-list:after {
content: " ";
display: table;
}
.info-list:after {
clear: both;
}
.info-list li {
margin: 0 0 6px;
}
.info-list i {
float: left;
margin: 1px 8px 0 -24px;
}
.info-list i.icon-ok {
color: #00ad5f;
font-size: 13px;
}
.info-list i.icon-cancel {
color: #818181;
font-size: 20px;
margin: 0 2px 0 -28px;
}
.info-list .tooltip-button {
margin: 3px 0 0;
}
/* property-list */
.property-list {
position: relative;
}
.property-list h1 {
color: #3f3f3f;
margin: 0 0 26px;
font-size: 14px;
line-height: 1.125;
}
.property-list .listing-post + .listing-post {
margin: 20px 0 0;
}
.property-list .listing-post .rating {
margin: 19px 10px 0 18px;
}
.property-list .listing-post .rating li {
margin: 0 -3px 0 0;
}
.property-list .listing-post .time-price {
margin: 11px 17px 0 0;
font-size: 14px;
line-height: 17px;
}
.property-list .listing-post .price {
margin: 0 0 -3px;
}
.property-list .listing-post .post-content {
padding: 17px 20px 12px;
}
.property-list .listing-post h2 {
margin: 0 0 3px;
}
.property-list .listing-post .certified {
margin: 0 0 0 -4px;
font-size: 14px;
line-height: 17px;
}
.property-list .listing-post .certified .icon-ok {
margin: 0 3px 0 0;
}
/* reservation */
.reservation {
position: relative;
text-align: center;
padding: 23px 19px 18px 18px;
}
.reservation .price {
color: #58595b;
display: block;
margin: -3px 0 21px;
text-align: center;
font-size: 47px;
line-height: 1.125;
}
.reservation .text {
display: block;
}
.reservation .btn-default {
display: block;
margin: 0 0 9px;
font-size: 21px;
font-weight: 600;
padding: 7px 14px;
text-transform: none;
background: #9a9da3;
}
.reservation .btn-default:hover {
background: #7f838b;
}
.reservation .title {
color: #58595b;
display: block;
font-weight: normal;
font-size: 18px;
line-height: 26px;
}
.reservation .add-info {
margin: 0 0 -5px;
position: relative;
}
/* date-selection */
.date-selection {
margin: 0 0 24px;
}
.date-selection .col {
float: left;
width: 48.7%;
position: relative;
}
.date-selection .col + .col {
float: right;
}
.date-selection .col .title {
color: #58595b;
display: block;
text-align: left;
font-size: 14px;
line-height: 17px;
margin: 0 40px 10px 0;
}
.date-selection .form-control {
padding: 5px;
text-align: center;
}
.date-selection .input-placeholder-text {
padding: 0 5px;
white-space: nowrap;
}
.date-selection .add-on {
top: -32px;
right: -4px;
position: absolute;
}
.date-selection .icon-calendar,
.date-selection .icon-clock {
cursor: pointer;
color: #c6cdd2;
font-size: 20px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.date-selection .icon-calendar:hover, .icon-clock:hover {
color: #71828e;
}
/* similar-ads */
.similar-ads {
color: #58595b;
margin: 24px 0 0;
position: relative;
padding: 19px 18px 18px 18px;
}
.widget.similar-ads h2 {
color: #3f3f3f;
margin: 0 0 18px;
font-size: 14px;
line-height: 1.125;
}
.similar-ads .listing-holder {
margin: 0 0 19px;
position: relative;
}
.similar-ads .post {
line-height: 18px;
}
.similar-ads .post:before,
.similar-ads .post:after {
content: " ";
display: table;
}
.similar-ads .post:after {
clear: both;
}
.similar-ads .post:before,
.similar-ads .post:after {
content: " ";
display: table;
}
.similar-ads .post:after {
clear: both;
}
.similar-ads .post + .post {
margin: 17px 0 0;
}
.similar-ads .alignleft {
float: left;
width: 91px;
overflow: hidden;
border-radius: 4px;
color: #ebeced;
margin: 1px 10px 0 0;
border: #ebeced solid 1px;
}
.similar-ads .alignleft img {
width: 100%;
height: auto;
vertical-align: top;
}
.similar-ads .post-content {
overflow: hidden;
}
.similar-ads h2 {
margin: 0 0 9px;
font-size: 14px;
line-height: 1.125;
}
.similar-ads h2 a {
color: #58595b;
text-decoration: none;
}
.similar-ads h2 a:hover {
text-decoration: none;
color: #262627;
}
.similar-ads p {
margin: 0;
}
.similar-ads .btn-default {
display: block;
padding: 4px 34px 1px;
text-transform: none;
background: #c7cdd3;
}
.similar-ads .btn-default:hover {
background: #aab4bd;
}
/* tooltip-button */
.tooltip-button {
border: 0;
padding: 0;
display: inline-block;
vertical-align: top;
width: 17px;
height: 17px;
overflow: hidden;
font-size: 0;
line-height: 0;
-webkit-transition: none;
transition: none;
border-radius: 100%;
text-align: left !important;
text-indent: -9999px !important;
background: url(../images/icons.png) no-repeat;
}
.tooltip-button:hover {
background-position: -27px 0;
}
/* tooltip style */
.tooltip {
opacity: 1;
filter: alpha(opacity=100);
margin: 0 0 0 10px !important;
}
.tooltip:before,
.tooltip:after {
top: 50%;
right: 100%;
z-index: 3;
margin: -10px -6px 0 0;
content: '';
position: absolute;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent;
border-right-color: #ffffff;
}
.tooltip:after {
z-index: 2;
margin: -12px -6px 0 0;
border-width: 12px 11px 12px 0;
border-right-color: #ebeced;
}
.tooltip .tooltip-arrow {
display: none;
}
.tooltip .tooltip-inner {
color: #58595b;
max-width: 600px;
text-align: left;
font-weight: 400;
background: #ffffff;
border-radius: 5px;
margin: 0 10px 0 0;
padding: 10px 10px 10px 23px;
border: #ebeced solid 1px;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.tooltip.left .tooltip-inner {
margin: 0;
}
.tooltip.left:before,
.tooltip.left:after {
top: 50%;
left: 100%;
right: auto;
margin: -10px 0 0 -6px;
content: '';
position: absolute;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent;
border-color: transparent transparent transparent #ffffff;
}
.tooltip.left:after {
margin: -12px 0 0 -6px;
border-width: 12px 0 12px 11px;
border-color: transparent transparent transparent #ebeced;
}
@media screen and (min-width: 1700px) {
.tooltip {
width: 311px;
}
}
/* profile-detail */
.profile-detail {
color: #58595b;
position: relative;
margin: -10px -10px 0 27px;
}
.profile-detail .head {
margin: 0 0 20px;
padding: 0 0 34px;
border-bottom: #e8e8e8 solid 1px;
}
.profile-detail .head address {
color: #58595b;
margin: 0 0 30px;
font-size: 30px;
line-height: 34px;
}
.profile-detail .head address .locality {
font-weight: 700;
}
.profile-detail h1 {
color: #58595b;
margin: 0 0 11px;
text-transform: uppercase;
}
.profile-detail blockquote {
border: 0;
padding: 0;
color: #58595b;
margin: 0 0 10px;
font-size: 24px;
line-height: 27px;
}
.profile-detail blockquote q {
font-style: italic;
}
.profile-detail blockquote q:after,
.profile-detail blockquote q:before {
content: '';
}
/* blog */
.blog {
margin: 0;
}
.blog .head {
margin: 0;
border: 0;
padding: 0 0 18px;
}
.blog .head .rating {
float: none;
display: inline-block;
vertical-align: top;
margin: -6px 0 0;
}
.listing-container .blog .head .rating {
float: right;
clear: right;
}
.blog .head .rating li {
margin: 0 -12px 0 0;
}
.blog .comments-counter {
display: inline-block;
vertical-align: top;
color: #58595b;
margin: 4px -2px 0 2px;
font-size: 18px;
line-height: 21px;
}
.blog h2 {
display: inline-block;
vertical-align: top;
color: #58595b;
margin: 0 10px 0 0;
font-size: 14px;
line-height: 17px;
}
/* post-holder */
.posts-holder {
margin: 0;
}
.posts-holder .post {
color: #58595b;
padding: 16px 20px;
position: relative;
border-radius: 5px;
margin: 0 0 28px 102px;
border: #eaebec solid 1px;
}
.posts-holder .post .head {
overflow: hidden;
padding: 0 0 7px;
}
.posts-holder .post p {
margin: 0 0 20px;
}
.posts-holder .post .link {
float: left;
margin: 3px 0 0;
}
.posts-holder .post:nth-child(2) .post-content {
margin-bottom: -4px;
}
.posts-holder .author-img {
top: 0;
width: 68px;
left: -95px;
text-align: center;
position: absolute;
}
.posts-holder .img-holder {
max-width: 60px;
overflow: hidden;
border-radius: 4px;
margin: 0 auto 10px;
border: solid 1px #eaebec;
}
.posts-holder .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.posts-holder .author-name {
color: #58595b;
text-decoration: none;
}
.posts-holder .author-name:hover {
color: #0d0d0d;
}
.posts-holder .meta {
overflow: hidden;
}
.posts-holder .meta time {
display: block;
overflow: hidden;
text-align: right;
}
.posts-holder .title {
float: left;
max-width: 50%;
margin: 0 10px 0 0;
}
.posts-holder .post-content {
margin: 0 4px 37px 0;
}
.posts-holder .rating {
float: right;
margin: -5px 0 0;
}
.posts-holder .rating li {
font-size: 19px;
margin: 0 0 0 -7px;
}
.posts-holder .footer {
overflow: hidden;
margin: 0 -4px 0 0;
}
.posts-holder .time {
float: left;
margin: 0 10px 0 0;
}
.posts-holder .icon-clock {
color: #b7bdc4;
margin: 0 0 0 0;
}
/* listing-section */
.listing-section {
color: #58595b;
padding: 20px 0;
position: relative;
}
.listing-section h1 {
font-size: 30px;
margin: 0 0 11px -2px;
}
.listing-section .head {
margin: -3px 0 30px -10px;
}
.listing-section .holder {
margin: 0 auto;
max-width: 1020px;
}
.listing-section .holder:before,
.listing-section .holder:after {
content: " ";
display: table;
}
.listing-section .holder:after {
clear: both;
}
.listing-section .holder:before,
.listing-section .holder:after {
content: " ";
display: table;
}
.listing-section .holder:after {
clear: both;
}
.listing-section h2 {
font-size: 14px;
margin: 0 0 24px;
}
.listing-section .block {
margin: 0 0 20px;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 19px 19px 20px 15px;
}
.listing-section .block h2 {
margin: 0 0 23px;
}
.listing-section .block .area {
margin: 0 0 30px;
}
.listing-section .block .area:before,
.listing-section .block .area:after {
content: " ";
display: table;
}
.listing-section .block .area:after {
clear: both;
}
.listing-section .block .area:before,
.listing-section .block .area:after {
content: " ";
display: table;
}
.listing-section .block .area:after {
clear: both;
}
.listing-section .block .alert {
margin: 0 0 0 4px;
}
.listing-section + .form-signup {
max-width: 1020px;
margin: 0 auto 40px;
}
.listing-section + .form-signup:before,
.listing-section + .form-signup:after {
content: " ";
display: table;
}
.listing-section + .form-signup:after {
clear: both;
}
.listing-section + .form-signup:before,
.listing-section + .form-signup:after {
content: " ";
display: table;
}
.listing-section + .form-signup:after {
clear: both;
}
.listing-section + .form-signup + .btns-area {
margin-bottom: 60px;
}
.btns-area {
margin: 0 auto;
max-width: 270px;
}
.btns-area .btn-primary {
padding: 0 5px;
display: block;
width: 100%;
height: 36px;
text-transform: none;
}
.agreement {
margin: 0 0 20px;
}
.agreement:before,
.agreement:after {
content: " ";
display: table;
}
.agreement:after {
clear: both;
}
.agreement:before,
.agreement:after {
content: " ";
display: table;
}
.agreement:after {
clear: both;
}
/* form-selection */
.form-selection {
margin: 0 0 19px;
border-radius: 5px;
padding: 18px 15px 19px;
border: #eaebec solid 1px;
}
.form-selection .selection-area:before,
.form-selection .selection-area:after {
content: " ";
display: table;
}
.form-selection .selection-area:after {
clear: both;
}
.form-selection .selection-area:before,
.form-selection .selection-area:after {
content: " ";
display: table;
}
.form-selection .selection-area:after {
clear: both;
}
.form-selection .col {
float: left;
width: 34.833%;
padding: 0 15px;
}
.form-selection .col:first-child {
width: 32.633%;
}
.form-selection .col:last-child {
width: 31.5%;
padding: 0 5px 0 13px;
}
.form-selection .jcf-list .jcf-option {
text-decoration: none;
}
.form-selection .jcf-list .jcf-option:hover {
color: #ffffff;
cursor: pointer;
background: #7a7a7a;
}
.form-selection .jcf-list .jcf-option:hover:after {
opacity: 1;
filter: alpha(opacity=100);
}
.form-selection .jcf-list ul {
max-height: 269px;
}
.form-selection .block1 {
border-radius: 5px;
border: #eaebec solid 1px;
padding: 16px 19px 19px 17px;
/*margin: 10px;*/
}
label {
margin: 0;
padding: 0;
display: inline;
font-weight: 400;
}
/* form-listing-info */
.form-listing-info {
color: #58595b;
margin: 0 0 19px 2%;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 16px 19px 19px 17px;
width: 48%;
}
.form-listing-info .field-row:before,
.form-listing-info .field-row:after {
content: " ";
display: table;
}
.form-listing-info .field-row:after {
clear: both;
}
.form-listing-info .field-row:before,
.form-listing-info .field-row:after {
content: " ";
display: table;
}
.form-listing-info .field-row:after {
clear: both;
}
.form-listing-info .field-row + .field-row {
margin: 16px 0 0;
}
.form-listing-info h2 + .field-row {
max-width: 852px;
}
.form-listing-info .label {
float: left;
color: #58595b;
margin: 7px 15px 0 0;
}
.form-listing-info .label.block {
border: 0;
padding: 0;
float: none;
display: block;
overflow: hidden;
margin: 0 0 15px;
}
.form-listing-info .textarea-holder {
margin: 0 0 0 2px;
}
.form-listing-info .form-control {
margin: 0;
}
.form-listing-info .field-holder {
overflow: hidden;
}
.form-listing-info .jcf-textarea textarea {
min-height: 221px;
max-height: 222px;
}
.thin-scroll textarea,
.form-listing-info textarea {
height: 222px;
min-height: 100px;
max-height: 400px;
}
.thin-scroll .jcf-scrollbar-vertical,
.form-listing-info .jcf-scrollbar-vertical {
width: 29px;
background: none;
}
.thin-scroll .jcf-scrollbar-vertical .jcf-scrollbar-slider,
.form-listing-info .jcf-scrollbar-vertical .jcf-scrollbar-slider {
margin: 0;
background: #f5f5f5;
border: #dedede solid 1px;
}
.thin-scroll .jcf-scrollbar-vertical .jcf-scrollbar-handle,
.form-listing-info .jcf-scrollbar-vertical .jcf-scrollbar-handle {
background: #dedede;
}
.thin-scroll .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.form-listing-info .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.thin-scroll .jcf-scrollbar-vertical .jcf-scrollbar-inc,
.form-listing-info .jcf-scrollbar-vertical .jcf-scrollbar-inc {
height: 15px;
background: #ffffff;
}
.thin-scroll .input-placeholder-text {
line-height: 17px;
padding: 8px 36px 8px 5px;
}
/* file-selection */
.file-selection {
color: #58595b;
margin: 0 0 19px;
border-radius: 5px;
padding: 21px 17px 0;
border: #eaebec solid 1px;
}
.file-selection h2 {
margin: 0 0 22px;
}
.file-selection .area {
margin: 0 0 48px;
}
.file-selection .area:before,
.file-selection .area:after {
content: " ";
display: table;
}
.file-selection .area:after {
clear: both;
}
.file-selection .area:before,
.file-selection .area:after {
content: " ";
display: table;
}
.file-selection .area:after {
clear: both;
}
.file-selection .uploader {
float: left;
width: 331px;
margin: 2px 24px 0 0;
}
.file-selection .detail {
color: #808285;
overflow: hidden;
line-height: 19px;
}
.file-selection .detail p {
margin: 0;
}
.file-selection .icon-resize-full-alt {
display: inline-block;
vertical-align: top;
color: #c6ccd2;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* files-list */
.files-list {
margin: 0 0 0 -9px;
position: relative;
}
.files-list:before,
.files-list:after {
content: " ";
display: table;
}
.files-list:after {
clear: both;
}
.files-list:before,
.files-list:after {
content: " ";
display: table;
}
.files-list:after {
clear: both;
}
.files-list .img-thumbnail {
cursor: move;
float: left;
width: 148px;
height: 118px;
position: relative;
margin: 0 10px 20px;
-webkit-transition: none;
transition: none;
}
.files-list .img-thumbnail .image {
border-radius: 4px;
overflow: hidden;
position: relative;
}
.files-list .img-thumbnail img {
width: 100%;
height: auto;
vertical-align: top;
border-radius: 4px;
}
.files-list .img-thumbnail canvas {
border-radius: 4px;
width: 100%;
height: auto;
}
/* price-box */
.price-box {
display: inline-block;
vertical-align: top;
/*width: 350px;*/
color: #58595b;
border-radius: 5px;
margin: 0 4.7% 0 3.5%;
padding: 15px 16px 17px;
border: #eaebec solid 1px;
}
.price-box .checkbox {
padding-left: 11px;
}
.price-box .title {
display: block;
font-weight: 400;
margin: 0 0 17px;
}
.price-box .field-row, .currency-converter .field-row {
margin-bottom: 10px;
}
.price-box .field-row:before,
.price-box .field-row:after {
content: " ";
display: table;
}
.price-box .field-row:after {
clear: both;
}
.price-box .field-row:before,
.price-box .field-row:after {
content: " ";
display: table;
}
.price-box .field-row:after {
clear: both;
}
.price-box .label {
float: left;
width: 175px;
text-align: right;
margin: 7px 11px 0 0;
}
.price-box .field-holder {
max-width: 90px;
overflow: hidden;
}
.price-box .form-control {
padding: 5px 10px;
text-align: center;
}
.price-box .input-placeholder-text {
padding: 0 5px;
text-align: center;
}
.price-box .price-field {
max-width: 90px;
overflow: hidden;
border-radius: 4px;
background: #ffffff;
text-align: center;
border: #c6ccd2 solid 1px;
}
.price-box .price-field .placeholder-text,
.price-box .price-field .field {
width: 50%;
margin: 0 -3px;
display: inline-block;
vertical-align: top;
}
.price-box .price-field .field {
border: 0;
padding: 5px;
text-align: right;
color: #c6ccd2;
}
.price-box .price-field .field .placeholder {
color: #c6ccd2;
}
.price-box .price-field .placeholder-text {
padding: 8px 5px;
text-align: left;
color: #c6ccd2;
}
/* input-placeholder-text */
.input-placeholder-text {
top: 0;
left: 0;
right: 0;
padding: 0 25px;
line-height: 36px;
color: #c6ccd2 !important;
}
.field-holder {
position: relative;
}
/* currency-converter */
.currency-converter {
display: inline-block;
vertical-align: top;
width: 370px;
color: #ffffff;
position: relative;
border-radius: 5px;
background: #bcbcbc;
padding: 16px 19px 14px;
}
.currency-converter .title {
display: block;
margin: 0 0 15px;
font-weight: 400;
}
.currency-converter .field-row:before,
.currency-converter .field-row:after {
content: " ";
display: table;
}
.currency-converter .field-row:after {
clear: both;
}
.currency-converter .field-row:before,
.currency-converter .field-row:after {
content: " ";
display: table;
}
.currency-converter .field-row:after {
clear: both;
}
.currency-converter .select-holder {
float: right;
width: 85px;
position: relative;
margin: 0 0 0 11px;
}
.currency-converter .select-holder:before {
top: 1px;
left: 1px;
right: 1px;
content: '';
bottom: 1px;
border-radius: 2px;
position: absolute;
background: #ffffff;
}
.currency-converter .jcf-select {
z-index: 2;
background: none;
}
.currency-converter .jcf-select .jcf-select-text {
margin: 4px 25px 0 9px;
}
.currency-converter .jcf-select .jcf-select-opener {
top: 0;
bottom: 0;
width: 25px;
border-width: 0 0 0 1px;
}
.currency-converter .col {
overflow: hidden;
}
.currency-converter .col > * {
float: left;
}
.currency-converter .col .field-holder {
width: 90px;
overflow: hidden;
position: relative;
}
.currency-converter .col .field-holder:before {
top: 1px;
left: 1px;
right: 1px;
content: '';
bottom: 1px;
border-radius: 2px;
position: absolute;
background: #ffffff;
}
.currency-converter .col .field-holder:first-child {
width: 91px;
}
.currency-converter .col .field-holder .form-control {
z-index: 2;
padding: 5px;
background: none;
text-align: center;
position: relative;
}
.currency-converter .col .price-field {
overflow: hidden;
position: relative;
}
.currency-converter .col .price-field:before {
top: 1px;
left: 1px;
right: 1px;
content: '';
bottom: 1px;
border-radius: 2px;
position: absolute;
background: #ffffff;
}
.currency-converter .col .price-field .form-control {
border: 0;
float: left;
width: 50%;
z-index: 2;
padding: 5px;
position: relative;
text-align: right;
}
.currency-converter .col .price-field .placeholder-text {
z-index: 2;
display: block;
overflow: hidden;
line-height: 36px;
position: relative;
color: #c6ccd2;
}
.currency-converter .ico.resizer {
width: 39px;
padding: 0 5px;
background: none;
font-size: 0;
line-height: 0;
}
.currency-converter .ico.resizer:after {
margin: 12px 0 0 2px;
}
.currency-converter .input-placeholder-text {
padding: 0 5px;
text-align: center;
}
.currency-converter.white {
width: auto;
color: #58595b;
display: block;
margin: 0 0 20px;
background: #ffffff;
border: #d3d7dc solid 1px;
padding: 15px 19px 14px 17px;
}
.currency-converter.white .title {
margin: 0 0 5px;
}
.currency-converter.white .ico.resizer {
width: 20px;
padding: 0;
margin: 0 2px;
}
.currency-converter.white .field-row .form-control, .currency-converter.white .field-row .select-holder * {
font-size: 12px;
}
.currency-converter.white .ico.resizer:after {
width: 20px;
height: 9px;
margin: 12px 0 0;
background: url(../images/arrow.png) no-repeat;
}
.currency-converter.white .select-holder {
width: 60px;
margin: 0 0 0 5px;
}
.currency-converter.white .col .field-holder {
width: 40px;
}
.currency-converter.white .col .field-holder:first-child {
width: 51px;
}
.jcf-select-currency-list .jcf-list .jcf-option {
padding: 9px 5px 9px 8px;
}
.jcf-select-currency-list .jcf-list .jcf-option:after {
display: none;
}
/* alert */
.alert {
position: relative;
padding: 18px 10px 19px 73px;
-webkit-box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
}
.alert .ico {
top: 50%;
left: 12px;
margin: -20px 0 0;
position: absolute;
}
.alert.alert-info {
padding: 7px 30px 10px 73px;
}
.alert.alert-success {
padding: 9px 50px 9px 78px;
}
/* sprite icons */
.ico {
display: inline-block;
vertical-align: top;
width: 41px;
height: 41px;
position: relative;
background: #ffffff;
text-align: center;
border-radius: 100%;
}
.ico.exclamation {
font-weight: 700;
font-style: normal;
color: #fab418;
font-size: 34px;
line-height: 41px;
}
.ico:after {
content: '';
position: absolute;
background: url(../images/sprite-icons.png) no-repeat -9999px -9999px;
}
.ico.arrow:after {
top: 50%;
left: 50%;
width: 17px;
height: 18px;
margin: -9px 0 0 -8px;
background-position: -34px 0;
}
.ico.resizer:after {
display: block;
margin: 0 auto;
width: 24px;
height: 11px;
background-position: 0 0;
}
.ico .icon-location {
color: #83dbd4;
font-size: 28px;
line-height: 40px;
}
.ico.lock {
font-size: 0;
line-height: 0;
}
.ico.lock:after {
display: block;
width: 18px;
height: 25px;
margin: 7px 0 0 11px;
background-position: 0 -28px;
}
/* form-inquiry */
.form-inquiry {
color: #58595b;
margin: 0 0 19px;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 18px 19px 17px 17px;
}
.form-inquiry h2 {
margin: 0 0 28px 2px;
}
.form-inquiry .columns-holder:before,
.form-inquiry .columns-holder:after {
content: " ";
display: table;
}
.form-inquiry .columns-holder:after {
clear: both;
}
.form-inquiry .columns-holder:before,
.form-inquiry .columns-holder:after {
content: " ";
display: table;
}
.form-inquiry .columns-holder:after {
clear: both;
}
.form-inquiry .column {
width: 50%;
float: left;
padding: 0 0 0 0.1%;
}
.form-inquiry .column:first-child {
padding: 0 9.1% 0 0;
}
.form-inquiry .map-box {
/*max-width: 490px;*/
overflow: hidden;
border-radius: 5px;
border: #eaebec solid 1px;
}
.form-inquiry iframe {
border: 0;
margin: 0 0 -6px;
overflow: hidden;
width: 100%;
height: 350px;
}
.form-inquiry .field-row {
margin: 0 0 20px;
}
.form-inquiry .field-row:before,
.form-inquiry .field-row:after {
content: " ";
display: table;
}
.form-inquiry .field-row:after {
clear: both;
}
.form-inquiry .field-row:before,
.form-inquiry .field-row:after {
content: " ";
display: table;
}
.form-inquiry .field-row:after {
clear: both;
}
.form-inquiry .label {
float: left;
margin: 7px 8px 0 0;
}
.form-inquiry .field-holder,
.form-inquiry .select-holder {
overflow: hidden;
}
.form-inquiry .col {
float: left;
width: 48%;
}
.form-inquiry .col + .col {
float: right;
}
.form-inquiry .col.location {
width: 54.7%;
}
.form-inquiry .col.postel-code {
width: 42.9%;
}
.form-inquiry .col.cell {
width: 37%;
}
.form-inquiry .col.street {
width: 60.5%;
}
.form-inquiry .alert-info {
margin: 56px 0 0;
}
.form-inquiry .input-placeholder-text {
padding: 0 5px;
}
/* form-signup */
.form-signup {
color: #58595b;
margin: 0 0 38px;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 22px 19px 18px 18px;
}
.form-signup h2 {
margin: 0 0 23px 2px;
}
.form-signup .tabpanel {
position: relative;
}
.form-signup .field-row {
margin: 0 0 18px;
}
.form-signup .field-row:before,
.form-signup .field-row:after {
content: " ";
display: table;
}
.form-signup .field-row:after {
clear: both;
}
.form-signup .field-row:before,
.form-signup .field-row:after {
content: " ";
display: table;
}
.form-signup .field-row:after {
clear: both;
}
.form-signup .label {
float: left;
width: 224px;
margin: 7px 10px 0 0;
text-align: right;
}
.form-signup .field-holder {
overflow: hidden;
}
.form-signup.alt {
border: 0;
padding: 0;
margin: 0 0 20px;
}
.form-signup.alt .tab-content {
padding: 28px 19px 11px;
}
.form-signup.alt .label {
width: 111px;
}
.form-signup.alt .tab-holder .column {
padding: 0 0 0 9.7%;
}
.form-signup.alt .tab-holder .column:first-child {
padding: 0 5% 0 0;
}
.form-signup.alt .tab-holder .column:before {
margin: 0 0 0 -15%;
}
/* nav-tabs */
.tabset-holder {
position: relative;
}
.tabset-holder .opener {
display: none;
}
.tabset-holder .link-favourit {
float: right;
color: #58595b;
margin: -43px 0 0;
text-decoration: none;
}
.tabset-holder .link-favourit:hover {
color: #58595b;
text-decoration: none;
}
.tabset-holder .link-favourit:hover .icon-heart {
background: #c53f4e;
}
.tabset-holder .link-favourit .icon-heart {
width: 36px;
height: 36px;
color: #ffffff;
margin: 0 0 0 7px;
text-align: center;
background: #888a90;
border-radius: 100%;
font-size: 20px;
line-height: 36px;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.nav-tabs {
border: 0;
}
.nav-tabs > li {
margin-right: 5px;
}
.nav-tabs > li:last-child {
margin-right: 0;
}
.nav-tabs > li > a {
color: #ffffff;
text-decoration: none;
background: #c6ccd2;
padding: 13px 15px 10px;
}
/* tab-content */
.tab-content {
padding: 27px 19px 18px;
border: #eaebec solid 1px;
border-radius: 0 5px 5px 5px;
}
.tab-content > .tab-pane {
top: -9999em;
left: -9999em;
display: block;
position: absolute;
}
.tab-content > .tab-pane.active {
top: auto;
left: auto;
position: relative;
}
/* tab-holder */
.tab-holder {
width: 100%;
display: table;
table-layout: fixed;
}
.tab-holder h3 {
font-size: 14px;
margin: -33px 0 18px;
}
.tab-holder .column {
position: relative;
padding: 0 0 0 160px;
display: table-cell;
vertical-align: middle;
}
.tab-holder .column:before {
top: 47px;
width: 1px;
left: auto;
content: '';
bottom: 10px;
position: absolute;
margin: 0 0 0 -101px;
background: #c6ccd2;
}
.tab-holder .column:first-child {
padding: 0 40px 0 0;
}
.tab-holder .column:first-child:before {
display: none;
}
.tab-holder .column:first-child h3 {
margin: 0 0 30px;
}
/* btn-facebook */
.btn-facebook {
display: inline-block;
vertical-align: top;
color: #ffffff;
background: #41668f;
border-radius: 5px;
padding: 0 16px 0 13px;
font-size: 16px;
line-height: 36px;
text-decoration: none;
}
.btn-facebook:focus,
.btn-facebook:hover {
color: #ffffff;
text-decoration: none;
background: #314d6c;
}
.btn-facebook .icon-facebook {
float: left;
width: 24px;
font-size: 25px;
text-indent: -3px;
position: relative;
margin: 0 12px 0 0;
border-right: #3a5c80 solid 1px;
}
.btn-facebook .icon-facebook:after {
top: 0;
right: 0;
bottom: 0;
width: 1px;
content: '';
background: #54769a;
position: absolute;
}
.btn-facebook .icon-facebook:before {
width: auto;
}
/* price-area */
.price-area {
color: #58595b;
margin: 0 0 19px;
border-radius: 5px;
padding: 19px 19px 19px;
border: #eaebec solid 1px;
}
.price-area .total {
display: block;
text-align: center;
font-size: 30px;
line-height: 34px;
}
/* timing */
.timing {
color: #58595b;
overflow: hidden;
margin: 0 0 26px;
border-radius: 5px;
background: #f7f6f6;
padding: 11px 33px 14px;
border: #eaebec solid 1px;
}
.timing li {
float: left;
width: 33%;
}
.timing li:nth-child(2) {
text-align: center;
}
.timing li:last-child {
text-align: right;
}
.timing .icon-calendar {
font-size: 24px;
margin: 0 1px 0 0;
}
.timing time {
font-weight: 700;
font-size: 18px;
line-height: 21px;
}
.timing strong {
font-size: 18px;
line-height: 21px;
}
/* price-list */
.price-list {
color: #58595b;
margin: 0 0 35px;
overflow: hidden;
text-align: center;
font-size: 18px;
line-height: 21px;
}
.price-list li {
float: left;
width: 50%;
}
/* form-verification */
.form-verification {
color: #58595b;
margin: 0 0 20px;
border-radius: 5px;
border: #eaebec solid 1px;
padding: 18px 27px 29px 19px;
}
.form-verification h2 {
margin: 0 0 22px;
font-size: 14px;
line-height: 17px;
}
.form-verification p {
margin: 0 0 15px;
}
.form-verification .form-holder {
margin: 0 0 29px;
position: relative;
}
.form-verification .field-row:before,
.form-verification .field-row:after {
content: " ";
display: table;
}
.form-verification .field-row:after {
clear: both;
}
.form-verification .field-row:before,
.form-verification .field-row:after {
content: " ";
display: table;
}
.form-verification .field-row:after {
clear: both;
}
.form-verification .field-row + .field-row {
margin: 22px 0 0;
}
.form-verification .field-holder {
overflow: hidden;
}
.form-verification .col {
float: left;
width: 40%;
margin: 0 18px 0 0;
}
.form-verification .col:first-child {
width: 37.4%;
}
.form-verification .col + .col {
float: right;
}
.form-verification .date-row .col {
margin: 0;
width: 42.5%;
}
.form-verification .date-row .col:first-child {
margin: 0;
width: 51.5%;
}
.form-verification .field-year,
.form-verification .field-month,
.form-verification .field-day {
margin: 0;
float: left;
position: relative;
}
.form-verification .field-year .form-control,
.form-verification .field-month .form-control,
.form-verification .field-day .form-control {
padding: 6px 5px;
text-align: center;
}
.form-verification .field-year .input-placeholder-text,
.form-verification .field-month .input-placeholder-text,
.form-verification .field-day .input-placeholder-text {
padding: 0 3px;
text-align: center;
}
.form-verification .field-day {
width: 22.6%;
padding: 0 5px 0 0;
}
.form-verification .field-month {
width: 53.9%;
padding: 0 5px 0 3px;
}
.form-verification .field-year {
width: 22.9%;
padding: 0 0 0 1px;
}
.form-verification .label {
float: left;
margin: 9px 10px 0 0;
}
.form-verification .note {
border-radius: 3px;
padding: 17px 21px 9px;
background: #f5f5f5;
}
.form-verification .note p {
margin: 0 0 5px;
}
/* form-message */
.form-message {
color: #58595b;
margin: 0 0 20px;
border-radius: 5px;
padding: 17px 19px 28px;
border: #eaebec solid 1px;
}
.form-message h2 {
margin: 0 0 30px;
font-size: 14px;
line-height: 17px;
}
.form-message h2 label {
font-weight: 700;
}
.form-message .jcf-textarea textarea {
height: 101px;
min-height: 100px;
max-height: 400px;
padding: 5px 36px 5px 5px;
}
.form-message .input-placeholder-text {
line-height: 17px;
padding: 5px 36px 5px 15px;
}
.form-message.alt2,
.form-message.alt {
max-width: 620px;
background: #ffffff;
margin: 10px auto 30px;
padding: 15px 19px 19px;
}
.form-message.alt2 h2,
.form-message.alt h2 {
margin: 0 0 25px;
font-size: 18px;
line-height: 22px;
}
.form-message.alt2 h2 a,
.form-message.alt h2 a {
color: #58595b;
text-decoration: none;
}
.form-message.alt2 h2 a:hover,
.form-message.alt h2 a:hover {
color: #262627;
}
.form-message.alt2 .area,
.form-message.alt .area {
overflow: hidden;
}
.form-message.alt2 p,
.form-message.alt p {
margin: 0 0 20px;
}
.form-message.alt2 p a,
.form-message.alt p a {
color: #58595b;
font-weight: 700;
text-decoration: none;
}
.form-message.alt2 p a:hover,
.form-message.alt p a:hover {
color: #262627;
}
.form-message.alt2 h3,
.form-message.alt h3 {
margin: 0 0 16px;
font-size: 14px;
line-height: 18px;
}
.form-message.alt2 h3 label,
.form-message.alt h3 label {
font-weight: 700;
}
.form-message.alt2 .no-scroll,
.form-message.alt .no-scroll {
margin: 0 0 20px;
}
.form-message.alt2 .jcf-textarea textarea,
.form-message.alt .jcf-textarea textarea {
height: 125px;
min-height: 124px;
max-height: 400px;
}
.form-message.alt2 .input-placeholder-text,
.form-message.alt .input-placeholder-text {
line-height: 20px;
padding: 16px 36px 8px 19px;
}
.form-message.alt2 input[type=reset],
.form-message.alt input[type=reset],
.form-message.alt2 input[type=submit],
.form-message.alt input[type=submit] {
margin: 0 19px;
min-width: 150px;
padding: 6px 10px;
text-transform: none;
}
.form-message.alt2 input[type=submit],
.form-message.alt input[type=submit] {
min-width: 219px;
}
.form-message.alt2 .btn-block,
.form-message.alt .btn-block {
padding: 0 0 0 9px;
}
.form-message.alt2 {
max-width: 702px;
}
.form-message.alt2 .img-holder {
width: 200px;
margin: 2px 30px 0 0;
}
.form-message.alt2 .post-area {
padding: 0 0 15px;
}
.form-message.alt2 .input-placeholder-text {
padding: 16px 76px 8px 19px;
}
.form-message.alt2 .btn-block {
padding: 0 0 0 29px;
}
.form-message .post-area {
color: #58595b;
padding: 0 0 27px;
}
.form-message .post-area:before,
.form-message .post-area:after {
content: " ";
display: table;
}
.form-message .post-area:after {
clear: both;
}
.form-message .post-area:before,
.form-message .post-area:after {
content: " ";
display: table;
}
.form-message .post-area:after {
clear: both;
}
.form-message .img-holder {
float: left;
width: 150px;
margin: 4px 29px 0 0;
}
.form-message .img-holder a {
display: block;
border-radius: 4px;
position: relative;
border: #eaebec solid 1px;
}
.form-message .img-holder a:hover {
border-color: #b4b8bc;
}
.form-message .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
border-radius: 4px;
}
.form-message .booking-detail {
margin: 0 0 17px;
}
.form-message .booking-detail li {
padding: 0;
font-weight: 700;
margin: 0 26px 0 0;
}
.form-message .booking-detail time {
font-weight: 400;
}
.form-message .user-rating {
margin: 0 0 26px;
-webkit-box-shadow: none;
box-shadow: none;
text-align: center;
border-color: #eaebec;
background: #f8f8f8;
padding: 18px 15px 21px 21px;
}
.form-message .user-rating .title {
display: inline-block;
vertical-align: top;
font-weight: 700;
margin: 4px 10px 0 0;
}
.form-message .user-rating .rating {
display: inline-block;
vertical-align: top;
float: none;
}
.form-message .user-rating .rating li {
margin: 0 0 0 7px;
}
.form-message .user-rating .rating li:first-child {
margin: 0;
}
/* average-rating */
.average-rating .title {
display: inline-block;
vertical-align: top;
margin: 5px 3px 0 0;
}
.average-rating .rating {
display: inline-block;
vertical-align: top;
float: none;
}
.average-rating .rating li {
font-size: 18px;
margin: 0 -6px 0 0;
}
/* no-scroll */
.no-scroll .jcf-scrollbar {
opacity: 0;
}
.no-scroll textarea {
overflow: auto;
}
.no-scroll .jcf-focus .jcf-scrollbar {
opacity: 1;
}
.form-payment {
color: #58595b;
margin: 0 0 18px;
border-radius: 5px;
padding: 19px 19px 29px;
border: #eaebec solid 1px;
}
.form-payment .head {
overflow: hidden;
padding: 0 0 16px;
}
.form-payment h2 {
float: left;
margin: 0 10px 0 0;
font-size: 14px;
line-height: 17px;
}
.form-payment .by {
float: right;
}
.form-payment .by .title {
float: left;
font-size: 11px;
font-weight: 700;
margin: 15px 13px 0 0;
text-transform: uppercase;
}
.form-payment .by ul {
float: left;
margin: 0 8px 0 0;
}
.form-payment .by ul li {
margin: 0;
padding: 10px 7px 5px 14px;
}
.form-payment .by ul li:first-child {
padding: 8px 11px 10px 0;
}
.form-payment .by ul li + li {
border-left: dotted 1px #cdcdc7;
}
.form-payment p {
margin: 0 0 28px;
}
.form-payment .form-holder:before,
.form-payment .form-holder:after {
content: " ";
display: table;
}
.form-payment .form-holder:after {
clear: both;
}
.form-payment .form-holder:before,
.form-payment .form-holder:after {
content: " ";
display: table;
}
.form-payment .form-holder:after {
clear: both;
}
.form-payment .form-holder .col {
float: left;
width: 35.2%;
position: relative;
padding: 0 20px 0 0;
}
.form-payment .form-holder .col.expiry {
width: 29.4%;
}
.form-payment .form-holder .col.cvv {
width: 16.1%;
}
.form-payment .form-holder .col.cvv .field-holder {
position: relative;
padding: 0 27px 0 0;
}
.form-payment .form-holder .col.cvv .tooltip-button {
z-index: 2;
right: 20px;
bottom: 9px;
margin: -8px 0 0;
position: absolute;
}
.form-payment .field-holder:before,
.form-payment .field-holder:after {
content: " ";
display: table;
}
.form-payment .field-holder:after {
clear: both;
}
.form-payment .field-holder:before,
.form-payment .field-holder:after {
content: " ";
display: table;
}
.form-payment .field-holder:after {
clear: both;
}
.form-payment .field-holder .col {
padding: 0;
width: 46.0%;
}
.form-payment .field-holder .col + .col {
float: right;
}
.form-payment .label {
display: block;
margin: 0 0 13px;
}
.form-payment .jcf-number input {
color: #c6ccd2;
}
.form-payment .jcf-number input::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-payment .jcf-number input:-ms-input-placeholder {
color: #c6ccd2;
}
.form-payment .jcf-number input::-webkit-input-placeholder {
color: #c6ccd2;
}
.form-payment + .btns-area {
margin: 0 auto 32px;
}
.form-payment + .btns-area .btn-primary {
background: #7a7a7a;
}
.form-payment + .btns-area .btn-primary:hover {
background: #949494;
}
/* card-type */
.card-type {
overflow: hidden;
margin: 0 0 27px;
}
.card-type li {
margin: 0 26px 0 0;
vertical-align: middle;
}
.card-type .title {
float: left;
margin: 8px 32px 0 0;
}
.card-type label {
display: block;
overflow: hidden;
position: relative;
}
.card-type label:after {
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
background: url(../images/none.gif);
}
.card-type .jcf-radio {
margin: 0 12px 0 0;
}
/* cards-list */
.cards-list {
margin: 0;
overflow: hidden;
}
/* listing-container */
.listing-container {
margin: -7px 0 0;
position: relative;
}
.listing-container h1 {
color: #58595b;
margin: 0 0 33px;
font-size: 30px;
line-height: 1.2;
}
.listing-container h1 a, h1.listing-title a {
font-size: 12px;
text-decoration: none;
font-weight: normal;
padding: 6px 14px 6px;
}
h1.listing-title a {
float: right;
}
.listing-container .tab-content {
margin: 0 0 30px;
padding: 20px 19px 18px;
}
.listing-container .maparea {
overflow: hidden;
}
.listing-container .maparea .map-holder {
height: 533px;
overflow: hidden;
width: 100%;
}
.listing-container .maparea iframe {
width: 100%;
height: 530px;
}
.listing-container .nav-tabs > li > a {
min-width: 136px;
text-align: center;
padding: 13px 15px 7px;
}
.listing-container .nav-tabs > li > a:focus,
.listing-container .nav-tabs > li > a:active {
outline: none;
background: #c6ccd2;
}
/* gallery-slider */
.gallery-slider {
position: relative;
padding: 0 150px 0 0;
}
.gallery-slider .gallery-slideset {
position: relative;
}
.gallery-slider .slide {
top: 0;
left: 0;
width: 100%;
overflow: hidden;
border-radius: 5px;
position: absolute;
border: #eaebec solid 1px;
}
.gallery-slider .slide.active {
z-index: 2;
}
.gallery-slider .slide:first-child {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
position: relative;
}
.gallery-slider .slide:first-child.active {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.gallery-slider .vertical-holder {
top: 25px;
right: 0;
bottom: 34px;
width: 130px;
overflow: hidden;
position: absolute;
}
.gallery-slider .vertical-slider {
height: 100%;
}
.gallery-slider .vertical-slideset {
height: 9999px;
overflow: hidden;
}
.gallery-slider .vertical-slide a {
margin: 10px 0;
display: block;
height: 104px;
overflow: hidden;
border-radius: 5px;
border: #ebeced solid 1px;
}
.gallery-slider .vertical-slide a:hover {
border-color: #b5b9bd;
}
.gallery-slider .slide img,
.gallery-slider .vertical-slide img {
width: 100%;
height: auto;
vertical-align: top;
}
.gallery-slider .btn-next,
.gallery-slider .btn-prev {
top: -5px;
right: 54px;
z-index: 11;
width: 22px;
height: 22px;
font-size: 0;
line-height: 0;
position: absolute;
}
.gallery-slider .btn-next:hover:before,
.gallery-slider .btn-prev:hover:before,
.gallery-slider .btn-next:hover:after,
.gallery-slider .btn-prev:hover:after {
background: #000000;
}
.gallery-slider .btn-next:before,
.gallery-slider .btn-prev:before,
.gallery-slider .btn-next:after,
.gallery-slider .btn-prev:after {
top: 0;
left: 0;
content: '';
margin: 0 3px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
width: 1px;
height: 100%;
position: absolute;
background: #cfd4d9;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.gallery-slider .btn-next:after,
.gallery-slider .btn-prev:after {
right: 0;
left: auto;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.gallery-slider .btn-next {
top: auto;
bottom: -2px;
}
.gallery-slider .btn-next:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.gallery-slider .btn-next:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* availability-schedule */
.availability-schedule {
margin: 0 0 -11px;
position: relative;
}
.availability-schedule .indicators {
left: 0;
top: -3px;
z-index: 5;
position: absolute;
}
.availability-schedule .jcf-scrollbar-vertical {
width: 1px;
right: 50%;
z-index: 10;
background: none;
margin: 0 19px 0 0;
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec {
top: -5px;
width: 30px;
height: 30px;
cursor: pointer;
background: none;
position: relative;
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:hover:before,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec:hover:before,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:hover:after,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec:hover:after {
background: #7a8895;
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:before,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec:before,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:after,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec:after {
top: 0;
left: 0;
content: '';
margin: 0 3px;
-webkit-transform: rotate(47deg);
-ms-transform: rotate(47deg);
transform: rotate(47deg);
width: 2px;
height: 100%;
position: absolute;
background: #cfd4d9;
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:after,
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-dec:after {
right: 0;
left: auto;
-webkit-transform: rotate(-47deg);
-ms-transform: rotate(-47deg);
transform: rotate(-47deg);
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc {
top: auto;
bottom: 11px;
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:after {
-webkit-transform: rotate(47deg);
-ms-transform: rotate(47deg);
transform: rotate(47deg);
}
.availability-schedule .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
-webkit-transform: rotate(-47deg);
-ms-transform: rotate(-47deg);
transform: rotate(-47deg);
}
.availability-schedule .jcf-scrollbar-slider {
width: 0;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}
/* schedule-holder */
.schedule-holder {
height: 545px;
width: 100% !important;
border: solid #ffffff;
border-width: 50px 0 0;
}
.schedule-holder:after {
left: 0;
right: 0;
z-index: 2;
content: '';
bottom: 51px;
height: 60px;
position: absolute;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.9)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), 0%, rgba(255, 255, 255, 0.9), 100%);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str(@start-color)}', endColorstr='#{ie-hex-str(@end-color)}', GradientType=0);
filter: none;
}
/* table-holder */
.table-holder {
overflow: hidden;
position: relative;
}
.table-holder .table-row {
margin: 0 -12px;
overflow: hidden;
}
/* table-area */
.table-area {
float: left;
width: 33.3333%;
padding: 0 12px 35px;
}
.table-area .title {
display: block;
color: #5b5a5a;
margin: 0 0 10px;
font-weight: 600;
text-align: center;
font-size: 17px;
line-height: 21px;
}
/* indicators */
.indicators {
margin: 0;
}
.indicators li {
color: #9b9b9c;
font-size: 13px;
padding: 0 22px 0 0;
}
.indicators li:before {
float: left;
content: '';
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px 10px 0 0;
background: #b1f0f5;
}
.indicators li.unavailable:before {
background: #f5ebe7;
}
/* schedule-table */
.schedule-table {
margin: 0;
border-spacing: 0;
border-collapse: collapse;
}
.schedule-table > tbody > tr > td,
.schedule-table > thead > tr > th {
padding: 0;
font-weight: 400;
text-align: center;
border: #f9f9f9 solid;
border-width: 1px;
font-size: 11px;
line-height: 28px;
}
.schedule-table > thead > tr > th {
color: #ffffff;
background: #888a90;
}
.schedule-table .available {
background: #b1f0f5;
}
.schedule-table .unavailable {
background: #e8e8e8;
}
.schedule-table > tbody > tr > td {
font-size: 12px;
}
.table-area .fc-toolbar {
margin: 0;
}
.table-area .fc-toolbar .fc-center {
display: block;
}
.table-area .fc-toolbar .fc-center h2 {
float: none;
display: block;
color: #5b5a5a;
margin: 0 0 10px;
font-weight: 600;
text-align: center;
font-size: 17px;
line-height: 21px;
text-transform: capitalize;
}
.table-area .fc th,
.table-area .fc td {
border: 0;
}
.table-area .fc-basic-view td.fc-day-number,
.table-area .fc-day-header {
text-align: center;
padding: 0 !important;
background: #e8e8e8;
font-weight: 400;
border: #f9f9f9 solid;
border-width: 1px;
font-size: 12px;
line-height: 28px;
border: #f9f9f9 solid !important;
border-width: 1px 1px 0 !important;
}
.table-area .fc-basic-view td.fc-day-number.fc-other-month,
.table-area .fc-day-header.fc-other-month {
color: #3f3f3f;
background: #b1f0f5;
}
.table-area .fc-day-header {
color: #ffffff;
font-size: 11px;
background: #888a90;
text-transform: capitalize;
}
.ui-state-disabled {
cursor: not-allowed;
}
/* description */
#conditions p,
#description p {
margin: 0 0 20px;
}
#conditions p:last-child,
#description p:last-child {
margin: 0;
}
/* features-area */
.features-area:before,
.features-area:after {
content: " ";
display: table;
}
.features-area:after {
clear: both;
}
.features-area:before,
.features-area:after {
content: " ";
display: table;
}
.features-area:after {
clear: both;
}
/* features-list */
.features-list {
float: left;
width: auto;
color: #3f3f3f;
margin: 0 20px;
}
#features h3 {
font-size: 20px;
}
/*.features-list:first-child {
width: 38.033%;
}
.features-list:last-child {
float: right;
width: 22.933%;
}
.features-list li {
padding: 0 0 0 22px;
}*/
.features-list li + li {
margin: 20px 0 0;
}
.features-list li i {
float: left;
margin: -1px 0 0 -26px;
}
.features-list li i.icon-ok {
color: #00ad5f;
font-size: 15px;
}
.features-list li i.icon-cancel {
color: #818181;
font-size: 20px;
margin: -5px 6px 0 -31px;
}
.features-list .tooltip-button {
margin: 1px 0 0 7px;
}
/* listing-detail */
.listing-detail {
margin: 0 0 20px;
}
.listing-detail .blog {
margin: 5px 0 -11px;
}
.listing-detail .blog .head {
padding: 0 0 26px;
}
.listing-detail .blog .head .rating {
margin: -6px 0 0 0;
}
.listing-detail .blog .head .rating li {
font-size: 19px;
margin: 0 -7px 0 0;
}
.listing-detail .blog h2 {
margin: 0 2px 0 0;
}
.listing-detail .posts-holder .post {
margin: 0 0 19px 90px;
padding: 16px 20px 11px 16px;
}
.listing-detail .posts-holder .post:last-child {
margin-bottom: 0;
}
.listing-detail .tab-content {
padding: 26px 19px 31px;
}
.listing-detail .nav-tabs > li > a {
min-width: 141px;
text-align: center;
padding: 11px 15px;
}
.listing-detail .nav-tabs > li > a:focus,
.listing-detail .nav-tabs > li > a:active {
outline: none;
background: #c6ccd2;
}
/* main-tabs */
.main-tabs {
margin: 0 0 61px;
}
.main-tabs > div[role=tabpanel] {
margin: 0 -10px;
}
.main-tabs > div[role=tabpanel] > .tab-content {
z-index: 2;
margin: -3px 0 0;
position: relative;
border-radius: 5px;
background: #f7f7f7;
padding: 50px 20px 0;
}
.main-tabs .tab-pane > .block {
margin: 0 0 20px;
background: #ffffff;
border-radius: 5px;
padding: 10px 20px;
border: #dedede solid 1px;
}
.main-tabs .tab-pane > .block > h2 {
margin: 0 0 10px;
}
.main-tabs .nav-tabs {
overflow: hidden;
padding: 0 0 1px;
margin: 0 0 -1px;
}
.main-tabs .nav-tabs > li {
margin-right: 7px;
}
.main-tabs .nav-tabs > li > a {
min-width: 141px;
text-align: center;
padding: 12px 5px 12px;
}
.main-tabs .nav-tabs > li.active > a,
.main-tabs .nav-tabs > li a:hover {
color: #58595b;
background: #f7f7f7;
border-color: #f7f7f7;
}
.main-tabs .nav-tabs > li.active > a {
z-index: 5;
position: relative;
}
.main-tabs .nav-tabs > li.active > a:after {
top: 100%;
left: -2px;
right: -2px;
height: 3px;
content: '';
margin: -1px 0 0;
position: absolute;
background: #f7f7f7;
}
.main-tabs .listing-post {
margin: 0 0 20px;
}
.main-tabs .listing-post .listing-box {
float: left;
width: 100%;
padding: 20px;
border-radius: 5px;
background: #ffffff;
}
.main-tabs .listing-post .foot {
padding: 4px 15px 12px 11px;
background: rgba(255, 255, 255, 0.71);
}
.main-tabs .listing-post .time-price {
width: 80px;
float: right;
margin: 0 0 0 10px;
padding: 0 0 0 10px;
}
.main-tabs .listing-post .time-price:before {
top: 12px;
width: 1px;
left: auto;
content: '';
bottom: 11px;
position: absolute;
margin: 0 0 0 -18px;
background: #c6ccd2;
}
.main-tabs .listing-post .price {
margin: 0 0 3px;
}
.main-tabs .listing-post h2 {
margin: 0 0 19px 8px;
font-size: 18px;
line-height: 21px;
}
.main-tabs .listing-post .area {
max-width: 328px;
padding: 13px 0 0;
}
.main-tabs .listing-post .area .area {
padding: 0;
overflow: visible;
}
.main-tabs .listing-post .area .area:before,
.main-tabs .listing-post .area .area:after {
content: " ";
display: table;
}
.main-tabs .listing-post .area .area:after {
clear: both;
}
.main-tabs .listing-post .area .area:before,
.main-tabs .listing-post .area .area:after {
content: " ";
display: table;
}
.main-tabs .listing-post .area .area:after {
clear: both;
}
.main-tabs .listing-post .rating {
float: right;
margin: -7px 0 7px 0;
}
.main-tabs .listing-post .rating li {
font-size: 19px;
margin: 0 0 0 -8px;
}
.main-tabs .listing-post .certified {
float: left;
margin: 0 10px 0 0;
}
.main-tabs .listing-post .certified .icon-ok {
display: inline-block;
vertical-align: top;
font-size: 26px;
margin: -11px 7px -2px 0;
}
/* form-switchers */
.form-switchers {
z-index: 2;
float: right;
width: 292px;
position: relative;
margin: 6px -1px 0 0;
}
.form-switchers .counter,
.form-switchers .title {
display: inline-block;
vertical-align: top;
color: #58595b;
cursor: pointer;
margin: 5px 10px 0 0;
}
.form-switchers label {
cursor: pointer;
}
.form-switchers .counter {
margin: 5px 0 0;
}
.form-switchers .jcf-label-active {
font-weight: 700;
}
/* radio-holder */
.radio-holder {
display: inline-block;
vertical-align: top;
padding: 1px;
cursor: pointer;
margin: 0 10px 0 0;
width: 60px;
height: 30px;
border-radius: 30px;
background: #ffffff;
border: #c6ccd2 solid 2px;
}
.radio-holder .jcf-radio {
border: 0;
margin: 0;
opacity: 0;
float: left;
width: 24px;
height: 24px;
cursor: pointer;
-webkit-box-shadow: none;
box-shadow: none;
background: #ffffff;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.radio-holder .jcf-radio.jcf-checked {
opacity: 1;
background: #c6ccd2;
}
.radio-holder .jcf-radio.jcf-checked span {
display: none;
}
.radio-holder .jcf-radio span {
display: none;
}
.radio-holder .jcf-radio + .jcf-radio {
float: right;
}
/* jcf-select-announcements-list */
.jcf-select-announcements-list .jcf-list ul img {
display: inline-block;
vertical-align: top;
margin: 0 10px 0 0;
}
.jcf-select-announcements-list .jcf-list .jcf-option {
padding: 9px;
font-size: 12px;
}
.jcf-select-announcements-list .jcf-list .jcf-option img {
width: 18px;
height: auto;
margin: 2px 5px 0;
}
.jcf-select-announcements-list .jcf-select-text img {
display: inline-block;
vertical-align: middle;
margin: 0 3px 0 0;
}
.jcf-select-announcements-list.jcf-select-alt .jcf-list ul img {
width: 20px;
height: auto;
margin: 1px 2px 0 0;
}
.jcf-select-announcements-list.jcf-select-alt .jcf-list .jcf-option {
padding: 9px 10px;
}
/* tab properties */
#properties > [role=tabpanel] {
padding: 0 0 20px;
margin: -1px -1px 0 0;
}
#properties > [role=tabpanel]:before,
#properties > [role=tabpanel]:after {
content: " ";
display: table;
}
#properties > [role=tabpanel]:after {
clear: both;
}
#properties > [role=tabpanel]:before,
#properties > [role=tabpanel]:after {
content: " ";
display: table;
}
#properties > [role=tabpanel]:after {
clear: both;
}
/* tabs-aside */
.tabs-aside {
float: left;
width: 19%;
margin: 0 0 0 -1px;
}
.tabs-aside .nav-tabs {
margin: 0;
padding: 0 0 9px;
}
.tabs-aside .nav-tabs > li {
float: none;
margin: 0 0 10px;
}
.tabs-aside .nav-tabs > li > a {
margin: 0;
outline: none;
min-width: inherit;
border-radius: 5px;
padding: 9px 5px 7px;
border: 0 !important;
background: #c7cdd3;
}
.tabs-aside .nav-tabs > li > a:focus {
background: #c7cdd3;
}
.tabs-aside .nav-tabs > li.active > a,
.tabs-aside .nav-tabs > li.active > a:focus,
.tabs-aside .nav-tabs > li > a:hover {
color: #ffffff;
outline: none;
background: #7a7a7a;
}
/* nav-tabs */
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
background: #c6ccd2;
}
.nav-tabs > li.active > a:focus {
background: #ffffff;
}
/* form-area */
.form-area {
float: right;
width: 79.367%;
}
.form-area .tab-content {
border: 0;
padding: 0;
background: none;
}
.form-area .alert-warning {
position: relative;
padding: 26px 5px 28px 100px;
}
.form-area .alert-warning .ico.exclamation {
top: 18px;
margin: 0;
left: 18px;
width: 56px;
height: 56px;
font-size: 48px;
line-height: 56px;
}
.form-area .form-holder {
position: relative;
background: #ffffff;
border-radius: 5px;
padding: 25px 29px 29px 27px;
border: #dedede solid 1px;
}
.form-area .form-holder .nav-tabs {
z-index: 6;
position: relative;
}
.form-area .form-holder .nav-tabs > li > a {
padding: 12px 5px 8px;
border-color: #c6ccd2;
}
.form-area .form-holder .nav-tabs > li.active > a,
.form-area .form-holder .nav-tabs > li > a:hover {
background: #ffffff;
border-color: #e6e6e6;
}
.form-area .form-holder .nav-tabs > li.active > a:after,
.form-area .form-holder .nav-tabs > li > a:hover:after {
left: 0;
right: 0;
background: #ffffff;
margin: -1px 0 0;
}
.form-area .form-holder.alt h2 {
margin: 0 0 23px;
}
.form-area .form-holder.alt.columns-holder h3 {
font-size: 14px;
margin: 0 0 18px;
}
.form-area .form-holder.alt .btns-list {
margin: 0 -6px 36px;
}
.form-area .form-holder.alt .jcf-textarea {
border-width: 1px;
}
.form-area .form-holder.alt .jcf-textarea .input-placeholder-text,
.form-area .form-holder.alt .jcf-textarea textarea {
line-height: 23px;
}
.form-area .tab-content {
border: 0;
padding: 0;
border-radius: 0;
margin: 0;
}
.form-area .tab-content .tab-content {
margin: 0;
background: #ffffff;
padding: 22px 19px 18px;
border-radius: 0 5px 5px;
border: #dedede solid 1px;
}
.form-area .tab-content #english.active {
z-index: 2;
position: relative;
}
.form-area .field-row {
overflow: hidden;
margin: 0 0 17px;
}
.form-area .field-row:first-child {
margin: 0 0 25px;
}
.form-area .field-row:nth-child(3) {
margin: 0 0 21px;
}
.form-area .field-row:nth-child(3) .label {
margin: 0 0 17px;
}
.form-area .field-row.type {
max-width: 428px;
margin: 0 0 20px;
}
.form-area .field-row.booking {
max-width: 452px;
margin: 0 0 10px;
}
.form-area .field-row.columns {
max-width: 721px;
}
.form-area .field-row.columns .col {
float: left;
width: 53.1%;
position: relative;
padding: 0 27px 0 0;
}
.form-area .field-row.columns .col + .col {
padding: 0;
width: 39.3%;
float: right;
}
.form-area .field-row.columns .tooltip-button {
top: 8px;
right: 0;
position: absolute;
}
.form-area .label {
float: left;
color: #58595b;
min-width: 51px;
max-width: 150px;
padding: 8px 5px 0 0;
}
.form-area .label.block {
padding: 0;
float: none;
display: block;
margin: 0 0 14px;
max-width: none;
min-width: inherit;
}
.form-area .field-holder {
overflow: hidden;
}
.form-area h2 {
margin: 0 0 26px;
font-size: 24px;
line-height: 27px;
}
.form-area .thin-scroll .input-placeholder-text {
padding: 18px 36px 8px 17px;
}
.form-area .btn-block {
padding: 20px 0 0;
}
.form-area button[type=submit] {
height: 36px;
padding: 0 5px;
min-width: 150px;
margin: 0 0 0 0;
font-size: 14px;
line-height: 17px;
text-transform: none;
background: #c7cdd3;
}
.form-area button[type=submit]:hover {
background: #8e9aa6;
}
.form-area .form-block {
position: relative;
background: #ffffff;
border-radius: 5px;
padding: 18px 20px;
border: #dedede solid 1px;
}
.form-area .form-block + .form-block {
margin: 20px 0 0;
}
.form-area .form-block .title {
width: 26px;
float: left;
color: #58595b;
margin: 7px 7px 0 0;
}
.form-area .form-block.featured-block {
padding: 23px 28px 28px;
}
.form-area .form-block.featured-block + .btn-block button[type=submit] {
margin: 0;
}
.form-area .form-block .jcf-number .jcf-real-element {
color: #c6ccd2;
}
.form-area .form-block .jcf-number .jcf-real-element::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.form-area .form-block .jcf-number .jcf-real-element:-ms-input-placeholder {
color: #c6ccd2;
}
.form-area .form-block .jcf-number .jcf-real-element::-webkit-input-placeholder {
color: #c6ccd2;
}
.form-area .field-row.time {
margin: 0 0 28px;
max-width: 499px;
}
.form-area .field-row.time .col {
float: left;
width: 48.6%;
}
.form-area .field-row.time .col + .col {
float: right;
}
.form-area .field-row.time .col + .col .title {
margin: 7px 0 0;
}
.form-area .field-row.time .col:first-child .field-holder {
padding: 0 49px 0 0;
}
.form-area .field-row.time .field-holder {
position: relative;
padding: 0 57px 0 0;
}
.form-area .field-row.time .field-holder + h3 {
margin: 0 0 20px;
}
.form-area .field-row.time .add-on {
top: 0;
right: 7px;
position: absolute;
}
.form-area .field-row.time .icon-calendar {
color: #c6cdd2;
cursor: pointer;
font-size: 25px;
line-height: 34px;
}
.form-area .field-row.time .icon-calendar:hover {
color: #8d9ba5;
}
.form-area .field-row.time .form-control {
padding: 5px;
text-align: center;
}
.form-area .field-row.time .input-placeholder-text {
right: 51px;
padding: 0 5px;
text-align: center;
}
.form-area .sub-heading {
color: #58595b;
display: block;
margin: -5px 0 28px;
}
.form-area h3 {
color: #58595b;
font-size: 14px;
margin: 0 0 31px;
}
.form-area h3 + p {
margin: -6px 0 27px;
}
.form-area .location {
max-width: 267px;
margin: 0 0 30px;
overflow: hidden;
}
.form-area .location .label {
position: relative;
}
.form-area .location + .btn-block {
padding: 0;
}
.form-area .location + .btn-block button[type=submit] {
margin: 0;
}
.form-area .select-holder {
overflow: hidden;
}
.form-area .date-slider .title {
width: auto;
display: inline-block;
vertical-align: top;
float: none;
margin: 0 32px;
color: #6a7783;
font-size: 24px;
line-height: 32px;
text-transform: uppercase;
}
.form-area .date-slider .title .thin-text {
font-weight: normal;
}
.form-area .file-selection {
margin: 0 0 20px;
background: #ffffff;
padding: 24px 20px 9px 28px;
}
.form-area .file-selection .area {
margin: 0 0 37px;
}
.form-area .file-selection .uploader {
width: auto;
max-width: 326px;
margin: 2px 31px 0 0;
}
.form-area .file-selection .jcf-file .jcf-fake-input {
width: 221px;
}
.form-area .file-selection + .btn-block {
padding: 0 0 30px;
}
.form-area .file-selection + .btn-block button[type="submit"] {
margin: 0;
}
.form-area .features-area {
margin: 0;
}
.form-area .features-area .features-list {
margin: 0;
width: 31.73%;
padding: 0 10px 0 0;
}
.form-area .features-area .features-list:first-child {
width: 35.03%;
}
.form-area .features-area .features-list:last-child {
float: right;
width: 30.23%;
}
.form-area .features-area .features-list li {
padding: 0;
}
.form-area .features-area .features-list li + li {
margin: 24px 0 0;
}
.form-area .features-area .label {
padding: 0;
float: none;
color: #58595b;
display: block;
max-width: none;
overflow: hidden;
min-width: inherit;
}
.form-area .features-area .jcf-checkbox {
float: left;
margin: 0 19px 0 0;
}
.form-area .block1 {
margin: 0 1px 20px 2px;
padding: 16px 19px 2px 19px;
}
.form-area .block1 h3 {
margin: 0 0 28px;
}
.form-area .block1 .label {
max-width: none;
min-width: inherit;
padding: 8px 10px 0 0;
}
.form-area .block1 .field-row {
overflow: visible;
}
.form-area .block1 .field-row:before,
.form-area .block1 .field-row:after {
content: " ";
display: table;
}
.form-area .block1 .field-row:after {
clear: both;
}
.form-area .block1 .field-row:before,
.form-area .block1 .field-row:after {
content: " ";
display: table;
}
.form-area .block1 .field-row:after {
clear: both;
}
.form-area .block1 .jcf-number .input-placeholder-text {
text-align: center;
}
.form-area .form-selection {
margin: 0 1px 20px 2px;
padding: 16px 4px 19px;
}
.form-area .form-selection h3 {
margin: 0 14px 30px;
}
.form-area .form-selection .jcf-list .jcf-scrollable-wrapper .jcf-list-content {
overflow: hidden;
}
.form-area .form-selection .jcf-list .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
display: none;
}
.form-area .block2 {
margin: 0 1px 20px 2px;
padding: 18px 17px 2px;
}
.form-area .block2 h3 {
margin: 0 0 27px;
}
.form-area .block2 .col {
float: left;
}
.form-area .block2 .col + .col {
float: right;
}
.form-area .block2 .label {
max-width: none;
min-width: inherit;
padding: 8px 8px 0 0;
}
.form-area .block2 .field-row {
margin: 0 0 20px;
}
.form-area .block2 .field-row:nth-child(2) {
max-width: 721px;
margin: 0 0 20px;
}
.form-area .block2 .field-row:nth-child(3) {
max-width: 681px;
margin: 0 0 11px;
}
.form-area .block2 .field-row:nth-child(4) {
max-width: 701px;
margin: 0 0 20px;
}
.form-area .block2 .field-row.address {
max-width: 700px;
}
.form-area .block2 .field-row.address + .btn-block {
padding: 0 0 38px;
}
.form-area .block2 .field-row.address + .btn-block button[type="submit"] {
margin: 0;
}
.form-area .block2 .country {
width: 47%;
}
.form-area .block2 .city {
width: 39.2%;
}
.form-area .block2 .zip {
width: 26%;
}
.form-area .block2 .cell {
width: 60%;
}
.form-area .maparea {
margin: 0 0 17px;
}
.form-area .maparea ul {
color: #58595b;
line-height: 17px;
margin: 0 0 29px 2px;
}
.form-area .maparea ul li + li {
margin: 13px 0 0;
}
.form-area .maparea ul .visited {
color: #c7cdd3;
}
.form-area .maparea .map-box {
height: 428px;
overflow: hidden;
border: #eaebec solid 1px;
}
.form-area .columns-holder {
margin: 0 0 20px;
padding: 26px 28px 23px 29px;
}
.form-area .columns-holder h3 {
font-size: 16px;
}
.form-area .columns-holder + .btn-block {
padding: 0 0 19px;
}
.form-area .columns-holder + .btn-block button[type=submit] {
margin: 0;
}
.form-area .contact-info:before,
.form-area .about-info:before,
.form-area .payment-info:before,
.form-area .contact-info:after,
.form-area .about-info:after,
.form-area .payment-info:after {
content: " ";
display: table;
}
.form-area .contact-info:after,
.form-area .about-info:after,
.form-area .payment-info:after {
clear: both;
}
.form-area .contact-info:before,
.form-area .about-info:before,
.form-area .payment-info:before,
.form-area .contact-info:after,
.form-area .about-info:after,
.form-area .payment-info:after {
content: " ";
display: table;
}
.form-area .contact-info:after,
.form-area .about-info:after,
.form-area .payment-info:after {
clear: both;
}
.form-area .contact-info .column,
.form-area .about-info .column,
.form-area .payment-info .column {
float: left;
width: 49%;
border-radius: 5px;
padding: 20px 20px 37px;
border: #eaebec solid 1px;
}
.form-area .contact-info .column + .column,
.form-area .about-info .column + .column,
.form-area .payment-info .column + .column {
float: right;
}
.form-area .about-info {
color: #808285;
}
.form-area .about-info .uploader {
width: auto;
margin: 0 0 11px;
}
.form-area .about-info .uploader + p {
max-width: 331px;
margin: 0 0 26px -2px;
}
.form-area .about-info .uploader + p .icon-resize-full-alt {
display: inline-block;
vertical-align: top;
color: #c6ccd2;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.form-area .about-info .icon-resize-full-alt {
display: inline-block;
vertical-align: top;
color: #c6ccd2;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.form-area .about-info .jcf-file .jcf-fake-input {
width: 221px;
}
.form-area .about-info .from {
max-width: 375px;
margin: 0 0 7px;
}
.form-area .about-info .label {
padding: 0;
max-width: 121px;
line-height: 23px;
margin: 7px 11px 0 0;
}
.form-area .about-info .label.block {
display: block;
max-width: none;
}
.form-area .about-info .language {
margin: 0 0 26px;
}
.form-area .about-info .language button[type="submit"] {
float: right;
min-width: 87px;
margin: 0 0 0 10px;
}
.form-area .about-info .language .label {
max-width: 114px;
margin: 7px 0 0;
}
.form-area .about-info .language .field-holder {
padding: 12px 5px 0 0;
}
.form-area .img-holder {
width: 148px;
height: 141px;
overflow: hidden;
border-radius: 5px;
margin: 0 auto 20px;
border: #eaebec solid 1px;
background: url(../images/img13.png) no-repeat;
}
.form-area .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.form-area .img-holder div,
.form-area .img-holder span {
float: left;
}
.form-area .message-area {
z-index: 2;
position: relative;
}
.form-area .message-area .label {
margin: 0 0 16px;
}
.form-area .message-area .tab-content {
padding: 10px;
margin-bottom: 20px;
}
.form-area .message-area .field-row {
margin: 0;
}
.form-area .message-area .jcf-textarea {
border-width: 0;
}
.form-area .message-area .jcf-textarea textarea {
height: 186px;
max-height: 186px;
min-height: 185px;
}
.form-area .message-area .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.form-area .message-area .jcf-scrollbar-vertical .jcf-scrollbar-inc {
height: 20px;
}
.form-area .message-area .jcf-scrollbar-vertical .jcf-scrollbar-slider {
margin: 0 0 0 2px;
}
.form-area .message-area .jcf-scrollbar-vertical .jcf-scrollbar-slider .jcf-scrollbar-handle {
background: #c6ccd2;
}
.form-area .message-area #btn-translate {
margin: 10px 0 0 0;
padding: 7px 14px;
}
.form-area .message-area .nav-tabs > li > a {
border-radius: 5px 5px 0 0;
}
.form-area .payment-info {
margin: 0 0 20px;
}
.form-area .payment-info .column {
padding: 20px 20px 2px;
}
.form-area .payment-info .column:first-child {
padding: 20px 21px 10px 18px;
}
.form-area .payment-info .label {
padding: 0;
width: 129px;
max-width: none;
min-width: inherit;
margin: 7px 11px 0 0;
}
.form-area .payment-info .field-row {
margin: 0 0 19px;
overflow: visible;
position: relative;
}
.form-area .payment-info .field-row:before,
.form-area .payment-info .field-row:after {
content: " ";
display: table;
}
.form-area .payment-info .field-row:after {
clear: both;
}
.form-area .payment-info .field-row:before,
.form-area .payment-info .field-row:after {
content: " ";
display: table;
}
.form-area .payment-info .field-row:after {
clear: both;
}
.form-area .payment-info .field-row:first-child {
margin: 0 0 19px;
}
.form-area .payment-info .field-row:nth-child(3) .label {
width: 132px;
margin: 7px 7px 0 0;
}
.form-area .payment-info .field-row.alt {
margin: 0 0 9px;
}
.form-area .payment-info .field-row.alt + .field-row .field-holder {
padding: 10px 0 0;
}
.form-area .payment-info .form-control {
padding: 5px;
text-align: center;
}
.form-area .payment-info .input-placeholder-text {
padding: 0 5px;
text-align: center;
}
.form-area .payment-info .field-day,
.form-area .payment-info .field-month,
.form-area .payment-info .field-year {
float: left;
position: relative;
text-align: center;
padding: 0 5px 0 0;
}
.form-area .payment-info .field-day {
width: 21.4%;
}
.form-area .payment-info .field-day .input-placeholder-text {
right: 5px;
}
.form-area .payment-info .field-month {
width: 55%;
padding: 0 5px;
text-align: left;
}
.form-area .payment-info .field-year {
width: 23.4%;
padding: 0 0 0 3px;
}
.form-area .payment-info + .alert-success {
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #bee1ff;
padding: 16px 20px;
}
.form-area .payment-info ~ .info-list {
padding: 0 10px 5px 0;
}
.form-area .payment-info ~ .info-list li {
margin: 0;
padding: 0;
}
.form-area .payment-info ~ .info-list li + li {
margin: 21px 0 0;
}
.form-area .payment-info ~ .info-list .btn-primary {
padding: 7px 10px;
background: #7a7a7a;
text-transform: none;
vertical-align: middle;
}
.form-area .payment-info ~ .info-list .btn-primary:hover {
background: #949494;
}
.form-area .payment-info ~ .info-list .tooltip-button {
margin: 0 -11px 0 9px;
vertical-align: middle;
}
.form-area .tooltip-btn {
top: 1px;
right: 1px;
bottom: 1px;
width: 34px;
z-index: 5;
position: absolute;
background: #ffffff;
padding: 8px 0 0 5px;
border-radius: 0 5px 5px 0;
}
.form-area .tooltip-btn .tooltip-button {
font-size: 12px;
text-indent: 1px;
}
.form-area .contact-info {
margin: 0;
}
.form-area .contact-info .column {
padding: 32px 19px 5px 20px;
}
.form-area .contact-info .column:first-child {
padding: 20px 21px 10px 18px;
}
.form-area .contact-info .field-row {
margin: 0 0 21px;
overflow: visible;
position: relative;
}
.form-area .contact-info .field-row:before,
.form-area .contact-info .field-row:after {
content: " ";
display: table;
}
.form-area .contact-info .field-row:after {
clear: both;
}
.form-area .contact-info .field-row:before,
.form-area .contact-info .field-row:after {
content: " ";
display: table;
}
.form-area .contact-info .field-row:after {
clear: both;
}
.form-area .contact-info .field-row:first-child {
margin: 0 0 23px;
}
.form-area .contact-info .field-row:nth-child(2) {
margin: 0 0 25px;
}
.form-area .contact-info .field-row:nth-child(3) .label {
margin: 7px 11px 0 0;
}
.form-area .contact-info .field-row.alt {
margin: 0 0 19px;
}
.form-area .contact-info .field-row.alt .field-holder {
padding: 11px 0 0;
}
.form-area .contact-info .field-row:last-child {
margin: 0 0 10px;
}
.form-area .contact-info .label {
padding: 0;
width: 129px;
max-width: none;
min-width: inherit;
margin: 7px 11px 0 0;
}
.form-area .contact-info .label.block {
width: auto;
display: block;
max-width: none;
}
.form-area .contact-info .code {
float: left;
width: 45px;
margin: 0 10px 0 0;
}
.form-area .contact-info .code .form-control {
padding: 5px;
text-align: center;
}
.form-area h4 {
color: #58595b;
font-size: 14px;
margin: 0 0 17px;
}
.form-area #contact-info .form-holder {
margin: 0 0 20px;
padding: 26px 28px 29px 29px;
}
.form-area #contact-info h3 {
font-size: 16px;
}
.form-area #contact-info .btn-block {
padding: 0 0 20px;
}
.form-area #contact-info .btn-block button[type=submit] {
margin: 0;
}
/* btns-list */
.btns-list {
margin: 0 -6px 32px;
}
.btns-list:before,
.btns-list:after {
content: " ";
display: table;
}
.btns-list:after {
clear: both;
}
.btns-list:before,
.btns-list:after {
content: " ";
display: table;
}
.btns-list:after {
clear: both;
}
.btns-list li {
float: left;
width: 33.3333%;
position: relative;
padding: 0 5px 10px;
}
.btns-list .btn {
color: #58595b;
display: block;
padding: 7px 5px;
background: #ffffff;
text-transform: capitalize;
border: #dedede solid 1px;
-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
}
.btns-list .btn:hover {
color: #262627;
border-color: #ababab;
}
.btns-list .close {
right: -4px;
}
/* images-list */
.images-list {
margin: 0 -13px 0 -7px;
}
.images-list:before,
.images-list:after {
content: " ";
display: table;
}
.images-list:after {
clear: both;
}
.images-list:before,
.images-list:after {
content: " ";
display: table;
}
.images-list:after {
clear: both;
}
.images-list li {
padding: 0;
float: left;
width: 120px;
overflow: hidden;
border-radius: 4px;
margin: 0 5px 10px;
border: #eaebec solid 1px;
cursor: move;
}
.images-list li img {
width: 100%;
height: auto;
vertical-align: top;
}
/* check-list */
.check-list {
margin: -5px 0 37px;
}
.check-list li {
padding: 0;
margin: 0 22px 0 0;
}
.check-list .label {
padding: 0;
float: none;
display: inline-block;
vertical-align: middle;
}
.check-list .jcf-checkbox {
margin: 0 8px 0 0;
vertical-align: middle;
}
/* date-slider */
.date-slider {
left: 6px;
max-width: 730px;
margin: 0 auto 13px;
position: relative;
border-radius: 5px;
padding: 31px 30px 30px;
border: #dedede solid 1px;
}
.date-slider .fc-toolbar,
.date-slider .title-area {
padding: 0 0 19px;
text-align: center;
}
.date-slider .fc-left,
.date-slider .fc-right,
.date-slider .carousel-control {
display: inline-block;
vertical-align: top;
filter: none;
opacity: 0.5;
filter: alpha(opacity=50);
width: 32px;
height: 32px;
color: #7a7a7a;
overflow: hidden;
position: static;
text-align: center;
text-shadow: none;
background: #ffffff;
border-radius: 100%;
text-decoration: none;
font-size: 25px;
line-height: 29px;
border: #7a7a7a solid 1px;
}
.date-slider .fc-left:focus,
.date-slider .fc-right:focus,
.date-slider .carousel-control:focus,
.date-slider .fc-left:hover,
.date-slider .fc-right:hover,
.date-slider .carousel-control:hover {
opacity: 1;
filter: alpha(opacity=100);
-webkit-box-shadow: none;
box-shadow: none;
color: #474747;
border-color: #474747;
}
.date-slider .fc-left.left,
.date-slider .fc-right.left,
.date-slider .carousel-control.left {
text-indent: -3px;
}
.date-slider .fc-left.right,
.date-slider .fc-right.right,
.date-slider .carousel-control.right {
text-indent: -1.5px;
}
.date-slider .fc-toolbar {
overflow: hidden;
max-width: 420px;
margin: 0 auto;
}
.date-slider .fc-toolbar .fc-left button,
.date-slider .fc-toolbar .fc-right button {
margin: 0;
border: 0;
padding: 0;
float: none;
display: block;
background: none;
width: 100%;
height: 100%;
}
.date-slider .fc-toolbar .fc-icon {
margin: 0;
top: auto;
}
.date-slider .fc-toolbar .fc-icon:after {
top: -5px;
margin: 0;
left: auto;
width: auto;
font: 25px/29px 'fontello';
}
.date-slider .fc-toolbar .fc-icon.fc-icon-left-single-arrow {
text-indent: -3px;
}
.date-slider .fc-toolbar .fc-icon.fc-icon-left-single-arrow:after {
content: '\e808';
}
.date-slider .fc-toolbar .fc-icon.fc-icon-right-single-arrow:after {
content: '\e807';
}
.date-slider .fc-toolbar .fc-center {
width: auto;
float: none;
display: block;
overflow: hidden;
text-align: center;
text-transform: uppercase;
}
.date-slider .fc-toolbar .fc-center h2 {
float: none;
margin: 0 5px;
color: #6a7783;
font-size: 24px;
line-height: 32px;
}
.date-slider .fc-toolbar .fc-center .span {
font-weight: normal;
}
.date-slider .fc-day-grid-container {
height: auto !important;
}
/* date-table */
.date-table {
margin: 0;
border-collapse: collapse;
}
.date-table > tbody > tr > td,
.date-table > thead > tr > td,
.date-table > tbody > tr > th,
.date-table > thead > tr > th {
border: #ffffff solid;
border-width: 0 0 1px 1px;
}
.date-table > tbody > tr > td:first-child,
.date-table > thead > tr > td:first-child,
.date-table > tbody > tr > th:first-child,
.date-table > thead > tr > th:first-child {
border-width: 0 0 1px;
}
.date-table > tbody > tr > th,
.date-table > thead > tr > th {
color: #ffffff;
padding: 6px 5px;
text-align: center;
font-size: 14px;
line-height: 17px;
background: #c7cdd3;
text-transform: lowercase;
}
.date-table > tbody > tr > td,
.date-table > thead > tr > td {
color: #58595b;
min-height: 75px;
padding: 29px 5px;
text-align: center;
vertical-align: middle;
font-size: 14px;
line-height: 17px;
background: #f0f0f0;
}
.date-table > tbody > tr > td > div,
.date-table > thead > tr > td > div {
position: relative;
}
.date-table .price {
left: 3px;
bottom: -24px;
color: #39b4fb;
position: absolute;
}
/* form-announcements */
.form-announcements {
margin: 0 0 20px;
background: #ffffff;
border-radius: 5px;
padding: 15px 19px 19px;
border: #dedede solid 1px;
}
.form-announcements h2 {
color: #58595b;
margin: 0 0 7px;
font-size: 14px;
line-height: 17px;
}
.form-announcements .jcf-select .jcf-select-text {
margin: 4px 42px 0 5px;
}
/* btn-translate */
.btn-translate {
display: inline-block;
vertical-align: top;
color: #58595b;
height: 50px;
text-align: center;
position: relative;
margin: 0 18px 0 3px;
text-decoration: none;
letter-spacing: -0.2px;
background: url(../images/sprite-icons.png) repeat-x 0 -63px;
}
.btn-translate:hover {
text-decoration: none;
color: #262627;
}
.btn-translate:after,
.btn-translate:before {
top: 0;
content: '';
position: absolute;
background: url(../images/sprite-icons.png) no-repeat -9999px -9999px;
}
.btn-translate:after {
left: 100%;
width: 18px;
height: 50px;
background-position: -82px 0;
}
.btn-translate:before {
top: 1px;
right: 100%;
width: 5px;
height: 50px;
background-position: -75px 0;
}
.btn-translate span {
z-index: 2;
float: left;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
padding: 13px 9px 11px 16px;
}
#english .btn-translate {
margin-bottom: -6px;
}
#policy .form-holder {
padding: 25px 30px 29px 29px;
}
#policy .form-holder > h2 {
margin: 0 0 32px;
}
/* price-section */
.price-section {
margin: 0 0 20px;
position: relative;
}
.price-section:before,
.price-section:after {
content: " ";
display: table;
}
.price-section:after {
clear: both;
}
.price-section:before,
.price-section:after {
content: " ";
display: table;
}
.price-section:after {
clear: both;
}
.price-section .column {
float: left;
width: 37.2%;
border-radius: 5px;
padding: 17px 18px;
border: #e6e6e6 solid 1px;
}
.price-section .column + .column {
float: right;
width: 61.6%;
padding: 17px 13px 17px 17px;
}
.price-section .column + .column .price-info {
margin: 0 16px 0 -3px;
}
.price-section .column + .column .price-info:before,
.price-section .column + .column .price-info:after {
content: " ";
display: table;
}
.price-section .column + .column .price-info:after {
clear: both;
}
.price-section .column + .column .price-info:before,
.price-section .column + .column .price-info:after {
content: " ";
display: table;
}
.price-section .column + .column .price-info:after {
clear: both;
}
.price-section .column + .column .price-info li {
margin: 0;
float: left;
}
.price-section .column + .column .price-info li + li {
margin: 0;
float: right;
}
.price-section h3 {
margin: 0 0 20px;
}
.price-section .label {
color: #58595b;
max-width: none;
min-width: inherit;
padding: 6px 5px 0 0;
}
.price-section .field-row {
margin: 0 0 18px;
max-width: 233px;
}
.price-section .field-row .info {
float: right;
margin: 8px 0 0 9px;
}
.price-section .info {
display: inline-block;
vertical-align: top;
font-size: 16px;
margin: 0 0 0 2px;
}
.price-section .tooltip-button {
margin: -2px 0 0 5px;
vertical-align: middle;
}
.price-section .price-area {
border: 0;
padding: 0;
margin: 0 0 12px;
border-radius: 0;
}
.price-section .price-area:before,
.price-section .price-area:after {
content: " ";
display: table;
}
.price-section .price-area:after {
clear: both;
}
.price-section .price-area:before,
.price-section .price-area:after {
content: " ";
display: table;
}
.price-section .price-area:after {
clear: both;
}
.price-section .price-area .col {
float: left;
width: 47.2%;
}
.price-section .price-area .col + .col {
float: right;
width: 45.2%;
}
.price-section .price-area .title {
float: left;
margin: 8px 9px 0 0;
}
.price-section .price-area .add-on {
float: right;
color: #c6cdd2;
cursor: pointer;
font-size: 25px;
margin: 0 0 0 16px;
}
.price-section .price-area .add-on:hover {
color: #8d9ba5;
}
.price-section .price-area .input-placeholder-text,
.price-section .price-area .form-control {
padding: 5px;
text-align: center;
}
.price-section .price-area .input-placeholder-text {
padding: 0 5px;
}
.price-section .price {
display: block;
margin: 0 0 11px;
text-align: center;
font-size: 36px;
line-height: 40px;
}
.price-section .price .tooltip-button {
vertical-align: middle;
margin: -6px 4px 0 3px;
}
.price-section .price-info {
color: #58595b;
margin-bottom: 16px;
}
.price-section .price-info li + li {
margin: 15px 0 0;
}
/* discount-area */
.discount-area {
margin: 0 0 21px;
border-radius: 5px;
padding: 11px 17px 18px;
border: #e6e6e6 solid 1px;
}
.discount-area h2 {
font-size: 14px;
margin: 0 0 22px;
}
.discount-area .btn-block {
padding: 0;
}
.discount-area .btn-block button[type=submit] {
margin: 0;
min-width: 220px;
}
.discount-area + .form-block {
margin: 0 0 20px;
}
.discount-area .jcf-number {
position: relative;
}
.discount-area .jcf-number .form-control {
color: #c6ccd2;
}
.discount-area .jcf-number .form-control::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.discount-area .jcf-number .form-control:-ms-input-placeholder {
color: #c6ccd2;
}
.discount-area .jcf-number .form-control::-webkit-input-placeholder {
color: #c6ccd2;
}
.discount-area .jcf-number .ending {
top: 8px;
right: 30px;
position: absolute;
color: #c6ccd2;
}
/* discount-list */
.discount-list {
max-width: 742px;
margin: 0 auto 28px;
}
.discount-list:before,
.discount-list:after {
content: " ";
display: table;
}
.discount-list:after {
clear: both;
}
.discount-list:before,
.discount-list:after {
content: " ";
display: table;
}
.discount-list:after {
clear: both;
}
.discount-list + .discount-list {
margin-bottom: 30px;
}
.discount-list li {
vertical-align: bottom;
padding: 0 5px 0 0;
}
.discount-list .field-holder {
width: 85px;
display: inline-block;
vertical-align: middle;
}
.discount-list .close {
position: static;
margin: 6px -11px 0 11px;
display: inline-block;
vertical-align: middle;
}
.discount-list .label {
float: none;
max-width: none;
min-width: inherit;
padding: 0 2px 0 0;
letter-spacing: -0.2px;
display: inline-block;
vertical-align: middle;
}
.discount-list .form-control,
.discount-list .input-placeholder-text {
text-align: center;
}
/* price-range */
.price-range .sign {
float: right;
font-size: 16px;
margin: 6px 0 0 4px;
}
.price-range .agenda {
max-width: 350px;
margin: -1px 0 10px -2px;
}
.price-range .agenda .label {
max-width: none;
min-width: inherit;
}
.price-range .agenda .input-placeholder-text,
.price-range .agenda .form-control {
padding: 5px;
text-align: center;
}
.price-range .agenda .input-placeholder-text {
padding: 0 5px;
}
.price-range .btn-block button[type=submit] {
margin: 0;
}
/* booking-policy */
.booking-policy {
margin: 0 0 19px;
border-radius: 5px;
padding: 12px 20px 2px;
border: #e6e6e6 solid 1px;
}
.booking-policy h2 {
font-size: 14px;
margin: 0 0 20px;
}
.booking-policy .field-row {
max-width: 435px;
}
.booking-policy .field-row .field-holder .label {
float: right;
padding: 8px 0 0 10px;
}
.booking-policy .field-row:nth-child(3) {
margin: 0 0 15px;
}
.booking-policy .policy {
max-width: 317px;
}
.booking-policy .label {
max-width: none;
min-width: inherit;
padding: 8px 5px 0 0;
}
.booking-policy .jcf-number:after {
right: 24px;
}
.booking-policy .jcf-number .jcf-real-element {
color: #c6ccd2;
}
.booking-policy .jcf-number .jcf-real-element::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.booking-policy .jcf-number .jcf-real-element:-ms-input-placeholder {
color: #c6ccd2;
}
.booking-policy .jcf-number .jcf-real-element::-webkit-input-placeholder {
color: #c6ccd2;
}
.postarea {
padding: 0 0 20px;
position: relative;
margin: -24px 0 0;
}
.postarea .result-counter {
float: left;
color: #58595b;
margin: 0 10px 0 0;
}
.postarea .section-head {
overflow: hidden;
padding: 0 0 25px;
}
.postarea .section-foot {
overflow: hidden;
}
.postarea .section-foot .result-counter {
margin: 12px 10px 0 0;
}
.postarea .nav-pagination {
margin: 0;
}
.postarea .nav-pagination .pagination {
margin: 0;
}
.postarea .nav-pagination .pagination li {
float: left;
}
.postarea .post-area {
float: left;
width: 82.1%;
margin: 0 4.5% 0 0;
}
.postarea .posts-holder {
padding: 0 0 29px;
position: relative;
}
.postarea .posts-holder .post {
margin: 0;
color: #808285;
background: #ffffff;
padding: 18px 19px 20px;
}
.postarea .posts-holder .post:before,
.postarea .posts-holder .post:after {
content: " ";
display: table;
}
.postarea .posts-holder .post:after {
clear: both;
}
.postarea .posts-holder .post:before,
.postarea .posts-holder .post:after {
content: " ";
display: table;
}
.postarea .posts-holder .post:after {
clear: both;
}
.postarea .posts-holder .post + .post {
margin: 20px 0 0;
position: relative;
}
.postarea .posts-holder .post .area {
padding: 0;
}
.postarea .posts-holder .post .area .area {
padding: 0 0 26px;
}
.postarea .posts-holder .img-holder {
float: left;
width: 200px;
border-width: 0;
max-width: none;
margin: 0 19px 0 0;
border-radius: 5px;
}
.postarea .posts-holder .img-holder a {
display: block;
overflow: hidden;
border-radius: 5px;
position: relative;
border: solid 1px #ebeced;
}
.postarea .posts-holder .img-holder a:hover {
border-color: #b5b9bd;
}
.postarea .posts-holder .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.postarea .posts-holder .footer {
margin: 1px 0 0;
overflow: hidden;
}
.postarea .posts-holder .footer .btn-default {
padding: 7px;
display: block;
text-align: center;
text-transform: none;
background: #c7cdd3;
}
.postarea .posts-holder .footer .btn-default:hover {
background: #8e9aa6;
}
.postarea .posts-holder .footer .btn-default + .btn {
margin: 10px 0 0;
}
.postarea .head:before,
.postarea .head:after {
content: " ";
display: table;
}
.postarea .head:after {
clear: both;
}
.postarea .head:before,
.postarea .head:after {
content: " ";
display: table;
}
.postarea .head:after {
clear: both;
}
.postarea .head time {
color: #58595b;
float: right;
font-size: 16px;
font-weight: 700;
margin: -3px 0 0;
}
.postarea .area {
overflow: hidden;
padding: 0 0 26px;
}
.postarea h2 {
float: left;
font-size: 16px;
margin: 0 10px 0 0;
}
.postarea h2 a {
color: #58595b;
text-decoration: none;
}
.postarea h2 a:hover {
color: #000000;
text-decoration: none;
}
.postarea .meta {
color: #58595b;
padding: 0 0 14px;
}
.postarea .meta:before,
.postarea .meta:after {
content: " ";
display: table;
}
.postarea .meta:after {
clear: both;
}
.postarea .meta:before,
.postarea .meta:after {
content: " ";
display: table;
}
.postarea .meta:after {
clear: both;
}
.postarea .meta p {
display: inline-block;
vertical-align: top;
margin: 0 11px 0 0;
}
.postarea .rating {
display: inline-block;
vertical-align: top;
float: none;
margin: -3px 0 0;
}
.postarea .rating li {
font-size: 18px;
margin: 0 -7px 0 0;
}
.postarea .post-content {
margin: 0;
position: relative;
}
.postarea .post-content p {
margin: 0 0 10px;
}
.postarea .post-content p a {
color: #808285;
text-decoration: none;
}
.postarea .post-content p a:hover {
color: #67696b;
}
.postarea .post-content .author-img {
float: left;
width: 60px;
overflow: hidden;
position: static;
border-radius: 4px;
margin: 0 20px 0 0;
border: #eaebec solid 1px;
}
.postarea .textbox {
overflow: hidden;
padding: 4px 0 0;
}
.postarea p {
margin: 0 0 10px;
}
.postarea .booking-info {
color: #58595b;
float: right;
margin: -3px 0 0 10px;
}
.postarea .booking-detail {
margin: 0 0 4px;
}
.postarea .booking-detail:before,
.postarea .booking-detail:after {
content: " ";
display: table;
}
.postarea .booking-detail:after {
clear: both;
}
.postarea .booking-detail:before,
.postarea .booking-detail:after {
content: " ";
display: table;
}
.postarea .booking-detail:after {
clear: both;
}
.postarea .booking-detail ul {
float: left;
width: 62.666%;
margin: 2px 0 0;
}
.postarea .booking-detail ul li {
padding: 0;
float: left;
color: #58595b;
width: 50%;
font-weight: 700;
text-align: center;
}
.postarea .booking-detail ul li:first-child {
text-align: left;
}
.postarea .booking-detail ul li:last-child {
text-align: right;
}
.postarea .booking-detail ul li time,
.postarea .booking-detail ul li span {
margin: 0;
float: none;
font-size: 14px;
font-weight: 400;
}
.postarea .booking-duration {
color: #58595b;
display: block;
overflow: hidden;
text-align: right;
margin: 2px 0 0 5px;
}
.postarea .booking-duration .normal-text {
font-weight: 400;
}
.postarea .price {
color: #58595b;
display: block;
font-size: 30px;
line-height: 1.125;
text-align: right;
margin: -4px 0 14px;
}
.postarea .price > span {
display: inline-block;
vertical-align: middle;
}
.postarea .price .tooltip-button {
margin: 5px 0 0 5px;
vertical-align: middle;
}
.postarea .empty,
.postarea .expiry {
color: #58595b;
display: block;
margin: 0 0 9px;
}
.postarea.alt {
margin: -19px 0 0;
}
.postarea.alt .section-head {
padding: 0 0 33px;
}
.postarea.alt .section-head .result-counter {
margin: 10px 10px 0 0;
}
.postarea.alt .posts-holder .footer {
margin: 1px 0 -12px;
text-align: right;
}
.postarea.alt .posts-holder .footer .btn {
display: block;
margin: 0 0 12px;
padding: 7px 5px;
text-align: center;
text-transform: none;
}
.postarea.alt .posts-holder .footer .btn.btn-default {
min-width: 150px;
display: inline-block;
}
.postarea.alt .posts-holder .area .area {
padding: 0 0 15px;
}
.postarea.alt .post-area {
width: 77.7%;
}
.postarea.alt .meta {
padding: 0 0 17px;
}
.postarea.alt2 {
margin: 8px 0 0 -2px;
}
.postarea.alt2 .posts-holder .post {
padding: 18px 19px 16px;
}
.postarea.alt2 .posts-holder .post .area .area {
padding: 0 0 19px;
}
.postarea.alt2 .posts-holder .img-holder {
margin: 2px 19px 0 1px;
}
.postarea.alt2 .posts-holder .footer {
margin: 1px 0 -12px;
text-align: right;
}
.postarea.alt2 .posts-holder .footer .btn {
display: block;
margin: 0 0 12px;
padding: 7px 5px;
text-align: center;
text-transform: none;
}
.postarea.alt2 .posts-holder .footer .btn.btn-default {
min-width: 150px;
display: inline-block;
}
.postarea.alt2 .post-area {
width: 77.6%;
margin: 0 4.6% 0 0;
}
.postarea.alt2 .meta {
padding: 0 0 7px;
}
.postarea.alt2 .booking-info {
float: none;
display: block;
margin: 0 0 10px;
text-align: left;
}
.postarea.alt2 .booking-detail ul {
margin: 0;
}
.postarea.alt2 .textbox {
padding: 10px 0 0;
}
.postarea.alt2 .author-info {
color: #58595b;
display: block;
margin: 0 0 9px;
}
.postarea.alt2 .rating {
display: block;
}
.postarea.alt2 .price {
margin: -4px 0 38px;
}
.postarea.alt2 .price .tooltip-button {
margin: 5px 0 0 11px;
}
.postarea.alt2 .price > span {
letter-spacing: normal;
}
.postarea.alt2 .booking-duration {
margin: 0 0 32px;
}
.postarea.alt3 {
margin: 8px 0 0;
}
.postarea.alt3 .post-area {
width: 77.6%;
margin: 0 4.6% 0 0;
}
.postarea.alt3 .posts-holder {
padding: 0 0 26px;
}
.postarea.alt3 .posts-holder .post .area .area {
padding: 0 0 15px;
}
.postarea.alt3 .posts-holder .img-holder {
margin: 2px 19px 0 0;
}
.postarea.alt3 .posts-holder .footer {
text-align: right;
}
.postarea.alt3 .meta {
padding: 0 0 15px;
}
.postarea.alt3 .btn-yellow {
display: block;
margin: 0 0 12px;
padding: 7px 5px;
text-align: center;
text-transform: none;
}
.postarea.alt3 .booking-duration {
margin: 0 0 17px;
}
.postarea.alt3 .booking-info {
float: none;
display: block;
margin: 0 0 5px;
}
.postarea.alt3 .booking-detail ul {
margin: 0;
}
.postarea.alt3 .textbox {
padding: 11px 0 0;
}
.postarea.alt3 .author-info {
display: block;
margin: 0 0 9px;
}
.postarea.alt3 .price {
margin: -4px 0 17px;
}
.postarea .btn-block {
width: auto;
display: block;
overflow: hidden;
}
.postarea .btns-holder {
padding: 0 0 16px;
}
.postarea .btns-holder .btn {
min-width: 150px;
padding: 7px 5px;
text-align: center;
margin: 0 5px 10px;
text-transform: none;
}
.postarea.notation-booking {
margin: 0;
}
.postarea.notation-booking .posts-holder .post .area .area {
padding: 0 0 34px;
}
.postarea.notation-booking h2 {
font-weight: 400;
}
.postarea.notation-booking h2 a {
color: #435cc8;
font-weight: 700;
}
.postarea.notation-booking h2 a:hover {
color: #7e8fd9;
}
.postarea.notation-booking .rating-area {
width: auto;
float: right;
margin: -3px -3px 0 10px;
}
.postarea.notation-booking .rating-area.alt {
width: auto;
}
.postarea.notation-booking .rating-area.alt .title {
width: auto;
margin: 5px 15px 0 0;
}
.postarea.notation-booking .rating-area .title {
width: 206px;
max-width: none;
margin: 5px 5px 0 0;
}
.postarea.notation-booking .rating-area .rating {
float: right;
}
.postarea.notation-booking .rating-area .rating li {
font-size: 26px;
margin: 0 0 0 -9px;
}
.postarea.notation-booking .booking-detail {
overflow: hidden;
}
.postarea.notation-booking .booking-detail ul {
width: 100%;
}
.postarea.notation-booking .booking-detail ul li {
float: none;
width: auto;
font-weight: 400;
margin: 0 28px 0 0;
vertical-align: top;
}
.postarea.notation-booking .booking-detail ul li:last-child {
text-align: left;
}
.postarea.notation-booking .booking-detail ul li a {
color: #58595b;
font-weight: 700;
text-decoration: none;
}
.postarea.notation-booking .booking-detail ul li a:hover {
color: #262627;
}
.postarea.notation-booking .booking-detail ul time {
display: inline-block;
vertical-align: top;
font-weight: 700;
}
/* form-filter */
.form-filter {
float: right;
width: 236px;
}
/* form-ad-detail */
.form-ad-detail {
max-width: 680px;
margin: 11px auto 57px;
}
.form-ad-detail .listing-detail {
right: 10px;
max-width: 600px;
position: relative;
background: #ffffff;
border-radius: 5px;
margin: 0 auto 59px;
padding: 14px 20px 19px;
border: #e6e6e6 solid 1px;
}
.form-ad-detail .listing-detail:before,
.form-ad-detail .listing-detail:after {
content: " ";
display: table;
}
.form-ad-detail .listing-detail:after {
clear: both;
}
.form-ad-detail .listing-detail:before,
.form-ad-detail .listing-detail:after {
content: " ";
display: table;
}
.form-ad-detail .listing-detail:after {
clear: both;
}
.form-ad-detail .area {
margin: 0 0 16px;
}
.form-ad-detail .area:before,
.form-ad-detail .area:after {
content: " ";
display: table;
}
.form-ad-detail .area:after {
clear: both;
}
.form-ad-detail .area:before,
.form-ad-detail .area:after {
content: " ";
display: table;
}
.form-ad-detail .area:after {
clear: both;
}
.form-ad-detail .author-img,
.form-ad-detail .img-holder {
float: left;
overflow: hidden;
border-radius: 5px;
margin: 3px 29px 0 0;
border: #ebeced solid 1px;
}
.form-ad-detail .listing-title {
display: block;
font-size: 18px;
line-height: 1.125;
margin: 0 0 85px;
}
.form-ad-detail .author-detail,
.form-ad-detail .box {
overflow: hidden;
}
.form-ad-detail .author-detail .box {
padding: 10px 0 0;
}
.form-ad-detail .author-img {
border-radius: 4px;
margin: 0 16px 0 0;
border-color: #eaebec;
}
.form-ad-detail .author-name {
color: #58595b;
display: block;
margin: 0 0 6px;
font-weight: normal;
}
.form-ad-detail .author-name a {
color: #58595b;
font-weight: 700;
text-decoration: none;
}
.form-ad-detail .author-name a:hover {
color: #000000;
text-decoration: none;
}
.form-ad-detail .rating {
margin: 0;
}
.form-ad-detail .rating li {
font-size: 18px;
margin: 0 -7px 0 0;
}
.form-ad-detail .jcf-textarea {
margin: 0 0 16px;
background: #ffffff;
}
.form-ad-detail .jcf-textarea textarea {
height: 125px;
line-height: 20px;
min-height: 124px;
max-height: 400px;
}
.form-ad-detail .input-placeholder-text {
line-height: 20px;
padding: 17px;
}
.form-ad-detail .btn-primary {
padding: 7px 23px;
background: #7c868d;
text-transform: none;
}
.form-ad-detail .btn-primary:hover {
background: #a5acb1;
}
.form-ad-detail .btn-default {
padding: 6px 30px;
text-transform: none;
background: #c7cdd3;
}
.form-ad-detail .btn-default:hover {
background: #9ca7b1;
}
/* messaging blog */
#messaging .blog {
margin: 0 auto;
max-width: 880px;
padding: 0 0 20px;
}
#messaging .blog .posts-holder .post {
background: #ffffff;
margin: 0 30px 0 100px;
}
#messaging .blog .posts-holder .post + .post {
margin-top: 20px;
}
#messaging .blog .posts-holder .post:nth-child(2) .post-content {
margin: 0 4px 37px 0;
}
#messaging .blog .posts-holder .author-img {
width: 80px;
}
#messaging .postarea .post-content p a {
color: #808285;
text-decoration: none;
}
#messaging .postarea .post-content p a:hover {
color: #414244;
}
/* location-holder */
.location-holder {
color: #58595b;
max-width: 620px;
position: relative;
margin: 0 auto 48px;
}
.location-holder:before,
.location-holder:after {
content: " ";
display: table;
}
.location-holder:after {
clear: both;
}
.location-holder:before,
.location-holder:after {
content: " ";
display: table;
}
.location-holder:after {
clear: both;
}
.location-holder .contact-info,
.location-holder address {
margin: 0;
float: left;
width: 43.7%;
padding: 15px 20px;
border-radius: 3px;
background: #d1e4f3;
border: #4d8fcb solid 1px;
-webkit-box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
}
.location-holder address {
float: right;
}
.location-holder address,
.location-holder a {
color: #58595b;
text-decoration: none;
}
.location-holder a:hover {
color: #000000;
text-decoration: none;
}
.location-holder .title {
display: block;
margin: 0 0 4px;
}
.location-holder dl {
margin: 0;
}
.location-holder dl dt {
float: left;
clear: left;
font-weight: 400;
margin: 0 3px 0 0;
}
.location-holder dl dd {
font-weight: 400;
}
/* form-radio */
.form-radio {
left: 10px;
max-width: 398px;
border-radius: 5px;
position: relative;
margin: 10px auto 40px;
border: #dcdcdc solid 1px;
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.65);
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.65);
}
.form-radio ul {
margin: 0;
width: 100%;
display: table;
table-layout: fixed;
}
.form-radio ul li {
padding: 0;
position: relative;
display: table-cell;
vertical-align: middle;
}
.form-radio ul li:first-child label {
border-radius: 4px 0 0 4px;
}
.form-radio ul li:last-child label {
border-radius: 0 4px 4px 0;
}
.form-radio ul label {
display: block;
cursor: pointer;
padding: 9px 3px;
text-align: center;
color: #cac9c9;
background: #f9f8f8;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06) inset;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06) inset;
}
.form-radio ul label.jcf-label-active {
color: #ffffff;
background: #8d8f91;
}
.form-radio input[type=radio],
.form-radio .jcf-radio {
top: 0;
left: 0;
border: 0;
opacity: 1;
width: 100%;
height: 100%;
cursor: pointer;
border-radius: 0;
position: absolute;
background: url(../images/none.gif);
}
.form-radio .jcf-radio span {
display: none !important;
background: url(../images/none.gif);
-webkit-box-shadow: none;
box-shadow: none;
}
.form-radio .jcf-radio.jcf-checked span span {
top: -9999px;
left: -9999px;
display: none;
}
.form-radio.alt {
max-width: 300px;
}
/* table-detail */
.table-section {
padding-bottom: 234px !important;
}
.table-detail {
border-collapse: collapse;
}
.table-detail thead > tr > th {
padding: 5px;
color: #ffffff;
font-weight: 400;
text-align: center;
background: #a2a9ae;
vertical-align: middle;
}
.table-detail thead > tr > th:first-child {
border-radius: 3px 0 0;
}
.table-detail thead > tr > th:last-child {
border-radius: 0 3px 0 0;
}
.table-detail tbody > tr {
background: #fdfdfd;
}
.table-detail tbody > tr.even {
background: #ebeaea;
}
.table-detail tbody > tr > td {
color: #5b5a5a;
padding: 11px 5px;
text-align: center;
vertical-align: top;
font: 14px/17px Verdana, 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.table-detail tbody > tr > td,
.table-detail thead > tr > td,
.table-detail tbody > tr > th,
.table-detail thead > tr > th {
border: #f7f5f5 solid;
border-width: 0 0 0 1px;
}
.table-detail tbody > tr > td:first-child,
.table-detail thead > tr > td:first-child,
.table-detail tbody > tr > th:first-child,
.table-detail thead > tr > th:first-child {
border-width: 0;
}
.table-detail .col1 {
width: 16.5%;
}
.table-detail .col2 {
width: 17.1%;
}
.table-detail .col3 {
width: 16.5%;
}
.table-detail .col4 {
width: 17.1%;
}
.table-detail .col5 {
width: 16.4%;
}
.table-detail .icon-pdf {
display: inline-block;
vertical-align: top;
width: 16px;
height: auto;
}
.table-detail .icon-pdf img {
width: 100%;
height: auto;
vertical-align: top;
}
.table-detail .tooltip-button,
.table-detail .text {
display: inline-block;
vertical-align: top;
margin: 0 5px;
}
.table-detail.alt {
margin: 9px 0;
}
.table-detail.alt .col1 {
width: 19.8%;
}
.table-detail.alt .col2 {
width: 26%;
}
.table-detail.alt .col3 {
width: 17.2%;
}
.table-detail.alt .col4 {
width: 20.6%;
}
.table-detail.alt .col5 {
width: 16.4%;
}
/* modal */
.modal-backdrop {
background: rgba(0, 0, 0, 0.2);
}
.modal .modal-content {
padding: 19px 19px;
border-radius: 5px;
border: #e8e8e8 solid 1px;
-webkit-box-shadow: none;
box-shadow: none;
}
.modal .modal-footer,
.modal .modal-header {
border-width: 0;
padding: 0 0 21px;
}
.modal .modal-footer {
margin: 0;
padding: 0;
text-align: center;
}
.modal .modal-footer .btn {
margin: 0 5px;
}
.modal .modal-footer .btn + .btn {
margin: 0 5px;
}
.modal .title {
color: #58595b;
display: block;
font-size: 18px;
line-height: 22px;
}
.modal .modal-body {
color: #58595b;
padding: 0 0 10px;
}
.modal .info-holder {
padding: 0 0 28px;
}
.modal .info-holder:before,
.modal .info-holder:after {
content: " ";
display: table;
}
.modal .info-holder:after {
clear: both;
}
.modal .info-holder:before,
.modal .info-holder:after {
content: " ";
display: table;
}
.modal .info-holder:after {
clear: both;
}
.modal .img-holder {
float: left;
width: 200px;
margin: 3px 30px 0 0;
}
.modal .img-holder a {
display: block;
overflow: hidden;
position: relative;
border-radius: 5px;
border: #ebeced solid 1px;
}
.modal .img-holder a:hover {
border-color: #b5b9bd;
}
.modal .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.modal .info-block {
color: #58595b;
overflow: hidden;
}
.modal .sub-title {
color: #58595b;
display: block;
margin: 0 0 21px;
font-size: 16px;
line-height: 20px;
}
.modal .meta {
padding: 0 0 20px;
}
.modal .meta:before,
.modal .meta:after {
content: " ";
display: table;
}
.modal .meta:after {
clear: both;
}
.modal .meta:before,
.modal .meta:after {
content: " ";
display: table;
}
.modal .meta:after {
clear: both;
}
.modal .applicant {
display: inline-block;
vertical-align: top;
margin: 3px 29px 0 0;
}
.modal .applicant a {
color: #58595b;
text-decoration: none;
}
.modal .applicant a:hover {
color: #0d0d0d;
text-decoration: none;
}
.modal .rating {
float: none;
display: inline-block;
vertical-align: top;
}
.modal .rating li {
font-size: 18px;
margin: 0 -7px 0 0;
}
.modal .booking-detail {
margin: 0 0 22px;
}
.modal .booking-detail:before,
.modal .booking-detail:after {
content: " ";
display: table;
}
.modal .booking-detail:after {
clear: both;
}
.modal .booking-detail:before,
.modal .booking-detail:after {
content: " ";
display: table;
}
.modal .booking-detail:after {
clear: both;
}
.modal .booking-detail li {
padding: 0;
display: inline-block;
vertical-align: top;
font-weight: 700;
margin: 0 14px 0 0;
}
.modal .booking-detail time {
font-weight: 400;
}
.modal .price-holder {
position: relative;
}
.modal .price-holder .sub-title {
display: inline-block;
vertical-align: top;
font-size: 14px;
font-weight: 700;
margin: 4px 16px 0 15px;
}
.modal .price {
display: inline-block;
vertical-align: top;
font-size: 36px;
line-height: 40px;
}
.modal .booking-duration {
display: block;
margin: 0 0 37px;
}
.modal .normal-text {
font-weight: 400;
}
.modal .form-message {
margin: 0;
border-width: 0;
padding: 0 0 9px;
}
.modal .jcf-textarea textarea {
height: 128px;
min-height: 128px;
}
.modal .btn {
margin: 0 5px;
min-width: 150px;
padding: 7px 5px;
text-align: center;
text-transform: none;
}
.modal .agree {
max-width: 282px;
margin: 26px auto 0;
}
.modal .agree:before,
.modal .agree:after {
content: " ";
display: table;
}
.modal .agree:after {
clear: both;
}
.modal .agree:before,
.modal .agree:after {
content: " ";
display: table;
}
.modal .agree:after {
clear: both;
}
.modal .jcf-checkbox {
float: left;
margin: 0 5px 0 0;
}
.modal .label {
color: #58595b;
display: block;
overflow: hidden;
}
.modal .label a {
color: #4c6dc8;
text-decoration: none;
}
.modal .label a:hover {
text-decoration: none;
color: #294185;
}
.modal .close {
padding: 0;
width: 26px;
height: 26px;
cursor: pointer;
font-weight: 700;
color: #c6ccd2;
font-size: 20px;
line-height: 20px;
border: #c6ccd2 solid 2px;
}
.modal .close:hover {
color: #8d99a5;
border-color: #8d99a5;
}
.modal .close > span {
display: block;
line-height: 20px;
text-align: center;
}
/* user-rating */
.user-rating {
color: #58595b;
position: relative;
border-radius: 3px;
margin: -20px 0 42px;
padding: 13px 15px 11px 21px;
background: #effeb9;
border: #98c700 solid 1px;
-webkit-box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.35) inset;
}
.user-rating .area {
overflow: hidden;
}
.user-rating .rating-area {
padding: 10px;
display: none;
margin: 15px 0 0;
overflow: hidden;
border-radius: 5px;
min-height: 150px;
border: #98c700 solid 1px;
background: #f7ffdc;
}
.user-rating.active .rating-area {
display: block;
}
.user-rating .link {
float: right;
color: #58595b;
line-height: 22px;
margin: 0 0 0 10px;
text-decoration: none;
}
.user-rating .link:hover {
color: #262627;
}
.user-rating p {
margin: 0;
overflow: hidden;
}
/* plus-sign */
.plus-sign {
display: inline-block;
vertical-align: top;
width: 22px;
height: 22px;
font-size: 0;
line-height: 0;
-webkit-transition: none;
transition: none;
margin: 0 0 0 4px;
border-radius: 100%;
background: url(../images/icons.png) no-repeat 0 -27px;
}
/* ui-datepicker-div */
#ui-datepicker-div {
width: 260px;
padding: 10px;
top: -9999px;
left: -9999px;
position: absolute;
border-radius: 5px;
background: #ffffff;
z-index: 150 !important;
border: #e6e6e6 solid 1px;
}
#ui-datepicker-div .ui-datepicker-header {
overflow: hidden;
margin: 0 0 5px;
text-align: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
width: 24px;
height: 24px;
color: #ffffff;
border-radius: 2px;
font-size: 20px;
line-height: 24px;
text-decoration: none;
background: #c6ccd2;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover {
cursor: pointer;
background: #9ba6b0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:after {
display: block;
font-family: 'fontello';
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
top: 0;
left: 0;
font-size: 0;
line-height: 0;
position: absolute;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
float: left;
margin: 0 5px 0 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:after {
content: '\e808';
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
float: right;
margin: 0 0 0 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:after {
content: '\e807';
}
#ui-datepicker-div .ui-datepicker-title {
overflow: hidden;
font-size: 15px;
line-height: 24px;
text-transform: uppercase;
}
.ui-datepicker-calendar {
margin: 0;
width: 100%;
border-collapse: collapse;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
text-align: center;
vertical-align: middle;
}
.ui-datepicker-calendar .ui-state-default {
padding: 5px;
display: block;
border-radius: 2px;
color: #3f3f3f;
text-decoration: none;
font-size: 14px;
line-height: 20px;
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover {
color: #ffffff;
background: #9ba6b0;
}
.ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
color: #ffffff;
background: #9ba6b0;
}
/* ---------------------------------------------------------
4. Custom form styles
---------------------------------------------------------*/
/* custom checkbox styles */
.jcf-checkbox {
width: 16px;
height: 16px;
cursor: default;
overflow: hidden;
position: relative;
border-radius: 1px;
margin: -2px 5px 0 0;
border: 1px solid #d3d3d3;
display: inline-block;
vertical-align: middle;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
background: #f9f9f9;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f9f9f9), to(#ebebeb));
background-image: -webkit-linear-gradient(top, #f9f9f9, 0%, #ebebeb, 100%);
background-image: -moz-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0%, #ebebeb 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str(@start-color)}', endColorstr='#{ie-hex-str(@end-color)}', GradientType=0);
filter: none;
}
.jcf-checkbox span {
opacity: 0;
filter: alpha(opacity=0);
display: block;
width: 12px;
height: 10px;
margin: 3px 0 0 1px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
background: url(../images/sprite-icons.png) no-repeat -61px 0;
}
.jcf-checkbox input[type="checkbox"] {
top: 0;
left: 0;
margin: 0;
border: 0;
width: 100%;
height: 100%;
position: absolute;
}
.jcf-checkbox.jcf-checked span {
opacity: 1;
filter: alpha(opacity=100);
}
/* custom radio styles */
.jcf-radio {
width: 16px;
height: 16px;
cursor: default;
overflow: hidden;
margin: 0 3px 0 0;
position: relative;
background: #d7d7d7;
border-radius: 100%;
border: 1px solid #bcbcbc;
display: inline-block;
vertical-align: middle;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.jcf-radio span {
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
display: none;
position: absolute;
background: #656565;
border-radius: 100%;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.jcf-radio input[type="radio"] {
top: 0;
left: 0;
border: 0;
margin: 0;
opacity: 0;
width: 100%;
height: 100%;
visibility: hidden;
position: absolute;
}
.jcf-radio.jcf-checked span {
display: block;
}
/* custom select styles */
.jcf-select {
display: inline-block;
vertical-align: top;
width: 100%;
height: 36px;
background: #ffffff;
position: relative;
border-radius: 5px;
border: 1px solid #e6e6e6;
}
.error .jcf-select {
border-color: #c53f4e;
}
.jcf-select.jcf-focus {
border-color: #c6ccd2;
}
.jcf-select.jcf-focus .jcf-select-opener {
color: #8e9aa6;
border-left-color: #c6ccd2;
}
.jcf-select.jcf-focus .jcf-select-text {
color: #c6ccd2;
}
.jcf-select select {
top: 0;
left: 0;
z-index: 1;
}
.jcf-select .jcf-select-text {
display: block;
cursor: default;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
line-height: 26px;
margin: 4px 42px 0 5px;
color: #c6ccd2;
}
.jcf-select.jcf-select-dark-color .jcf-select-text {
color: #58595b;
}
.jcf-select .jcf-select-opener {
top: 0;
right: 0;
bottom: 0;
width: 39px;
cursor: pointer;
text-align: center;
position: absolute;
color: #c7cdd3;
background: #ffffff;
border-radius: 0 5px 5px 0;
border: solid #dedede;
border-width: 0 0 0 1px;
}
.jcf-select .jcf-select-opener:hover {
color: #8e9aa6;
}
.jcf-select .jcf-select-opener:after {
display: block;
content: '\e809';
cursor: pointer;
text-align: center;
font: 16px/36px 'fontello';
}
.jcf-select .jcf-select-drop {
top: 100%;
left: -1px;
right: -1px;
z-index: 9999;
margin-top: 0;
position: absolute;
}
.jcf-select .jcf-drop-flipped {
top: auto;
bottom: 100%;
}
.jcf-select-no-arrow .jcf-list .jcf-option:after {
display: none;
}
body > .jcf-select-drop {
z-index: 9999;
margin: -1px 0 0;
position: absolute;
}
body > .jcf-select-drop.jcf-drop-flipped {
margin: 1px 0 0;
}
.jcf-select-drop .jcf-select-drop-content {
border: 1px solid #e6e6e6;
}
/* multiple select styles */
.jcf-list-box {
margin: 0 15px;
overflow: hidden;
min-width: 200px;
display: inline-block;
border: 1px solid #58595b;
}
/* select options styles */
.jcf-list {
display: inline-block;
vertical-align: top;
width: 100%;
position: relative;
background: #f7f7f7;
font-size: 14px;
line-height: 17px;
}
.jcf-list .jcf-list-content {
display: inline-block;
vertical-align: top;
width: 100%;
overflow: auto;
}
.jcf-list ul {
margin: 0;
padding: 0;
list-style: none;
}
.jcf-list ul li {
display: block;
overflow: hidden;
}
.jcf-list ul li + li {
border-top: solid 1px #ffffff;
}
.jcf-list .jcf-overflow {
overflow: auto;
}
.jcf-list .jcf-option {
height: 1%;
color: #58595b;
display: block;
cursor: default;
overflow: hidden;
position: relative;
padding: 9px 38px 9px 19px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.jcf-list .jcf-option:after {
top: 50%;
opacity: 0;
right: 10px;
content: '→';
height: 35px;
margin: -20px 0 0;
color: #f7f7f7;
position: absolute;
font-size: 20px;
line-height: 35px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.jcf-list .jcf-option.jcf-hover {
color: #ffffff;
background: #7a7a7a;
}
.jcf-list .jcf-option.jcf-hover:after {
opacity: 1;
}
.jcf-list .jcf-disabled {
background: #ffffff !important;
color: #ccc !important;
}
.jcf-list .jcf-optgroup-caption {
color: #000000;
display: block;
cursor: default;
padding: 5px 9px;
font-weight: bold;
white-space: nowrap;
}
.jcf-list .jcf-optgroup .jcf-option {
padding-left: 30px;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
color: #000000;
background: #e6e6e6;
}
/* custom textarea styles */
.jcf-textarea {
display: block;
overflow: hidden;
position: relative;
border-radius: 5px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border: #e6e6e6 solid 1px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.error .jcf-textarea {
border-color: #c53f4e;
}
.jcf-textarea.jcf-focus {
border-color: #c6ccd2;
}
.jcf-textarea .jcf-scrollbar-horizontal {
height: 0;
display: none;
}
.jcf-textarea textarea {
margin: 0;
border: none;
width: 100% !important;
padding: 5px 36px 5px 5px;
}
.jcf-textarea textarea::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.jcf-textarea textarea:-ms-input-placeholder {
color: #c6ccd2;
}
.jcf-textarea textarea::-webkit-input-placeholder {
color: #c6ccd2;
}
.jcf-textarea textarea:focus::-moz-placeholder {
color: #c6ccd2;
opacity: 1;
}
.jcf-textarea textarea:focus:-ms-input-placeholder {
color: #c6ccd2;
}
.jcf-textarea textarea:focus::-webkit-input-placeholder {
color: #c6ccd2;
}
.jcf-textarea .jcf-resize {
bottom: 0;
right: 0;
display: none;
text-indent: 1px;
cursor: se-resize;
width: 0;
height: 0;
font-weight: bold;
position: absolute;
text-align: center;
font-size: 12px;
line-height: 15px;
background: #dfe3e6;
}
.jcf-textarea .jcf-resize:before {
content: '';
width: 6px;
height: 6px;
display: block;
margin: 4px 0 0 3px;
border: 1px solid #000000;
border-width: 0 1px 1px 0;
}
/* custom file input styles */
.jcf-file {
overflow: hidden;
border-radius: 5px;
background: #ffffff;
position: relative;
white-space: nowrap;
display: inline-block;
border: #e6e6e6 solid 1px;
}
.jcf-file.jcf-focus {
border-color: #c6ccd2;
}
.jcf-file .jcf-real-element {
top: 0;
right: 0;
margin: 0;
height: 200px;
cursor: pointer;
font-size: 200px;
position: absolute;
}
.jcf-file .jcf-fake-input {
display: inline-block;
vertical-align: top;
color: #58595b;
padding: 0 5px;
overflow: hidden;
width: 232px;
height: 34px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
line-height: 34px;
}
.jcf-file .jcf-upload-button {
display: inline-block;
vertical-align: top;
color: #ffffff;
padding: 0 10px;
overflow: hidden;
width: 98px;
height: 34px;
line-height: 34px;
margin: 0 0 0 -1px;
white-space: nowrap;
text-align: center;
background: #c6ccd2;
border-radius: 0 4px 4px 0;
}
/* custom scrollbars styles */
.jcf-scrollable-wrapper {
position: relative;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.jcf-scrollbar-vertical {
top: 0;
right: 0;
bottom: 0;
width: 25px;
cursor: default;
position: absolute;
background: #b8b8b8;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
top: 0;
left: 0;
width: 25px;
height: 16px;
background: #b8b8b8;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
top: auto;
bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
left: 50%;
width: 8px;
height: 1px;
display: block;
border-radius: 5px;
position: relative;
margin: 0 0 0 -4px;
background: #7a7a7a;
}
.jcf-scrollbar-vertical .jcf-scrollbar-slider {
width: 8px;
margin: 0 auto;
overflow: hidden;
background: #ffffff;
border-radius: 20px;
}
.jcf-scrollbar-horizontal {
left: 0;
top: auto;
bottom: 0;
right: auto;
width: 14px;
height: 1px;
position: absolute;
background: #b8b8b8;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
display: inline-block;
vertical-align: top;
width: 14px;
height: 14px;
overflow: hidden;
background: #333435;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
right: 0;
left: auto;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
height: 14px;
position: relative;
display: inline-block;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
height: 14px;
background: #58595b;
position: absolute;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
background: #e3e3e3;
}
/* custom number input styles */
.jcf-number {
height: 36px;
display: block;
position: relative;
}
.jcf-number:after {
top: 1px;
width: 1px;
bottom: 1px;
right: 22px;
content: '';
position: absolute;
background: #dedede;
}
.jcf-number input {
-moz-appearance: textfield;
}
.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.jcf-number input {
margin: 0;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
height: 36px;
border-radius: 5px;
padding: 3px 27px 3px 5px;
border: 1px solid #e6e6e6;
}
.jcf-number input:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.jcf-number .input-placeholder-text {
padding: 0 27px 0 10px;
}
.error .jcf-number input {
border-color: #c53f4e;
}
.jcf-number.jcf-focus input {
border-color: #c6ccd2;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
top: 1px;
right: 1px;
z-index: 3;
width: 23px;
height: 50%;
cursor: pointer;
background: none;
position: absolute;
text-align: center;
border-radius: 0 5px 0 0;
}
.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
display: block;
content: '\e814';
color: #c7cdd3;
font: 17px/18px "fontello";
}
.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
background: none;
}
.jcf-number .jcf-btn-dec:hover:before,
.jcf-number .jcf-btn-inc:hover:before {
color: #5b6773;
}
.jcf-number .jcf-btn-dec {
top: auto;
bottom: 1px;
z-index: 2;
border-radius: 0 0 5px 0;
}
.jcf-number .jcf-btn-dec:before {
content: '\e809';
line-height: 17px;
}
.jcf-number.jcf-disabled .jcf-btn-inc:hover,
.jcf-number.jcf-disabled .jcf-btn-dec:hover {
background: #aaa;
}
.jcf-number.jcf-disabled input {
background: #ddd;
}
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
opacity: 0.3;
}
.jcf-number.jcf-disabled input {
background: #ddd;
}
/* months-list */
.jcf-select-months-list .jcf-list {
font-size: 11px;
}
.jcf-select-months-list .jcf-list .jcf-option {
padding: 9px 10px 9px 12px;
}
.no-border {
border-width: 0;
}
.infobox-wrapper {
display: none;
}
/* //abe-- FullCalendar v2.3.0 Stylesheet */
.jcf-holder {
position: relative;
}
.jcf-holder .ending {
position: absolute;
top: 8px;
left: 53%;
z-index: 1;
}
.selection-area .col {
display: none;
}
.selection-area .col:first-child {
display: block;
}
.selection-area .tab {
display: none;
}
.selection-area .jcf-scrollable,
.selection-area .jcf-scrollable-wrapper {
height: 100% !important;
max-height: 269px;
}
.jcf-scrollable-wrapper {
width: 100% !important;
}
.calendar-box .fc-scroller,
.calendar-box .fc-row {
height: auto !important;
}
/* star rating styles */
.rating.star-rating {
width: 150px;
height: 24px;
position: relative;
background: url(../images/stars.png) repeat-x;
}
.rating.star-rating li {
width: 24px;
height: 24px;
float: left;
margin: 0 0 0 7px;
}
.rating.star-rating li:first-child {
margin-left: 0;
}
.rating.star-rating li a {
top: 0;
width: 31px;
height: 24px;
text-decoration: none;
text-indent: -9000px;
z-index: 2;
position: absolute;
padding: 0;
-webkit-transition: none;
transition: none;
}
.rating.star-rating li.setted a,
.rating.star-rating li.active a,
.rating.star-rating li a:hover {
background: url(../images/stars.png) 0 100%;
z-index: 1;
left: 0;
}
.rating.star-rating a.one-star {
left: 0;
}
.rating.star-rating a.one-star:hover,
.rating.star-rating li.active a.one-star,
.rating.star-rating li.setted a.one-star {
width: 24px;
}
.rating.star-rating a.two-stars {
left: 31px;
}
.rating.star-rating a.two-stars:hover,
.rating.star-rating li.active a.two-stars,
.rating.star-rating li.setted a.two-stars {
width: 62px;
}
.rating.star-rating a.three-stars {
left: 62px;
}
.rating.star-rating a.three-stars:hover,
.rating.star-rating li.active a.three-stars,
.rating.star-rating li.setted a.three-stars {
width: 93px;
}
.rating.star-rating a.four-stars {
left: 93px;
}
.rating.star-rating a.four-stars:hover,
.rating.star-rating li.active a.four-stars,
.rating.star-rating li.setted a.four-stars {
width: 124px;
}
.rating.star-rating a.five-stars {
left: 124px;
}
.rating.star-rating a.five-stars:hover,
.rating.star-rating li.active a.five-stars,
.rating.star-rating li.setted a.five-stars {
width: 150px;
}
/* ---------------------------------------------------------
5. Styles for Responsive web design
---------------------------------------------------------*/
/* styles for screens 1200px wide and larger */
@media screen and (max-width: 1230px) {
.container {
width: auto;
}
.topbar ul {
margin: 0;
}
.navbar-default .navbar-header {
margin: 8px 10px 0 0;
}
.navbar-default .navbar-collapse {
margin: 0;
}
.navbar-default .navbar-nav > li {
margin: 0 0 0 15px;
}
#footer p {
margin: 0;
}
#footer .by {
margin: 0;
}
.breadcrumb {
padding: 0 10px;
margin: 10px 0;
}
.form-category .form-holder .col {
width: 100%;
}
.form-category .input-append {
padding-right: 30px;
}
.form-category .form-holder .col.time {
width: 37% !important;
margin: 0 0 0;
}
.form-category .form-holder .col.time .col {
padding-right: 0;
}
.form-category .form-holder .col.location {
width: auto;
/*margin: 10px 0 0;*/
}
.form-category .form-holder .col.location .form-control {
padding: 10px 12px;
}
.form-category .sub-holder {
margin: 0;
}
.tab-holder h3 {
margin: 0 0 10px;
}
.twocolumns.alt #sidebar .holder,
#content .content-holder,
#sidebar .holder,
.profile-detail,
.nav-pagination {
margin: 0;
}
.form-payment .form-holder .col,
.form-verification .col {
padding: 0;
width: 100% !important;
}
.form-payment .form-holder .col + .col,
.form-verification .col + .col {
margin: 10px 0 0;
}
.form-payment .form-holder .col.cvv .tooltip-button {
right: auto;
bottom: auto;
margin: 0 0 0 10px;
position: relative;
}
.form-payment .form-holder .col.cvv .field-holder {
padding: 0;
}
.form-payment + .btns-area {
margin: 0 auto 30px;
}
.similar-ads .btn-default {
padding: 5px 20px;
}
.listing-section .head {
margin: 0 0 30px;
}
.main-tabs > div[role="tabpanel"] {
margin: 0;
}
.main-tabs .nav-tabs > li > a {
min-width: inherit;
padding: 12px 10px;
}
.main-tabs .listing-post .certified .icon-ok {
margin: 0 7px 0 0;
vertical-align: middle;
}
.form-switchers {
float: none;
padding: 0 0 10px;
}
.form-area {
width: 70%;
}
.form-area .file-selection .uploader {
float: none;
margin: 0 0 10px;
}
.form-area .features-area .jcf-checkbox {
margin: 0 5px 0 0;
}
.form-area .field-row.columns .col {
width: 100% !important;
}
.form-area .field-row.columns .col + .col {
margin: 10px 0 0;
}
.form-area .field-row.booking,
.form-area .field-row.type {
max-width: none;
}
.form-area .block2 .col + .col {
margin: 10px 0 0;
}
.form-area .block2 .cell,
.form-area .block2 .zip,
.form-area .block2 .city,
.form-area .block2 .country {
width: 100%;
}
.form-area .form-selection .col {
width: 50% !important;
padding: 0 5px 10px !important;
}
.form-area .form-selection .col:last-child {
width: 100% !important;
}
.form-area .contact-info .column,
.form-area .about-info .column,
.form-area .payment-info .column {
float: none;
width: auto;
padding: 20px 10px;
height: auto !important;
}
.form-area .contact-info .column + .column,
.form-area .about-info .column + .column,
.form-area .payment-info .column + .column {
float: none;
margin: 20px 0 0;
}
.form-area .about-info .uploader + p {
max-width: none;
margin: 0 0 20px;
}
.form-area .about-info .from {
max-width: none;
}
.form-area .message-area .btn-translate {
margin: 0 30px 0 0;
}
.form-area .message-area .nav-tabs > li > a {
padding: 12px 10px 8px;
}
.form-area #presentation .nav-tabs > li > a {
padding: 12px 10px 8px;
}
.tabs-aside {
width: 28%;
}
.date-selection .col {
width: 100%;
}
.date-selection .col + .col {
margin: 10px 0 0;
}
.discount-list li {
padding: 0;
display: block;
}
.discount-list li + li {
margin: 10px 0 0;
}
.discount-list .label {
float: left;
padding: 7px 10px 0 0;
}
.discount-list .field-holder {
width: auto;
display: block;
overflow: hidden;
}
.price-section .label {
float: none;
display: block;
padding: 0 0 5px;
}
.price-section .column + .column .price-info li {
float: none;
}
.price-section .column + .column .price-info li + li {
float: none;
}
.price-section .price-area .col {
width: 100%;
}
.price-section .price-area .col + .col {
width: 100%;
margin: 10px 0 0;
}
.price-section .price-area .title {
min-width: 40px;
}
.postarea {
margin: 0;
}
.postarea.alt {
margin: 0;
}
.postarea.alt .post-area {
float: none;
width: auto;
margin: 0 0 10px;
}
.postarea.alt .posts-holder .footer {
text-align: left;
}
.postarea.alt .posts-holder .footer .btn {
min-width: 200px;
display: inline-block;
}
.postarea.alt .posts-holder .footer .btn.btn-default {
min-width: 200px;
}
.postarea .price {
text-align: left;
}
.postarea.alt2 .post-area {
width: 73.6%;
margin: 0 20px 0 0;
}
.postarea.alt2 .booking-detail ul {
width: 100%;
}
.postarea.alt2 .price {
text-align: right;
margin: 0 0 10px;
}
.postarea.alt2 .booking-duration {
margin: 0 0 10px;
}
.postarea.alt3 .post-area {
width: 77%;
margin: 0 20px 0 0;
}
.postarea.alt3 .booking-detail ul {
float: none;
width: auto;
}
.postarea.alt3 .price {
margin: 0 0 10px;
text-align: right;
}
.location-holder {
margin: 0 auto 20px;
}
.form-ad-detail .listing-detail {
right: auto;
}
.form-radio {
left: auto;
margin: 0 auto 10px;
}
.currency-converter.white .select-holder {
width: 100%;
margin: 0 0 5px;
}
.currency-converter.white .col {
clear: both;
position: relative;
}
.currency-converter.white .field-holder {
width: 42% !important;
}
.currency-converter.white .field-holder:last-child {
float: right;
}
.currency-converter.white .ico.resizer {
top: 0;
left: 50%;
position: absolute;
margin: 0 0 0 -11px;
}
.listing-post .post-info {
min-height: 150px;
}
.listing-post .area {
padding: 1px 10px 10px;
}
.listing-post .rating li {
font-size: 12px;
margin: 0 -5px 0 0;
}
.listing-post .certified {
font-size: 12px;
margin: 3px 0 0;
}
.listing-post .info-btns {
top: 30px;
bottom: auto;
}
.listing-post .info-btns li.select-holder,
.listing-post .info-btns li {
width: 33.333%;
}
}
/* styles for screens with width from 992px to 1024px */
@media screen and (max-width: 1024px) {
.home-page .form-category .multiselect .btn-group, .home-page .form-category .multiselect .btn-default {
width: 157px;
}
.home-page .form-category .field-holder {
width: 220px;
}
.form-category .field-holder {
width: 157px;
}
.form-category .form-holder .col.location .field-holder {
width: 157px;
}
.form-category .form-holder input.btn-default {
width: 110px;
}
.form-category .input-append {
width: 124px;
}
}
/* styles for screens with width from 992px to 1200px */
@media screen and (max-width: 992px) {
#header {
padding: 0 0 13px;
}
.topbar {
padding: 9px 0;
margin: 0 0 16px;
}
.navbar-default .navbar-collapse {
float: none;
clear: both;
}
.navbar-default .navbar-nav {
clear: both;
float: none;
padding: 16px 0 0;
text-align: center;
margin: 16px 0 0 -10px;
border-top: solid 1px #e6e6e6;
}
.navbar-default .navbar-nav > li {
display: inline-block;
vertical-align: top;
float: none;
margin: 0 10px;
}
.navbar-default .btn {
font-size: 11px;
padding: 10px 15px;
margin: -89px 0 0 29px;
}
.form-category .form-holder {
padding: 15px 19px 15px;
}
.form-category .form-holder .col {
width: 100%;
margin: 0 0 0;
}
.form-category .form-holder .col.time,
.form-category .form-holder .col.location {
width: auto;
margin: 0 10px 10px !important;
}
.form-category .form-holder .col.time .title {
width: 71px;
}
.form-category .form-holder .col.time .time-fields .form-control {
width: 75% !important;
}
.form-category .form-holder .col.time .time-fields.col {
margin-top: 0 !important;
}
.form-category .form-holder .btn-default {
width: 100%;
}
.form-category .selection-holder {
clear: both;
float: none;
width: auto;
margin: 0 -5px 10px;
}
.form-category .selection-holder:before,
.form-category .selection-holder:after {
content: " ";
display: table;
}
.form-category .selection-holder:after {
clear: both;
}
.form-category .selection-holder:before,
.form-category .selection-holder:after {
content: " ";
display: table;
}
.form-category .selection-holder:after {
clear: both;
}
.form-category .selection-holder .select-holder {
padding: 0 5px;
}
.range-area {
width: 100%;
padding: 0 0 10px;
}
.range-area .title {
float: none;
display: block;
margin: 0 0 18px;
}
.range-holder {
padding: 0 0 0 15px;
}
.range-holder:first-child {
padding: 0 15px 0 0;
}
.range-holder .range-box {
margin: 0;
padding: 0;
overflow: visible;
}
.range-holder .range-price {
padding: 0 8px 0 4px;
}
.range-bar {
margin: 0 0 0 10px;
padding: 6px 0 15px;
}
.range-bar:after {
right: 5px;
}
.listing-post .info-btns {
float: left;
width: 100%;
position: static;
margin: 0;
overflow: hidden;
background: #ffffff;
padding: 0 20px 20px;
border-radius: 0 0 5px 5px;
}
.listing-post .info-btns li {
width: 50%;
margin: 5px 0 0;
padding: 0 0 0 3px;
}
.listing-post .info-btns li:first-child {
padding: 0 3px 0 0;
}
.listing-post .info-btns li.select-holder {
padding: 0;
width: 100%;
}
.listing-post.small .rating li {
font-size: 12px;
margin: 0 -5px 0 0;
}
.popup-holder {
margin: -16px 0 0 -11px;
}
.popup-holder .open {
margin: 0 0 0 -9px;
}
.popup-holder .popup {
width: 200px;
margin: 0 0 10px -100px;
}
.form-listing-info textarea {
height: 100px;
}
.form-selection h2 {
margin: 0 0 10px;
}
.file-selection .detail p br {
display: none;
}
.tab-holder .column,
.form-inquiry .column {
padding: 0 0 0 10px;
}
.tab-holder .column:first-child,
.form-inquiry .column:first-child {
padding: 0 10px 0 0;
}
.tab-holder .column:before {
margin: 0 0 0 -10px;
}
.currency-converter .select-holder {
width: 100px;
}
.currency-converter .col .field-holder:first-child,
.currency-converter .col .field-holder {
width: 41.2%;
}
.form-verification {
padding: 18px 20px;
}
.form-payment .label {
margin: 0 0 5px;
}
.card-type li {
margin: 0;
}
.tooltip {
width: 194px;
}
.tooltip.left {
width: 194px;
}
.tooltip.left .tooltip-inner {
margin: 0;
}
.main-tabs .listing-post h2 {
margin: 0 0 5px;
}
.main-tabs .listing-post .certified {
float: none;
display: block;
}
.main-tabs .listing-post .certified .icon-ok {
margin: 0 7px 0 0;
vertical-align: middle;
}
.main-tabs .listing-post .rating {
margin: 0;
float: none;
}
.main-tabs .listing-post .rating li {
margin: 0 -8px 0 0;
}
.form-area .features-area .features-list {
margin: 0 0 10px;
width: 50% !important;
}
.form-area .features-area .features-list:last-child {
float: left;
clear: both;
}
.form-area .features-area .features-list li + li {
margin: 10px 0 0;
}
.postarea .posts-holder .post {
padding: 10px;
}
.postarea .posts-holder .img-holder {
width: 140px;
}
.postarea .posts-holder p {
margin: 0 0 10px;
}
.postarea .posts-holder .meta p {
margin: 0 10px 0 0;
}
.postarea.alt .posts-holder .img-holder {
float: none;
margin: 0 auto 10px;
}
.postarea.alt h2 {
float: none;
text-align: center;
}
.postarea .booking-info {
float: none;
display: block;
margin: 0 0 5px;
text-align: center;
}
.postarea .booking-duration {
margin: 0;
text-align: left;
}
.postarea .booking-detail ul {
float: none;
width: auto;
}
.postarea .booking-detail ul:before,
.postarea .booking-detail ul:after {
content: " ";
display: table;
}
.postarea .booking-detail ul:after {
clear: both;
}
.postarea .booking-detail ul:before,
.postarea .booking-detail ul:after {
content: " ";
display: table;
}
.postarea .booking-detail ul:after {
clear: both;
}
.postarea .booking-detail ul li {
float: none;
display: block;
width: auto !important;
text-align: left !important;
}
.postarea.alt2 .post-area {
float: none;
width: auto;
margin: 0 0 10px;
}
.postarea.alt2 .post-area:before,
.postarea.alt2 .post-area:after {
content: " ";
display: table;
}
.postarea.alt2 .post-area:after {
clear: both;
}
.postarea.alt2 .post-area:before,
.postarea.alt2 .post-area:after {
content: " ";
display: table;
}
.postarea.alt2 .post-area:after {
clear: both;
}
.postarea.alt2 .posts-holder .post .area .area {
padding: 0 0 10px;
}
.postarea.alt2 .posts-holder .booking-info {
margin: 0;
}
.postarea.alt2 .posts-holder .footer {
margin: 0;
}
.postarea.alt2 .posts-holder .price {
text-align: left;
}
.postarea.alt3 .post-area {
float: none;
width: auto;
margin: 0 0 10px;
}
.postarea.alt3 .post-area:before,
.postarea.alt3 .post-area:after {
content: " ";
display: table;
}
.postarea.alt3 .post-area:after {
clear: both;
}
.postarea.alt3 .post-area:before,
.postarea.alt3 .post-area:after {
content: " ";
display: table;
}
.postarea.alt3 .post-area:after {
clear: both;
}
.postarea.alt3 .expiry,
.postarea.alt3 .price,
.postarea.alt3 .booking-info {
text-align: left;
}
.postarea.notation-booking .posts-holder .post .area .area {
padding: 0 0 10px;
}
.postarea.notation-booking .meta {
padding: 0 0 10px;
}
.postarea.notation-booking .rating-area {
float: none;
width: auto;
margin: 0 0 10px;
}
.postarea.notation-booking .rating-area .rating,
.postarea.notation-booking .rating-area .title {
float: none;
width: auto;
display: inline-block;
vertical-align: top;
}
.postarea .empty {
display: none;
}
}
/* styles for screens with width from 480px to 768px */
@media screen and (max-width: 767px) {
body {
font-size: 12px;
line-height: 1.25;
}
body.modal-open {
height: 100%;
overflow: hidden;
position: fixed;
}
body.modal-open:after {
z-index: 900;
content: '';
left: 0;
right: 0;
position: fixed;
top: -9999px;
bottom: -9999px;
background: rgba(0, 0, 0, 0.2);
}
h1 {
font-size: 24px;
}
.form-control {
font-size: 12px;
padding: 10px 12px;
}
.jcf-select .jcf-select-text {
font-size: 12px;
}
.alert.alert-info,
.alert.alert-success {
padding: 25px 50px 22px 78px;
}
.navbar-default .navbar-header {
margin: 0;
}
.navbar-default .navbar-brand {
margin: 5px 0 0;
}
.navbar-default .navbar-nav {
border: 0;
padding: 10px 0 0;
margin: 0 0 10px;
text-align: left;
}
.navbar-default .navbar-nav > li {
margin: 0;
display: block;
}
.navbar-default .navbar-nav > li.link-flag + li {
margin: 0;
}
.navbar-default .navbar-nav > li + li {
border-top: solid 1px #e6e6e6;
}
.navbar-default .navbar-nav > li > a {
display: block;
padding: 7px 10px;
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover {
color: #ffffff !important;
background: #58595b !important;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
margin: 0;
padding: 0;
border-radius: 0;
border-top: #e6e6e6 solid 1px;
}
.navbar-default .navbar-nav > li > .dropdown-menu:after,
.navbar-default .navbar-nav > li > .dropdown-menu:before {
display: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a {
padding: 7px 20px;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
color: #ffffff !important;
background: #58595b !important;
}
.navbar-default .navbar-collapse {
height: 0 !important;
overflow: hidden;
}
.navbar-default .navbar-collapse.in {
height: auto !important;
overflow-y: auto;
}
.navbar-default .btn {
margin: 0;
display: block;
}
.navbar-default .navbar-toggle {
margin: 0;
cursor: pointer;
}
.jcf-select.jcf-select-currency-selector .jcf-select-text {
padding: 7px 10px;
}
.jcf-select.jcf-select-currency-selector.jcf-focus .jcf-select-text,
.jcf-select.jcf-select-currency-selector .jcf-select-text:hover {
color: #ffffff;
background: #58595b;
}
.jcf-select-drop.jcf-select-currency-selector {
margin: -10px 0 0 0 !important;
}
.jcf-select-drop.jcf-select-currency-selector .jcf-list .jcf-option {
padding: 7px 10px;
}
.jcf-select-drop.jcf-select-currency-selector.jcf-drop-flipped {
margin: -10px 0 0 0 !important;
}
.form-category {
padding: 10px 0;
}
.form-category .area {
padding: 0;
}
.form-category .col {
width: auto;
float: none;
}
.form-category .col + .col {
width: auto;
float: none;
}
.form-category .col + .col .title {
width: auto;
}
.form-category .title {
margin: 10px 4px 0 0;
}
.form-category input.btn-default {
width: 150px;
}
.form-category .form-holder {
padding: 10px;
margin: 0 0 10px;
}
.form-category .form-holder .col {
padding: 0;
}
.form-category .form-holder .col.time .col:first-child,
.form-category .form-holder .col.time .col {
width: 100%;
}
.form-category .form-holder .col.time, .form-category .form-holder .col.location {
width: auto !important;
margin: 0;
}
.form-category .form-holder .col.location .field-holder {
width: 250px;
}
.form-category .form-holder .col.time .title {
width: auto;
margin: 12px 6px 0 0;
}
.form-category .form-holder .title {
margin: 12px 6px 0 0;
}
.form-category .selection-holder .select-holder {
width: 100%;
margin: 0 0 10px;
}
.form-category .form-holder .col.time .col.day-fields:first-child,
.form-category .form-holder .col.time .col.day-fields.display-range:first-child {
width: auto !important;
}
.form-category .form-holder .col.time .time-fields.col {
width: auto !important;
}
.visual {
margin: 0 0 10px;
}
.visual h1 {
font-size: 24px;
line-height: 1.125;
}
.visual .title-holder {
height: 210px;
}
.infoarea {
line-height: 15px;
}
.infoarea .info-box {
padding-top: 20px;
text-align: center;
padding-bottom: 20px;
border-top: solid 1px #e6e6e6;
}
.infoarea .info-box:first-child {
border: 0;
}
.infoarea .icon {
display: block;
margin: 0 auto 10px;
float: none !important;
}
.aside-footer .contact-info {
width: 100%;
padding: 0 0 10px;
text-align: center;
border-bottom: #4e4f51 solid 1px;
}
.aside-footer .contact-info li + li {
margin: 5px 0 0;
}
.aside-footer .navarea {
clear: both;
padding: 15px 0 0;
border-top: #626365 solid 1px;
}
.aside-footer .navarea ul {
width: 50%;
margin: 0;
padding: 0 10px 0 0;
}
.aside-footer .navarea ul li + li {
margin: 5px 0 0;
}
.aside-footer .navarea ul + ul {
text-align: right;
padding: 0 0 0 10px;
}
#footer .by {
display: inline-block;
vertical-align: top;
margin: 0 0 10px;
float: none !important;
}
.range-holder {
width: 100%;
padding: 10px 20px 0 0;
}
.range-holder:first-child {
padding: 0 20px 0 0;
}
.range-holder .range-price {
padding: 0 0 0 4px;
}
.range-area {
padding: 0 0 10px;
}
.range-area .range-box {
width: 100%;
}
.range-area .title {
margin: 0 0 18px;
}
.maparea {
margin: 0 0 20px;
overflow: hidden;
position: relative;
}
.maparea .map-holder {
height: 340px;
}
.popup-holder {
top: 290px;
margin: -16px 0 0 -15px;
}
.rating li {
font-size: 18px;
margin: 0 -5px 0 0;
}
.pagination > li > a {
min-width: 40px;
line-height: 36px;
}
.posts-holder .post {
margin: 0 0 20px;
}
.posts-holder .author-img {
float: left;
width: auto;
position: static;
margin: 0 10px 0 0;
}
.posts-holder .title {
margin: 0;
float: none;
display: block;
max-width: none;
text-align: right;
}
.profile-detail h1 {
margin: 0 0 10px;
}
.profile-detail .head address {
margin: 0 0 10px;
font-size: 20px;
}
.profile-detail blockquote {
font-size: 17px;
line-height: 21px;
}
.tooltip {
width: auto;
}
.tooltip .tooltip-inner {
max-width: none;
}
.form-selection {
padding: 20px 10px;
}
.form-selection .col {
padding: 0;
width: 100%;
}
.form-selection .col:last-child,
.form-selection .col:first-child {
padding: 0;
width: 100%;
}
.form-selection .col + .col {
margin: 10px 0 0;
}
.form-listing-info .jcf-scrollbar-vertical {
width: 20px;
}
.form-listing-info .jcf-scrollbar-vertical .jcf-scrollbar-slider {
margin: 0 auto;
}
.file-selection .uploader {
width: 100%;
overflow: hidden;
margin: 0 0 10px;
position: relative;
}
.file-selection .jcf-file .jcf-fake-input {
width: 160px;
}
.file-selection .detail {
clear: both;
}
.files-list .img-thumbnail {
width: 108px;
height: 87px;
}
.currency-converter,
.price-box {
float: none;
width: auto;
display: block;
margin: 0 0 30px;
}
.price-box .price-field .placeholder-text {
padding: 10px 5px;
}
.currency-converter {
margin: 0;
}
.listing-section .block .alert {
margin: 0;
}
.form-inquiry .map-box {
margin: 0 auto;
/*max-width: 479px;*/
}
.form-inquiry .col {
width: 100% !important;
}
.form-inquiry .col + .col {
margin: 10px 0 0;
}
.form-inquiry .label {
float: none;
width: auto;
display: block;
margin: 0 0 5px;
}
.tab-holder .column,
.form-inquiry .column {
padding: 0;
float: none;
width: auto;
display: inherit;
}
.tab-holder .column:first-child,
.form-inquiry .column:first-child {
padding: 0;
}
.tab-holder .column + .column,
.form-inquiry .column + .column {
padding: 10px 0 0;
}
.tab-holder {
display: inherit;
}
.tab-holder .column:before {
display: none;
}
.tab-holder .column + .column {
margin: 20px 0 0;
padding: 20px 0 0;
border-top: solid 1px #c6ccd2;
}
.form-signup .label {
float: none;
display: block;
margin: 0 0 5px;
}
.form-signup.alt .tab-holder .column {
padding: 0;
}
.form-signup.alt .tab-holder .column:first-child {
padding: 0;
}
.form-signup.alt .tab-holder .column + .column {
margin: 20px 0 0;
padding: 20px 0 0;
}
.btn-facebook {
font-size: 12px;
}
.tabset-holder {
margin: 0 0 10px;
padding: 36px 0 0;
position: relative;
}
.tabset-holder .opener {
top: 0;
left: 0;
z-index: 3;
display: block;
width: 100%;
height: 36px;
border-radius: 5px;
position: absolute;
font-size: 20px;
line-height: 34px;
border: #eaebec solid 1px;
color: #b4b8bc;
}
.tabset-holder .opener:before {
top: 0;
right: 30px;
content: '';
width: 1px;
height: 100%;
position: absolute;
background: #eaebec;
}
.tabset-holder .opener .icon-down-open-mini {
float: right;
width: 40px;
background: #ffffff;
border-radius: 5px;
border-left: 10px solid #ffffff;
}
.tabset-holder.active .nav-tabs {
overflow: visible;
max-height: 300px;
border: solid 1px #eaebec;
}
.tabset-holder .link-favourit {
float: none;
display: inline-block;
vertical-align: top;
margin: 10px 0;
position: relative;
}
.nav-tabs {
max-height: 0;
overflow: hidden;
border-radius: 5px;
}
.nav-tabs > li {
margin: 0;
float: none;
display: block;
position: static;
}
.nav-tabs > li + li {
border-top: solid 1px #eaebec;
}
.nav-tabs > li:first-child a {
border-radius: 5px 5px 0 0;
}
.nav-tabs > li:last-child a {
border-radius: 0 0 5px 5px;
}
.nav-tabs > li > a {
margin: 0;
border-radius: 0;
border: 0 !important;
position: static;
}
.nav-tabs > li > a:before {
top: 0;
left: 0;
z-index: 2;
color: #58595b;
display: none;
overflow: hidden;
width: 80%;
height: 36px;
line-height: 36px;
position: absolute;
padding: 0 0 0 18px;
white-space: nowrap;
text-overflow: ellipsis;
content: attr(data-text);
}
.nav-tabs > li.active > a {
position: static !important;
}
.nav-tabs > li.active > a:before {
display: block;
}
.nav-tabs > li.active > a:after {
display: none;
}
.tab-content {
border-radius: 5px;
}
.timing li {
width: 50%;
}
.timing li:nth-child(2) {
text-align: right;
}
.timing li:last-child {
width: 100%;
text-align: center;
padding: 10px 0 0;
}
.timing time,
.timing strong {
font-size: 14px;
line-height: 17px;
}
.price-area .total {
font-size: 17px;
line-height: 20px;
}
.price-list {
font-size: 14px;
line-height: 17px;
}
.price-list li {
width: 100%;
}
.price-list li + li {
margin: 10px 0 0;
}
.form-verification .label {
float: none;
display: block;
margin: 0 0 10px;
}
.form-verification .field-year,
.form-verification .field-month,
.form-verification .field-day {
width: 100%;
padding: 0 0 10px;
}
.form-verification .field-year .form-control,
.form-verification .field-month .form-control,
.form-verification .field-day .form-control {
text-align: left;
padding: 6px 13px;
}
.form-payment h2 {
float: none;
margin: 0 0 5px;
}
.form-payment .by {
float: none;
overflow: hidden;
}
.form-payment .by ul {
margin: 0;
float: none;
overflow: hidden;
}
.form-payment .by ul li {
margin: 0;
}
.form-payment .by ul li:first-child img {
width: 122px;
}
.form-payment .by ul img {
width: 60px;
}
.card-type .title {
float: none;
display: block;
margin: 0 0 5px;
}
.cards-list li img {
height: auto;
width: 40px;
}
.files-list {
margin: 0;
}
.listing-detail {
margin: 0 0 30px;
}
.similar-ads {
margin: 0 0 20px;
}
.similar-ads .btn-default {
display: block;
}
.availability-schedule .indicators {
margin: 0 0 10px;
position: relative;
}
.table-area {
width: 50%;
}
.gallery-slider {
padding: 0;
}
.gallery-slider .vertical-holder {
top: 0;
bottom: 0;
z-index: 10;
width: 80px;
padding: 10px 10px;
border-radius: 0 5px 5px 0;
background: rgba(0, 0, 0, 0.1);
border: solid rgba(0, 0, 0, 0.3);
border-width: 33px 0;
}
.gallery-slider .vertical-slide a {
height: auto;
}
.gallery-slider .btn-prev,
.gallery-slider .btn-next {
top: 5px;
right: 30px;
}
.gallery-slider .btn-next {
top: auto;
bottom: 5px;
}
.listing-detail .nav-tabs > li > a,
.listing-container .nav-tabs > li > a {
text-align: left;
padding: 10px 15px;
}
.listing-container {
margin: 0;
padding: 10px 0 0;
}
.listing-container h1 {
margin: 0 0 10px;
font-size: 20px;
}
.listing-detail .blog .head {
padding: 0 0 10px;
}
.listing-detail .blog h2 {
float: none;
margin: 0 0 5px;
}
.listing-detail .posts-holder .post {
margin: 0;
}
.listing-detail .posts-holder .post + .post {
margin: 20px 0 0;
}
.posts-holder .time {
margin: 9px 10px 0 0;
}
.features-list {
margin: 0 0 20px;
width: 100%;
}
.features-list:last-child,
.features-list:first-child {
width: 100%;
}
.features-list:last-child {
margin: 0;
}
.features-list li i.icon-cancel {
margin: -5px 6px 0 -31px;
}
#content .alert-success {
font-size: 13px;
line-height: 1.1;
padding: 15px 15px 15px 90px;
}
.main-tabs .nav-tabs {
margin: 0;
padding: 0;
}
.main-tabs .nav-tabs > li {
margin: 0;
}
.main-tabs .nav-tabs > li > a {
text-align: left;
}
.tabs-aside {
width: auto;
float: none;
margin: 0 0 10px;
}
.tabs-aside .tabset-holder {
background: #ffffff;
}
.tabs-aside .nav-tabs > li > a {
border-radius: 0;
}
.tabs-aside .nav-tabs > li:first-child a {
border-radius: 5px 5px 0 0;
}
.tabs-aside .nav-tabs > li:last-child a {
border-radius: 0 0 5px 5px;
}
.form-area {
float: none;
width: auto;
}
.form-area .form-holder {
clear: both;
}
.form-area .form-holder .nav-tabs {
padding: 0 0 1px;
margin: 0 0 -1px;
border-radius: 0;
max-height: none;
}
.form-area .form-holder .nav-tabs > li {
float: left;
margin: 0 5px -1px 0;
}
.form-area .form-holder .nav-tabs > li + li {
border: 0;
}
.form-area .form-holder .nav-tabs > li > a {
display: block;
padding: 10px 5px;
min-width: 120px;
text-align: center;
border: #dedede solid !important;
border-width: 1px 1px 0 !important;
border-radius: 5px 5px 0 0 !important;
}
.form-area .form-holder .nav-tabs > li > a:before,
.form-area .form-holder .nav-tabs > li.active a:before {
display: none;
}
.form-area button[type="submit"] {
margin: 0;
}
.form-area .form-block {
padding: 10px;
}
.form-area .field-row.time .col {
width: 100% !important;
}
.form-area .field-row.time .col + .col {
margin: 10px 0 0;
}
.form-area .field-row.time .col + .col .title {
min-width: 33px;
}
.form-area .field-row.time .col + .col .add-on {
right: 0;
}
.form-area .field-row.time .col:first-child .field-holder {
padding: 0 35px 0 0;
}
.form-area .field-row.time .add-on {
right: 0;
}
.form-area .field-row.time .field-holder {
padding: 0 35px 0 0;
}
.form-area .payment-info .field-row:nth-child(3) .label,
.form-area .payment-info .label {
margin-top: 10px;
}
.form-area .location {
max-width: none;
}
.form-area input[type="submit"] {
margin: 0;
}
.form-area .date-slider .title {
margin: 0 6px;
font-size: 20px;
line-height: 24px;
}
.form-area .file-selection {
padding: 10px;
}
.form-area .file-selection + .btn-block {
padding: 0;
}
.form-area .form-selection h3 {
margin: 0 8px 10px;
}
.form-area .form-selection .col {
padding: 0;
width: 100% !important;
}
.form-area .block2 .label,
.form-area .block1 .label {
padding: 0;
float: none;
display: block;
margin: 0 0 5px !important;
}
.form-area .field-row.columns .tooltip-button {
top: auto;
right: auto;
position: relative;
margin: 0 0 0 5px;
}
.form-area .field-row.columns .col {
padding: 0;
}
.form-area .field-row.type {
margin: 0 0 10px;
}
.form-area .columns-holder {
padding: 20px 10px;
}
.form-area .columns-holder h3 {
margin: 0 0 15px;
}
.check-list li {
margin: 0 20px 10px 0;
}
.date-slider {
margin: 0;
border: 0;
left: auto;
padding: 0;
overflow: hidden;
}
.date-slider .title-area {
padding: 0 0 10px;
}
.date-slider .carousel-control {
width: 24px;
height: 24px;
font-size: 16px;
line-height: 20px;
}
.date-slider .carousel-control.left {
letter-spacing: -2px;
}
.date-slider .carousel-control.right {
letter-spacing: -3px;
}
.date-table {
margin: 0;
}
.date-table > thead > tr > th,
.date-table > tbody > tr > th,
.date-table > thead > tr > td,
.date-table > tbody > tr > td {
font-size: 11px;
padding: 10px 5px;
min-height: inherit;
}
.date-table .price {
display: block;
position: static;
text-align: center;
}
.date-slider .fc-toolbar .fc-center h2 {
font-size: 13px;
}
.fc-view .fc-head .fc-day-header,
.fc-ltr .fc-basic-view .fc-day-number {
font-size: 11px;
padding: 10px 5px;
min-height: inherit;
}
.price-section .column {
width: 100%;
padding: 10px;
}
.price-section .column + .column {
width: 100%;
padding: 10px;
margin: 20px 0 0;
}
.price-section .column .price-info li + li {
margin: 5px 0 0 !important;
}
.price-range .agenda .label {
float: none;
display: block;
padding: 0 0 5px;
}
.discount-list .label {
float: none;
display: block;
padding: 0 0 5px;
}
.discount-list li:last-child .label {
display: inline-block;
vertical-align: middle;
padding: 0;
}
.discount-list .close {
margin: 0 0 0 10px;
}
.booking-policy .label {
float: none;
display: block;
padding: 0 0 5px;
}
#policy .form-holder {
padding: 10px;
}
#policy .form-holder > h2 {
margin: 0 0 10px;
}
.postarea .posts-holder .post-area {
width: auto;
float: none;
padding: 0 0 10px;
}
.postarea .posts-holder .post {
padding: 10px;
}
.postarea .posts-holder .img-holder {
margin: 0 10px 0 0;
}
.postarea .posts-holder p {
margin: 0 0 10px;
}
.postarea .posts-holder .meta p {
margin: 0 10px 0 0;
}
.postarea .posts-holder .footer {
width: auto;
}
.postarea h2,
.postarea .head time {
float: none;
margin: 0 0 5px;
}
.postarea .btn-default {
min-width: 80px;
margin: 0 4px 0 0;
display: inline-block;
padding: 9px 5px 10px;
}
.postarea .btn-default + .btn {
margin: 0 4px 0 0;
}
.postarea .btns-holder .btn-default {
margin: 0 5px;
}
.postarea .btns-holder .btn-default + .btn {
margin: 0 5px;
}
.postarea.notation-booking .posts-holder .img-holder {
float: none;
margin: 0 auto 10px;
}
.form-ad-detail .img-holder {
width: 140px;
margin: 0 10px 0 0;
}
.form-ad-detail .img-holder img {
width: 100%;
height: auto;
vertical-align: top;
}
.form-ad-detail .listing-title {
margin: 0 0 37px;
}
#messaging .blog .posts-holder .post {
margin: 0;
}
.table-section {
padding-bottom: 20px !important;
}
.form-radio {
margin: 0 auto 10px;
}
.form-radio.alt {
margin-bottom: 20px;
}
.table-detail {
display: block;
max-width: none;
overflow: hidden;
}
.table-detail tbody {
float: left;
width: 100%;
display: block;
background: #ffffff;
padding: 0 1px 0 1px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border-left: 140px solid #cac9c9;
}
.table-detail tbody > tr {
float: left;
width: 100%;
clear: both;
display: block;
background: #ffffff;
}
.table-detail tbody > tr.even {
background: #ffffff;
}
.table-detail > tbody > tr > td {
float: left;
clear: both;
text-align: left;
white-space: nowrap;
width: 100% !important;
margin: 0 -1px 0 -141px;
font-size: 12px;
line-height: 17px;
padding: 0 0 0 140px !important;
border-width: 1px 0 0 !important;
}
.table-detail > tbody > tr > td:before {
float: left;
width: 140px;
text-align: left;
padding: 5px 10px;
position: relative;
white-space: normal;
margin: 0 0 0 -140px;
color: #ffffff !important;
content: attr(data-label);
}
.table-detail > tbody > tr > td > div {
overflow: hidden;
padding: 5px 10px;
}
.table-detail thead {
display: none;
}
.modal .modal-dialog {
margin: 0;
}
.modal .modal-content {
margin: 20px;
text-align: center;
}
.modal .meta,
.modal .modal-header {
padding: 0 0 10px;
}
.modal .img-holder {
float: none;
width: auto;
max-width: 200px;
margin: 0 auto 10px;
}
.modal .booking-duration,
.modal .booking-detail,
.modal .sub-title {
margin: 0 0 10px;
}
.modal .btn {
min-width: 90px;
margin: 0 5px 5px;
}
.user-rating {
padding: 10px 15px;
margin: 0 0 20px;
}
.user-rating .link {
margin: 0;
float: none;
}
.user-rating .plus-sign {
vertical-align: middle;
}
.user-rating p {
margin: 0 10px 0 0;
}
.form-message.alt2,
.form-message.alt {
margin: -20px 0 30px;
}
.form-message.alt2 .user-rating .title,
.form-message.alt .user-rating .title {
margin: 4px 2px 0 -1px;
}
.form-message.alt2 .user-rating .rating li,
.form-message.alt .user-rating .rating li {
margin: 0 -6px 0 0;
}
.form-message.alt2 .input-placeholder-text,
.form-message.alt .input-placeholder-text {
line-height: 17px;
}
.form-message.alt2 input[type="submit"],
.form-message.alt input[type="submit"],
.form-message.alt2 input[type="reset"],
.form-message.alt input[type="reset"] {
margin: 0;
width: 49%;
float: left;
min-width: inherit;
}
.form-message.alt2 input[type="submit"],
.form-message.alt input[type="submit"] {
float: right;
}
.form-message.alt2 .btn-block,
.form-message.alt .btn-block {
padding: 0;
}
.form-message.alt2 .img-holder {
width: 150px;
margin: 2px 10px 0 0;
}
.form-message.alt2 h2 {
margin: 0 0 5px;
}
.form-message.alt2 p {
margin: 0 0 10px;
}
.form-switchers .counter,
.form-switchers .title {
margin-top: 7px;
}
.modal-backdrop {
display: none;
}
.tooltip {
width: 150px;
}
.tooltip.left {
width: 150px;
margin: 0 0 0 50px !important;
}
.date-slider.alt .fc-view .fc-head .fc-day-header {
font-size: 11px;
}
.date-slider.alt .fc-ltr .fc-basic-view .fc-day-number {
padding: 15px 0;
}
.date-slider.alt .fc-content-skeleton tbody td .fc-day-grid-event {
margin: 0 5px;
}
}
/* styles for screens 480px wide and narrower */
@media screen and (max-width: 480px) {
.topbar ul {
text-align: center;
}
.topbar ul li {
margin: 0;
display: block;
}
.form-category .col:first-child {
margin-bottom: 10px;
}
.form-category .form-holder .col.location .field-holder {
width: 220px;
}
.form-category .form-holder input.btn-default {
float: right;
}
.form-inquiry .map-box {
/*max-width: 250px;*/
}
.currency-converter .select-holder {
width: 100%;
margin: 0 0 10px;
}
.currency-converter .col {
clear: both;
}
.currency-converter.white .select-holder {
width: 100%;
margin: 0 0 10px;
}
.table-area {
width: 100%;
}
.gallery-slider .vertical-holder {
top: 0;
bottom: 0;
z-index: 10;
width: 50px;
padding: 5px;
border-radius: 0 5px 5px 0;
background: rgba(0, 0, 0, 0.1);
border: solid rgba(0, 0, 0, 0.3);
border-width: 33px 0;
}
.gallery-slider .vertical-slide a {
height: auto;
}
.gallery-slider .btn-prev,
.gallery-slider .btn-next {
right: 15px;
}
.main-tabs .tab-content {
padding: 10px 5px 0;
}
.main-tabs .listing-post {
margin: 0 0 10px;
}
.main-tabs .listing-post .box-holder {
display: block;
}
.main-tabs .listing-post .foot,
.main-tabs .listing-post .box {
position: relative;
overflow: hidden;
}
.main-tabs .listing-post .foot {
padding: 10px 5px;
}
.main-tabs .listing-post h2 {
font-size: 14px;
line-height: 17px;
}
.main-tabs .listing-post .listing-box {
padding: 5px;
}
.main-tabs .listing-post .area {
padding: 0;
}
.main-tabs > div[role="tabpanel"] > .tab-content {
margin: 0;
padding: 10px 5px 0;
}
.listing-post .info-btns {
padding: 10px 5px 5px;
}
.listing-post .certified {
margin: 0;
}
.form-area .tab-content .tab-content,
.form-area .form-holder {
padding: 10px;
}
.form-area .alert-warning {
padding: 17px 10px 17px 84px;
}
.form-area .alert-warning .icon.exclamation {
left: 10px;
}
.form-area .file-selection .jcf-file .jcf-fake-input {
width: 130px;
}
.form-area .features-area .features-list {
clear: both;
width: 100% !important;
}
.form-area .about-info .jcf-file .jcf-fake-input {
width: 130px;
padding: 0 5px;
}
.form-area .about-info .language .label,
.form-area .about-info .label {
float: none;
display: block;
margin: 0 0 5px;
max-width: none;
min-width: inherit;
}
.form-area .about-info .language .field-holder {
padding: 0;
}
.form-area .message-area .nav-tabs > li > a {
min-width: 90px;
}
.form-area .message-area .nav-tabs > li.active a:before {
display: none;
}
.form-area .payment-info .column {
padding: 20px 10px;
}
.form-area .payment-info .column:first-child {
padding: 20px 10px;
}
.form-area .payment-info .label {
float: none;
width: auto;
display: block;
margin: 0 0 5px !important;
}
.form-area .payment-info .field-row.alt {
margin: 0 0 19px;
}
.form-area .payment-info .field-row.alt + .field-row .field-holder {
padding: 0;
}
.form-area .payment-info .tooltip-btn {
top: auto;
height: 34px;
padding-top: 8px;
}
.form-area .payment-info ~ .info-list {
padding: 0 0 15px;
}
.form-area .payment-info ~ .info-list li {
position: relative;
}
.form-area .payment-info ~ .info-list .btn-primary {
font-size: 12px;
}
.form-area .payment-info ~ .info-list .tooltip-button {
top: -5px;
margin: 0;
right: -5px;
position: absolute;
}
.form-area .contact-info .column {
padding: 20px 10px;
}
.form-area .contact-info .column:first-child {
padding: 20px 10px;
}
.form-area .contact-info .label {
width: auto;
float: none;
display: block;
margin: 0 0 5px !important;
}
.form-area .contact-info .tooltip-btn {
top: auto;
bottom: 1px;
height: 33px;
padding-top: 8px;
}
.form-area .contact-info .field-row.alt .field-holder {
padding: 0;
}
.form-area #contact-info .form-holder {
padding: 10px;
}
.form-area #contact-info h3 {
margin: 0 0 10px;
}
.jcf-file .jcf-fake-input {
font-size: 12px;
}
.thin-scroll .jcf-scrollbar-vertical {
width: 15px;
}
.btn-translate {
padding: 0;
font-size: 10px;
text-align: left;
}
.btn-translate span {
height: 44px;
line-height: 20px;
padding: 12px 10px 11px;
}
.images-list li {
width: 110px;
}
.btns-list li {
padding: 0 2px 10px;
}
.postarea .posts-holder .img-holder {
width: 112px;
float: none;
margin: 0 auto 10px;
}
.postarea .posts-holder .footer {
margin: 0 -5px;
}
.postarea .posts-holder .footer .btn-default {
margin: 0;
}
.postarea h2,
.postarea .head time {
margin: 0;
font-size: 14px;
}
.postarea .area {
padding: 0 0 5px;
}
.postarea .section-foot {
text-align: center;
}
.postarea .section-foot .result-counter {
float: none;
display: block;
margin: 0 0 5px;
}
.postarea .section-foot .nav-pagination {
text-align: center;
}
.postarea.alt .posts-holder .footer .btn.btn-default,
.postarea.alt .posts-holder .footer .btn {
width: auto;
float: none;
display: block;
min-width: inherit;
}
.postarea.alt .section-head {
padding: 0 0 10px;
}
.postarea.alt .section-head .result-counter {
float: none;
display: block;
margin: 0 0 5px;
}
.postarea.alt3 .posts-holder .img-holder,
.postarea.alt2 .posts-holder .img-holder {
margin: 0 auto 10px;
}
.postarea.alt3 + .form-ad-detail,
.postarea.alt2 + .form-ad-detail {
margin: 0 auto 10px;
}
.postarea .btn-block {
text-align: center;
}
.postarea.alt3 .posts-holder .post .area .area {
padding: 0 0 5px;
}
.postarea.alt3 .posts-holder .post h2 {
text-align: center;
}
.postarea.alt3 .posts-holder .footer {
margin: 0;
}
.postarea.alt3 .booking-info {
margin: 0 0 5px;
text-align: center;
}
.postarea .btns-holder .btn {
min-width: 110px;
}
.postarea.notation-booking .rating-area .title {
display: block;
margin: 0 0 5px;
text-align: left;
}
.postarea.notation-booking .rating-area .rating li {
font-size: 18px;
margin: 0 -8px 0 0;
}
.postarea.notation-booking .textbox {
padding: 0;
}
.location-holder {
margin: 0;
}
.location-holder .contact-info,
.location-holder address {
float: none;
width: auto;
margin: 0 0 10px;
height: auto !important;
}
.form-filter {
float: none;
width: auto;
}
.form-ad-detail .img-holder {
float: none;
width: 190px;
margin: 0 auto 10px;
}
.form-ad-detail .listing-title {
margin: 0 0 15px;
text-align: center;
}
.modal .applicant {
display: block;
margin: 0 0 5px;
}
.modal .modal-footer .btn {
margin: 0 5px;
}
.modal .modal-footer .btn + .btn {
margin: 0 5px;
}
.form-message.alt2,
.form-message.alt {
margin: 0;
}
.form-message.alt2 .post-area,
.form-message.alt .post-area {
text-align: center;
}
.form-message.alt2 input[type="submit"],
.form-message.alt input[type="submit"],
.form-message.alt2 input[type="reset"],
.form-message.alt input[type="reset"] {
float: none;
width: 100%;
display: block;
margin: 0 0 10px;
}
.form-message.alt2 h2,
.form-message.alt h2 {
margin: 0 0 10px;
}
.form-message.alt2 p,
.form-message.alt p {
margin: 0 0 5px;
}
.form-message.alt2 .user-rating .title,
.form-message.alt .user-rating .title {
display: block;
margin: 0 0 5px;
}
.form-message .img-holder {
float: none;
margin: 0 auto 10px;
}
.form-message .booking-detail {
margin: 0 0 5px;
}
.form-message .booking-detail li {
margin: 0 5px;
}
.form-message.alt2 .img-holder {
margin: 0 auto 10px;
}
.form-payment .by .title {
float: none;
margin: 0;
display: block;
}
}
.map-holder {
position: relative;
overflow: hidden;
}
.map-holder .map-canvas {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/*.infoBox .popup {*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 38px;*/
/*}*/
.hide-scroll {
opacity: 0 !important;
}
body.loading {
overflow: hidden;
}
.loader {
z-index: 2000;
display: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
overflow: hidden;
background: #ffffff url(../images/loader.gif) no-repeat 50% 50%;
}
.loading .loader {
display: block;
}
.form-control-radio {
border: none;
}
.form-control-radio > label {
margin-right: 10%;
}
.form-control-radio > label > span {
display: none;
}
| 0.406862 | 0.100923 |
body, html {
height: 100%;
background: url(images/2DForest.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.btn {
z-index: 0;
margin: 20px 30px 20px 0px;
margin: 20px;
width: 200px;
}
h1 {
z-index: 0;
color: white;
position: fixed;
left: 0;
right: 0;
margin: auto;
}
h2, h3 {
color: white;
}
h3 {
font-size: 15pt;
color: white;
}
#title {
top: 21px;
}
.topbar {
position: fixed;
top: 80px;
left: 10px;
right: 10px;
margin: auto;
}
.todays {
position: fixed;
top: 90px;
left: 0;
right: 0;
margin: auto;
}
.container .tasks {
text-decoration: none;
color: white;
}
.box {
margin-right: 10px;
margin-top: 3px;
}
/*Add a Checkmark */
/* .box:before {
content: '';
position: absolute;
border-color: #fff;
border-style: solid;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
height: 15px;
width: 7px;
margin-top: 25px;
margin-left: 10px;
}
*/
.tasks {
display: flex;
flex-direction: row;
}
div #tasklist {
overflow: scroll;
padding-left: 13px;
padding-right: 13px;
text-align: left;
}
.circle {
z-index: 2;
position: fixed;
border-radius: 50%;
width: 75px;
height: 75px;
right: 25px;
bottom: 25px;
background: #E84F4F;
box-shadow: 0px 0px 10px 3px #444444;
display: flex;
justify-content: center;
align-items: center;
}
#quote {
color: white;
position: fixed;
left: 15px;
bottom: 10px;
}
body {
font-family: "Lato", sans-serif;
transition: background-color .5s;
}
span {
z-index: 1;
position: fixed;
color: silver;
margin-top: 20px;
margin-left: 30px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 2;
top: 0;
left: 0;
background-color:rgba(0, 0, 0, 0.93);
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: silver;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
span {
z-index: 1;
position: fixed;
color: silver;
margin-top: 20px;
margin-left: 30px;
}
.closebtn {
transform: translateY(5px);
}
.task {
overflow: auto;
}
#tasklist {
width: 375px;
height: 400px;
background-color: rgba(0,0,0,.2)
}
.form-check {
margin-top: 20px;
margin-right: 25px;
}
.form-check-input {
width: 30px;
height: 30px;
}
#addPop {
z-index: 2;
position: fixed;
transform: translateY(10px);
border-radius: 7%;
width: 350px;
height: 350px;
left: 0;
right: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.8);
opacity: 0;
}
|
public/css/cogs120.css
|
body, html {
height: 100%;
background: url(images/2DForest.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.btn {
z-index: 0;
margin: 20px 30px 20px 0px;
margin: 20px;
width: 200px;
}
h1 {
z-index: 0;
color: white;
position: fixed;
left: 0;
right: 0;
margin: auto;
}
h2, h3 {
color: white;
}
h3 {
font-size: 15pt;
color: white;
}
#title {
top: 21px;
}
.topbar {
position: fixed;
top: 80px;
left: 10px;
right: 10px;
margin: auto;
}
.todays {
position: fixed;
top: 90px;
left: 0;
right: 0;
margin: auto;
}
.container .tasks {
text-decoration: none;
color: white;
}
.box {
margin-right: 10px;
margin-top: 3px;
}
/*Add a Checkmark */
/* .box:before {
content: '';
position: absolute;
border-color: #fff;
border-style: solid;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
height: 15px;
width: 7px;
margin-top: 25px;
margin-left: 10px;
}
*/
.tasks {
display: flex;
flex-direction: row;
}
div #tasklist {
overflow: scroll;
padding-left: 13px;
padding-right: 13px;
text-align: left;
}
.circle {
z-index: 2;
position: fixed;
border-radius: 50%;
width: 75px;
height: 75px;
right: 25px;
bottom: 25px;
background: #E84F4F;
box-shadow: 0px 0px 10px 3px #444444;
display: flex;
justify-content: center;
align-items: center;
}
#quote {
color: white;
position: fixed;
left: 15px;
bottom: 10px;
}
body {
font-family: "Lato", sans-serif;
transition: background-color .5s;
}
span {
z-index: 1;
position: fixed;
color: silver;
margin-top: 20px;
margin-left: 30px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 2;
top: 0;
left: 0;
background-color:rgba(0, 0, 0, 0.93);
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: silver;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
span {
z-index: 1;
position: fixed;
color: silver;
margin-top: 20px;
margin-left: 30px;
}
.closebtn {
transform: translateY(5px);
}
.task {
overflow: auto;
}
#tasklist {
width: 375px;
height: 400px;
background-color: rgba(0,0,0,.2)
}
.form-check {
margin-top: 20px;
margin-right: 25px;
}
.form-check-input {
width: 30px;
height: 30px;
}
#addPop {
z-index: 2;
position: fixed;
transform: translateY(10px);
border-radius: 7%;
width: 350px;
height: 350px;
left: 0;
right: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.8);
opacity: 0;
}
| 0.406744 | 0.132627 |
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
body {
font-size: 14px;
font-family: "Open Sans", sans-serif;
}
main {
overflow-x: hidden;
}
section {
padding: 3.5rem 0;
}
@media only screen and (max-width: 767px) {
section {
padding: 1.5rem 0;
}
}
.bg-gray {
background: #f6f8ff;
}
a {
color: #0072bc;
}
a:hover {
color: #0072bc;
}
.w-100 {
width: 100%;
}
.btn {
border-radius: 2.5rem !important;
}
.btn-primary {
background: #0072bc !important;
border-color: #0072bc !important;
box-shadow: none;
}
.btn-primary:hover {
background: #0072bc !important;
border-color: #0072bc !important;
box-shadow: none;
}
.btn-primary:active {
background: #0072bc !important;
border-color: #0072bc !important;
box-shadow: none;
}
.btn-primary:focus {
background: #0072bc !important;
border-color: #0072bc !important;
box-shadow: none;
}
.title {
margin: 0 0 40px;
text-align: center;
text-transform: uppercase;
}
.title.small {
margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.title.small {
text-align: center !important;
}
}
@media only screen and (max-width: 767px) {
.title.small {
text-align: center !important;
}
}
.title.small h2 {
position: relative;
margin: 0 0 10px;
color: #383838;
font-family: "Open Sans", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 28px;
line-height: 1.3;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
}
.title p {
color: #aaaaaa;
position: relative;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
margin-bottom: 15px;
letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
.title p {
margin-bottom: 10px;
}
}
.title h2 {
position: relative;
margin: 0;
color: #383838;
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 40px;
line-height: 1.3;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
}
@media only screen and (max-width: 767px) {
.title h2 {
font-size: 35px;
line-height: 1.2;
}
}
.title h2 span {
color: #0072bc;
}
.btn_get {
border-color: #0072bc;
background: #0072bc;
box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
min-width: 120px;
text-align: center;
text-transform: uppercase;
}
.btn_get:hover {
background: #0063a3;
border-color: #0063a3;
color: #fff;
box-shadow: none;
}
.thead-dark {
background: #383838;
}
td {
vertical-align: middle !important;
}
#accordionExample .card {
border: 1px solid #f5f5f5 !important;
}
#accordionExample .card-header {
background-color: #fafafa !important;
border: 1px solid #f5f5f5 !important;
}
#accordionExample .card-header .btn-link {
color: #0072bc;
text-decoration: none;
font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#accordionExample .card-header .btn-link {
text-align: left;
}
}
@media only screen and (max-width: 767px) {
#accordionExample .card-header .btn-link {
text-align: left;
}
}
.back-to-top {
position: fixed;
bottom: 2rem;
right: 2rem;
display: flex;
z-index: 9999999;
transform: translateX(100px);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.back-to-top.in {
transform: translateX(0px);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.back-to-top a {
width: 45px;
height: 45px;
border-radius: 7px;
background: #0072bc;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
}
#collapseSearch {
position: absolute;
top: 100px;
left: 0;
width: 100%;
padding: 0 15px;
}
#collapseSearch .card {
border-radius: 10px;
background-color: #ffffff;
border: none;
box-shadow: 0px 8px 16px 0px rgba(0, 11, 40, 0.1);
}
#collapseSearch form .input-group.search {
margin: 0 auto;
}
#collapseSearch form .input-group.search .form-control {
border-radius: 4px;
background-color: #fff;
border: 1px solid #ececec;
font: 300 16px/36px "Open Sans", sans-serif;
color: #a1a8be;
height: 60px;
padding-left: 30px;
position: relative;
z-index: 1;
}
#collapseSearch form .input-group.search .form-control:focus {
box-shadow: none !important;
outline: none !important;
}
#collapseSearch form .input-group.search .form-control:active {
box-shadow: none !important;
outline: none !important;
}
#collapseSearch form .input-group.search .btn-primary {
position: absolute;
color: #fff !important;
top: 0;
right: 0;
font: 400 14px/60px "Open Sans", sans-serif;
border-radius: 4px;
padding: 0px 25px;
border: 0px;
z-index: 2;
}
#collapseSearch form p {
margin-bottom: 40px;
line-height: 30px;
}
.scroll-btn {
z-index: 3;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.scroll-btn > *:hover {
color: #ffffff;
opacity: 0.8;
filter: alpha(opacity=80);
}
.scroll-btn > *:focus {
color: #ffffff;
opacity: 0.8;
filter: alpha(opacity=80);
}
.scroll-btn > *:active {
opacity: 0.8;
filter: alpha(opacity=80);
}
.scroll-btn > *.active {
color: #ffffff;
opacity: 0.8;
filter: alpha(opacity=80);
}
.scroll-btn .mouse {
position: relative;
display: block;
width: 35px;
height: 55px;
margin: 0 auto 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.scroll-btn .mouse * {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
background: white;
border-radius: 50%;
-webkit-animation: ani-mouse 2.5s linear infinite;
-moz-animation: ani-mouse 2.5s linear infinite;
animation: ani-mouse 2.5s linear infinite;
}
.not-found {
display: flex;
width: 100%;
height: 100vh;
justify-content: center;
align-items: center;
text-align: center;
}
.not-found::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: url(../../assets/img/map.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
opacity: 0.4;
}
.not-found img {
width: 75%;
margin-bottom: 1rem;
}
.not-found .btn-primary {
padding: 0.75rem 1.5rem;
font-size: 13px;
font-weight: 700;
margin-top: 1rem;
text-transform: uppercase;
}
.text-primary {
color: #0072bc !important;
}
.pagination .page-item.active .page-link {
background: #0072bc;
border-color: #0072bc;
color: #fff;
}
.pagination .page-item.disabled .page-link {
background: #f5f5f5;
color: #000;
}
.pagination .page-item .page-link {
color: #0072bc;
border-color: #eee;
}
@keyframes pulsate {
0% {
opacity: 1;
transform: translate(-50%, -50%) scale(0.5);
}
100% {
opacity: 0;
transform: translate(-50%, -50%) scale(4);
}
}
@-webkit-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@-moz-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
.search {
position: relative;
padding: 0 !important;
transform: translateY(-25px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.search {
margin-top: 7rem;
transform: translateY(0);
}
}
@media only screen and (max-width: 767px) {
.search {
margin-top: -3rem;
transform: translateY(0);
}
}
@media only screen and (max-width: 320px) {
.search {
margin-top: 0rem;
transform: translateY(0);
}
}
.search .search-area {
position: absolute;
left: 0;
bottom: 2rem;
width: 100%;
z-index: 99;
}
@media only screen and (max-width: 767px) {
.search .search-area {
position: relative;
}
}
.search .search-area .form-control {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
.search .search-area .form-control {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
.search .search-area input {
height: calc(3.25rem + 2px);
box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.075);
display: inline-block;
padding: 14px 160px 14px 20px;
border-radius: 45px;
}
.search .search-area input:focus {
border-color: #0072bc;
outline: #0072bc;
}
.search .search-area .cta {
position: absolute;
top: 8px;
right: 9px;
display: flex;
justify-content: start;
align-items: center;
}
.search .search-area .cta select {
margin-right: 0.5rem;
}
.search .search-area .cta button {
border-radius: 0 45px 45px 0;
}
.features-1 {
padding: 0px;
margin-bottom: 30px;
}
.features-1 img {
width: 150px;
margin: 0 auto;
}
.features-1 .caption h4 {
margin: 25px 0px 20px;
color: #051441;
font-weight: 500;
font-family: "Poppins", sans-serif;
font-size: 20px;
}
.features-1 .caption p {
font-weight: 300;
font-size: 15px;
margin-bottom: 0;
}
.partner .partner-logo {
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
z-index: 4;
}
.partner .partner-logo .logo-item {
width: 100%;
text-align: center;
}
.partner .partner-logo .logo-item img {
max-width: 100%;
filter: contrast(0.3%);
transition: all 0.3s ease 0s;
}
.partner .partner-logo .logo-item:hover img {
filter: contrast(100%);
}
.blog-item {
margin-bottom: 30px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .image {
overflow: hidden;
}
.blog-item .image img {
width: 100%;
height: 250px;
object-fit: cover;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .content {
background: #fcf3ff;
padding: 32px 30px 37px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .content a {
text-decoration: none;
}
.blog-item .content .meta {
display: -ms-flexbox !important;
display: flex !important;
justify-content: space-between;
}
.blog-item .content .meta a {
font-size: 12px;
display: inline-block;
color: #797979;
margin-right: 30px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .content .meta a:last-child {
margin-right: 0;
}
.blog-item .content .meta a i {
margin-right: 8px;
}
.blog-item .content h4 {
font-size: 20px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 15px;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .content p {
margin-bottom: 0px;
}
.blog-item .content .text-wrap {
margin-bottom: 22px;
}
.blog-item .content .text-wrap p {
font-size: 15px;
line-height: 27px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.blog-item .content .readmore {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: #05364d;
display: inline-block;
position: relative;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .content .readmore i {
font-size: 12px;
margin-left: 0.25rem;
}
.blog-item .content .readmore:hover {
color: #55e5e0;
}
.blog-item:hover {
box-shadow: 0px 10px 20px rgba(5, 54, 77, 0.1);
}
.blog-item:hover .image img {
transform: scale(1.1);
}
.login-register-section {
font-family: "Open Sans", sans-serif;
}
.login-register-section .background {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: url(../img/login.jpg);
background-size: auto 100%;
background-position: right;
height: 100vh;
position: relative;
}
@media only screen and (max-width: 767px) {
.login-register-section .background {
display: none;
}
}
.login-register-section .background .float-logo {
position: absolute;
width: 100%;
top: 0;
left: 0;
text-align: center;
padding: 75px 175px;
font-size: 13px;
z-index: 2;
}
.login-register-section .background .text-feature-area {
position: absolute;
width: 100%;
top: 50%;
left: 0;
text-align: center;
padding: 75px 80px;
font-size: 13px;
z-index: 2;
}
.login-register-section .background .text-feature-area p {
line-height: 22px;
}
.login-register-section .background .text-feature-area .btn {
border: 1px solid #fff;
font-size: 14px;
padding: 0.75rem 1.25rem;
}
.login-register-section .background::after {
content: "";
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
z-index: 1;
}
.login-register {
display: block;
max-width: 100%;
height: 100vh;
width: 100%;
background: #fff;
padding: 3rem 2rem;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
background: url(../../assets/img/login.svg);
transition: all 0.5s ease-in-out;
display: flex;
justify-content: center;
flex-direction: column;
}
@media only screen and (max-width: 767px) {
.login-register {
margin-top: 0rem;
}
}
.login-register h1 {
font-size: 26px;
text-align: center;
font-weight: 700;
}
.login-register .links {
list-style-type: none;
padding-left: 2.5rem;
font-weight: 700;
}
.login-register .links li {
display: inline-block;
margin: 0px 50px 0 0;
transition: 0.2s linear;
}
.login-register .links li:nth-child(2) {
opacity: 0.6;
}
.login-register .links li:nth-child(2):hover {
opacity: 1;
}
.login-register .links li:nth-child(3) {
opacity: 0.6;
float: right;
margin-right: 20px;
}
.login-register .links li:nth-child(3):hover {
opacity: 1;
}
.login-register .links li a {
text-decoration: none;
color: #c9c9c9;
font-weight: bolder;
text-align: center;
cursor: pointer;
}
.login-register form {
width: 100%;
margin: 10px auto 10px;
padding: 0 120px;
}
@media only screen and (max-width: 767px) {
.login-register form {
padding: 0 10px;
}
}
.login-register form .btn-signin {
width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
height: 50px;
border-radius: 8px;
margin-top: 2rem;
}
.login-register form .form-control.input {
padding: 1.25rem 0.75rem;
margin-bottom: 1rem;
font-size: 14px;
}
.login-register form .forgot-register a,
.login-register form .forgot-register p {
font-size: 12px;
}
.login-register form .forgot-register a {
font-weight: 700;
text-decoration: none;
}
@media only screen and (max-width: 767px) {
.login-register form .forgot-register {
flex-direction: column;
}
}
.square-btn {
color: #ffffff;
font-size: 14px;
font-weight: 500;
border: none;
cursor: pointer;
background-color: #0072bc;
padding: 10px 20px 6px;
text-transform: uppercase;
display: inline-block;
}
@media only screen and (max-width: 767px) {
.square-btn {
width: 100%;
text-align: center;
}
}
.square-btn:hover {
color: #ffffff;
background-color: #333c4a;
}
.activation-section {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
}
.activation-section h4 {
font-weight: 700;
}
.login-dpp {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.login-dpp .login-area {
background: #fff;
padding: 5rem 2rem;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border: none;
min-height: 75vh;
display: flex;
align-items: center;
}
@media only screen and (max-width: 767px) {
.login-dpp .login-area {
min-height: unset;
}
}
.login-dpp .login-area.big-padding {
padding: 10rem 2rem;
}
.login-dpp .login-area form {
width: 100%;
}
.login-dpp .login-area img {
width: 200px;
margin: 0 auto;
display: flex;
justify-content: center;
}
.login-superadmin {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
position: relative;
}
.login-superadmin::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: radial-gradient(circle at 1% 1%, #0072bc, #55e5e0);
background-repeat: no-repeat;
background-size: auto;
background-position: 50%;
overflow: hidden;
z-index: -1;
}
.login-superadmin::before {
content: "";
position: absolute;
background-image: url(../../assets/img/bg-auth-2.jpg);
background-repeat: no-repeat;
background-position: left;
background-size: cover;
opacity: 0.35;
mix-blend-mode: luminosity;
width: 100%;
height: 100%;
left: 0px;
bottom: 0px;
pointer-events: none;
}
.login-superadmin .login-form-superadmin {
position: absolute;
top: 0;
right: 0;
z-index: 99;
width: 100%;
height: 100%;
display: flex;
align-items: center;
}
.login-superadmin .login-area {
background: #fff;
padding: 3rem 2rem;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border: none;
z-index: 99;
min-height: 70vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
@media only screen and (max-width: 767px) {
.login-superadmin .login-area {
min-height: unset;
}
}
.login-superadmin .login-area.big-padding {
padding: 10rem 2rem;
}
.login-superadmin .login-area form {
width: 100%;
}
.login-superadmin .login-area img {
width: 200px;
margin: 0 auto;
display: flex;
justify-content: center;
}
.header_area {
position: fixed;
width: 100%;
left: 0;
z-index: 20;
top: 0;
font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area {
padding: 0px;
}
}
@media only screen and (max-width: 767px) {
.header_area {
padding: 0px;
}
}
.header_area .container {
position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area .container {
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (max-width: 767px) {
.header_area .container {
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area .container .navbar-collapse {
background: #fff;
margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.header_area .container .navbar-collapse {
background: #fff;
margin-top: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area .container .navbar-collapse .navbar-nav.menu {
padding: 10px;
background: #fff;
margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
.header_area .container .navbar-collapse .navbar-nav.menu {
padding: 10px;
background: #fff;
margin-top: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area .container .navbar-collapse .navbar-nav.menu .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
}
@media only screen and (max-width: 767px) {
.header_area .container .navbar-collapse .navbar-nav.menu .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
}
.header_area .container .navbar-collapse .navbar-nav.menu .nav-item + .nav-item {
margin-left: 0;
}
.header_area.fixed-white {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
-webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
z-index: 9999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area.fixed-white {
padding: 0px;
}
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white {
padding: 0px;
}
}
.header_area.fixed-white .container {
position: relative;
}
@media (max-width: 991px) {
.header_area.fixed-white .container {
padding-left: 20px;
padding-right: 20px;
}
}
.header_area.fixed-white .container .navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.header_area.fixed-white .container .navbar-brand img {
display: none;
width: 200px;
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .navbar-brand img {
width: 100px;
}
}
.header_area.fixed-white .container .navbar-brand img + img {
display: block;
width: 200px;
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .navbar-brand img + img {
width: 100px;
}
}
.header_area.fixed-white .container .navbar-toggler {
padding: 0px;
margin-left: 20px;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
@media (min-width: 992px) {
.header_area.fixed-white .container .navbar-toggler {
display: none;
}
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle {
width: 22px;
height: 22px;
position: relative;
cursor: pointer;
display: block;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger {
position: absolute;
height: 100%;
width: 100%;
display: block;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger span {
width: 100%;
height: 2px;
position: relative;
top: 0;
left: 0;
margin: 4px 0;
display: block;
background: #0072bc !important;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger span {
background: #0072bc !important;
}
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(1) {
transition-delay: 0.3s;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(2) {
transition-delay: 0.4s;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(3) {
transition-delay: 0.5s;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
display: block;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span {
display: block;
background: #0072bc !important;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span {
background: #0072bc !important;
}
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(1) {
height: 0%;
transition-delay: 0s;
width: 2px;
position: absolute;
top: 0;
left: 10px;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(2) {
width: 0%;
transition-delay: 0.2s;
height: 2px;
position: absolute;
left: 0;
top: 10px;
}
.header_area.fixed-white .container .navbar-toggler:not(:disabled) {
cursor: pointer;
}
.header_area.fixed-white .container .navbar-toggler:not(:disabled) .hamburger span,
.header_area.fixed-white .container .navbar-toggler:not(:disabled) .hamburger-cross span {
background: #0072bc !important;
}
.header_area.fixed-white .container .navbar-toggler:not(.disabled) {
cursor: pointer;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse {
max-height: 100vh;
overflow-y: scroll;
margin-left: -20px;
margin-right: -20px;
}
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .navbar-collapse {
margin-top: 0;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav {
margin-left: auto !important;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu {
padding: 10px 30px;
background: #fff;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item {
position: relative;
padding: 35px 25px;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
transform: translateY(20px);
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden;
display: block;
margin: 0px;
border: 0px;
margin: 0px;
border-radius: 0px;
left: 0;
min-width: 200px;
background: transparent;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
box-shadow: none;
-webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0s;
-o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
max-height: 0;
display: block;
overflow: hidden;
opacity: 0;
visibility: hidden;
padding: 0px;
margin: 0px;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
display: block;
width: 100%;
margin-right: 0px;
padding: 0px 40px;
background: #fff;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
padding: 0px 25px;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
transition: color 0.2s linear;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item .nav-link:hover {
color: #0072bc;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 15px;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 12px;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:last-child {
padding-bottom: 15px;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu {
position: static;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
display: flex;
min-width: 200px;
list-style: none;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
left: 0;
right: 0;
transition: all 300ms linear 0s;
background: #fff;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
margin-top: 10px;
box-shadow: none;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item {
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: -10px;
width: 25%;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .nav-link {
font: 500 18px "Open Sans", sans-serif;
color: #0072bc;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu {
left: 0;
position: relative;
transform: translateY(0);
box-shadow: none;
padding: 0px;
display: flex;
flex-direction: column;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item {
padding-left: 0px;
padding-right: 0px;
padding: 5px 0;
white-space: normal;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #0072bc;
transition: color 0.2s linear;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:first-child {
padding-top: 20px;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #000;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #000;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link.btn {
color: #fff;
width: 100%;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link.dropdown-toggle::before {
content: "";
width: 0;
height: 1px;
background: #fff;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:last-child {
padding-bottom: 20px;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #0072bc;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #0072bc;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link.dropdown-toggle::before {
content: "";
width: 100%;
height: 1px;
background: #0072bc;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link::before {
content: "";
width: 100%;
height: 1px;
background: #051441;
position: absolute;
bottom: -10px;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:hover .nav-link .dropdown-toggle::before {
width: 100% !important;
left: 0;
right: auto;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:hover .dropdown-menu.show {
opacity: 1;
transform: translateY(10px);
visibility: visible;
margin: 0px;
border: 0px;
margin: 0px;
border-radius: 0px;
left: 0;
min-width: 200px;
min-height: 100px;
max-height: 500px;
background: transparent;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}
.header_area.fixed-white .container .btn {
background: #0072bc;
border-color: #0072bc;
color: #fff;
overflow: hidden;
display: inline-block;
font-weight: 500;
font-size: 14px;
font-family: "Open Sans", sans-serif;
z-index: 1;
cursor: pointer;
transition: all 0.3s linear;
}
.header_area.fixed-white .container .btn.btn-primary {
font: 500 14px/47px "Open Sans", sans-serif;
border-radius: 4px;
background-color: #fff;
border: 1px solid #0072bc;
color: #0072bc;
box-shadow: none;
padding: 0px 23px;
transform: perspective(1px) translateZ(0);
transition-property: color;
transition: all 0.3s ease;
min-width: 135px;
text-align: center;
margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area.fixed-white .container .btn.btn-primary {
margin-left: 0;
color: #fff;
}
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .btn.btn-primary {
margin-left: 0;
color: #fff;
}
}
.header_area.fixed-white .container .btn.btn-primary:hover {
background: #0072bc;
color: #fff;
border: 1px solid #fff;
box-shadow: none;
transition: all 0.3s ease;
}
.menu_one {
padding: 0px;
}
.menu_one .btn_get {
margin-left: 25px;
}
.sticky_logo img {
width: 200px;
padding: 0.75rem 0;
}
@media only screen and (max-width: 767px) {
.sticky_logo img {
width: 100px;
}
}
.sticky_logo img + img {
width: 200px;
display: none;
padding: 0.75rem 0;
}
@media only screen and (max-width: 767px) {
.sticky_logo img + img {
width: 100px;
}
}
@media (min-width: 992px) {
.mobile_btn {
visibility: hidden;
display: none;
}
}
@media (max-width: 991px) {
.hidden-sm {
visibility: hidden;
display: none;
}
}
.menu > .nav-item {
position: relative;
padding: 35px 25px;
}
.menu > .nav-item > .nav-link {
font: 500 15px "Open Sans", sans-serif;
color: #333;
padding: 0px;
transition: color 0.3s ease 0s;
position: relative;
}
.menu > .nav-item > .nav-link:before {
content: "";
width: 0;
height: 1px;
background: #6754e2;
position: absolute;
bottom: -10px;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.menu > .nav-item > .nav-link:after {
display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
margin: 0px;
border: 0px;
margin: 0px;
border-radius: 0px;
left: 0;
min-width: 200px;
background: transparent;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}
@media (min-width: 992px) {
.menu > .nav-item.submenu .dropdown-menu {
transform: translateY(20px);
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden;
display: block;
}
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
display: block;
width: 100%;
margin-right: 0px;
padding: 0px 20px;
background: #fff;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #333;
transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
color: #0072bc;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 15px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:last-child {
padding-bottom: 15px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
transition: all 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
display: none;
}
@media (min-width: 992px) {
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
position: absolute;
left: 100%;
top: 0;
opacity: 0;
display: block;
visibility: hidden;
transform: translateY(20px);
transition: all 0.3s ease-in;
}
}
.menu > .nav-item.submenu.mega_menu {
position: static;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu {
min-width: 200px;
list-style: none;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
left: 0;
right: 0;
transition: all 300ms linear 0s;
background: #fff;
}
@media (min-width: 992px) {
.menu > .nav-item.submenu.mega_menu > .dropdown-menu {
display: flex;
}
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item {
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: -10px;
width: 25%;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
font: 500 18px "Open Sans", sans-serif;
color: #13112d;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu {
left: 0;
position: relative;
transform: translateY(0);
box-shadow: none;
padding: 0px;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu > .nav-item {
padding-left: 0px;
padding-right: 0px;
white-space: normal;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:first-child {
padding-top: 20px;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
@media (min-width: 992px) {
.menu > .nav-item.submenu.mega_menu:hover .dropdown-menu > .nav-item > .dropdown-menu {
opacity: 1;
visibility: visible;
}
}
.menu > .nav-item:nth-last-child(-n + 2).submenu .dropdown-menu {
left: auto;
right: 0;
}
.menu > .nav-item:nth-last-child(-n + 2).submenu .dropdown-menu .nav-item > .dropdown-menu {
left: auto;
right: 100%;
}
.menu > .nav-item + .nav-item {
margin-left: 45px;
}
.menu > .nav-item.active .nav-link {
color: #6754e2;
}
.menu > .nav-item.active .nav-link:before {
width: 100%;
left: 0;
right: auto;
}
.menu > .nav-item:hover .nav-link {
color: #6754e2;
}
.menu > .nav-item:hover .nav-link:before {
width: 100%;
left: 0;
right: auto;
bottom: -10px;
}
@media (min-width: 992px) {
.menu > .nav-item:hover .dropdown-menu {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
}
@media (min-width: 992px) and (min-width: 992px) {
.menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
}
.w_menu {
margin-left: auto;
-webkit-transition: margin 700ms;
-moz-transition: margin 700ms;
-o-transition: margin 700ms;
transition: margin 700ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu {
margin-left: 0px;
}
}
@media only screen and (max-width: 767px) {
.w_menu {
margin-left: 0px;
}
}
.w_menu .nav-item .nav-link {
color: #fff;
text-transform: uppercase;
font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item .nav-link {
color: #0072bc;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item .nav-link {
color: #0072bc;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item .nav-link.btn {
color: #fff;
padding: 10px;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item .nav-link.btn {
color: #fff;
padding: 10px;
}
}
.w_menu .nav-item .nav-link:before {
background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item .nav-link:before {
display: none;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item .nav-link:before {
display: none;
}
}
.w_menu .nav-item:hover .nav-link,
.w_menu .nav-item.active .nav-link {
color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item:hover .nav-link,
.w_menu .nav-item.active .nav-link {
color: #0072bc;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item:hover .nav-link,
.w_menu .nav-item.active .nav-link {
color: #0072bc;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item:hover .nav-link.btn,
.w_menu .nav-item.active .nav-link.btn {
color: #fff;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item:hover .nav-link.btn,
.w_menu .nav-item.active .nav-link.btn {
color: #fff;
}
}
.w_menu .nav-item:hover .nav-link:before,
.w_menu .nav-item.active .nav-link:before {
color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item:hover .nav-link:before,
.w_menu .nav-item.active .nav-link:before {
display: none;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item:hover .nav-link:before,
.w_menu .nav-item.active .nav-link:before {
display: none;
}
}
.nav_right_btn .login_btn {
font: 500 15px "Open Sans", sans-serif;
padding: 13px 32px;
min-width: 120px;
display: inline-block;
text-align: center;
color: #fff;
transition: all 0.2s linear;
border-top-left-radius: 45px;
border-bottom-left-radius: 45px;
border-top-right-radius: 45px;
border: 1px solid transparent;
}
.nav_right_btn .login_btn:hover,
.nav_right_btn .login_btn.active {
background: #fff;
color: #00aff0;
box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
}
@media (max-width: 991px) {
.nav_right_btn {
display: none;
}
}
.menu_four .btn_get {
border-color: #fff;
background: #fff;
color: #0072bc;
min-width: 120px;
text-align: center;
text-transform: uppercase;
}
.menu_four .btn_get:hover {
background: #f2f2f2;
border-color: #f2f2f2;
color: #0072bc;
}
.menu_four .menu_toggle .hamburger span,
.menu_four .menu_toggle .hamburger-cross span {
background: #fff;
}
.btn_get_radious {
border-radius: 45px;
border-width: 1px;
color: #fff;
background: #fff;
box-shadow: none;
padding: 0px 28px;
line-height: 45px;
}
.btn_get_radious:before {
background: #5846ed;
}
.btn_get_radious:hover {
color: #5846ed;
}
.navbar-toggler {
padding: 0px;
margin-left: 20px;
}
.navbar-toggler:focus {
outline: none;
}
.menu_toggle {
width: 22px;
height: 22px;
position: relative;
cursor: pointer;
display: block;
}
.menu_toggle .hamburger {
position: absolute;
height: 100%;
width: 100%;
display: block;
}
.menu_toggle .hamburger span {
width: 0%;
height: 2px;
position: relative;
top: 0;
left: 0;
margin: 4px 0;
display: block;
background: #5e2ced;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
display: block;
}
.menu_toggle .hamburger-cross span {
display: block;
background: #5e2ced;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
height: 100%;
width: 2px;
position: absolute;
top: 0;
left: 10px;
transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
width: 100%;
height: 2px;
position: absolute;
left: 0;
top: 10px;
transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span {
width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
height: 0%;
transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
width: 0%;
transition-delay: 0.2s;
}
.header_area_two + section,
.header_area_three + section {
margin-top: 93px;
}
.h_dark {
background: #13112d;
}
.header_area_three {
background-color: #fff;
box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.1);
}
.header_area_three .menu_four .pl_30 {
padding-left: 30px;
}
.header_area_three .menu_four .btn_get {
border-color: #5e2ced;
background: #5e2ced;
color: #fff;
}
.header_area_three .menu_four .btn_get:hover {
background: transparent;
color: #5e2ced;
}
.header_area_three.navbar_fixed .menu_four .btn_get {
border-color: #5e2ced !important;
}
.header_area_four .header_top {
background: #13112d;
}
.header_area_four .header_top a {
transition: color 0.3s linear;
}
.header_area_four .header_top a:hover {
color: #5e2ced;
}
.header_area_four + section {
margin-top: 144px;
}
.header_top {
padding: 12px 0px;
}
.header_contact_info {
margin-bottom: 0;
}
.header_contact_info li {
display: inline-block;
font-size: 14px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
color: #fff;
text-transform: capitalize;
}
.header_contact_info li:before {
content: "";
width: 1px;
height: 12px;
top: 1px;
background: #5e5d76;
display: inline-block;
position: relative;
margin: 0px 22px 0px 20px;
}
.header_contact_info li:first-child:before {
display: none;
}
.header_contact_info li a {
color: #c3c1da;
font-weight: 300;
padding-left: 5px;
}
.header_social_icon {
text-align: right;
margin-bottom: 0;
}
.header_social_icon li {
display: inline-block;
margin: 0px 0px 0px 15px;
}
.header_social_icon li a {
font-size: 12px;
color: #fff;
}
.header_area_five .menu_one {
padding: 0px 50px;
}
.header_area_six .header_top {
border-bottom: 1px solid #e5ddfc;
}
.header_area_six .header_top a:hover {
color: #5e2ced !important;
}
.header_area_six .header_top .header_contact_info li {
color: #282835;
}
.header_area_six .header_top .header_contact_info li a {
color: #677294;
}
.header_area_six .header_top .header_social_icon li a {
color: #282835;
}
.header_area_six + section {
margin-top: 144px;
}
.search_cart {
margin-left: 19px;
}
.search_cart:before {
content: "";
width: 1px;
height: 12px;
background: #919198;
display: inline-block;
position: relative;
top: -2px;
}
.search_cart .search,
.search_cart .shpping-cart {
display: inline-block;
padding-top: 5px;
}
.search_cart .search a,
.search_cart .shpping-cart a {
font-size: 20px;
line-height: 27px;
color: #282835;
margin-left: 15px;
}
.search_cart .search a:hover,
.search_cart .shpping-cart a:hover {
color: #5e2ced;
}
.search_cart .search a {
font-size: 16px;
}
.header_area_seven .header_top {
background: #5e2ced;
padding: 0px;
}
.header_area_seven .header_top a {
line-height: 50px;
opacity: 0.7;
transition: opacity 0.2s linear;
}
.header_area_seven .header_top a:hover {
opacity: 1;
}
.header_area_seven .header_top .header_contact_info li i {
vertical-align: middle;
}
.header_area_seven .header_top .header_contact_info li a {
color: #fff;
}
.header_area_seven .header_top .header_social_icon {
border-left: 1px solid #7444ff;
padding-left: 22px;
margin-left: 40px;
}
.header_area_seven .header_top .header_top_menu {
text-align: right;
margin-bottom: 0px;
}
.header_area_seven .header_top .header_top_menu li {
display: inline-block;
}
.header_area_seven .header_top .header_top_menu li:before {
content: "";
width: 1px;
height: 11px;
background: #8e6bf7;
display: inline-block;
vertical-align: middle;
margin: 0px 17px 0px 15px;
}
.header_area_seven .header_top .header_top_menu li a {
font-size: 12px;
font-family: "Open Sans", sans-serif;
font-weight: 300;
color: #fff;
transition: opacity 0.2s linear;
}
.header_area_seven .header_top .header_top_menu li:first-child:before {
display: none;
}
.header_area_seven + section {
margin-top: 143px;
}
.header_area {
transition: all 0.2s linear;
}
.header_area.navbar_fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.header_area.navbar_fixed .w_menu {
margin-left: 50%;
-webkit-transition: margin 700ms;
-moz-transition: margin 700ms;
-o-transition: margin 700ms;
transition: margin 700ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area.navbar_fixed .w_menu {
margin-left: 0px;
}
}
@media only screen and (max-width: 767px) {
.header_area.navbar_fixed .w_menu {
margin-left: 0px;
}
}
.header_area.navbar_fixed .menu_one {
padding: 0px;
transition: all 0.2s linear;
}
.header_area.navbar_fixed .menu_one .btn_get {
box-shadow: none;
}
.header_area.navbar_fixed .sticky_logo img {
display: none;
width: 150px;
}
@media only screen and (max-width: 767px) {
.header_area.navbar_fixed .sticky_logo img {
width: 100px;
}
}
.header_area.navbar_fixed .sticky_logo img + img {
display: block;
width: 150px;
}
@media only screen and (max-width: 767px) {
.header_area.navbar_fixed .sticky_logo img + img {
width: 100px;
}
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link {
color: #051441;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
background: #051441;
}
.header_area.navbar_fixed .menu_four .btn_get {
border-color: #6754e2;
background: #6754e2;
box-shadow: none;
color: #fff;
}
.header_area.navbar_fixed .menu_four .btn_get:hover {
border-color: #6754e2;
}
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span {
background: #6754e2;
}
.header_area.navbar_fixed .nav_right_btn .login_btn {
color: #051441;
}
.header_area.navbar_fixed.header_area_five .menu_one {
padding: 0px 50px;
}
.header {
position: fixed;
width: 100%;
left: 0;
z-index: 20;
top: 0;
transition: all 0.2s linear;
}
.header .header-top {
background: #005389;
padding: 0px;
}
.header .header-top .header-contact {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.header .header-top .header-contact li {
display: inline-block;
font-size: 14px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
color: #fff;
text-transform: capitalize;
}
.header .header-top .header-contact li i {
vertical-align: middle;
}
.header .header-top .header-contact li a {
font-weight: 300;
padding-left: 5px;
line-height: 50px;
opacity: 0.7;
transition: opacity 0.2s linear;
color: #fff;
}
.header .header-top .header-contact li a:hover {
opacity: 1;
transition: opacity 0.2s linear;
}
.header .header-top .header-social {
border-left: 1px solid rgba(255, 255, 255, 0.3);
padding-left: 22px;
margin-left: 40px;
text-align: right;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.header .header-top .header-social li {
display: inline-block;
margin: 0px 0px 0px 15px;
}
.header .header-top .header-social li a {
font-size: 12px;
color: #fff;
line-height: 50px;
opacity: 0.7;
transition: opacity 0.2s linear;
}
.header .header-top .header-social li a:hover {
opacity: 1;
transition: opacity 0.2s linear;
}
.header .header-top .header-top-menu {
text-align: right;
margin-bottom: 0px;
padding-left: 0;
list-style: none;
}
.header .header-top .header-top-menu li {
display: inline-block;
}
.header .header-top .header-top-menu li a {
font-size: 12px;
font-family: "Open Sans", sans-serif;
font-weight: 300;
color: #fff;
transition: opacity 0.2s linear;
line-height: 50px;
opacity: 0.7;
}
.header .header-top .header-top-menu li a:hover {
opacity: 1;
transition: opacity 0.2s linear;
}
.header .header-top .header-top-menu li::before {
content: "";
width: 1px;
height: 11px;
background: #8e6bf7;
display: inline-block;
vertical-align: middle;
margin: 0px 17px 0px 15px;
}
.header .header-top .header-top-menu li:first-child(1)::before {
display: none;
}
.header .navbar {
position: relative;
display: -ms-flexbox;
display: flex;
align-items: center;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0;
}
@media (max-width: 991px) {
.header .navbar {
padding: 15px 0px 0px;
}
}
.header .navbar .container {
position: relative;
}
@media (max-width: 991px) {
.header .navbar .container {
padding-left: 20px;
padding-right: 20px;
}
}
.header .navbar .container .navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.header .navbar .container .navbar-brand img {
width: 200px;
}
@media only screen and (max-width: 767px) {
.header .navbar .container .navbar-brand img {
width: 100px;
}
}
.header .navbar .container .navbar-brand img + img {
display: none;
width: 200px;
}
@media only screen and (max-width: 767px) {
.header .navbar .container .navbar-brand img + img {
width: 100px;
}
}
.header .navbar .container .navbar-toggler {
padding: 0px;
margin-left: 20px;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
@media (min-width: 992px) {
.header .navbar .container .navbar-toggler {
display: none;
}
}
.header .navbar .container .navbar-toggler .menu-toggle {
width: 22px;
height: 22px;
position: relative;
cursor: pointer;
display: block;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger {
position: absolute;
height: 100%;
width: 100%;
display: block;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger span {
width: 100%;
height: 2px;
position: relative;
top: 0;
left: 0;
margin: 4px 0;
display: block;
background: #fff;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger span:nth-child(1) {
transition-delay: 0.3s;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger span:nth-child(2) {
transition-delay: 0.4s;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger span:nth-child(3) {
transition-delay: 0.5s;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger-cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
display: block;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger-cross span {
display: block;
background: #fff;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(1) {
height: 0%;
transition-delay: 0s;
width: 2px;
position: absolute;
top: 0;
left: 10px;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(2) {
width: 0%;
transition-delay: 0.2s;
height: 2px;
position: absolute;
left: 0;
top: 10px;
}
.header .navbar .container .navbar-toggler:not(:disabled) {
cursor: pointer;
}
.header .navbar .container .navbar-toggler:not(.disabled) {
cursor: pointer;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse {
max-height: 100vh;
overflow-y: scroll;
margin-left: -20px;
margin-right: -20px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav {
margin-left: auto !important;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu {
padding: 10px 30px;
background: #fff;
margin-top: 20px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item {
position: relative;
padding-bottom: 35px;
padding-top: 35px;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
transform: translateY(20px);
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden;
display: block;
margin: 0px;
border: 0px;
margin: 0px;
border-radius: 0px;
left: 0;
min-width: 200px;
background: transparent;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
box-shadow: none;
-webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0s;
-o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
max-height: 0;
display: block;
overflow: hidden;
opacity: 0;
visibility: hidden;
padding: 0px;
margin: 0px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
display: block;
width: 100%;
margin-right: 0px;
padding: 0px 20px;
background: #fff;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
padding: 0px 25px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #051441;
transition: color 0.2s linear;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 15px;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 12px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:last-child {
padding-bottom: 15px;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu {
position: static;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
display: flex;
min-width: 200px;
list-style: none;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
left: 0;
right: 0;
transition: all 300ms linear 0s;
background: #fff;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
margin-top: 10px;
box-shadow: none;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item {
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: -10px;
width: 25%;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .nav-link {
font: 500 18px "Open Sans", sans-serif;
color: #051441;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu {
left: 0;
position: relative;
transform: translateY(0);
box-shadow: none;
padding: 0px;
display: flex;
flex-direction: column;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item {
padding-left: 0px;
padding-right: 0px;
padding: 5px 0;
white-space: normal;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #051441;
transition: color 0.2s linear;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:first-child {
padding-top: 20px;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #fff;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #0072bc;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link.dropdown-toggle::before {
content: "";
width: 0;
height: 1px;
background: #fff;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item:last-child {
padding-bottom: 20px;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #fff;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #051441;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link::before {
content: "";
width: 100%;
height: 1px;
background: #fff;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item:hover .nav-link .dropdown-toggle::before {
width: 100%;
left: 0;
right: auto;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item:hover .dropdown-menu {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.header .navbar .container .btn {
overflow: hidden;
display: inline-block;
font-weight: 500;
font-size: 14px;
font-family: "Open Sans", sans-serif;
z-index: 1;
cursor: pointer;
transition: all 0.3s linear;
}
.header .navbar .container .btn.btn-primary {
font: 500 14px/47px "Open Sans", sans-serif;
border-radius: 4px;
background-color: #fff;
border: 1px solid #fff;
color: #23b1fe;
box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
padding: 0px 23px;
transform: perspective(1px) translateZ(0);
transition-property: color;
transition: all 0.3s ease;
min-width: 135px;
text-align: center;
margin-left: 40px;
}
.header .navbar .container .btn.btn-primary:hover {
box-shadow: none;
transition: all 0.3s ease;
}
.header.fixed-white {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
-webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.header.fixed-white .container {
position: relative;
}
@media (max-width: 991px) {
.header.fixed-white .container {
padding-left: 20px;
padding-right: 20px;
}
}
.header.fixed-white .container .navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.header.fixed-white .container .navbar-brand img {
display: none;
width: 200px;
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .navbar-brand img {
width: 100px;
}
}
.header.fixed-white .container .navbar-brand img + img {
display: block;
width: 200px;
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .navbar-brand img + img {
width: 100px;
}
}
.header.fixed-white .container .navbar-toggler {
padding: 0px;
margin-left: 20px;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
@media (min-width: 992px) {
.header.fixed-white .container .navbar-toggler {
display: none;
}
}
.header.fixed-white .container .navbar-toggler .menu-toggle {
width: 22px;
height: 22px;
position: relative;
cursor: pointer;
display: block;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger {
position: absolute;
height: 100%;
width: 100%;
display: block;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger span {
width: 100%;
height: 2px;
position: relative;
top: 0;
left: 0;
margin: 4px 0;
display: block;
background: #0072bc;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(1) {
transition-delay: 0.3s;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(2) {
transition-delay: 0.4s;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(3) {
transition-delay: 0.5s;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
display: block;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span {
display: block;
background: #0072bc;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(1) {
height: 0%;
transition-delay: 0s;
width: 2px;
position: absolute;
top: 0;
left: 10px;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(2) {
width: 0%;
transition-delay: 0.2s;
height: 2px;
position: absolute;
left: 0;
top: 10px;
}
.header.fixed-white .container .navbar-toggler:not(:disabled) {
cursor: pointer;
}
.header.fixed-white .container .navbar-toggler:not(.disabled) {
cursor: pointer;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse {
max-height: 100vh;
overflow-y: scroll;
margin-left: -20px;
margin-right: -20px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav {
margin-left: auto !important;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu {
padding: 10px 30px;
background: #fff;
margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu {
padding: 0px 30px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item {
position: relative;
padding-bottom: 35px;
padding-top: 35px;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
transform: translateY(20px);
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden;
display: block;
margin: 0px;
border: 0px;
margin: 0px;
border-radius: 0px;
left: 0;
min-width: 200px;
background: transparent;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
box-shadow: none;
-webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0s;
-o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
max-height: 0;
display: block;
overflow: hidden;
opacity: 0;
visibility: hidden;
padding: 0px;
margin: 0px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
display: block;
width: 100%;
margin-right: 0px;
padding: 0px 40px;
background: #fff;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
padding: 0px 25px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #051441;
transition: color 0.2s linear;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 15px;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 12px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:last-child {
padding-bottom: 15px;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu {
position: static;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
display: flex;
min-width: 200px;
list-style: none;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
left: 0;
right: 0;
transition: all 300ms linear 0s;
background: #fff;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
margin-top: 10px;
box-shadow: none;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item {
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: -10px;
width: 25%;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .nav-link {
font: 500 18px "Open Sans", sans-serif;
color: #051441;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu {
left: 0;
position: relative;
transform: translateY(0);
box-shadow: none;
padding: 0px;
display: flex;
flex-direction: column;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item {
padding-left: 0px;
padding-right: 0px;
padding: 5px 0;
white-space: normal;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #051441;
transition: color 0.2s linear;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:first-child {
padding-top: 20px;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #051441;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #0072bc;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link.dropdown-toggle::before {
content: "";
width: 0;
height: 1px;
background: #fff;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:last-child {
padding-bottom: 20px;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #051441;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #051441;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link.dropdown-toggle::before {
content: "";
width: 100%;
height: 1px;
background: #051441;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link::before {
content: "";
width: 100%;
height: 1px;
background: #051441;
position: absolute;
bottom: -10px;
left: auto;
right: 0;
transition: all 0.2s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link::before {
display: none;
}
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link::before {
display: none;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:hover .nav-link .dropdown-toggle::before {
width: 100% !important;
left: 0;
right: auto;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:hover .dropdown-menu {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.header.fixed-white .container .btn {
overflow: hidden;
display: inline-block;
font-weight: 500;
font-size: 14px;
font-family: "Open Sans", sans-serif;
z-index: 1;
cursor: pointer;
transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header.fixed-white .container .btn {
display: none !important;
}
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .btn {
display: none !important;
}
}
.header.fixed-white .container .btn.btn-primary {
font: 500 14px/47px "Open Sans", sans-serif;
border-radius: 4px;
background-color: #fff;
border: 1px solid #0072bc;
color: #0072bc;
box-shadow: none;
padding: 0px 23px;
transform: perspective(1px) translateZ(0);
transition-property: color;
transition: all 0.3s ease;
min-width: 135px;
text-align: center;
margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header.fixed-white .container .btn.btn-primary {
margin-left: 0px;
}
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .btn.btn-primary {
margin-left: 0px;
}
}
.header.fixed-white .container .btn.btn-primary:hover {
background: #0072bc;
color: #fff;
border: 1px solid #fff;
box-shadow: none;
transition: all 0.3s ease;
}
.navbar-brand h3 {
font-size: 40px;
font-family: "Open Sans", sans-serif;
margin-bottom: 0;
color: #0072bc;
}
.btn_get {
font: 500 14px/47px "Open Sans", sans-serif;
background: #0072bc;
color: #fff;
border: 2px solid #0072bc;
border-radius: 4px;
box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
padding: 0px 23px;
transform: perspective(1px) translateZ(0);
transition-property: color;
transition: all 0.3s ease;
min-width: 120px;
text-align: center;
}
.btn_get:hover {
color: #fff;
background: #0072bc;
border-color: #0072bc;
box-shadow: none;
}
.dropdown-login .btn::after {
display: none;
}
.dropdown-login .dropdown-menu {
border: none;
border-radius: 1rem;
transform: translate3d(-80px, 20px, 0);
}
.dropdown-login.mobile .btn {
color: #fff;
}
.dropdown-login.mobile .dropdown-menu {
position: absolute;
transform: translate3d(0px, 20px, 0);
width: 100%;
}
@media only screen and (max-width: 767px) {
.subscribe-area .subscribe-form {
padding: 0 20px;
}
}
.subscribe-area .subscribe-form .input-group.subcribes {
max-width: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.subscribe-area .subscribe-form .input-group.subcribes {
max-width: 100%;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.subscribe-area .subscribe-form .input-group.subcribes {
max-width: 100%;
width: 100%;
}
}
.subscribe-area .subscribe-form .input-group.subcribes .form-control {
border-radius: 2rem;
background-color: #fff;
box-shadow: 0px 8px 16px 0px rgba(0, 11, 40, 0.1);
font: 300 16px/36px "Open Sans", sans-serif;
border: 0px;
color: #a1a8be;
height: 60px;
padding-left: 30px;
position: relative;
z-index: 1;
}
.subscribe-area .subscribe-form .input-group.subcribes .btn-primary {
position: absolute;
top: 0;
right: 0;
font: 400 14px/60px "Open Sans", sans-serif;
border-radius: 2rem;
padding: 0px 25px;
border: 0px;
z-index: 2;
background: #005389 !important;
}
.subscribe-area .subscribe-form p {
margin-bottom: 40px;
line-height: 30px;
}
footer {
border-top: 1px solid #f5f5f5 !important;
padding: 4rem 0 1.25rem;
font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
footer {
background: none !important;
}
}
footer .footer-bottom {
margin: 1.75rem 0 0;
padding: 1.25rem 0 0;
border-top: 1px solid #f5f5f5 !important;
text-align: center;
}
@media only screen and (max-width: 767px) {
footer .footer-bottom {
margin: 0px;
}
}
footer .footer-description img {
width: 60%;
margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
footer .footer-description img {
width: 100%;
}
}
footer .footer-description p {
font-size: 12px;
}
footer .social {
display: flex;
justify-content: start;
align-items: center;
}
footer .social a {
color: #fff;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 0.5rem;
}
footer .social a.facebook {
background: #3b5999;
}
footer .social a.twitter {
background: #55acee;
}
footer .social a.gplus {
background: #dd4b39;
}
footer .social a.instagram {
background: #e4405f;
}
footer .footer-title {
text-transform: uppercase;
margin: 0px 0 30px;
font-family: "Open Sans", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 18px;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
}
footer .footer-title h5 {
font-weight: 700;
}
@media only screen and (max-width: 767px) {
footer .footer-title {
margin: 40px 0 20px;
}
}
footer ul.link {
font-size: 16px;
text-transform: capitalize;
margin: 0;
padding: 0;
list-style: none;
}
footer ul.link li {
padding: 5px 0;
margin-bottom: 5px;
text-transform: capitalize;
}
footer p {
line-height: 24px;
}
footer .footer-contact .list-contact {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
font-size: 16px;
font-weight: 300;
margin-bottom: 30px;
line-height: 1.71429em;
-webkit-box-align: center;
-webkit-align-items: flex-start;
-ms-flex-align: center;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
footer .footer-contact .list-contact i {
font-size: 20px;
-webkit-box-flex: 0;
-webkit-flex: 0;
-ms-flex: 0;
flex: 0;
margin-right: 20px;
}
footer .footer-contact .list-contact span {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 1;
}
.banner-area {
position: relative;
z-index: 1;
}
.banner-area .banner-6 {
min-height: auto;
padding: 115px 0 50px;
background-image: -moz-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -webkit-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -ms-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-size: cover;
background-position: center center;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-6 {
padding: 75px 0 20px;
}
}
.banner-area .banner-6 .title {
color: #ffffff;
text-transform: uppercase;
font-weight: 700;
font-size: 40px;
line-height: 40px;
margin: 20px 0 15px;
}
.banner-area .banner-6 .subtitle {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #ffffff;
opacity: 0.8;
}
.banner-area .banner-4 {
background: url(../img/banner.png) no-repeat scroll center 100%;
height: 130vh;
display: flex;
align-items: center;
overflow: hidden;
background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 {
height: 100vh;
}
}
@media only screen and (max-width: 320px) {
.banner-area .banner-4 {
height: 150vh;
}
}
.banner-area .banner-4 .content {
width: 100%;
margin-top: -10rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .content {
margin-top: -30rem;
text-align: center;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content {
margin-top: -23rem;
}
}
@media only screen and (max-width: 320px) {
.banner-area .banner-4 .content {
margin-top: -10rem;
}
}
.banner-area .banner-4 .content h2 {
margin-bottom: 20px;
color: #fff;
font-weight: 700;
font-family: "Poppins", sans-serif;
font-size: 60px;
margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .content h2 {
font-size: 40px;
margin-bottom: 1rem;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content h2 {
font-size: 40px;
margin-bottom: 1rem;
}
}
.banner-area .banner-4 .content p {
color: #fff;
font-weight: 300;
line-height: 40px;
font-size: 25px;
margin-bottom: 0rem;
}
.banner-area .banner-4 .content p span {
font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .content p {
line-height: 25px;
font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content p {
line-height: 25px;
font-size: 15px;
}
}
.banner-area .banner-4 .content .button-area a {
margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn-group {
flex-direction: column;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn-group > .btn {
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn-group > .btn + .btn {
margin-left: 0;
}
}
.banner-area .banner-4 .content .btn {
overflow: hidden;
display: inline-block;
font-weight: 500;
font-size: 14px;
font-family: "Poppins", sans-serif;
z-index: 1;
cursor: pointer;
transition: all 0.3s linear;
margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn {
margin-top: 15px;
}
}
.banner-area .banner-4 .content .btn.btn-primary {
border: 0px;
background: #0072bc;
transition: all 0.2s linear;
color: #fff;
padding: 14px 40px;
box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
display: inline-block;
padding: 14px 40px;
border-radius: 45px;
border: 1px solid #0072bc;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn.btn-primary {
padding: 10px 30px;
}
}
.banner-area .banner-4 .content .btn.btn-primary:hover {
background-color: #0072bc;
color: #fff;
border: 1px solid #0072bc;
}
.banner-area .banner-4 .content .btn.btn-secondary {
border: 0px;
background: #fff;
transition: all 0.2s linear;
color: #0072bc;
padding: 14px 40px;
box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
display: inline-block;
padding: 14px 40px;
border-radius: 45px;
background-color: #fff;
color: #0072bc;
border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn.btn-secondary {
padding: 10px 30px;
}
}
.banner-area .banner-4 .content .btn.btn-secondary:hover {
background: #fff;
color: #0072bc;
border: 1px solid #fff;
}
.banner-area .banner-4 .img {
position: relative;
display: inline-block;
z-index: 0;
margin-top: -10rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img {
display: block;
margin-top: -3.5rem;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img {
display: block;
margin-top: -1.5rem;
}
}
.banner-area .banner-4 .img .banner-img {
position: absolute;
}
.banner-area .banner-4 .img .banner-img.one {
width: 550px;
top: -20rem;
left: -5rem;
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
z-index: 7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img .banner-img.one {
left: 0rem;
top: -4.5rem;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.one {
left: 0rem;
top: 1.5rem;
width: 100%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.two {
width: 550px;
top: -20rem;
left: -5rem;
-webkit-animation: move 2s infinite alternate;
animation: move 2s infinite alternate;
transition-delay: 1s;
z-index: 8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img .banner-img.two {
left: 0rem;
top: -4.5rem;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.two {
left: 0rem;
top: 1.5rem;
width: 100%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.three {
width: 550px;
top: -20rem;
left: -5rem;
-webkit-animation: moves 4s infinite alternate;
animation: moves 4s infinite alternate;
transition-delay: 2s;
z-index: 9;
transition-delay: 1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img .banner-img.three {
left: 0rem;
top: -4.5rem;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.three {
left: 0rem;
top: 1.5rem;
width: 100%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.four {
width: 550px;
top: -20rem;
left: -5rem;
z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img .banner-img.four {
left: 0rem;
top: -4.5rem;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.four {
left: 0rem;
top: 1.5rem;
width: 100%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.five {
width: 550px;
top: -20rem;
left: -5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img .banner-img.five {
left: 0rem;
top: -4.5rem;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.five {
left: 0rem;
top: 1.5rem;
width: 100%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.six {
top: -7rem;
left: 0rem;
-webkit-animation: moves 2s infinite alternate;
animation: moves 2s infinite alternate;
transition-delay: 2s;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.six {
top: 1.5rem;
width: 90%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.seven {
top: -7rem;
left: 0rem;
-webkit-animation: move 2.5s infinite alternate;
animation: move 2.5s infinite alternate;
transition-delay: 3s;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.seven {
top: 1.5rem;
width: 90%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.eight {
top: -7rem;
left: 0rem;
z-index: 11;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.eight {
top: 1.5rem;
width: 90%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .mobile {
margin-top: 140px;
max-width: 100%;
position: relative;
top: -110px;
z-index: -1;
margin-left: 0px;
}
.banner-area .btn {
font: 500 16px "Poppins", sans-serif;
padding: 12px 34px;
border-color: #fff;
background: #fff;
line-height: 27px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
min-width: 200px;
text-align: center;
-webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
background-color: #4069eb;
display: inline-block;
padding: 14px 40px;
color: #fff;
border-radius: 45px;
border: 1px solid #4069eb;
}
.banner-area .btn.one {
background: #fff;
border: 1px solid #fff;
color: #4069eb;
vertical-align: middle;
}
.banner-area .btn.one img {
padding-right: 12px;
}
.banner-area .btn.one:hover {
background: rgba(255, 255, 255, 0.1);
border: 1px solid #fff;
color: #fff;
}
.banner-area .btn.two {
background: rgba(255, 255, 255, 0.1);
border: 1px solid #fff;
vertical-align: middle;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.banner-area .btn.two i {
font-size: 25px;
padding-right: 10px;
vertical-align: sub;
font-style: unset;
}
.banner-area .btn.two i.fab {
font-family: "Font Awesome 5 Brands";
}
.banner-area .btn.two i.fab::before {
content: "\f179";
}
.banner-area .btn.two:hover {
background: #fff;
border: 1px solid #fff;
color: #4069eb;
}
.card-banner {
min-height: 365px;
position: relative;
overflow: hidden;
padding: 45px 45px;
border-radius: 2.5rem;
background-color: #ffffff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
.card-banner {
margin-bottom: 1.25rem;
}
}
.card-banner::before {
position: absolute;
content: "";
left: 0px;
bottom: 0px;
width: 100%;
height: 50%;
opacity: 0;
background-color: #009461;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
}
.card-banner .shape.one {
content: "";
width: 250px;
height: 250px;
background: #00c782;
border-radius: 50%;
position: absolute;
bottom: -120px;
right: -120px;
transform: scale(0);
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
}
.card-banner .shape.two {
content: "";
width: 373px;
height: 373px;
background: #00c782;
border-radius: 50%;
position: absolute;
bottom: 0px;
right: 0px;
z-index: 1;
opacity: 0;
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
transform: translate(100%, 100%);
}
.card-banner .shape.three {
content: "";
width: 550px;
height: 500px;
background: #00c782;
border-radius: 50%;
position: absolute;
bottom: 0px;
right: 0px;
z-index: 1;
opacity: 0;
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
transform: translate(100%, 100%);
}
.card-banner .icon-box {
position: relative;
z-index: 2;
font-size: 60px;
line-height: 1em;
color: #009461;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.card-banner .icon-box i {
position: relative;
}
.card-banner h3 {
position: relative;
font-size: 24px;
z-index: 2;
color: #222222;
font-weight: 700;
line-height: 1.3em;
margin: 35px 0px 28px;
}
.card-banner h3 a {
position: relative;
color: #222222;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
}
.card-banner .text {
position: relative;
color: #222222;
z-index: 2;
font-size: 16px;
line-height: 1.8em;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.card-banner:hover .shape.one {
transform: scale(1);
-webkit-transition-delay: 300ms;
-ms-transition-delay: 300ms;
transition-delay: 300ms;
}
.card-banner:hover .shape.two {
opacity: 0.6;
transform: translate(50%, 50%);
-webkit-transition-delay: 600ms;
-ms-transition-delay: 600ms;
transition-delay: 600ms;
}
.card-banner:hover .shape.three {
opacity: 0.4;
-webkit-transition-delay: 900ms;
-ms-transition-delay: 900ms;
transition-delay: 900ms;
transform: translate(50%, 50%);
}
.card-banner:hover .icon-box {
color: #fff;
}
.card-banner:hover h3 a {
color: #fff;
}
.card-banner:hover .text {
color: #fff;
}
.card-banner:hover::before {
height: 100%;
opacity: 1;
}
@-webkit-keyframes move {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
@keyframes move {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
@-webkit-keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-5px);
}
}
@keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-5px);
}
}
@-webkit-keyframes moves {
0% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
@keyframes moves {
0% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
.testimonials-images {
position: relative;
width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonials-images {
margin-bottom: 2rem;
}
}
@media only screen and (max-width: 767px) {
.testimonials-images {
margin-bottom: 2rem;
}
}
.testimonials-images img {
width: 100%;
}
.testimonials-images img:only-of-type {
position: absolute;
top: 0;
left: 50%;
width: 100%;
transform: translateX(-50%);
z-index: -1;
}
.testimonials-images img + img {
position: absolute;
top: 0;
left: 50%;
width: 100%;
transform: translateX(-50%);
z-index: 99;
}
.testimonials-content {
width: 100%;
margin: 0 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonials-content {
margin: 0;
text-align: center;
}
}
@media only screen and (max-width: 767px) {
.testimonials-content {
margin: 0;
text-align: center;
}
}
.testimonials-content h5 {
font-size: 17px;
font-weight: 600;
line-height: 1.7;
margin-bottom: 2rem;
}
.testimonials-content h6 {
font-weight: 600;
color: #555;
}
.testimonials-content h4 {
font-weight: 800;
}
.testimonials-content .btn {
font: 400 14px/60px "Open Sans", sans-serif;
border-radius: 2rem;
padding: 0px 25px;
border: 0px;
z-index: 2;
background: #072e5e !important;
}
.process .process-list {
position: relative;
padding-bottom: 70px;
}
.process .process-list .dot-img {
position: absolute;
left: 0;
top: 28px;
width: 55%;
}
.process .process-list .item {
margin-top: 140px;
}
.process .process-list .item .image img {
max-width: 100%;
width: 100%;
}
@media only screen and (max-width: 767px) {
.process .process-list .item .image img {
width: 100%;
margin-bottom: 2rem;
}
}
.process .process-list .item .content {
position: relative;
padding-right: 70px;
padding-left: 70px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item .content {
padding-right: 15px;
padding-left: 15px;
}
}
.process .process-list .item .content > .number {
width: 80px;
height: 80px;
object-fit: cover;
}
.process .process-list .item .content > .dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(161, 191, 228, 0.8);
display: block;
position: absolute;
left: -9px;
top: 15px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item .content > .dot {
display: none;
}
}
.process .process-list .item .content > .dot .dot1 {
position: absolute;
left: 50%;
margin-top: -4px;
margin-left: -4px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0072bc;
}
@media only screen and (max-width: 767px) {
.process .process-list .item .content > .dot .dot1 {
display: none;
}
}
.process .process-list .item .content > .dot .dot2 {
position: absolute;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(10, 69, 142, 0.8);
-webkit-animation: pulsate 3s infinite;
animation: pulsate 3s infinite;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
will-change: transform;
}
@media only screen and (max-width: 767px) {
.process .process-list .item .content > .dot .dot2 {
display: none;
}
}
.process .process-list .item .content h3 {
font: 500 24px/35px "Poppins", sans-serif;
color: #222d39;
margin: 32px 0px 25px;
}
.process .process-list .item .content p {
font-size: 15px;
}
.process .process-list .item .content .icon {
width: 46px;
height: 46px;
line-height: 46px;
border-radius: 50%;
background-image: -moz-linear-gradient(40deg, #0072bc 0%, #0072bc 100%);
background-image: -webkit-linear-gradient(40deg, #0072bc 0%, #0072bc 100%);
background-image: -ms-linear-gradient(40deg, #0072bc 0%, #0072bc 100%);
-webkit-box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
font-size: 20px;
color: #fff;
text-align: center;
margin-top: 30px;
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
}
.process .process-list .item.one {
margin-top: 0px;
}
.process .process-list .item.two {
margin-top: 100px;
}
.process .process-list .item.two .image img {
max-width: 100%;
width: 80%;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.two .image img {
width: 100%;
margin-bottom: 2rem;
}
}
.process .process-list .item.two .content {
position: relative;
padding-left: 100px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.two .content {
padding-right: 15px;
padding-left: 15px;
}
}
.process .process-list .item.two .content > .dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(161, 191, 228, 0.8);
display: block;
position: absolute;
left: 30px;
top: 15px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.two .content > .dot {
display: none;
}
}
.process .process-list .item.two .content > .dot .dot1 {
position: absolute;
left: 50%;
margin-top: -4px;
margin-left: -4px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0072bc;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.two .content > .dot .dot1 {
display: none;
}
}
.process .process-list .item.two .content > .dot .dot2 {
position: absolute;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(10, 69, 142, 0.8);
-webkit-animation: pulsate 3s infinite;
animation: pulsate 3s infinite;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
will-change: transform;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.two .content > .dot .dot2 {
display: none;
}
}
.process .process-list .item.three {
margin-top: 80px;
}
.process .process-list .item.three .image {
text-align: left !important;
}
.process .process-list .item.three .image img {
max-width: 100%;
width: 80%;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.three .image img {
width: 100%;
margin-bottom: 2rem;
}
}
.process .process-list .item.three .content {
position: relative;
padding-left: 100px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.three .content {
padding-right: 15px;
padding-left: 15px;
}
}
.process .process-list .item.three .content > .dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(161, 191, 228, 0.8);
display: block;
position: absolute;
left: -9px;
top: 15px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.three .content > .dot {
display: none;
}
}
.process .process-list .item.three .content > .dot .dot1 {
position: absolute;
left: 50%;
margin-top: -4px;
margin-left: -4px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0072bc;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.three .content > .dot .dot1 {
display: none;
}
}
.process .process-list .item.three .content > .dot .dot2 {
position: absolute;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(10, 69, 142, 0.8);
-webkit-animation: pulsate 3s infinite;
animation: pulsate 3s infinite;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
will-change: transform;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.three .content > .dot .dot2 {
display: none;
}
}
.process .process-list .item.four {
margin-top: 90px;
}
.process .process-list .item.four .image img {
max-width: 100%;
width: 80%;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.four .image img {
width: 100%;
margin-bottom: 2rem;
}
}
.process .process-list .item.four .content {
position: relative;
padding-left: 100px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.four .content {
padding-right: 15px;
padding-left: 15px;
}
}
.process .process-list .item.four .content > .dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(161, 191, 228, 0.8);
display: block;
position: absolute;
left: 30px;
top: 15px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.four .content > .dot {
display: none;
}
}
.process .process-list .item.four .content > .dot .dot1 {
position: absolute;
left: 50%;
margin-top: -4px;
margin-left: -4px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0072bc;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.four .content > .dot .dot1 {
display: none;
}
}
.process .process-list .item.four .content > .dot .dot2 {
position: absolute;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(10, 69, 142, 0.8);
-webkit-animation: pulsate 3s infinite;
animation: pulsate 3s infinite;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
will-change: transform;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.four .content > .dot .dot2 {
display: none;
}
}
.process .process-list .item.five {
margin-top: 90px;
}
.process .process-list .item.five .image {
text-align: left !important;
}
.process .process-list .item.five .image img {
max-width: 100%;
width: 80%;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.five .image img {
width: 100%;
margin-bottom: 2rem;
}
}
.process .process-list .item.five .content {
position: relative;
padding-left: 100px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.five .content {
padding-right: 15px;
padding-left: 15px;
}
}
.process .process-list .item.five .content > .dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(161, 191, 228, 0.8);
display: block;
position: absolute;
left: -9px;
top: 15px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.five .content > .dot {
display: none;
}
}
.process .process-list .item.five .content > .dot .dot1 {
position: absolute;
left: 50%;
margin-top: -4px;
margin-left: -4px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0072bc;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.five .content > .dot .dot1 {
display: none;
}
}
.process .process-list .item.five .content > .dot .dot2 {
position: absolute;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(10, 69, 142, 0.8);
-webkit-animation: pulsate 3s infinite;
animation: pulsate 3s infinite;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
will-change: transform;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.five .content > .dot .dot2 {
display: none;
}
}
.process .process-list .dot.middle {
left: 54.8%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 1.75rem;
top: auto;
}
.card-video {
position: relative;
padding: 51px 66px 58px;
background-size: cover !important;
background-position: right center !important;
border-radius: 10px;
border: none;
color: #fff;
box-sizing: border-box;
overflow: hidden;
min-height: 350px;
}
@media only screen and (max-width: 767px) {
.card-video {
padding: 20px;
}
}
.card-video .play-btn {
width: 70px;
height: 70px;
padding: 15px;
position: absolute;
z-index: 5;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
.card-video .play-btn {
width: 70px;
height: 70px;
padding: 0;
position: absolute;
z-index: 5;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
.card-video .play-btn a {
color: rgba(255, 255, 255, 0.4);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.card-video .play-btn a:hover {
color: #fff;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.card-video .play-btn a i {
font-size: 80px;
}
@media only screen and (max-width: 767px) {
.card-video .play-btn a i {
font-size: 50px;
}
}
#faqAccordion .card {
border: 1px solid transparent !important;
}
#faqAccordion .card-header {
background-color: transparent !important;
border: 1px solid transparent !important;
}
#faqAccordion .card-header h2 {
display: flex;
justify-content: flex-start;
align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#faqAccordion .card-header h2 {
align-items: center;
}
}
@media only screen and (max-width: 767px) {
#faqAccordion .card-header h2 {
align-items: flex-start;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#faqAccordion .card-header .btn-primary {
margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
#faqAccordion .card-header .btn-primary {
margin-top: 5px;
}
}
#faqAccordion .card-header .btn-link {
text-align: left;
color: #0072bc;
text-decoration: none;
font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#faqAccordion .card-header .btn-link {
text-align: left;
padding-top: 0;
}
}
@media only screen and (max-width: 767px) {
#faqAccordion .card-header .btn-link {
text-align: left;
padding-top: 0;
}
}
#faqAccordion .card-body {
line-height: 1.7;
}
#faqAccordion ol {
padding-left: 1rem;
}
#faqAccordion .collapse.show .card-body {
padding-left: 5rem !important;
transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#faqAccordion .collapse.show .card-body {
padding-left: 1.25rem !important;
}
}
@media only screen and (max-width: 767px) {
#faqAccordion .collapse.show .card-body {
padding-left: 1.25rem !important;
}
}
#faqAccordion .collapse .card-body {
padding-left: 5rem !important;
transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#faqAccordion .collapse .card-body {
padding-left: 1.25rem !important;
}
}
@media only screen and (max-width: 767px) {
#faqAccordion .collapse .card-body {
padding-left: 1.25rem !important;
}
}
.card-member {
overflow: hidden;
position: relative;
border-radius: 4px;
margin-bottom: 1.75rem;
}
.card-member .image {
position: relative;
}
.card-member .image img {
width: 100%;
height: 250px;
object-fit: cover;
}
.card-member .image::before {
background: #000000;
display: block;
content: "";
position: absolute;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
z-index: 2;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-member .image::after {
background: #000000;
display: block;
content: "";
position: absolute;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
z-index: 2;
visibility: visible;
opacity: 0.3;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-member .content {
width: 100%;
height: 100%;
padding: 15px 0px;
color: #000;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-member .content .name {
font-size: 19px;
font-weight: 800;
margin-bottom: 5px;
}
.card-member .content .name a {
color: #000;
text-decoration: none;
}
.card-member .content .position {
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
letter-spacing: 1px;
}
.card-member .content .description {
margin: 20px 0 0;
font-size: 12px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-member .content .social {
margin: 15px 0 0;
position: relative;
z-index: 6;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-member .content .social ul {
list-style: none;
padding: 0px;
margin: 0px -5px;
}
.card-member .content .social ul li {
font-size: 14px;
padding: 2px 6px;
}
.card-member .content .social ul li i {
width: 15px;
}
.card-member .content .social ul li a {
color: #000;
display: block;
}
.card-member .content .social ul li a:hover {
color: #0072bc;
}
.card-member:hover .content .description {
visibility: visible;
opacity: 1;
}
.card-member:hover .content .social {
visibility: visible;
opacity: 1;
}
.card-branch {
overflow: hidden;
position: relative;
border-radius: 4px;
margin-bottom: 1.75rem;
background-image: -moz-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -webkit-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -ms-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
}
.card-branch .image {
position: relative;
}
.card-branch .image img {
width: 100%;
height: 175px;
object-fit: cover;
}
.card-branch .content {
width: 100%;
height: 100%;
padding: 30px;
color: #ffffff;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-branch .content .name {
font-size: 19px;
font-weight: 600;
margin-bottom: 1rem;
}
.card-branch .content .name a {
color: #fff;
text-decoration: none;
}
.card-branch .content .position {
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
letter-spacing: 1px;
}
.card-branch .content ul {
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
.card-branch .content ul li {
margin-bottom: 0.5rem;
font-size: 12px;
}
.card-branch:hover .content .description {
visibility: visible;
opacity: 1;
}
.card-branch:hover .content .social {
visibility: visible;
opacity: 1;
}
.get-started {
background-image: -moz-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -webkit-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -ms-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
position: relative;
overflow: hidden;
z-index: 1;
}
@media only screen and (max-width: 767px) {
.get-started {
padding: 4rem 0;
}
}
.get-started .shape {
opacity: 0.03;
}
.get-started .shape.one {
background: white;
top: -290px;
left: -50px;
}
.get-started .shape.two {
background: white;
top: -260px;
left: 100px;
}
.get-started .shape.three {
background: white;
top: auto;
left: 47%;
bottom: -300px;
}
.get-started .shape.four {
background: white;
top: auto;
left: 63%;
bottom: -280px;
}
.get-started .content {
color: #fff;
}
.get-started .content h3 {
font-size: 24px;
font-weight: 400;
font-family: "Poppins", sans-serif;
}
.get-started .content h2 {
margin-bottom: 20px;
font-weight: 700;
font-family: "Poppins", sans-serif;
line-height: 50px;
font-size: 40px;
}
.get-started .content p {
margin-bottom: 40px;
font-weight: 300;
font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.get-started .content .btn-group {
flex-direction: column;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.get-started .content .btn-group {
flex-direction: column;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.get-started .content .btn-group > .btn {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.get-started .content .btn-group > .btn + .btn {
margin-left: 0;
margin-top: 1rem;
margin-bottom: 2.5rem;
}
}
@media only screen and (max-width: 767px) {
.get-started .content .btn-group > .btn + .btn {
margin-left: 0;
margin-top: 1rem;
margin-bottom: 2.5rem;
}
}
.get-started .content .btn {
font: 500 16px "Poppins", sans-serif;
padding: 12px 34px;
border-color: #fff;
background: #fff;
line-height: 27px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
min-width: 200px;
text-align: center;
-webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
background-color: #4069eb;
display: inline-block;
padding: 14px 40px;
color: #fff;
border-radius: 45px;
border: 1px solid #4069eb;
}
.get-started .content .btn.one {
background: #fff;
border: 1px solid #fff;
color: #4069eb;
vertical-align: middle;
}
.get-started .content .btn.one img {
padding-right: 12px;
}
.get-started .content .btn.one:hover {
background: rgba(255, 255, 255, 0.1);
border: 1px solid #fff;
color: #fff;
}
.get-started .content .btn.two {
background: rgba(255, 255, 255, 0.1);
border: 1px solid #fff;
vertical-align: middle;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.get-started .content .btn.two i {
font-size: 25px;
padding-right: 10px;
vertical-align: sub;
font-style: unset;
}
.get-started .content .btn.two i.fab {
font-family: "Font Awesome 5 Brands";
}
.get-started .content .btn.two i.fab::before {
content: "\f179";
}
.get-started .content .btn.two:hover {
background: #fff;
border: 1px solid #fff;
color: #4069eb;
}
#map-canvas {
height: 565px;
width: 565px;
margin: 0;
padding: 0;
cursor: default !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#map-canvas {
height: 565px;
width: 675px;
}
}
@media only screen and (max-width: 767px) {
#map-canvas {
height: 325px;
width: 325px;
}
}
#map-canvas {
-webkit-clip-path: url(#chopChop);
-moz-clip-path: url(#chopChop);
-ms-clip-path: url(#chopChop);
clip-path: url(#chopChop);
}
#map-canvas .gm-style > div:nth-child(2) {
bottom: 30px !important;
left: 195px !important;
}
#map-canvas .gm-style > div:nth-child(2):div div {
cursor: default;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#map-canvas {
-webkit-clip-path: unset !important;
-moz-clip-path: unset !important;
-ms-clip-path: unset !important;
clip-path: unset !important;
}
}
@media only screen and (max-width: 767px) {
#map-canvas {
-webkit-clip-path: unset !important;
-moz-clip-path: unset !important;
-ms-clip-path: unset !important;
clip-path: unset !important;
}
}
.blog-detail .post-image img {
width: 100%;
padding-bottom: 26px;
}
.blog-detail .post-content {
box-shadow: none;
}
@media only screen and (max-width: 767px) {
.blog-detail .post-content {
padding: 0px;
}
}
.blog-detail .post-content h2 {
font-size: 24px;
margin-bottom: 15px;
font-weight: 700;
}
.blog-detail .post-content-meta {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
}
.blog-detail .post-content-meta li {
font-size: 14px;
}
.blog-detail .post-content-meta li::after {
content: "|";
padding-left: 10px;
padding-right: 10px;
}
.blog-detail .post-content-meta li:last-child::after {
display: none;
}
.blog-detail .post-content-meta li a {
color: #999999;
text-decoration: none;
transition: all 0.3s ease-in-out;
}
.blog-detail .post-content-meta li i {
font-size: 13px;
margin-right: 5px;
}
.blog-detail .post-content p {
margin-bottom: 20px;
}
.blog-detail .post-action {
padding-top: 15px;
border-top: 1px solid #f0e9ff;
}
.blog-detail .post-action .like-info,
.blog-detail .post-action .comment-count {
font-size: 14px;
}
.blog-detail .post-action .like-info span,
.blog-detail .post-action .comment-count span {
font-size: 16px;
margin-right: 5px;
}
.blog-detail .post-action .like-info i,
.blog-detail .post-action .comment-count i {
font-size: 16px;
margin-right: 5px;
}
.blog-detail .post-action .social-icons {
list-style-type: none;
margin: 0;
padding: 0;
}
.blog-detail .post-action .social-icons li {
display: inline-block;
margin-right: 15px;
}
.blog-detail .post-action .social-icons li a {
text-decoration: none;
transition: all 0.3s ease-in-out;
}
.blog-detail .post-action .social-icons li i {
font-size: 14px;
color: #999999;
}
.blog-detail .post-action .navigation-area {
border-bottom: 1px solid #eee;
padding-bottom: 30px;
margin-top: 55px;
}
.blog-detail .post-action .navigation-area .nav-left {
text-align: left;
}
.blog-detail .post-action .navigation-area .nav-left .image {
margin-right: 20px;
background: #000;
}
.blog-detail .post-action .navigation-area .nav-left .image img {
width: 80px;
height: 80px;
object-fit: cover;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-left .arrow {
position: absolute;
left: 5%;
bottom: 50%;
transform: translateY(60%);
}
.blog-detail .post-action .navigation-area .nav-left .arrow span {
font-size: 20px;
font-weight: 600;
padding-left: 5px;
}
.blog-detail .post-action .navigation-area .nav-left .details p {
margin-bottom: 0px;
}
.blog-detail .post-action .navigation-area .nav-left .details h4 {
font-size: 18px;
line-height: 25px;
color: #05364d;
}
.blog-detail .post-action .navigation-area .nav-left span {
margin-left: 20px;
opacity: 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-left:hover span {
opacity: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-left:hover .image img {
opacity: 0.5;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-right {
text-align: right;
}
.blog-detail .post-action .navigation-area .nav-right .image {
margin-left: 20px;
background: #000;
}
.blog-detail .post-action .navigation-area .nav-right .image img {
width: 80px;
height: 80px;
object-fit: cover;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-right .arrow {
position: absolute;
right: 5%;
bottom: 50%;
transform: translateY(60%);
}
.blog-detail .post-action .navigation-area .nav-right .arrow span {
font-size: 20px;
font-weight: 600;
padding-right: 5px;
}
.blog-detail .post-action .navigation-area .nav-right .details p {
margin-bottom: 0px;
}
.blog-detail .post-action .navigation-area .nav-right .details h4 {
font-size: 18px;
line-height: 25px;
color: #05364d;
}
.blog-detail .post-action .navigation-area .nav-right span {
margin-right: 20px;
opacity: 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-right:hover span {
opacity: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-right:hover .image img {
opacity: 0.5;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action p {
margin-bottom: 0;
}
.blog-detail .post-author {
padding: 40px 30px;
background: #fbf9ff;
margin-top: 50px;
}
.blog-detail .post-author img {
width: 90px;
height: 90px;
border-radius: 50%;
margin-right: 30px;
object-fit: cover;
}
.blog-detail .post-author a {
display: inline-block;
}
.blog-detail .post-author h4 {
font-size: 16px;
}
.blog-detail .post-author p {
margin-bottom: 0;
}
.blog-detail .post .comment {
background: transparent;
border-top: 1px solid #eee;
padding: 45px 0;
margin-top: 50px;
}
.blog-detail .post .comment h4 {
margin-bottom: 35px;
color: #05364d;
font-size: 18px;
}
.blog-detail .post .comment h5 {
font-size: 16px;
margin-bottom: 0px;
}
.blog-detail .post .comment a {
color: #05364d;
}
.blog-detail .post .comment .date {
font-size: 14px;
color: #cccccc;
margin-bottom: 0 !important;
margin-left: 20px;
}
.blog-detail .post .comment .btn-reply {
background-color: transparent;
color: #888888;
padding: 5px 18px;
font-size: 14px;
display: block;
font-weight: 400;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post .comment-list {
padding-bottom: 48px;
}
.blog-detail .post .comment-list .image {
margin-right: 20px;
}
.blog-detail .post .comment-list .image img {
width: 70px;
height: 70px;
border-radius: 50%;
object-fit: cover;
}
.blog-detail .post .comment-list .content p {
margin-bottom: 10px;
color: #777777;
}
.blog-detail .post .comment-form {
border-top: 1px solid #eee;
padding-top: 45px;
margin-top: 50px;
margin-bottom: 20px;
}
.blog-detail .post .comment-form h4 {
margin-bottom: 40px;
font-size: 18px;
line-height: 22px;
color: #05364d;
}
.sidebar {
margin-left: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.sidebar {
margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
.sidebar {
margin-left: 0;
}
}
.sidebar-widget {
margin-bottom: 60px;
}
.sidebar-widget-title {
font-size: 20px;
margin-bottom: 30px;
}
.sidebar-widget-title::after {
content: "";
display: block;
padding-top: 15px;
border-bottom: 1px solid #f0e9ff;
}
.sidebar-widget .category-list {
list-style: none;
margin: 0px;
padding: 0px;
}
.sidebar-widget .category-list a {
text-decoration: none;
}
.sidebar-widget .category-list a:hover {
text-decoration: none;
}
.sidebar-widget .category-list li {
border-bottom: 1px solid #f0e9ff;
transition: all 0.3s ease 0s;
padding-bottom: 12px;
}
.sidebar-widget .category-list li + li {
padding-top: 15px;
}
.sidebar-widget .category-list li a {
font-size: 14px;
line-height: 20px;
color: #888888;
}
.sidebar-widget .category-list li a p {
margin-bottom: 0px;
}
.sidebar-widget .post-item + .post-item {
margin-top: 20px;
}
.sidebar-widget .post-item img {
width: 80px;
height: 80px;
object-fit: cover;
}
.sidebar-widget .post-item .media-body {
justify-content: center;
align-self: center;
padding-left: 20px;
}
.sidebar-widget .post-item .media-body h3 {
font-size: 16px;
line-height: 20px;
margin-bottom: 6px;
transition: all 0.3s linear;
}
.sidebar-widget .post-item .media-body p {
font-size: 14px;
line-height: 21px;
margin-bottom: 0px;
}
.sidebar-widget .post-item a {
text-decoration: none;
}
.sidebar-widget .post-item a:hover {
text-decoration: none;
}
.sidebar-widget .tags-list {
list-style: none;
margin: 0px;
padding: 0px;
}
.sidebar-widget .tags-list li {
display: inline-block;
}
.sidebar-widget .tags-list li a {
display: inline-block;
border: 1px solid #eeeeee;
background: #fff;
padding: 4px 20px;
margin-bottom: 8px;
margin-right: 5px;
transition: all 0.3s ease 0s;
color: #888888;
font-size: 13px;
text-decoration: none;
}
.sidebar-widget .tags-list li a:hover {
background: #0072bc;
color: #fff;
text-decoration: none;
}
.breadcrumb-blog {
background: none !important;
}
.breadcrumb-blog li::before {
color: #fff !important;
}
.breadcrumb-blog li a {
color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-blog li.active {
color: #fff;
}
.breadcrumb-blog li.active * {
color: #fff;
}
/*SPINNER LOADING*/
#loadingspinner{
position: fixed;
top: 0;
z-index: 99;
width: 100%;
height:100%;
display: none;
background: rgba(0,0,0,0.7);
}
.cv-spinner {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 99;
position: absolute;
margin: auto;
text-align: center;
left: 50%;
}
.spinner {
width: 40px;
height: 40px;
border: 4px #ddd solid;
border-top: 4px #2e93e6 solid;
border-radius: 50%;
animation: sp-anime 0.8s infinite linear;
z-index: 99;
}
@keyframes sp-anime {
100% {
transform: rotate(360deg);
}
}
.is-hide{
display:none;
}
|
public/assets/themes/loginss/css/theme.css
|
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
body {
font-size: 14px;
font-family: "Open Sans", sans-serif;
}
main {
overflow-x: hidden;
}
section {
padding: 3.5rem 0;
}
@media only screen and (max-width: 767px) {
section {
padding: 1.5rem 0;
}
}
.bg-gray {
background: #f6f8ff;
}
a {
color: #0072bc;
}
a:hover {
color: #0072bc;
}
.w-100 {
width: 100%;
}
.btn {
border-radius: 2.5rem !important;
}
.btn-primary {
background: #0072bc !important;
border-color: #0072bc !important;
box-shadow: none;
}
.btn-primary:hover {
background: #0072bc !important;
border-color: #0072bc !important;
box-shadow: none;
}
.btn-primary:active {
background: #0072bc !important;
border-color: #0072bc !important;
box-shadow: none;
}
.btn-primary:focus {
background: #0072bc !important;
border-color: #0072bc !important;
box-shadow: none;
}
.title {
margin: 0 0 40px;
text-align: center;
text-transform: uppercase;
}
.title.small {
margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.title.small {
text-align: center !important;
}
}
@media only screen and (max-width: 767px) {
.title.small {
text-align: center !important;
}
}
.title.small h2 {
position: relative;
margin: 0 0 10px;
color: #383838;
font-family: "Open Sans", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 28px;
line-height: 1.3;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
}
.title p {
color: #aaaaaa;
position: relative;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
margin-bottom: 15px;
letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
.title p {
margin-bottom: 10px;
}
}
.title h2 {
position: relative;
margin: 0;
color: #383838;
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 40px;
line-height: 1.3;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
}
@media only screen and (max-width: 767px) {
.title h2 {
font-size: 35px;
line-height: 1.2;
}
}
.title h2 span {
color: #0072bc;
}
.btn_get {
border-color: #0072bc;
background: #0072bc;
box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
min-width: 120px;
text-align: center;
text-transform: uppercase;
}
.btn_get:hover {
background: #0063a3;
border-color: #0063a3;
color: #fff;
box-shadow: none;
}
.thead-dark {
background: #383838;
}
td {
vertical-align: middle !important;
}
#accordionExample .card {
border: 1px solid #f5f5f5 !important;
}
#accordionExample .card-header {
background-color: #fafafa !important;
border: 1px solid #f5f5f5 !important;
}
#accordionExample .card-header .btn-link {
color: #0072bc;
text-decoration: none;
font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#accordionExample .card-header .btn-link {
text-align: left;
}
}
@media only screen and (max-width: 767px) {
#accordionExample .card-header .btn-link {
text-align: left;
}
}
.back-to-top {
position: fixed;
bottom: 2rem;
right: 2rem;
display: flex;
z-index: 9999999;
transform: translateX(100px);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.back-to-top.in {
transform: translateX(0px);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.back-to-top a {
width: 45px;
height: 45px;
border-radius: 7px;
background: #0072bc;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
}
#collapseSearch {
position: absolute;
top: 100px;
left: 0;
width: 100%;
padding: 0 15px;
}
#collapseSearch .card {
border-radius: 10px;
background-color: #ffffff;
border: none;
box-shadow: 0px 8px 16px 0px rgba(0, 11, 40, 0.1);
}
#collapseSearch form .input-group.search {
margin: 0 auto;
}
#collapseSearch form .input-group.search .form-control {
border-radius: 4px;
background-color: #fff;
border: 1px solid #ececec;
font: 300 16px/36px "Open Sans", sans-serif;
color: #a1a8be;
height: 60px;
padding-left: 30px;
position: relative;
z-index: 1;
}
#collapseSearch form .input-group.search .form-control:focus {
box-shadow: none !important;
outline: none !important;
}
#collapseSearch form .input-group.search .form-control:active {
box-shadow: none !important;
outline: none !important;
}
#collapseSearch form .input-group.search .btn-primary {
position: absolute;
color: #fff !important;
top: 0;
right: 0;
font: 400 14px/60px "Open Sans", sans-serif;
border-radius: 4px;
padding: 0px 25px;
border: 0px;
z-index: 2;
}
#collapseSearch form p {
margin-bottom: 40px;
line-height: 30px;
}
.scroll-btn {
z-index: 3;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.scroll-btn > *:hover {
color: #ffffff;
opacity: 0.8;
filter: alpha(opacity=80);
}
.scroll-btn > *:focus {
color: #ffffff;
opacity: 0.8;
filter: alpha(opacity=80);
}
.scroll-btn > *:active {
opacity: 0.8;
filter: alpha(opacity=80);
}
.scroll-btn > *.active {
color: #ffffff;
opacity: 0.8;
filter: alpha(opacity=80);
}
.scroll-btn .mouse {
position: relative;
display: block;
width: 35px;
height: 55px;
margin: 0 auto 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.scroll-btn .mouse * {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
background: white;
border-radius: 50%;
-webkit-animation: ani-mouse 2.5s linear infinite;
-moz-animation: ani-mouse 2.5s linear infinite;
animation: ani-mouse 2.5s linear infinite;
}
.not-found {
display: flex;
width: 100%;
height: 100vh;
justify-content: center;
align-items: center;
text-align: center;
}
.not-found::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: url(../../assets/img/map.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
opacity: 0.4;
}
.not-found img {
width: 75%;
margin-bottom: 1rem;
}
.not-found .btn-primary {
padding: 0.75rem 1.5rem;
font-size: 13px;
font-weight: 700;
margin-top: 1rem;
text-transform: uppercase;
}
.text-primary {
color: #0072bc !important;
}
.pagination .page-item.active .page-link {
background: #0072bc;
border-color: #0072bc;
color: #fff;
}
.pagination .page-item.disabled .page-link {
background: #f5f5f5;
color: #000;
}
.pagination .page-item .page-link {
color: #0072bc;
border-color: #eee;
}
@keyframes pulsate {
0% {
opacity: 1;
transform: translate(-50%, -50%) scale(0.5);
}
100% {
opacity: 0;
transform: translate(-50%, -50%) scale(4);
}
}
@-webkit-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@-moz-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
.search {
position: relative;
padding: 0 !important;
transform: translateY(-25px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.search {
margin-top: 7rem;
transform: translateY(0);
}
}
@media only screen and (max-width: 767px) {
.search {
margin-top: -3rem;
transform: translateY(0);
}
}
@media only screen and (max-width: 320px) {
.search {
margin-top: 0rem;
transform: translateY(0);
}
}
.search .search-area {
position: absolute;
left: 0;
bottom: 2rem;
width: 100%;
z-index: 99;
}
@media only screen and (max-width: 767px) {
.search .search-area {
position: relative;
}
}
.search .search-area .form-control {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
.search .search-area .form-control {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
.search .search-area input {
height: calc(3.25rem + 2px);
box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.075);
display: inline-block;
padding: 14px 160px 14px 20px;
border-radius: 45px;
}
.search .search-area input:focus {
border-color: #0072bc;
outline: #0072bc;
}
.search .search-area .cta {
position: absolute;
top: 8px;
right: 9px;
display: flex;
justify-content: start;
align-items: center;
}
.search .search-area .cta select {
margin-right: 0.5rem;
}
.search .search-area .cta button {
border-radius: 0 45px 45px 0;
}
.features-1 {
padding: 0px;
margin-bottom: 30px;
}
.features-1 img {
width: 150px;
margin: 0 auto;
}
.features-1 .caption h4 {
margin: 25px 0px 20px;
color: #051441;
font-weight: 500;
font-family: "Poppins", sans-serif;
font-size: 20px;
}
.features-1 .caption p {
font-weight: 300;
font-size: 15px;
margin-bottom: 0;
}
.partner .partner-logo {
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
z-index: 4;
}
.partner .partner-logo .logo-item {
width: 100%;
text-align: center;
}
.partner .partner-logo .logo-item img {
max-width: 100%;
filter: contrast(0.3%);
transition: all 0.3s ease 0s;
}
.partner .partner-logo .logo-item:hover img {
filter: contrast(100%);
}
.blog-item {
margin-bottom: 30px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .image {
overflow: hidden;
}
.blog-item .image img {
width: 100%;
height: 250px;
object-fit: cover;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .content {
background: #fcf3ff;
padding: 32px 30px 37px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .content a {
text-decoration: none;
}
.blog-item .content .meta {
display: -ms-flexbox !important;
display: flex !important;
justify-content: space-between;
}
.blog-item .content .meta a {
font-size: 12px;
display: inline-block;
color: #797979;
margin-right: 30px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .content .meta a:last-child {
margin-right: 0;
}
.blog-item .content .meta a i {
margin-right: 8px;
}
.blog-item .content h4 {
font-size: 20px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 15px;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .content p {
margin-bottom: 0px;
}
.blog-item .content .text-wrap {
margin-bottom: 22px;
}
.blog-item .content .text-wrap p {
font-size: 15px;
line-height: 27px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.blog-item .content .readmore {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: #05364d;
display: inline-block;
position: relative;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-item .content .readmore i {
font-size: 12px;
margin-left: 0.25rem;
}
.blog-item .content .readmore:hover {
color: #55e5e0;
}
.blog-item:hover {
box-shadow: 0px 10px 20px rgba(5, 54, 77, 0.1);
}
.blog-item:hover .image img {
transform: scale(1.1);
}
.login-register-section {
font-family: "Open Sans", sans-serif;
}
.login-register-section .background {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: url(../img/login.jpg);
background-size: auto 100%;
background-position: right;
height: 100vh;
position: relative;
}
@media only screen and (max-width: 767px) {
.login-register-section .background {
display: none;
}
}
.login-register-section .background .float-logo {
position: absolute;
width: 100%;
top: 0;
left: 0;
text-align: center;
padding: 75px 175px;
font-size: 13px;
z-index: 2;
}
.login-register-section .background .text-feature-area {
position: absolute;
width: 100%;
top: 50%;
left: 0;
text-align: center;
padding: 75px 80px;
font-size: 13px;
z-index: 2;
}
.login-register-section .background .text-feature-area p {
line-height: 22px;
}
.login-register-section .background .text-feature-area .btn {
border: 1px solid #fff;
font-size: 14px;
padding: 0.75rem 1.25rem;
}
.login-register-section .background::after {
content: "";
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
z-index: 1;
}
.login-register {
display: block;
max-width: 100%;
height: 100vh;
width: 100%;
background: #fff;
padding: 3rem 2rem;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
background: url(../../assets/img/login.svg);
transition: all 0.5s ease-in-out;
display: flex;
justify-content: center;
flex-direction: column;
}
@media only screen and (max-width: 767px) {
.login-register {
margin-top: 0rem;
}
}
.login-register h1 {
font-size: 26px;
text-align: center;
font-weight: 700;
}
.login-register .links {
list-style-type: none;
padding-left: 2.5rem;
font-weight: 700;
}
.login-register .links li {
display: inline-block;
margin: 0px 50px 0 0;
transition: 0.2s linear;
}
.login-register .links li:nth-child(2) {
opacity: 0.6;
}
.login-register .links li:nth-child(2):hover {
opacity: 1;
}
.login-register .links li:nth-child(3) {
opacity: 0.6;
float: right;
margin-right: 20px;
}
.login-register .links li:nth-child(3):hover {
opacity: 1;
}
.login-register .links li a {
text-decoration: none;
color: #c9c9c9;
font-weight: bolder;
text-align: center;
cursor: pointer;
}
.login-register form {
width: 100%;
margin: 10px auto 10px;
padding: 0 120px;
}
@media only screen and (max-width: 767px) {
.login-register form {
padding: 0 10px;
}
}
.login-register form .btn-signin {
width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
height: 50px;
border-radius: 8px;
margin-top: 2rem;
}
.login-register form .form-control.input {
padding: 1.25rem 0.75rem;
margin-bottom: 1rem;
font-size: 14px;
}
.login-register form .forgot-register a,
.login-register form .forgot-register p {
font-size: 12px;
}
.login-register form .forgot-register a {
font-weight: 700;
text-decoration: none;
}
@media only screen and (max-width: 767px) {
.login-register form .forgot-register {
flex-direction: column;
}
}
.square-btn {
color: #ffffff;
font-size: 14px;
font-weight: 500;
border: none;
cursor: pointer;
background-color: #0072bc;
padding: 10px 20px 6px;
text-transform: uppercase;
display: inline-block;
}
@media only screen and (max-width: 767px) {
.square-btn {
width: 100%;
text-align: center;
}
}
.square-btn:hover {
color: #ffffff;
background-color: #333c4a;
}
.activation-section {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
}
.activation-section h4 {
font-weight: 700;
}
.login-dpp {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.login-dpp .login-area {
background: #fff;
padding: 5rem 2rem;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border: none;
min-height: 75vh;
display: flex;
align-items: center;
}
@media only screen and (max-width: 767px) {
.login-dpp .login-area {
min-height: unset;
}
}
.login-dpp .login-area.big-padding {
padding: 10rem 2rem;
}
.login-dpp .login-area form {
width: 100%;
}
.login-dpp .login-area img {
width: 200px;
margin: 0 auto;
display: flex;
justify-content: center;
}
.login-superadmin {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
position: relative;
}
.login-superadmin::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: radial-gradient(circle at 1% 1%, #0072bc, #55e5e0);
background-repeat: no-repeat;
background-size: auto;
background-position: 50%;
overflow: hidden;
z-index: -1;
}
.login-superadmin::before {
content: "";
position: absolute;
background-image: url(../../assets/img/bg-auth-2.jpg);
background-repeat: no-repeat;
background-position: left;
background-size: cover;
opacity: 0.35;
mix-blend-mode: luminosity;
width: 100%;
height: 100%;
left: 0px;
bottom: 0px;
pointer-events: none;
}
.login-superadmin .login-form-superadmin {
position: absolute;
top: 0;
right: 0;
z-index: 99;
width: 100%;
height: 100%;
display: flex;
align-items: center;
}
.login-superadmin .login-area {
background: #fff;
padding: 3rem 2rem;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border: none;
z-index: 99;
min-height: 70vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
@media only screen and (max-width: 767px) {
.login-superadmin .login-area {
min-height: unset;
}
}
.login-superadmin .login-area.big-padding {
padding: 10rem 2rem;
}
.login-superadmin .login-area form {
width: 100%;
}
.login-superadmin .login-area img {
width: 200px;
margin: 0 auto;
display: flex;
justify-content: center;
}
.header_area {
position: fixed;
width: 100%;
left: 0;
z-index: 20;
top: 0;
font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area {
padding: 0px;
}
}
@media only screen and (max-width: 767px) {
.header_area {
padding: 0px;
}
}
.header_area .container {
position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area .container {
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (max-width: 767px) {
.header_area .container {
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area .container .navbar-collapse {
background: #fff;
margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.header_area .container .navbar-collapse {
background: #fff;
margin-top: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area .container .navbar-collapse .navbar-nav.menu {
padding: 10px;
background: #fff;
margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
.header_area .container .navbar-collapse .navbar-nav.menu {
padding: 10px;
background: #fff;
margin-top: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area .container .navbar-collapse .navbar-nav.menu .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
}
@media only screen and (max-width: 767px) {
.header_area .container .navbar-collapse .navbar-nav.menu .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
}
.header_area .container .navbar-collapse .navbar-nav.menu .nav-item + .nav-item {
margin-left: 0;
}
.header_area.fixed-white {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
-webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
z-index: 9999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area.fixed-white {
padding: 0px;
}
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white {
padding: 0px;
}
}
.header_area.fixed-white .container {
position: relative;
}
@media (max-width: 991px) {
.header_area.fixed-white .container {
padding-left: 20px;
padding-right: 20px;
}
}
.header_area.fixed-white .container .navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.header_area.fixed-white .container .navbar-brand img {
display: none;
width: 200px;
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .navbar-brand img {
width: 100px;
}
}
.header_area.fixed-white .container .navbar-brand img + img {
display: block;
width: 200px;
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .navbar-brand img + img {
width: 100px;
}
}
.header_area.fixed-white .container .navbar-toggler {
padding: 0px;
margin-left: 20px;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
@media (min-width: 992px) {
.header_area.fixed-white .container .navbar-toggler {
display: none;
}
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle {
width: 22px;
height: 22px;
position: relative;
cursor: pointer;
display: block;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger {
position: absolute;
height: 100%;
width: 100%;
display: block;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger span {
width: 100%;
height: 2px;
position: relative;
top: 0;
left: 0;
margin: 4px 0;
display: block;
background: #0072bc !important;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger span {
background: #0072bc !important;
}
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(1) {
transition-delay: 0.3s;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(2) {
transition-delay: 0.4s;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(3) {
transition-delay: 0.5s;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
display: block;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span {
display: block;
background: #0072bc !important;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span {
background: #0072bc !important;
}
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(1) {
height: 0%;
transition-delay: 0s;
width: 2px;
position: absolute;
top: 0;
left: 10px;
}
.header_area.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(2) {
width: 0%;
transition-delay: 0.2s;
height: 2px;
position: absolute;
left: 0;
top: 10px;
}
.header_area.fixed-white .container .navbar-toggler:not(:disabled) {
cursor: pointer;
}
.header_area.fixed-white .container .navbar-toggler:not(:disabled) .hamburger span,
.header_area.fixed-white .container .navbar-toggler:not(:disabled) .hamburger-cross span {
background: #0072bc !important;
}
.header_area.fixed-white .container .navbar-toggler:not(.disabled) {
cursor: pointer;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse {
max-height: 100vh;
overflow-y: scroll;
margin-left: -20px;
margin-right: -20px;
}
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .navbar-collapse {
margin-top: 0;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav {
margin-left: auto !important;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu {
padding: 10px 30px;
background: #fff;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item {
position: relative;
padding: 35px 25px;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
transform: translateY(20px);
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden;
display: block;
margin: 0px;
border: 0px;
margin: 0px;
border-radius: 0px;
left: 0;
min-width: 200px;
background: transparent;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
box-shadow: none;
-webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0s;
-o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
max-height: 0;
display: block;
overflow: hidden;
opacity: 0;
visibility: hidden;
padding: 0px;
margin: 0px;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
display: block;
width: 100%;
margin-right: 0px;
padding: 0px 40px;
background: #fff;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
padding: 0px 25px;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
transition: color 0.2s linear;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item .nav-link:hover {
color: #0072bc;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 15px;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 12px;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:last-child {
padding-bottom: 15px;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu {
position: static;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
display: flex;
min-width: 200px;
list-style: none;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
left: 0;
right: 0;
transition: all 300ms linear 0s;
background: #fff;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
margin-top: 10px;
box-shadow: none;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item {
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: -10px;
width: 25%;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .nav-link {
font: 500 18px "Open Sans", sans-serif;
color: #0072bc;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu {
left: 0;
position: relative;
transform: translateY(0);
box-shadow: none;
padding: 0px;
display: flex;
flex-direction: column;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item {
padding-left: 0px;
padding-right: 0px;
padding: 5px 0;
white-space: normal;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #0072bc;
transition: color 0.2s linear;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:first-child {
padding-top: 20px;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #000;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #000;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link.btn {
color: #fff;
width: 100%;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link.dropdown-toggle::before {
content: "";
width: 0;
height: 1px;
background: #fff;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:last-child {
padding-bottom: 20px;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #0072bc;
}
@media (max-width: 991px) {
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #0072bc;
}
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link.dropdown-toggle::before {
content: "";
width: 100%;
height: 1px;
background: #0072bc;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link::before {
content: "";
width: 100%;
height: 1px;
background: #051441;
position: absolute;
bottom: -10px;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:hover .nav-link .dropdown-toggle::before {
width: 100% !important;
left: 0;
right: auto;
}
.header_area.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:hover .dropdown-menu.show {
opacity: 1;
transform: translateY(10px);
visibility: visible;
margin: 0px;
border: 0px;
margin: 0px;
border-radius: 0px;
left: 0;
min-width: 200px;
min-height: 100px;
max-height: 500px;
background: transparent;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}
.header_area.fixed-white .container .btn {
background: #0072bc;
border-color: #0072bc;
color: #fff;
overflow: hidden;
display: inline-block;
font-weight: 500;
font-size: 14px;
font-family: "Open Sans", sans-serif;
z-index: 1;
cursor: pointer;
transition: all 0.3s linear;
}
.header_area.fixed-white .container .btn.btn-primary {
font: 500 14px/47px "Open Sans", sans-serif;
border-radius: 4px;
background-color: #fff;
border: 1px solid #0072bc;
color: #0072bc;
box-shadow: none;
padding: 0px 23px;
transform: perspective(1px) translateZ(0);
transition-property: color;
transition: all 0.3s ease;
min-width: 135px;
text-align: center;
margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area.fixed-white .container .btn.btn-primary {
margin-left: 0;
color: #fff;
}
}
@media only screen and (max-width: 767px) {
.header_area.fixed-white .container .btn.btn-primary {
margin-left: 0;
color: #fff;
}
}
.header_area.fixed-white .container .btn.btn-primary:hover {
background: #0072bc;
color: #fff;
border: 1px solid #fff;
box-shadow: none;
transition: all 0.3s ease;
}
.menu_one {
padding: 0px;
}
.menu_one .btn_get {
margin-left: 25px;
}
.sticky_logo img {
width: 200px;
padding: 0.75rem 0;
}
@media only screen and (max-width: 767px) {
.sticky_logo img {
width: 100px;
}
}
.sticky_logo img + img {
width: 200px;
display: none;
padding: 0.75rem 0;
}
@media only screen and (max-width: 767px) {
.sticky_logo img + img {
width: 100px;
}
}
@media (min-width: 992px) {
.mobile_btn {
visibility: hidden;
display: none;
}
}
@media (max-width: 991px) {
.hidden-sm {
visibility: hidden;
display: none;
}
}
.menu > .nav-item {
position: relative;
padding: 35px 25px;
}
.menu > .nav-item > .nav-link {
font: 500 15px "Open Sans", sans-serif;
color: #333;
padding: 0px;
transition: color 0.3s ease 0s;
position: relative;
}
.menu > .nav-item > .nav-link:before {
content: "";
width: 0;
height: 1px;
background: #6754e2;
position: absolute;
bottom: -10px;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.menu > .nav-item > .nav-link:after {
display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
margin: 0px;
border: 0px;
margin: 0px;
border-radius: 0px;
left: 0;
min-width: 200px;
background: transparent;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}
@media (min-width: 992px) {
.menu > .nav-item.submenu .dropdown-menu {
transform: translateY(20px);
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden;
display: block;
}
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
display: block;
width: 100%;
margin-right: 0px;
padding: 0px 20px;
background: #fff;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #333;
transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
color: #0072bc;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 15px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:last-child {
padding-bottom: 15px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
transition: all 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
display: none;
}
@media (min-width: 992px) {
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
position: absolute;
left: 100%;
top: 0;
opacity: 0;
display: block;
visibility: hidden;
transform: translateY(20px);
transition: all 0.3s ease-in;
}
}
.menu > .nav-item.submenu.mega_menu {
position: static;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu {
min-width: 200px;
list-style: none;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
left: 0;
right: 0;
transition: all 300ms linear 0s;
background: #fff;
}
@media (min-width: 992px) {
.menu > .nav-item.submenu.mega_menu > .dropdown-menu {
display: flex;
}
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item {
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: -10px;
width: 25%;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
font: 500 18px "Open Sans", sans-serif;
color: #13112d;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu {
left: 0;
position: relative;
transform: translateY(0);
box-shadow: none;
padding: 0px;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu > .nav-item {
padding-left: 0px;
padding-right: 0px;
white-space: normal;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:first-child {
padding-top: 20px;
}
.menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
@media (min-width: 992px) {
.menu > .nav-item.submenu.mega_menu:hover .dropdown-menu > .nav-item > .dropdown-menu {
opacity: 1;
visibility: visible;
}
}
.menu > .nav-item:nth-last-child(-n + 2).submenu .dropdown-menu {
left: auto;
right: 0;
}
.menu > .nav-item:nth-last-child(-n + 2).submenu .dropdown-menu .nav-item > .dropdown-menu {
left: auto;
right: 100%;
}
.menu > .nav-item + .nav-item {
margin-left: 45px;
}
.menu > .nav-item.active .nav-link {
color: #6754e2;
}
.menu > .nav-item.active .nav-link:before {
width: 100%;
left: 0;
right: auto;
}
.menu > .nav-item:hover .nav-link {
color: #6754e2;
}
.menu > .nav-item:hover .nav-link:before {
width: 100%;
left: 0;
right: auto;
bottom: -10px;
}
@media (min-width: 992px) {
.menu > .nav-item:hover .dropdown-menu {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
}
@media (min-width: 992px) and (min-width: 992px) {
.menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
}
.w_menu {
margin-left: auto;
-webkit-transition: margin 700ms;
-moz-transition: margin 700ms;
-o-transition: margin 700ms;
transition: margin 700ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu {
margin-left: 0px;
}
}
@media only screen and (max-width: 767px) {
.w_menu {
margin-left: 0px;
}
}
.w_menu .nav-item .nav-link {
color: #fff;
text-transform: uppercase;
font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item .nav-link {
color: #0072bc;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item .nav-link {
color: #0072bc;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item .nav-link.btn {
color: #fff;
padding: 10px;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item .nav-link.btn {
color: #fff;
padding: 10px;
}
}
.w_menu .nav-item .nav-link:before {
background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item .nav-link:before {
display: none;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item .nav-link:before {
display: none;
}
}
.w_menu .nav-item:hover .nav-link,
.w_menu .nav-item.active .nav-link {
color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item:hover .nav-link,
.w_menu .nav-item.active .nav-link {
color: #0072bc;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item:hover .nav-link,
.w_menu .nav-item.active .nav-link {
color: #0072bc;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item:hover .nav-link.btn,
.w_menu .nav-item.active .nav-link.btn {
color: #fff;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item:hover .nav-link.btn,
.w_menu .nav-item.active .nav-link.btn {
color: #fff;
}
}
.w_menu .nav-item:hover .nav-link:before,
.w_menu .nav-item.active .nav-link:before {
color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w_menu .nav-item:hover .nav-link:before,
.w_menu .nav-item.active .nav-link:before {
display: none;
}
}
@media only screen and (max-width: 767px) {
.w_menu .nav-item:hover .nav-link:before,
.w_menu .nav-item.active .nav-link:before {
display: none;
}
}
.nav_right_btn .login_btn {
font: 500 15px "Open Sans", sans-serif;
padding: 13px 32px;
min-width: 120px;
display: inline-block;
text-align: center;
color: #fff;
transition: all 0.2s linear;
border-top-left-radius: 45px;
border-bottom-left-radius: 45px;
border-top-right-radius: 45px;
border: 1px solid transparent;
}
.nav_right_btn .login_btn:hover,
.nav_right_btn .login_btn.active {
background: #fff;
color: #00aff0;
box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
}
@media (max-width: 991px) {
.nav_right_btn {
display: none;
}
}
.menu_four .btn_get {
border-color: #fff;
background: #fff;
color: #0072bc;
min-width: 120px;
text-align: center;
text-transform: uppercase;
}
.menu_four .btn_get:hover {
background: #f2f2f2;
border-color: #f2f2f2;
color: #0072bc;
}
.menu_four .menu_toggle .hamburger span,
.menu_four .menu_toggle .hamburger-cross span {
background: #fff;
}
.btn_get_radious {
border-radius: 45px;
border-width: 1px;
color: #fff;
background: #fff;
box-shadow: none;
padding: 0px 28px;
line-height: 45px;
}
.btn_get_radious:before {
background: #5846ed;
}
.btn_get_radious:hover {
color: #5846ed;
}
.navbar-toggler {
padding: 0px;
margin-left: 20px;
}
.navbar-toggler:focus {
outline: none;
}
.menu_toggle {
width: 22px;
height: 22px;
position: relative;
cursor: pointer;
display: block;
}
.menu_toggle .hamburger {
position: absolute;
height: 100%;
width: 100%;
display: block;
}
.menu_toggle .hamburger span {
width: 0%;
height: 2px;
position: relative;
top: 0;
left: 0;
margin: 4px 0;
display: block;
background: #5e2ced;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
display: block;
}
.menu_toggle .hamburger-cross span {
display: block;
background: #5e2ced;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
height: 100%;
width: 2px;
position: absolute;
top: 0;
left: 10px;
transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
width: 100%;
height: 2px;
position: absolute;
left: 0;
top: 10px;
transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span {
width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
height: 0%;
transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
width: 0%;
transition-delay: 0.2s;
}
.header_area_two + section,
.header_area_three + section {
margin-top: 93px;
}
.h_dark {
background: #13112d;
}
.header_area_three {
background-color: #fff;
box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.1);
}
.header_area_three .menu_four .pl_30 {
padding-left: 30px;
}
.header_area_three .menu_four .btn_get {
border-color: #5e2ced;
background: #5e2ced;
color: #fff;
}
.header_area_three .menu_four .btn_get:hover {
background: transparent;
color: #5e2ced;
}
.header_area_three.navbar_fixed .menu_four .btn_get {
border-color: #5e2ced !important;
}
.header_area_four .header_top {
background: #13112d;
}
.header_area_four .header_top a {
transition: color 0.3s linear;
}
.header_area_four .header_top a:hover {
color: #5e2ced;
}
.header_area_four + section {
margin-top: 144px;
}
.header_top {
padding: 12px 0px;
}
.header_contact_info {
margin-bottom: 0;
}
.header_contact_info li {
display: inline-block;
font-size: 14px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
color: #fff;
text-transform: capitalize;
}
.header_contact_info li:before {
content: "";
width: 1px;
height: 12px;
top: 1px;
background: #5e5d76;
display: inline-block;
position: relative;
margin: 0px 22px 0px 20px;
}
.header_contact_info li:first-child:before {
display: none;
}
.header_contact_info li a {
color: #c3c1da;
font-weight: 300;
padding-left: 5px;
}
.header_social_icon {
text-align: right;
margin-bottom: 0;
}
.header_social_icon li {
display: inline-block;
margin: 0px 0px 0px 15px;
}
.header_social_icon li a {
font-size: 12px;
color: #fff;
}
.header_area_five .menu_one {
padding: 0px 50px;
}
.header_area_six .header_top {
border-bottom: 1px solid #e5ddfc;
}
.header_area_six .header_top a:hover {
color: #5e2ced !important;
}
.header_area_six .header_top .header_contact_info li {
color: #282835;
}
.header_area_six .header_top .header_contact_info li a {
color: #677294;
}
.header_area_six .header_top .header_social_icon li a {
color: #282835;
}
.header_area_six + section {
margin-top: 144px;
}
.search_cart {
margin-left: 19px;
}
.search_cart:before {
content: "";
width: 1px;
height: 12px;
background: #919198;
display: inline-block;
position: relative;
top: -2px;
}
.search_cart .search,
.search_cart .shpping-cart {
display: inline-block;
padding-top: 5px;
}
.search_cart .search a,
.search_cart .shpping-cart a {
font-size: 20px;
line-height: 27px;
color: #282835;
margin-left: 15px;
}
.search_cart .search a:hover,
.search_cart .shpping-cart a:hover {
color: #5e2ced;
}
.search_cart .search a {
font-size: 16px;
}
.header_area_seven .header_top {
background: #5e2ced;
padding: 0px;
}
.header_area_seven .header_top a {
line-height: 50px;
opacity: 0.7;
transition: opacity 0.2s linear;
}
.header_area_seven .header_top a:hover {
opacity: 1;
}
.header_area_seven .header_top .header_contact_info li i {
vertical-align: middle;
}
.header_area_seven .header_top .header_contact_info li a {
color: #fff;
}
.header_area_seven .header_top .header_social_icon {
border-left: 1px solid #7444ff;
padding-left: 22px;
margin-left: 40px;
}
.header_area_seven .header_top .header_top_menu {
text-align: right;
margin-bottom: 0px;
}
.header_area_seven .header_top .header_top_menu li {
display: inline-block;
}
.header_area_seven .header_top .header_top_menu li:before {
content: "";
width: 1px;
height: 11px;
background: #8e6bf7;
display: inline-block;
vertical-align: middle;
margin: 0px 17px 0px 15px;
}
.header_area_seven .header_top .header_top_menu li a {
font-size: 12px;
font-family: "Open Sans", sans-serif;
font-weight: 300;
color: #fff;
transition: opacity 0.2s linear;
}
.header_area_seven .header_top .header_top_menu li:first-child:before {
display: none;
}
.header_area_seven + section {
margin-top: 143px;
}
.header_area {
transition: all 0.2s linear;
}
.header_area.navbar_fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.header_area.navbar_fixed .w_menu {
margin-left: 50%;
-webkit-transition: margin 700ms;
-moz-transition: margin 700ms;
-o-transition: margin 700ms;
transition: margin 700ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_area.navbar_fixed .w_menu {
margin-left: 0px;
}
}
@media only screen and (max-width: 767px) {
.header_area.navbar_fixed .w_menu {
margin-left: 0px;
}
}
.header_area.navbar_fixed .menu_one {
padding: 0px;
transition: all 0.2s linear;
}
.header_area.navbar_fixed .menu_one .btn_get {
box-shadow: none;
}
.header_area.navbar_fixed .sticky_logo img {
display: none;
width: 150px;
}
@media only screen and (max-width: 767px) {
.header_area.navbar_fixed .sticky_logo img {
width: 100px;
}
}
.header_area.navbar_fixed .sticky_logo img + img {
display: block;
width: 150px;
}
@media only screen and (max-width: 767px) {
.header_area.navbar_fixed .sticky_logo img + img {
width: 100px;
}
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link {
color: #051441;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
background: #051441;
}
.header_area.navbar_fixed .menu_four .btn_get {
border-color: #6754e2;
background: #6754e2;
box-shadow: none;
color: #fff;
}
.header_area.navbar_fixed .menu_four .btn_get:hover {
border-color: #6754e2;
}
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span {
background: #6754e2;
}
.header_area.navbar_fixed .nav_right_btn .login_btn {
color: #051441;
}
.header_area.navbar_fixed.header_area_five .menu_one {
padding: 0px 50px;
}
.header {
position: fixed;
width: 100%;
left: 0;
z-index: 20;
top: 0;
transition: all 0.2s linear;
}
.header .header-top {
background: #005389;
padding: 0px;
}
.header .header-top .header-contact {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.header .header-top .header-contact li {
display: inline-block;
font-size: 14px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
color: #fff;
text-transform: capitalize;
}
.header .header-top .header-contact li i {
vertical-align: middle;
}
.header .header-top .header-contact li a {
font-weight: 300;
padding-left: 5px;
line-height: 50px;
opacity: 0.7;
transition: opacity 0.2s linear;
color: #fff;
}
.header .header-top .header-contact li a:hover {
opacity: 1;
transition: opacity 0.2s linear;
}
.header .header-top .header-social {
border-left: 1px solid rgba(255, 255, 255, 0.3);
padding-left: 22px;
margin-left: 40px;
text-align: right;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.header .header-top .header-social li {
display: inline-block;
margin: 0px 0px 0px 15px;
}
.header .header-top .header-social li a {
font-size: 12px;
color: #fff;
line-height: 50px;
opacity: 0.7;
transition: opacity 0.2s linear;
}
.header .header-top .header-social li a:hover {
opacity: 1;
transition: opacity 0.2s linear;
}
.header .header-top .header-top-menu {
text-align: right;
margin-bottom: 0px;
padding-left: 0;
list-style: none;
}
.header .header-top .header-top-menu li {
display: inline-block;
}
.header .header-top .header-top-menu li a {
font-size: 12px;
font-family: "Open Sans", sans-serif;
font-weight: 300;
color: #fff;
transition: opacity 0.2s linear;
line-height: 50px;
opacity: 0.7;
}
.header .header-top .header-top-menu li a:hover {
opacity: 1;
transition: opacity 0.2s linear;
}
.header .header-top .header-top-menu li::before {
content: "";
width: 1px;
height: 11px;
background: #8e6bf7;
display: inline-block;
vertical-align: middle;
margin: 0px 17px 0px 15px;
}
.header .header-top .header-top-menu li:first-child(1)::before {
display: none;
}
.header .navbar {
position: relative;
display: -ms-flexbox;
display: flex;
align-items: center;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0;
}
@media (max-width: 991px) {
.header .navbar {
padding: 15px 0px 0px;
}
}
.header .navbar .container {
position: relative;
}
@media (max-width: 991px) {
.header .navbar .container {
padding-left: 20px;
padding-right: 20px;
}
}
.header .navbar .container .navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.header .navbar .container .navbar-brand img {
width: 200px;
}
@media only screen and (max-width: 767px) {
.header .navbar .container .navbar-brand img {
width: 100px;
}
}
.header .navbar .container .navbar-brand img + img {
display: none;
width: 200px;
}
@media only screen and (max-width: 767px) {
.header .navbar .container .navbar-brand img + img {
width: 100px;
}
}
.header .navbar .container .navbar-toggler {
padding: 0px;
margin-left: 20px;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
@media (min-width: 992px) {
.header .navbar .container .navbar-toggler {
display: none;
}
}
.header .navbar .container .navbar-toggler .menu-toggle {
width: 22px;
height: 22px;
position: relative;
cursor: pointer;
display: block;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger {
position: absolute;
height: 100%;
width: 100%;
display: block;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger span {
width: 100%;
height: 2px;
position: relative;
top: 0;
left: 0;
margin: 4px 0;
display: block;
background: #fff;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger span:nth-child(1) {
transition-delay: 0.3s;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger span:nth-child(2) {
transition-delay: 0.4s;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger span:nth-child(3) {
transition-delay: 0.5s;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger-cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
display: block;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger-cross span {
display: block;
background: #fff;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(1) {
height: 0%;
transition-delay: 0s;
width: 2px;
position: absolute;
top: 0;
left: 10px;
}
.header .navbar .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(2) {
width: 0%;
transition-delay: 0.2s;
height: 2px;
position: absolute;
left: 0;
top: 10px;
}
.header .navbar .container .navbar-toggler:not(:disabled) {
cursor: pointer;
}
.header .navbar .container .navbar-toggler:not(.disabled) {
cursor: pointer;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse {
max-height: 100vh;
overflow-y: scroll;
margin-left: -20px;
margin-right: -20px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav {
margin-left: auto !important;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu {
padding: 10px 30px;
background: #fff;
margin-top: 20px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item {
position: relative;
padding-bottom: 35px;
padding-top: 35px;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
transform: translateY(20px);
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden;
display: block;
margin: 0px;
border: 0px;
margin: 0px;
border-radius: 0px;
left: 0;
min-width: 200px;
background: transparent;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
box-shadow: none;
-webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0s;
-o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
max-height: 0;
display: block;
overflow: hidden;
opacity: 0;
visibility: hidden;
padding: 0px;
margin: 0px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
display: block;
width: 100%;
margin-right: 0px;
padding: 0px 20px;
background: #fff;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
padding: 0px 25px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #051441;
transition: color 0.2s linear;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 15px;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 12px;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:last-child {
padding-bottom: 15px;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu {
position: static;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
display: flex;
min-width: 200px;
list-style: none;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
left: 0;
right: 0;
transition: all 300ms linear 0s;
background: #fff;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
margin-top: 10px;
box-shadow: none;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item {
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: -10px;
width: 25%;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .nav-link {
font: 500 18px "Open Sans", sans-serif;
color: #051441;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu {
left: 0;
position: relative;
transform: translateY(0);
box-shadow: none;
padding: 0px;
display: flex;
flex-direction: column;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item {
padding-left: 0px;
padding-right: 0px;
padding: 5px 0;
white-space: normal;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #051441;
transition: color 0.2s linear;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:first-child {
padding-top: 20px;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #fff;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #0072bc;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link.dropdown-toggle::before {
content: "";
width: 0;
height: 1px;
background: #fff;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item:last-child {
padding-bottom: 20px;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #fff;
}
@media (max-width: 991px) {
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #051441;
}
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link::before {
content: "";
width: 100%;
height: 1px;
background: #fff;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item:hover .nav-link .dropdown-toggle::before {
width: 100%;
left: 0;
right: auto;
}
.header .navbar .container .navbar-collapse .navbar-nav.menu .nav-item:hover .dropdown-menu {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.header .navbar .container .btn {
overflow: hidden;
display: inline-block;
font-weight: 500;
font-size: 14px;
font-family: "Open Sans", sans-serif;
z-index: 1;
cursor: pointer;
transition: all 0.3s linear;
}
.header .navbar .container .btn.btn-primary {
font: 500 14px/47px "Open Sans", sans-serif;
border-radius: 4px;
background-color: #fff;
border: 1px solid #fff;
color: #23b1fe;
box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
padding: 0px 23px;
transform: perspective(1px) translateZ(0);
transition-property: color;
transition: all 0.3s ease;
min-width: 135px;
text-align: center;
margin-left: 40px;
}
.header .navbar .container .btn.btn-primary:hover {
box-shadow: none;
transition: all 0.3s ease;
}
.header.fixed-white {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
-webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.header.fixed-white .container {
position: relative;
}
@media (max-width: 991px) {
.header.fixed-white .container {
padding-left: 20px;
padding-right: 20px;
}
}
.header.fixed-white .container .navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.header.fixed-white .container .navbar-brand img {
display: none;
width: 200px;
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .navbar-brand img {
width: 100px;
}
}
.header.fixed-white .container .navbar-brand img + img {
display: block;
width: 200px;
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .navbar-brand img + img {
width: 100px;
}
}
.header.fixed-white .container .navbar-toggler {
padding: 0px;
margin-left: 20px;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
@media (min-width: 992px) {
.header.fixed-white .container .navbar-toggler {
display: none;
}
}
.header.fixed-white .container .navbar-toggler .menu-toggle {
width: 22px;
height: 22px;
position: relative;
cursor: pointer;
display: block;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger {
position: absolute;
height: 100%;
width: 100%;
display: block;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger span {
width: 100%;
height: 2px;
position: relative;
top: 0;
left: 0;
margin: 4px 0;
display: block;
background: #0072bc;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(1) {
transition-delay: 0.3s;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(2) {
transition-delay: 0.4s;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger span:nth-child(3) {
transition-delay: 0.5s;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
display: block;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span {
display: block;
background: #0072bc;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(1) {
height: 0%;
transition-delay: 0s;
width: 2px;
position: absolute;
top: 0;
left: 10px;
}
.header.fixed-white .container .navbar-toggler .menu-toggle .hamburger-cross span:nth-child(2) {
width: 0%;
transition-delay: 0.2s;
height: 2px;
position: absolute;
left: 0;
top: 10px;
}
.header.fixed-white .container .navbar-toggler:not(:disabled) {
cursor: pointer;
}
.header.fixed-white .container .navbar-toggler:not(.disabled) {
cursor: pointer;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse {
max-height: 100vh;
overflow-y: scroll;
margin-left: -20px;
margin-right: -20px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav {
margin-left: auto !important;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu {
padding: 10px 30px;
background: #fff;
margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu {
padding: 0px 30px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item {
position: relative;
padding-bottom: 35px;
padding-top: 35px;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item {
padding-top: 10px;
padding-bottom: 10px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
transform: translateY(20px);
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden;
display: block;
margin: 0px;
border: 0px;
margin: 0px;
border-radius: 0px;
left: 0;
min-width: 200px;
background: transparent;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu {
box-shadow: none;
-webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
-ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0s;
-o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
max-height: 0;
display: block;
overflow: hidden;
opacity: 0;
visibility: hidden;
padding: 0px;
margin: 0px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
display: block;
width: 100%;
margin-right: 0px;
padding: 0px 40px;
background: #fff;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item {
padding: 0px 25px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #051441;
transition: color 0.2s linear;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 15px;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
padding-top: 12px;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu .dropdown-menu .nav-item:last-child {
padding-bottom: 15px;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu {
position: static;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
display: flex;
min-width: 200px;
list-style: none;
box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
left: 0;
right: 0;
transition: all 300ms linear 0s;
background: #fff;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu {
margin-top: 10px;
box-shadow: none;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item {
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: -10px;
width: 25%;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .nav-link {
font: 500 18px "Open Sans", sans-serif;
color: #051441;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu {
left: 0;
position: relative;
transform: translateY(0);
box-shadow: none;
padding: 0px;
display: flex;
flex-direction: column;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item {
padding-left: 0px;
padding-right: 0px;
padding: 5px 0;
white-space: normal;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
padding: 0px;
white-space: nowrap;
font: 400 14px/34px "Open Sans", sans-serif;
color: #051441;
transition: color 0.2s linear;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:first-child {
padding-top: 20px;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.submenu.mega-menu .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #051441;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link {
color: #0072bc;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item .nav-link.dropdown-toggle::before {
content: "";
width: 0;
height: 1px;
background: #fff;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:last-child {
padding-bottom: 20px;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #051441;
}
@media (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link {
color: #051441;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link.dropdown-toggle::before {
content: "";
width: 100%;
height: 1px;
background: #051441;
position: absolute;
bottom: 0;
left: auto;
right: 0;
transition: all 0.2s linear;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link::before {
content: "";
width: 100%;
height: 1px;
background: #051441;
position: absolute;
bottom: -10px;
left: auto;
right: 0;
transition: all 0.2s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link::before {
display: none;
}
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item.active .nav-link::before {
display: none;
}
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:hover .nav-link .dropdown-toggle::before {
width: 100% !important;
left: 0;
right: auto;
}
.header.fixed-white .container .navbar-collapse .navbar-nav.menu .nav-item:hover .dropdown-menu {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.header.fixed-white .container .btn {
overflow: hidden;
display: inline-block;
font-weight: 500;
font-size: 14px;
font-family: "Open Sans", sans-serif;
z-index: 1;
cursor: pointer;
transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header.fixed-white .container .btn {
display: none !important;
}
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .btn {
display: none !important;
}
}
.header.fixed-white .container .btn.btn-primary {
font: 500 14px/47px "Open Sans", sans-serif;
border-radius: 4px;
background-color: #fff;
border: 1px solid #0072bc;
color: #0072bc;
box-shadow: none;
padding: 0px 23px;
transform: perspective(1px) translateZ(0);
transition-property: color;
transition: all 0.3s ease;
min-width: 135px;
text-align: center;
margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header.fixed-white .container .btn.btn-primary {
margin-left: 0px;
}
}
@media only screen and (max-width: 767px) {
.header.fixed-white .container .btn.btn-primary {
margin-left: 0px;
}
}
.header.fixed-white .container .btn.btn-primary:hover {
background: #0072bc;
color: #fff;
border: 1px solid #fff;
box-shadow: none;
transition: all 0.3s ease;
}
.navbar-brand h3 {
font-size: 40px;
font-family: "Open Sans", sans-serif;
margin-bottom: 0;
color: #0072bc;
}
.btn_get {
font: 500 14px/47px "Open Sans", sans-serif;
background: #0072bc;
color: #fff;
border: 2px solid #0072bc;
border-radius: 4px;
box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
padding: 0px 23px;
transform: perspective(1px) translateZ(0);
transition-property: color;
transition: all 0.3s ease;
min-width: 120px;
text-align: center;
}
.btn_get:hover {
color: #fff;
background: #0072bc;
border-color: #0072bc;
box-shadow: none;
}
.dropdown-login .btn::after {
display: none;
}
.dropdown-login .dropdown-menu {
border: none;
border-radius: 1rem;
transform: translate3d(-80px, 20px, 0);
}
.dropdown-login.mobile .btn {
color: #fff;
}
.dropdown-login.mobile .dropdown-menu {
position: absolute;
transform: translate3d(0px, 20px, 0);
width: 100%;
}
@media only screen and (max-width: 767px) {
.subscribe-area .subscribe-form {
padding: 0 20px;
}
}
.subscribe-area .subscribe-form .input-group.subcribes {
max-width: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.subscribe-area .subscribe-form .input-group.subcribes {
max-width: 100%;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.subscribe-area .subscribe-form .input-group.subcribes {
max-width: 100%;
width: 100%;
}
}
.subscribe-area .subscribe-form .input-group.subcribes .form-control {
border-radius: 2rem;
background-color: #fff;
box-shadow: 0px 8px 16px 0px rgba(0, 11, 40, 0.1);
font: 300 16px/36px "Open Sans", sans-serif;
border: 0px;
color: #a1a8be;
height: 60px;
padding-left: 30px;
position: relative;
z-index: 1;
}
.subscribe-area .subscribe-form .input-group.subcribes .btn-primary {
position: absolute;
top: 0;
right: 0;
font: 400 14px/60px "Open Sans", sans-serif;
border-radius: 2rem;
padding: 0px 25px;
border: 0px;
z-index: 2;
background: #005389 !important;
}
.subscribe-area .subscribe-form p {
margin-bottom: 40px;
line-height: 30px;
}
footer {
border-top: 1px solid #f5f5f5 !important;
padding: 4rem 0 1.25rem;
font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
footer {
background: none !important;
}
}
footer .footer-bottom {
margin: 1.75rem 0 0;
padding: 1.25rem 0 0;
border-top: 1px solid #f5f5f5 !important;
text-align: center;
}
@media only screen and (max-width: 767px) {
footer .footer-bottom {
margin: 0px;
}
}
footer .footer-description img {
width: 60%;
margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
footer .footer-description img {
width: 100%;
}
}
footer .footer-description p {
font-size: 12px;
}
footer .social {
display: flex;
justify-content: start;
align-items: center;
}
footer .social a {
color: #fff;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 0.5rem;
}
footer .social a.facebook {
background: #3b5999;
}
footer .social a.twitter {
background: #55acee;
}
footer .social a.gplus {
background: #dd4b39;
}
footer .social a.instagram {
background: #e4405f;
}
footer .footer-title {
text-transform: uppercase;
margin: 0px 0 30px;
font-family: "Open Sans", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 18px;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
}
footer .footer-title h5 {
font-weight: 700;
}
@media only screen and (max-width: 767px) {
footer .footer-title {
margin: 40px 0 20px;
}
}
footer ul.link {
font-size: 16px;
text-transform: capitalize;
margin: 0;
padding: 0;
list-style: none;
}
footer ul.link li {
padding: 5px 0;
margin-bottom: 5px;
text-transform: capitalize;
}
footer p {
line-height: 24px;
}
footer .footer-contact .list-contact {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
font-size: 16px;
font-weight: 300;
margin-bottom: 30px;
line-height: 1.71429em;
-webkit-box-align: center;
-webkit-align-items: flex-start;
-ms-flex-align: center;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
footer .footer-contact .list-contact i {
font-size: 20px;
-webkit-box-flex: 0;
-webkit-flex: 0;
-ms-flex: 0;
flex: 0;
margin-right: 20px;
}
footer .footer-contact .list-contact span {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 1;
}
.banner-area {
position: relative;
z-index: 1;
}
.banner-area .banner-6 {
min-height: auto;
padding: 115px 0 50px;
background-image: -moz-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -webkit-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -ms-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-size: cover;
background-position: center center;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-6 {
padding: 75px 0 20px;
}
}
.banner-area .banner-6 .title {
color: #ffffff;
text-transform: uppercase;
font-weight: 700;
font-size: 40px;
line-height: 40px;
margin: 20px 0 15px;
}
.banner-area .banner-6 .subtitle {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #ffffff;
opacity: 0.8;
}
.banner-area .banner-4 {
background: url(../img/banner.png) no-repeat scroll center 100%;
height: 130vh;
display: flex;
align-items: center;
overflow: hidden;
background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 {
height: 100vh;
}
}
@media only screen and (max-width: 320px) {
.banner-area .banner-4 {
height: 150vh;
}
}
.banner-area .banner-4 .content {
width: 100%;
margin-top: -10rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .content {
margin-top: -30rem;
text-align: center;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content {
margin-top: -23rem;
}
}
@media only screen and (max-width: 320px) {
.banner-area .banner-4 .content {
margin-top: -10rem;
}
}
.banner-area .banner-4 .content h2 {
margin-bottom: 20px;
color: #fff;
font-weight: 700;
font-family: "Poppins", sans-serif;
font-size: 60px;
margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .content h2 {
font-size: 40px;
margin-bottom: 1rem;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content h2 {
font-size: 40px;
margin-bottom: 1rem;
}
}
.banner-area .banner-4 .content p {
color: #fff;
font-weight: 300;
line-height: 40px;
font-size: 25px;
margin-bottom: 0rem;
}
.banner-area .banner-4 .content p span {
font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .content p {
line-height: 25px;
font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content p {
line-height: 25px;
font-size: 15px;
}
}
.banner-area .banner-4 .content .button-area a {
margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn-group {
flex-direction: column;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn-group > .btn {
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn-group > .btn + .btn {
margin-left: 0;
}
}
.banner-area .banner-4 .content .btn {
overflow: hidden;
display: inline-block;
font-weight: 500;
font-size: 14px;
font-family: "Poppins", sans-serif;
z-index: 1;
cursor: pointer;
transition: all 0.3s linear;
margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn {
margin-top: 15px;
}
}
.banner-area .banner-4 .content .btn.btn-primary {
border: 0px;
background: #0072bc;
transition: all 0.2s linear;
color: #fff;
padding: 14px 40px;
box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
display: inline-block;
padding: 14px 40px;
border-radius: 45px;
border: 1px solid #0072bc;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn.btn-primary {
padding: 10px 30px;
}
}
.banner-area .banner-4 .content .btn.btn-primary:hover {
background-color: #0072bc;
color: #fff;
border: 1px solid #0072bc;
}
.banner-area .banner-4 .content .btn.btn-secondary {
border: 0px;
background: #fff;
transition: all 0.2s linear;
color: #0072bc;
padding: 14px 40px;
box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
display: inline-block;
padding: 14px 40px;
border-radius: 45px;
background-color: #fff;
color: #0072bc;
border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .content .btn.btn-secondary {
padding: 10px 30px;
}
}
.banner-area .banner-4 .content .btn.btn-secondary:hover {
background: #fff;
color: #0072bc;
border: 1px solid #fff;
}
.banner-area .banner-4 .img {
position: relative;
display: inline-block;
z-index: 0;
margin-top: -10rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img {
display: block;
margin-top: -3.5rem;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img {
display: block;
margin-top: -1.5rem;
}
}
.banner-area .banner-4 .img .banner-img {
position: absolute;
}
.banner-area .banner-4 .img .banner-img.one {
width: 550px;
top: -20rem;
left: -5rem;
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
z-index: 7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img .banner-img.one {
left: 0rem;
top: -4.5rem;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.one {
left: 0rem;
top: 1.5rem;
width: 100%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.two {
width: 550px;
top: -20rem;
left: -5rem;
-webkit-animation: move 2s infinite alternate;
animation: move 2s infinite alternate;
transition-delay: 1s;
z-index: 8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img .banner-img.two {
left: 0rem;
top: -4.5rem;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.two {
left: 0rem;
top: 1.5rem;
width: 100%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.three {
width: 550px;
top: -20rem;
left: -5rem;
-webkit-animation: moves 4s infinite alternate;
animation: moves 4s infinite alternate;
transition-delay: 2s;
z-index: 9;
transition-delay: 1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img .banner-img.three {
left: 0rem;
top: -4.5rem;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.three {
left: 0rem;
top: 1.5rem;
width: 100%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.four {
width: 550px;
top: -20rem;
left: -5rem;
z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img .banner-img.four {
left: 0rem;
top: -4.5rem;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.four {
left: 0rem;
top: 1.5rem;
width: 100%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.five {
width: 550px;
top: -20rem;
left: -5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area .banner-4 .img .banner-img.five {
left: 0rem;
top: -4.5rem;
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.five {
left: 0rem;
top: 1.5rem;
width: 100%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.six {
top: -7rem;
left: 0rem;
-webkit-animation: moves 2s infinite alternate;
animation: moves 2s infinite alternate;
transition-delay: 2s;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.six {
top: 1.5rem;
width: 90%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.seven {
top: -7rem;
left: 0rem;
-webkit-animation: move 2.5s infinite alternate;
animation: move 2.5s infinite alternate;
transition-delay: 3s;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.seven {
top: 1.5rem;
width: 90%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .banner-img.eight {
top: -7rem;
left: 0rem;
z-index: 11;
}
@media only screen and (max-width: 767px) {
.banner-area .banner-4 .img .banner-img.eight {
top: 1.5rem;
width: 90%;
margin: 0 auto;
}
}
.banner-area .banner-4 .img .mobile {
margin-top: 140px;
max-width: 100%;
position: relative;
top: -110px;
z-index: -1;
margin-left: 0px;
}
.banner-area .btn {
font: 500 16px "Poppins", sans-serif;
padding: 12px 34px;
border-color: #fff;
background: #fff;
line-height: 27px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
min-width: 200px;
text-align: center;
-webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
background-color: #4069eb;
display: inline-block;
padding: 14px 40px;
color: #fff;
border-radius: 45px;
border: 1px solid #4069eb;
}
.banner-area .btn.one {
background: #fff;
border: 1px solid #fff;
color: #4069eb;
vertical-align: middle;
}
.banner-area .btn.one img {
padding-right: 12px;
}
.banner-area .btn.one:hover {
background: rgba(255, 255, 255, 0.1);
border: 1px solid #fff;
color: #fff;
}
.banner-area .btn.two {
background: rgba(255, 255, 255, 0.1);
border: 1px solid #fff;
vertical-align: middle;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.banner-area .btn.two i {
font-size: 25px;
padding-right: 10px;
vertical-align: sub;
font-style: unset;
}
.banner-area .btn.two i.fab {
font-family: "Font Awesome 5 Brands";
}
.banner-area .btn.two i.fab::before {
content: "\f179";
}
.banner-area .btn.two:hover {
background: #fff;
border: 1px solid #fff;
color: #4069eb;
}
.card-banner {
min-height: 365px;
position: relative;
overflow: hidden;
padding: 45px 45px;
border-radius: 2.5rem;
background-color: #ffffff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
.card-banner {
margin-bottom: 1.25rem;
}
}
.card-banner::before {
position: absolute;
content: "";
left: 0px;
bottom: 0px;
width: 100%;
height: 50%;
opacity: 0;
background-color: #009461;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
}
.card-banner .shape.one {
content: "";
width: 250px;
height: 250px;
background: #00c782;
border-radius: 50%;
position: absolute;
bottom: -120px;
right: -120px;
transform: scale(0);
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
}
.card-banner .shape.two {
content: "";
width: 373px;
height: 373px;
background: #00c782;
border-radius: 50%;
position: absolute;
bottom: 0px;
right: 0px;
z-index: 1;
opacity: 0;
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
transform: translate(100%, 100%);
}
.card-banner .shape.three {
content: "";
width: 550px;
height: 500px;
background: #00c782;
border-radius: 50%;
position: absolute;
bottom: 0px;
right: 0px;
z-index: 1;
opacity: 0;
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
transform: translate(100%, 100%);
}
.card-banner .icon-box {
position: relative;
z-index: 2;
font-size: 60px;
line-height: 1em;
color: #009461;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.card-banner .icon-box i {
position: relative;
}
.card-banner h3 {
position: relative;
font-size: 24px;
z-index: 2;
color: #222222;
font-weight: 700;
line-height: 1.3em;
margin: 35px 0px 28px;
}
.card-banner h3 a {
position: relative;
color: #222222;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
}
.card-banner .text {
position: relative;
color: #222222;
z-index: 2;
font-size: 16px;
line-height: 1.8em;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.card-banner:hover .shape.one {
transform: scale(1);
-webkit-transition-delay: 300ms;
-ms-transition-delay: 300ms;
transition-delay: 300ms;
}
.card-banner:hover .shape.two {
opacity: 0.6;
transform: translate(50%, 50%);
-webkit-transition-delay: 600ms;
-ms-transition-delay: 600ms;
transition-delay: 600ms;
}
.card-banner:hover .shape.three {
opacity: 0.4;
-webkit-transition-delay: 900ms;
-ms-transition-delay: 900ms;
transition-delay: 900ms;
transform: translate(50%, 50%);
}
.card-banner:hover .icon-box {
color: #fff;
}
.card-banner:hover h3 a {
color: #fff;
}
.card-banner:hover .text {
color: #fff;
}
.card-banner:hover::before {
height: 100%;
opacity: 1;
}
@-webkit-keyframes move {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
@keyframes move {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
@-webkit-keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-5px);
}
}
@keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-5px);
}
}
@-webkit-keyframes moves {
0% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
@keyframes moves {
0% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
.testimonials-images {
position: relative;
width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonials-images {
margin-bottom: 2rem;
}
}
@media only screen and (max-width: 767px) {
.testimonials-images {
margin-bottom: 2rem;
}
}
.testimonials-images img {
width: 100%;
}
.testimonials-images img:only-of-type {
position: absolute;
top: 0;
left: 50%;
width: 100%;
transform: translateX(-50%);
z-index: -1;
}
.testimonials-images img + img {
position: absolute;
top: 0;
left: 50%;
width: 100%;
transform: translateX(-50%);
z-index: 99;
}
.testimonials-content {
width: 100%;
margin: 0 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonials-content {
margin: 0;
text-align: center;
}
}
@media only screen and (max-width: 767px) {
.testimonials-content {
margin: 0;
text-align: center;
}
}
.testimonials-content h5 {
font-size: 17px;
font-weight: 600;
line-height: 1.7;
margin-bottom: 2rem;
}
.testimonials-content h6 {
font-weight: 600;
color: #555;
}
.testimonials-content h4 {
font-weight: 800;
}
.testimonials-content .btn {
font: 400 14px/60px "Open Sans", sans-serif;
border-radius: 2rem;
padding: 0px 25px;
border: 0px;
z-index: 2;
background: #072e5e !important;
}
.process .process-list {
position: relative;
padding-bottom: 70px;
}
.process .process-list .dot-img {
position: absolute;
left: 0;
top: 28px;
width: 55%;
}
.process .process-list .item {
margin-top: 140px;
}
.process .process-list .item .image img {
max-width: 100%;
width: 100%;
}
@media only screen and (max-width: 767px) {
.process .process-list .item .image img {
width: 100%;
margin-bottom: 2rem;
}
}
.process .process-list .item .content {
position: relative;
padding-right: 70px;
padding-left: 70px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item .content {
padding-right: 15px;
padding-left: 15px;
}
}
.process .process-list .item .content > .number {
width: 80px;
height: 80px;
object-fit: cover;
}
.process .process-list .item .content > .dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(161, 191, 228, 0.8);
display: block;
position: absolute;
left: -9px;
top: 15px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item .content > .dot {
display: none;
}
}
.process .process-list .item .content > .dot .dot1 {
position: absolute;
left: 50%;
margin-top: -4px;
margin-left: -4px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0072bc;
}
@media only screen and (max-width: 767px) {
.process .process-list .item .content > .dot .dot1 {
display: none;
}
}
.process .process-list .item .content > .dot .dot2 {
position: absolute;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(10, 69, 142, 0.8);
-webkit-animation: pulsate 3s infinite;
animation: pulsate 3s infinite;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
will-change: transform;
}
@media only screen and (max-width: 767px) {
.process .process-list .item .content > .dot .dot2 {
display: none;
}
}
.process .process-list .item .content h3 {
font: 500 24px/35px "Poppins", sans-serif;
color: #222d39;
margin: 32px 0px 25px;
}
.process .process-list .item .content p {
font-size: 15px;
}
.process .process-list .item .content .icon {
width: 46px;
height: 46px;
line-height: 46px;
border-radius: 50%;
background-image: -moz-linear-gradient(40deg, #0072bc 0%, #0072bc 100%);
background-image: -webkit-linear-gradient(40deg, #0072bc 0%, #0072bc 100%);
background-image: -ms-linear-gradient(40deg, #0072bc 0%, #0072bc 100%);
-webkit-box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
font-size: 20px;
color: #fff;
text-align: center;
margin-top: 30px;
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
}
.process .process-list .item.one {
margin-top: 0px;
}
.process .process-list .item.two {
margin-top: 100px;
}
.process .process-list .item.two .image img {
max-width: 100%;
width: 80%;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.two .image img {
width: 100%;
margin-bottom: 2rem;
}
}
.process .process-list .item.two .content {
position: relative;
padding-left: 100px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.two .content {
padding-right: 15px;
padding-left: 15px;
}
}
.process .process-list .item.two .content > .dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(161, 191, 228, 0.8);
display: block;
position: absolute;
left: 30px;
top: 15px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.two .content > .dot {
display: none;
}
}
.process .process-list .item.two .content > .dot .dot1 {
position: absolute;
left: 50%;
margin-top: -4px;
margin-left: -4px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0072bc;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.two .content > .dot .dot1 {
display: none;
}
}
.process .process-list .item.two .content > .dot .dot2 {
position: absolute;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(10, 69, 142, 0.8);
-webkit-animation: pulsate 3s infinite;
animation: pulsate 3s infinite;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
will-change: transform;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.two .content > .dot .dot2 {
display: none;
}
}
.process .process-list .item.three {
margin-top: 80px;
}
.process .process-list .item.three .image {
text-align: left !important;
}
.process .process-list .item.three .image img {
max-width: 100%;
width: 80%;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.three .image img {
width: 100%;
margin-bottom: 2rem;
}
}
.process .process-list .item.three .content {
position: relative;
padding-left: 100px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.three .content {
padding-right: 15px;
padding-left: 15px;
}
}
.process .process-list .item.three .content > .dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(161, 191, 228, 0.8);
display: block;
position: absolute;
left: -9px;
top: 15px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.three .content > .dot {
display: none;
}
}
.process .process-list .item.three .content > .dot .dot1 {
position: absolute;
left: 50%;
margin-top: -4px;
margin-left: -4px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0072bc;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.three .content > .dot .dot1 {
display: none;
}
}
.process .process-list .item.three .content > .dot .dot2 {
position: absolute;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(10, 69, 142, 0.8);
-webkit-animation: pulsate 3s infinite;
animation: pulsate 3s infinite;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
will-change: transform;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.three .content > .dot .dot2 {
display: none;
}
}
.process .process-list .item.four {
margin-top: 90px;
}
.process .process-list .item.four .image img {
max-width: 100%;
width: 80%;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.four .image img {
width: 100%;
margin-bottom: 2rem;
}
}
.process .process-list .item.four .content {
position: relative;
padding-left: 100px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.four .content {
padding-right: 15px;
padding-left: 15px;
}
}
.process .process-list .item.four .content > .dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(161, 191, 228, 0.8);
display: block;
position: absolute;
left: 30px;
top: 15px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.four .content > .dot {
display: none;
}
}
.process .process-list .item.four .content > .dot .dot1 {
position: absolute;
left: 50%;
margin-top: -4px;
margin-left: -4px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0072bc;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.four .content > .dot .dot1 {
display: none;
}
}
.process .process-list .item.four .content > .dot .dot2 {
position: absolute;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(10, 69, 142, 0.8);
-webkit-animation: pulsate 3s infinite;
animation: pulsate 3s infinite;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
will-change: transform;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.four .content > .dot .dot2 {
display: none;
}
}
.process .process-list .item.five {
margin-top: 90px;
}
.process .process-list .item.five .image {
text-align: left !important;
}
.process .process-list .item.five .image img {
max-width: 100%;
width: 80%;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.five .image img {
width: 100%;
margin-bottom: 2rem;
}
}
.process .process-list .item.five .content {
position: relative;
padding-left: 100px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.five .content {
padding-right: 15px;
padding-left: 15px;
}
}
.process .process-list .item.five .content > .dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(161, 191, 228, 0.8);
display: block;
position: absolute;
left: -9px;
top: 15px;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.five .content > .dot {
display: none;
}
}
.process .process-list .item.five .content > .dot .dot1 {
position: absolute;
left: 50%;
margin-top: -4px;
margin-left: -4px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0072bc;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.five .content > .dot .dot1 {
display: none;
}
}
.process .process-list .item.five .content > .dot .dot2 {
position: absolute;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(10, 69, 142, 0.8);
-webkit-animation: pulsate 3s infinite;
animation: pulsate 3s infinite;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
will-change: transform;
}
@media only screen and (max-width: 767px) {
.process .process-list .item.five .content > .dot .dot2 {
display: none;
}
}
.process .process-list .dot.middle {
left: 54.8%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 1.75rem;
top: auto;
}
.card-video {
position: relative;
padding: 51px 66px 58px;
background-size: cover !important;
background-position: right center !important;
border-radius: 10px;
border: none;
color: #fff;
box-sizing: border-box;
overflow: hidden;
min-height: 350px;
}
@media only screen and (max-width: 767px) {
.card-video {
padding: 20px;
}
}
.card-video .play-btn {
width: 70px;
height: 70px;
padding: 15px;
position: absolute;
z-index: 5;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
.card-video .play-btn {
width: 70px;
height: 70px;
padding: 0;
position: absolute;
z-index: 5;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
.card-video .play-btn a {
color: rgba(255, 255, 255, 0.4);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.card-video .play-btn a:hover {
color: #fff;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.card-video .play-btn a i {
font-size: 80px;
}
@media only screen and (max-width: 767px) {
.card-video .play-btn a i {
font-size: 50px;
}
}
#faqAccordion .card {
border: 1px solid transparent !important;
}
#faqAccordion .card-header {
background-color: transparent !important;
border: 1px solid transparent !important;
}
#faqAccordion .card-header h2 {
display: flex;
justify-content: flex-start;
align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#faqAccordion .card-header h2 {
align-items: center;
}
}
@media only screen and (max-width: 767px) {
#faqAccordion .card-header h2 {
align-items: flex-start;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#faqAccordion .card-header .btn-primary {
margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
#faqAccordion .card-header .btn-primary {
margin-top: 5px;
}
}
#faqAccordion .card-header .btn-link {
text-align: left;
color: #0072bc;
text-decoration: none;
font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#faqAccordion .card-header .btn-link {
text-align: left;
padding-top: 0;
}
}
@media only screen and (max-width: 767px) {
#faqAccordion .card-header .btn-link {
text-align: left;
padding-top: 0;
}
}
#faqAccordion .card-body {
line-height: 1.7;
}
#faqAccordion ol {
padding-left: 1rem;
}
#faqAccordion .collapse.show .card-body {
padding-left: 5rem !important;
transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#faqAccordion .collapse.show .card-body {
padding-left: 1.25rem !important;
}
}
@media only screen and (max-width: 767px) {
#faqAccordion .collapse.show .card-body {
padding-left: 1.25rem !important;
}
}
#faqAccordion .collapse .card-body {
padding-left: 5rem !important;
transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#faqAccordion .collapse .card-body {
padding-left: 1.25rem !important;
}
}
@media only screen and (max-width: 767px) {
#faqAccordion .collapse .card-body {
padding-left: 1.25rem !important;
}
}
.card-member {
overflow: hidden;
position: relative;
border-radius: 4px;
margin-bottom: 1.75rem;
}
.card-member .image {
position: relative;
}
.card-member .image img {
width: 100%;
height: 250px;
object-fit: cover;
}
.card-member .image::before {
background: #000000;
display: block;
content: "";
position: absolute;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
z-index: 2;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-member .image::after {
background: #000000;
display: block;
content: "";
position: absolute;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
z-index: 2;
visibility: visible;
opacity: 0.3;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-member .content {
width: 100%;
height: 100%;
padding: 15px 0px;
color: #000;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-member .content .name {
font-size: 19px;
font-weight: 800;
margin-bottom: 5px;
}
.card-member .content .name a {
color: #000;
text-decoration: none;
}
.card-member .content .position {
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
letter-spacing: 1px;
}
.card-member .content .description {
margin: 20px 0 0;
font-size: 12px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-member .content .social {
margin: 15px 0 0;
position: relative;
z-index: 6;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-member .content .social ul {
list-style: none;
padding: 0px;
margin: 0px -5px;
}
.card-member .content .social ul li {
font-size: 14px;
padding: 2px 6px;
}
.card-member .content .social ul li i {
width: 15px;
}
.card-member .content .social ul li a {
color: #000;
display: block;
}
.card-member .content .social ul li a:hover {
color: #0072bc;
}
.card-member:hover .content .description {
visibility: visible;
opacity: 1;
}
.card-member:hover .content .social {
visibility: visible;
opacity: 1;
}
.card-branch {
overflow: hidden;
position: relative;
border-radius: 4px;
margin-bottom: 1.75rem;
background-image: -moz-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -webkit-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -ms-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
}
.card-branch .image {
position: relative;
}
.card-branch .image img {
width: 100%;
height: 175px;
object-fit: cover;
}
.card-branch .content {
width: 100%;
height: 100%;
padding: 30px;
color: #ffffff;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.card-branch .content .name {
font-size: 19px;
font-weight: 600;
margin-bottom: 1rem;
}
.card-branch .content .name a {
color: #fff;
text-decoration: none;
}
.card-branch .content .position {
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
letter-spacing: 1px;
}
.card-branch .content ul {
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
.card-branch .content ul li {
margin-bottom: 0.5rem;
font-size: 12px;
}
.card-branch:hover .content .description {
visibility: visible;
opacity: 1;
}
.card-branch:hover .content .social {
visibility: visible;
opacity: 1;
}
.get-started {
background-image: -moz-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -webkit-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
background-image: -ms-linear-gradient(-50deg, #0072bc 0%, #0081d6 46%, #55e5e0 100%);
position: relative;
overflow: hidden;
z-index: 1;
}
@media only screen and (max-width: 767px) {
.get-started {
padding: 4rem 0;
}
}
.get-started .shape {
opacity: 0.03;
}
.get-started .shape.one {
background: white;
top: -290px;
left: -50px;
}
.get-started .shape.two {
background: white;
top: -260px;
left: 100px;
}
.get-started .shape.three {
background: white;
top: auto;
left: 47%;
bottom: -300px;
}
.get-started .shape.four {
background: white;
top: auto;
left: 63%;
bottom: -280px;
}
.get-started .content {
color: #fff;
}
.get-started .content h3 {
font-size: 24px;
font-weight: 400;
font-family: "Poppins", sans-serif;
}
.get-started .content h2 {
margin-bottom: 20px;
font-weight: 700;
font-family: "Poppins", sans-serif;
line-height: 50px;
font-size: 40px;
}
.get-started .content p {
margin-bottom: 40px;
font-weight: 300;
font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.get-started .content .btn-group {
flex-direction: column;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.get-started .content .btn-group {
flex-direction: column;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.get-started .content .btn-group > .btn {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.get-started .content .btn-group > .btn + .btn {
margin-left: 0;
margin-top: 1rem;
margin-bottom: 2.5rem;
}
}
@media only screen and (max-width: 767px) {
.get-started .content .btn-group > .btn + .btn {
margin-left: 0;
margin-top: 1rem;
margin-bottom: 2.5rem;
}
}
.get-started .content .btn {
font: 500 16px "Poppins", sans-serif;
padding: 12px 34px;
border-color: #fff;
background: #fff;
line-height: 27px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
min-width: 200px;
text-align: center;
-webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
background-color: #4069eb;
display: inline-block;
padding: 14px 40px;
color: #fff;
border-radius: 45px;
border: 1px solid #4069eb;
}
.get-started .content .btn.one {
background: #fff;
border: 1px solid #fff;
color: #4069eb;
vertical-align: middle;
}
.get-started .content .btn.one img {
padding-right: 12px;
}
.get-started .content .btn.one:hover {
background: rgba(255, 255, 255, 0.1);
border: 1px solid #fff;
color: #fff;
}
.get-started .content .btn.two {
background: rgba(255, 255, 255, 0.1);
border: 1px solid #fff;
vertical-align: middle;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.get-started .content .btn.two i {
font-size: 25px;
padding-right: 10px;
vertical-align: sub;
font-style: unset;
}
.get-started .content .btn.two i.fab {
font-family: "Font Awesome 5 Brands";
}
.get-started .content .btn.two i.fab::before {
content: "\f179";
}
.get-started .content .btn.two:hover {
background: #fff;
border: 1px solid #fff;
color: #4069eb;
}
#map-canvas {
height: 565px;
width: 565px;
margin: 0;
padding: 0;
cursor: default !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#map-canvas {
height: 565px;
width: 675px;
}
}
@media only screen and (max-width: 767px) {
#map-canvas {
height: 325px;
width: 325px;
}
}
#map-canvas {
-webkit-clip-path: url(#chopChop);
-moz-clip-path: url(#chopChop);
-ms-clip-path: url(#chopChop);
clip-path: url(#chopChop);
}
#map-canvas .gm-style > div:nth-child(2) {
bottom: 30px !important;
left: 195px !important;
}
#map-canvas .gm-style > div:nth-child(2):div div {
cursor: default;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#map-canvas {
-webkit-clip-path: unset !important;
-moz-clip-path: unset !important;
-ms-clip-path: unset !important;
clip-path: unset !important;
}
}
@media only screen and (max-width: 767px) {
#map-canvas {
-webkit-clip-path: unset !important;
-moz-clip-path: unset !important;
-ms-clip-path: unset !important;
clip-path: unset !important;
}
}
.blog-detail .post-image img {
width: 100%;
padding-bottom: 26px;
}
.blog-detail .post-content {
box-shadow: none;
}
@media only screen and (max-width: 767px) {
.blog-detail .post-content {
padding: 0px;
}
}
.blog-detail .post-content h2 {
font-size: 24px;
margin-bottom: 15px;
font-weight: 700;
}
.blog-detail .post-content-meta {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
}
.blog-detail .post-content-meta li {
font-size: 14px;
}
.blog-detail .post-content-meta li::after {
content: "|";
padding-left: 10px;
padding-right: 10px;
}
.blog-detail .post-content-meta li:last-child::after {
display: none;
}
.blog-detail .post-content-meta li a {
color: #999999;
text-decoration: none;
transition: all 0.3s ease-in-out;
}
.blog-detail .post-content-meta li i {
font-size: 13px;
margin-right: 5px;
}
.blog-detail .post-content p {
margin-bottom: 20px;
}
.blog-detail .post-action {
padding-top: 15px;
border-top: 1px solid #f0e9ff;
}
.blog-detail .post-action .like-info,
.blog-detail .post-action .comment-count {
font-size: 14px;
}
.blog-detail .post-action .like-info span,
.blog-detail .post-action .comment-count span {
font-size: 16px;
margin-right: 5px;
}
.blog-detail .post-action .like-info i,
.blog-detail .post-action .comment-count i {
font-size: 16px;
margin-right: 5px;
}
.blog-detail .post-action .social-icons {
list-style-type: none;
margin: 0;
padding: 0;
}
.blog-detail .post-action .social-icons li {
display: inline-block;
margin-right: 15px;
}
.blog-detail .post-action .social-icons li a {
text-decoration: none;
transition: all 0.3s ease-in-out;
}
.blog-detail .post-action .social-icons li i {
font-size: 14px;
color: #999999;
}
.blog-detail .post-action .navigation-area {
border-bottom: 1px solid #eee;
padding-bottom: 30px;
margin-top: 55px;
}
.blog-detail .post-action .navigation-area .nav-left {
text-align: left;
}
.blog-detail .post-action .navigation-area .nav-left .image {
margin-right: 20px;
background: #000;
}
.blog-detail .post-action .navigation-area .nav-left .image img {
width: 80px;
height: 80px;
object-fit: cover;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-left .arrow {
position: absolute;
left: 5%;
bottom: 50%;
transform: translateY(60%);
}
.blog-detail .post-action .navigation-area .nav-left .arrow span {
font-size: 20px;
font-weight: 600;
padding-left: 5px;
}
.blog-detail .post-action .navigation-area .nav-left .details p {
margin-bottom: 0px;
}
.blog-detail .post-action .navigation-area .nav-left .details h4 {
font-size: 18px;
line-height: 25px;
color: #05364d;
}
.blog-detail .post-action .navigation-area .nav-left span {
margin-left: 20px;
opacity: 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-left:hover span {
opacity: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-left:hover .image img {
opacity: 0.5;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-right {
text-align: right;
}
.blog-detail .post-action .navigation-area .nav-right .image {
margin-left: 20px;
background: #000;
}
.blog-detail .post-action .navigation-area .nav-right .image img {
width: 80px;
height: 80px;
object-fit: cover;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-right .arrow {
position: absolute;
right: 5%;
bottom: 50%;
transform: translateY(60%);
}
.blog-detail .post-action .navigation-area .nav-right .arrow span {
font-size: 20px;
font-weight: 600;
padding-right: 5px;
}
.blog-detail .post-action .navigation-area .nav-right .details p {
margin-bottom: 0px;
}
.blog-detail .post-action .navigation-area .nav-right .details h4 {
font-size: 18px;
line-height: 25px;
color: #05364d;
}
.blog-detail .post-action .navigation-area .nav-right span {
margin-right: 20px;
opacity: 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-right:hover span {
opacity: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action .navigation-area .nav-right:hover .image img {
opacity: 0.5;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post-action p {
margin-bottom: 0;
}
.blog-detail .post-author {
padding: 40px 30px;
background: #fbf9ff;
margin-top: 50px;
}
.blog-detail .post-author img {
width: 90px;
height: 90px;
border-radius: 50%;
margin-right: 30px;
object-fit: cover;
}
.blog-detail .post-author a {
display: inline-block;
}
.blog-detail .post-author h4 {
font-size: 16px;
}
.blog-detail .post-author p {
margin-bottom: 0;
}
.blog-detail .post .comment {
background: transparent;
border-top: 1px solid #eee;
padding: 45px 0;
margin-top: 50px;
}
.blog-detail .post .comment h4 {
margin-bottom: 35px;
color: #05364d;
font-size: 18px;
}
.blog-detail .post .comment h5 {
font-size: 16px;
margin-bottom: 0px;
}
.blog-detail .post .comment a {
color: #05364d;
}
.blog-detail .post .comment .date {
font-size: 14px;
color: #cccccc;
margin-bottom: 0 !important;
margin-left: 20px;
}
.blog-detail .post .comment .btn-reply {
background-color: transparent;
color: #888888;
padding: 5px 18px;
font-size: 14px;
display: block;
font-weight: 400;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.blog-detail .post .comment-list {
padding-bottom: 48px;
}
.blog-detail .post .comment-list .image {
margin-right: 20px;
}
.blog-detail .post .comment-list .image img {
width: 70px;
height: 70px;
border-radius: 50%;
object-fit: cover;
}
.blog-detail .post .comment-list .content p {
margin-bottom: 10px;
color: #777777;
}
.blog-detail .post .comment-form {
border-top: 1px solid #eee;
padding-top: 45px;
margin-top: 50px;
margin-bottom: 20px;
}
.blog-detail .post .comment-form h4 {
margin-bottom: 40px;
font-size: 18px;
line-height: 22px;
color: #05364d;
}
.sidebar {
margin-left: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.sidebar {
margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
.sidebar {
margin-left: 0;
}
}
.sidebar-widget {
margin-bottom: 60px;
}
.sidebar-widget-title {
font-size: 20px;
margin-bottom: 30px;
}
.sidebar-widget-title::after {
content: "";
display: block;
padding-top: 15px;
border-bottom: 1px solid #f0e9ff;
}
.sidebar-widget .category-list {
list-style: none;
margin: 0px;
padding: 0px;
}
.sidebar-widget .category-list a {
text-decoration: none;
}
.sidebar-widget .category-list a:hover {
text-decoration: none;
}
.sidebar-widget .category-list li {
border-bottom: 1px solid #f0e9ff;
transition: all 0.3s ease 0s;
padding-bottom: 12px;
}
.sidebar-widget .category-list li + li {
padding-top: 15px;
}
.sidebar-widget .category-list li a {
font-size: 14px;
line-height: 20px;
color: #888888;
}
.sidebar-widget .category-list li a p {
margin-bottom: 0px;
}
.sidebar-widget .post-item + .post-item {
margin-top: 20px;
}
.sidebar-widget .post-item img {
width: 80px;
height: 80px;
object-fit: cover;
}
.sidebar-widget .post-item .media-body {
justify-content: center;
align-self: center;
padding-left: 20px;
}
.sidebar-widget .post-item .media-body h3 {
font-size: 16px;
line-height: 20px;
margin-bottom: 6px;
transition: all 0.3s linear;
}
.sidebar-widget .post-item .media-body p {
font-size: 14px;
line-height: 21px;
margin-bottom: 0px;
}
.sidebar-widget .post-item a {
text-decoration: none;
}
.sidebar-widget .post-item a:hover {
text-decoration: none;
}
.sidebar-widget .tags-list {
list-style: none;
margin: 0px;
padding: 0px;
}
.sidebar-widget .tags-list li {
display: inline-block;
}
.sidebar-widget .tags-list li a {
display: inline-block;
border: 1px solid #eeeeee;
background: #fff;
padding: 4px 20px;
margin-bottom: 8px;
margin-right: 5px;
transition: all 0.3s ease 0s;
color: #888888;
font-size: 13px;
text-decoration: none;
}
.sidebar-widget .tags-list li a:hover {
background: #0072bc;
color: #fff;
text-decoration: none;
}
.breadcrumb-blog {
background: none !important;
}
.breadcrumb-blog li::before {
color: #fff !important;
}
.breadcrumb-blog li a {
color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-blog li.active {
color: #fff;
}
.breadcrumb-blog li.active * {
color: #fff;
}
/*SPINNER LOADING*/
#loadingspinner{
position: fixed;
top: 0;
z-index: 99;
width: 100%;
height:100%;
display: none;
background: rgba(0,0,0,0.7);
}
.cv-spinner {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 99;
position: absolute;
margin: auto;
text-align: center;
left: 50%;
}
.spinner {
width: 40px;
height: 40px;
border: 4px #ddd solid;
border-top: 4px #2e93e6 solid;
border-radius: 50%;
animation: sp-anime 0.8s infinite linear;
z-index: 99;
}
@keyframes sp-anime {
100% {
transform: rotate(360deg);
}
}
.is-hide{
display:none;
}
| 0.350755 | 0.093637 |
.jquery-notify-bar {
width:100%;
position:fixed;
top:0;
left:0;
z-index:32768;
background-color:#efefef;
font-size:18px;
color:#000;
text-align:center;
font-family: Arial, Verdana, sans-serif;
padding:20px 0px;
cursor: pointer;
border-bottom:1px solid #ddd;
-webkit-box-shadow: inset 0 -1px 0 0 #fff;
-moz-box-shadow: inset 0 -1px 0 0 #fff;
box-shadow: inset 0 -1px 0 0 #fff;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.jquery-notify-bar.bottom {
bottom:0;
top:auto;
border-top:1px solid #ddd;
border-bottom:0;
-webkit-box-shadow: inset 0 1px 0 0 #fff;
-moz-box-shadow: inset 0 1px 0 0 #fff;
box-shadow: inset 0 1px 0 0 #fff;
}
.jquery-notify-bar.error .notify-bar-text-wrapper,
.jquery-notify-bar.warning .notify-bar-text-wrapper,
.jquery-notify-bar.success .notify-bar-text-wrapper {
padding: 1px 0 1px 23px;
}
/* Style for errors */
.jquery-notify-bar.error {
color:#d00;
background-color:#fdd;
}
.jquery-notify-bar.error .notify-bar-text-wrapper {
background: transparent url("../img/jq-notify-bar-icons.svg") no-repeat 0 -62px;
}
/* Style for warning */
.jquery-notify-bar.warning {
color:#000;
background-color:#fffaaa;
}
.jquery-notify-bar.warning .notify-bar-text-wrapper {
background: transparent url("../img/jq-notify-bar-icons.svg") no-repeat 1px 1px;
}
/* Style for success */
.jquery-notify-bar.success {
color:#060;
background-color:#BBFFB6;
}
.jquery-notify-bar.success .notify-bar-text-wrapper {
background: transparent url("../img/jq-notify-bar-icons.svg") no-repeat 2px -31px;
}
/* Style for close button */
.notify-bar-close {
position:absolute;
left:97%;
top: 13px;
text-decoration: none;
color: #222;
font-size: 30px;
}
.notify-bar-close:hover {
color: #05f;
}
|
static/css/jquery.notifyBar.css
|
.jquery-notify-bar {
width:100%;
position:fixed;
top:0;
left:0;
z-index:32768;
background-color:#efefef;
font-size:18px;
color:#000;
text-align:center;
font-family: Arial, Verdana, sans-serif;
padding:20px 0px;
cursor: pointer;
border-bottom:1px solid #ddd;
-webkit-box-shadow: inset 0 -1px 0 0 #fff;
-moz-box-shadow: inset 0 -1px 0 0 #fff;
box-shadow: inset 0 -1px 0 0 #fff;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.jquery-notify-bar.bottom {
bottom:0;
top:auto;
border-top:1px solid #ddd;
border-bottom:0;
-webkit-box-shadow: inset 0 1px 0 0 #fff;
-moz-box-shadow: inset 0 1px 0 0 #fff;
box-shadow: inset 0 1px 0 0 #fff;
}
.jquery-notify-bar.error .notify-bar-text-wrapper,
.jquery-notify-bar.warning .notify-bar-text-wrapper,
.jquery-notify-bar.success .notify-bar-text-wrapper {
padding: 1px 0 1px 23px;
}
/* Style for errors */
.jquery-notify-bar.error {
color:#d00;
background-color:#fdd;
}
.jquery-notify-bar.error .notify-bar-text-wrapper {
background: transparent url("../img/jq-notify-bar-icons.svg") no-repeat 0 -62px;
}
/* Style for warning */
.jquery-notify-bar.warning {
color:#000;
background-color:#fffaaa;
}
.jquery-notify-bar.warning .notify-bar-text-wrapper {
background: transparent url("../img/jq-notify-bar-icons.svg") no-repeat 1px 1px;
}
/* Style for success */
.jquery-notify-bar.success {
color:#060;
background-color:#BBFFB6;
}
.jquery-notify-bar.success .notify-bar-text-wrapper {
background: transparent url("../img/jq-notify-bar-icons.svg") no-repeat 2px -31px;
}
/* Style for close button */
.notify-bar-close {
position:absolute;
left:97%;
top: 13px;
text-decoration: none;
color: #222;
font-size: 30px;
}
.notify-bar-close:hover {
color: #05f;
}
| 0.30632 | 0.057838 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp('http://(www|es|de|tr|it|us|ru|cn|br|pt)\\.ohmydollz\\.com/(?!forum)(?!\\?p\\=fiche&pseudo=)(?!index\\.php\\?p\\=fiche&pseudo=).*'), url(http://www.ohmydollz.com/?p=fiche&pseudo=dollz-inutile), url(http://www.ohmydollz.com/index.php?p=fiche&pseudo=dollz-inutile), url(http://www.ohmydollz.com/) {
/*Graphiste: Missgirl58*/
body {
background : url(http://image.noelshack.com/fichiers/2014/35/1408997746-fond.png) fixed no-repeat top center !important ;
background-size : 100% auto !important ;
}
#gauche_classement {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-tops.png) no-repeat !important ;
}
#contenu2012 {
background : rgba(255,255,255,0.3) !important ;
}
/*Bannière*/
#blochaut {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995470-bloc-haut.png) !important ;
}
#deco {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-deco.png) !important ;
}
#barrejaune {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-barre-jaune2.png) !important ;
}
/*Fiche*/
#qsj_view_haut {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-qsj.png) !important ;
}
#qsj_view_milieu {
background : white !important ;
padding-bottom : 15px !important ;
border : 1px solid #F8E68E !important ;
border-top : none !important ;
border-radius : 0 0 10px 10px !important ;
width : 568px !important ;
}
#qsj_view_bas {display : none !important ;}
#fiche_espsm {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995470-bloc-espm.png) !important ;
}
#fiche_info {
background : none !important ;
}
#fiche_config {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995470-bloc-design.png) no-repeat !important ;
}
#fiche_share {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-share.png) no-repeat !important ;
}
img[src*="design2012/fiche/depliant_pieces_fr.png"] {
height: 0 !important;
width: 0 !important;
padding-left: 594px !important;
padding-top: 26px !important;
background : url(http://image.noelshack.com/fichiers/2014/35/1408995469-bloc-depliant-pieces.png) no-repeat !important ;
}
/*Offres du moment*/
#offres {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-offres.png) no-repeat !important ;
}
/*Affaires*/
#gauche_mesaffaires {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bloc-btn-mesaffaires-base.png) no-repeat !important ;
}
/*Votes*/
#gauche_note {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-vote.png) no-repeat !important ;
}
/*Affichage des commentaires*/
.bullecom {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bloc-bulle-comz.png) no-repeat !important ;
}
#gauche_comz {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-comz.png) no-repeat !important ;
}
/*Amis*/
#gauche_amiz {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-amis.png) no-repeat !important ;
}
/*Bonté*/
#gauche_bonte {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-bonte.png) no-repeat !important ;
}
/*Trophées*/
#gauche_trophees {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bloc-btn-trophee-base.png) no-repeat !important ;
}
/*Dollz en ligne*/
#blocgauche_online {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-online.png) no-repeat !important ;
}
/*Footers*/
#footer2012 { display:none;}
/*Magasin*/
div[style*="design2012/magasin/fond_magasin960.png"] {
background : url(http://image.noelshack.com/fichiers/2014/35/1409006246-bloc-magasin.png) no-repeat !important ;
background-size : 100% 100% !important ;
}
#hautmagasin_clair, #basmagasin_clair {display : none !important ;}
#milieumagasin_clair {
background : url(http://image.noelshack.com/fichiers/2014/35/1409006576-bloc-magasin-clair.png) no-repeat !important ;
padding-top : 20px !important ;
padding-bottom : 20px !important ;
}
#bande_phase {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bande-phase2.png) no-repeat !important ;
}
/*Page messagerie*/
.mailbox_haut, .mailbox_bas {display : none !important ;}
.mailbox_milieu {
background : url(http://image.noelshack.com/fichiers/2014/35/1409006754-bloc-messagerie.png) no-repeat !important ;
background-size : 100% 100% !important ;
padding-top : 15px !important ;
padding-bottom : 15px !important ;
}
img[src="design2012/mailbox/btn_journal_intime_fr.png"] {
height: 0 !important;
width: 0 !important;
padding-left: 300px !important;
padding-top: 43px !important;
background: url(http://image.noelshack.com/fichiers/2014/35/1408995471-sans-titre-1.png) no-repeat !important;
}
#gauche_invit {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-btn-invite-amis-base.png) no-repeat !important ;
}
/*Page banque*/
div #back_M, div #back_B {
background : none !important ;
}
#bank_dollarz {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995470-bloc-dollards.png) no-repeat !important ;
}
#bank_archi {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bloc-archi.png) no-repeat !important ;
}
#bank_bonus{
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bloc-bonus.png) no-repeat !important ;
}
#bank_music {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-musique.png) no-repeat !important ;
}
/*Carrière*/
#gauche_minijeux {background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-btn-jeux-base.png) no-repeat !important ;}
#message_haut, #message_bas {display : none !important ;}
#message_milieu {
background-color : #FFE685 !important ;
background-image: -webkit-linear-gradient(top left,#FFE685, #FFBEB2) !important ;
background-image: -moz-linear-gradient(top left,#FFE685, #FFBEB2) !important ;
background-image: -ms-linear-gradient(top left,#FFE685, #FFBEB2) !important ;
background-image: -o-linear-gradient(top left,#FFE685, #FFBEB2) !important ;
background-image: linear-gradient(top left,#FFE685, #FFBEB2) !important ;
border-radius : 15px !important ;
border : 2px dotted #FF656F !important ;
padding-top : 15px !important ;
}
}
|
data/usercss/104682.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp('http://(www|es|de|tr|it|us|ru|cn|br|pt)\\.ohmydollz\\.com/(?!forum)(?!\\?p\\=fiche&pseudo=)(?!index\\.php\\?p\\=fiche&pseudo=).*'), url(http://www.ohmydollz.com/?p=fiche&pseudo=dollz-inutile), url(http://www.ohmydollz.com/index.php?p=fiche&pseudo=dollz-inutile), url(http://www.ohmydollz.com/) {
/*Graphiste: Missgirl58*/
body {
background : url(http://image.noelshack.com/fichiers/2014/35/1408997746-fond.png) fixed no-repeat top center !important ;
background-size : 100% auto !important ;
}
#gauche_classement {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-tops.png) no-repeat !important ;
}
#contenu2012 {
background : rgba(255,255,255,0.3) !important ;
}
/*Bannière*/
#blochaut {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995470-bloc-haut.png) !important ;
}
#deco {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-deco.png) !important ;
}
#barrejaune {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-barre-jaune2.png) !important ;
}
/*Fiche*/
#qsj_view_haut {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-qsj.png) !important ;
}
#qsj_view_milieu {
background : white !important ;
padding-bottom : 15px !important ;
border : 1px solid #F8E68E !important ;
border-top : none !important ;
border-radius : 0 0 10px 10px !important ;
width : 568px !important ;
}
#qsj_view_bas {display : none !important ;}
#fiche_espsm {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995470-bloc-espm.png) !important ;
}
#fiche_info {
background : none !important ;
}
#fiche_config {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995470-bloc-design.png) no-repeat !important ;
}
#fiche_share {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-share.png) no-repeat !important ;
}
img[src*="design2012/fiche/depliant_pieces_fr.png"] {
height: 0 !important;
width: 0 !important;
padding-left: 594px !important;
padding-top: 26px !important;
background : url(http://image.noelshack.com/fichiers/2014/35/1408995469-bloc-depliant-pieces.png) no-repeat !important ;
}
/*Offres du moment*/
#offres {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-offres.png) no-repeat !important ;
}
/*Affaires*/
#gauche_mesaffaires {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bloc-btn-mesaffaires-base.png) no-repeat !important ;
}
/*Votes*/
#gauche_note {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-vote.png) no-repeat !important ;
}
/*Affichage des commentaires*/
.bullecom {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bloc-bulle-comz.png) no-repeat !important ;
}
#gauche_comz {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-comz.png) no-repeat !important ;
}
/*Amis*/
#gauche_amiz {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-amis.png) no-repeat !important ;
}
/*Bonté*/
#gauche_bonte {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-bonte.png) no-repeat !important ;
}
/*Trophées*/
#gauche_trophees {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bloc-btn-trophee-base.png) no-repeat !important ;
}
/*Dollz en ligne*/
#blocgauche_online {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-online.png) no-repeat !important ;
}
/*Footers*/
#footer2012 { display:none;}
/*Magasin*/
div[style*="design2012/magasin/fond_magasin960.png"] {
background : url(http://image.noelshack.com/fichiers/2014/35/1409006246-bloc-magasin.png) no-repeat !important ;
background-size : 100% 100% !important ;
}
#hautmagasin_clair, #basmagasin_clair {display : none !important ;}
#milieumagasin_clair {
background : url(http://image.noelshack.com/fichiers/2014/35/1409006576-bloc-magasin-clair.png) no-repeat !important ;
padding-top : 20px !important ;
padding-bottom : 20px !important ;
}
#bande_phase {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bande-phase2.png) no-repeat !important ;
}
/*Page messagerie*/
.mailbox_haut, .mailbox_bas {display : none !important ;}
.mailbox_milieu {
background : url(http://image.noelshack.com/fichiers/2014/35/1409006754-bloc-messagerie.png) no-repeat !important ;
background-size : 100% 100% !important ;
padding-top : 15px !important ;
padding-bottom : 15px !important ;
}
img[src="design2012/mailbox/btn_journal_intime_fr.png"] {
height: 0 !important;
width: 0 !important;
padding-left: 300px !important;
padding-top: 43px !important;
background: url(http://image.noelshack.com/fichiers/2014/35/1408995471-sans-titre-1.png) no-repeat !important;
}
#gauche_invit {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-btn-invite-amis-base.png) no-repeat !important ;
}
/*Page banque*/
div #back_M, div #back_B {
background : none !important ;
}
#bank_dollarz {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995470-bloc-dollards.png) no-repeat !important ;
}
#bank_archi {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bloc-archi.png) no-repeat !important ;
}
#bank_bonus{
background : url(http://image.noelshack.com/fichiers/2014/35/1408995466-bloc-bonus.png) no-repeat !important ;
}
#bank_music {
background : url(http://image.noelshack.com/fichiers/2014/35/1408995471-bloc-musique.png) no-repeat !important ;
}
/*Carrière*/
#gauche_minijeux {background : url(http://image.noelshack.com/fichiers/2014/35/1408995468-bloc-btn-jeux-base.png) no-repeat !important ;}
#message_haut, #message_bas {display : none !important ;}
#message_milieu {
background-color : #FFE685 !important ;
background-image: -webkit-linear-gradient(top left,#FFE685, #FFBEB2) !important ;
background-image: -moz-linear-gradient(top left,#FFE685, #FFBEB2) !important ;
background-image: -ms-linear-gradient(top left,#FFE685, #FFBEB2) !important ;
background-image: -o-linear-gradient(top left,#FFE685, #FFBEB2) !important ;
background-image: linear-gradient(top left,#FFE685, #FFBEB2) !important ;
border-radius : 15px !important ;
border : 2px dotted #FF656F !important ;
padding-top : 15px !important ;
}
}
| 0.107684 | 0.113457 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.