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 |
|---|---|---|---|---|
body {
font-size: 75%;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
color: #000000;
line-height: 150%;
background: #F8F7F5;
margin: 0px;
padding: 0px;
}
/* text */
p {
line-height: 150%;
margin: 5px 0px 10px 0px;
padding: 0px;
}
td, th {
font-size: 100%;
line-height: 150%;
}
ul {
margin: 0px;
padding: 0px;
list-style: square;
}
li {
margin: 0px 0px 5px 0px;
padding: 0px;
margin-left: 2em;
list-style: outside;
}
/* links */
a,
a:link,
a:visited,
a:active {
color: #4F7500;
text-decoration: underline;
}
a:hover {
color: #395500;
background: #EFF9D0;
}
/* inputs */
form{
display: inline;
margin: 0;
padding: 0;
}
input,
select{
vertical-align: middle;
}
input.button{
color: #645A44;
padding: 2px 5px;
text-decoration: none;
vertical-align: middle;
border: 1px solid #ABA498;
border-top: 1px solid #C8C4BB;
border-left: 1px solid #C8C4BB;
background: #F4FBE1 url('../images/bg_input_btn.png');
}
input.button:hover{
color: #395500;
background: #F4FADF url('../images/bg_input_btn_hover.png');
border: 1px solid #80AA00;
border-top: 1px solid #99CC00;
border-left: 1px solid #99CC00;
}
input.text,
textarea {
padding: 2px 3px;
vertical-align: middle;
border: 1px solid #C0BBB4;
background: white url('../images/bg_input_text.png') top left repeat-x;
}
input.text:hover,
textarea:hover {
border: 1px solid #99CC00;
background: white url('../images/bg_input_text_hover.png') top left repeat-x;
}
label {
cursor: pointer;
}
/* other */
img {
border: none;
vertical-align: middle;
}
hr {
height: 1px;
border: 0;
border-top: 1px dashed #CCCCCC;
}
.wrapper {
margin: 0px;
padding: 0px;
}
/****** Header ******/
.header{
background: #EEF4FD url('../images/bg_header.png') top left repeat-x;
height: 100px;
}
.innerHeader{
min-width: 610px;
width: 750px;
margin: 0 auto;
}
.title{
float: left;
margin-top: 0px;
}
.title img{
float: left;
margin-right: 0px;
}
.title h1{
font-size: 150%;
font-weight: bold;
padding: 6px 0px 0px 0px;
margin: 0px;
}
.title h1 a:link,
.title h1 a:visited,
.title h1 a:active
{
color: #565043;
text-decoration: none;
}
.title p{
margin: 0px;
padding: 0px;
color: #726958;
}
/* top nav menu */
.menu{
float: right;
padding-top: 10px;
}
.menu a:link,
.menu a:visited,
.menu a:active,
.menu a:hover{
float: left;
display: block;
padding: 2px 4px;
margin: 0px 5px 0px 0px;
color: #666666;
text-decoration: none;
}
.menu a:hover{
color: white;
background: #666666;
}
/****** Nav Panel ******/
.navPanel{
background: #E5E2DE url('../images/bg_mid.png') top left repeat-x;
border-top: 1px solid #DAD6CB;
border-bottom: 1px solid #CBC6BC;
line-height: 200%;
padding: 0px 20px 0px 90px;
}
.innerNavPanel {
margin: 0 auto;
width: 100%;
}
/* buttons */
.buttonWrapper{
border: 1px solid #DAD6CB;
border-left: none;
background: #F2F0EE url('../images/bg_btn_bg.png');
}
.buttons{
line-height: 200%;
white-space: nowrap;
width: 99%; /* ie6 fix */
overflow: hidden;
border-left: 1px solid #DAD6CB;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
float: left;
display: block;
padding: 4px 20px;
color: #645A44;
text-decoration: none;
border-left: 1px solid white;
border-right: 1px solid #DAD6CB;
background: #F4FBE1 url('../images/bg_btn.png');
}
.buttons a:hover
{
color: #395500;
background: #F4FADF url('../images/bg_btn_hover.png') top left repeat-x;
}
.buttons-special
{
font-weight: bold;
}
.buttons-txt{
padding: 4px;
background: url('../images/loading.gif');
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 18px;
cursor:pointer;
}
.buttons-txt-searched {
padding: 4px;
background: url('../images/searched.gif');
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 18px;
cursor:pointer;
}
.buttons-active {
color: #993300 !important;
background: #FFF1BB url('../images/bg_btn_active.png') !important;
}
.buttons .label{
float: left;
overflow: hidden;
display: block;
padding: 4px 20px;
color: #645A44;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
float: none;
display: inline;
height: auto;
padding: 0px;
font-weight: bold;
text-decoration: underline;
border: none;
background: none;
}
/* sorry for this ie6 hack */
* html .buttons img {
float: left;
margin: 5px 5px 5px 0px;
}
.shadowStrip{
height: 4px;
font-size: 1%;
line-height: 1%;
background: url('../images/bg_shadow.png');
}
/****** Content Block ******/
.contentWrapper{
min-width: 610px;
width: 740px;
margin: 0px auto;
}
.content{
float: left;
width: 100%;
margin: 0px -210px 0px 0px;
}
.innerContent{
margin-right: 210px;
overflow: visible;
}
/* content block */
.contentBlock{
margin: 0px 0px 40px 0px;
}
h3{
color: #669900;
font-size: 150%;
font-weight: bold;
padding: 5px 0px 5px 0px;
margin: 10px 0px 10px 0px;
border-bottom: 1px dashed #E0E0E0;
}
h4 {
color: #666666;
font-size: 125%;
font-weight: bold;
padding: 5px 5px 5px 0px;
margin: 10px 0px 5px 0px;
}
.contentText{
line-height: 150%;
}
html{
overflow-y: auto; /* fixes MSIE scrollbar bug */
}
/* search panel */
.search{
float: left;
padding-top:0px;
}
.searchBox{
width: 450px;
}
/* category */
.categories{
margin-bottom: 5px;
}
.categories a:link,
.categories a:active,
.categories a:hover,
.categories a:visited
{
color: #2760AB !important;
margin: 0px 5px;
}
.categories a:hover{
color: #0099FF !important;
background: none !important;
}
.categories a.active:link,
.categories a.active:active,
.categories a.active:hover,
.categories a.active:visited
{
font-weight: bold !important;
color: black !important;
text-decoration: none !important;
}
.categories a.prefered:link,
.categories a.prefered:active,
.categories a.prefered:hover,
.categories a.prefered:visited
{
font-weight: bold !important;
}
.categories a.prefered-active:link,
.categories a.prefered-active:active,
.categories a.prefered-active:hover,
.categories a.prefered-active:visited
{
color: black !important;
font-weight: bold !important;
text-decoration: none !important;
}
/* history menu */
.history{
border: 1px solid #C0BBB4;
background: white;
}
.history a:link,
.history a:visited,
.history a:active,
.history a:hover
{
color: #746A52 !important;
display: block !important;
float: none !important;
background: none !important;
padding: 2px 10px !important;
border-bottom: 1px dotted #DAD6CB !important;
text-decoration: none !important;
}
.history a:hover{
color: #4F7500 !important;
background: #F4FBE1 !important;
text-decoration: underline !important;
}
.history a.special:link,
.history a.special:active,
.history a.special:visited
{
border-bottom: none !important;
font-weight: bold !important;
background: #F7F5F4 !important;
}
.history a.special:hover{
background: #E9F8C2 !important;
}
/*search tabs*/
.buttons .menu{
color: #999999 !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
/* note */
.note {
margin: 20px 90px;;
padding: 20px;
color: black;
border: 1px solid #E0E0E0;
background: #FFFFFF;
}
/* blank page */
.loading{
margin: 20px;
color: #999999;
}
/* options */
.options{
margin: 10px 90px;
}
/* prefer list */
.prefer-list{
}
.prefer-list th{
text-align: left;
color: black;
padding: 5px;
}
.list,
.list-hot
{
height: 300px;
overflow: auto;
background: #FCFCFA;
border: 1px solid #CBC7B8;
}
.list-hot{
background: #EEF4FD;
border: 1px solid #A7C7F5;
}
.list-item,
.list-item-hot,
.list-item-selected{
cursor:pointer;
padding: 5px 5px 5px 12px;
background: white url('../images/bg_btn.png');
border-bottom: 1px dotted #D5CEC1;
}
.list-item-hot{
color: #225095;
background: white url('../images/bg_item.png');
border-bottom: 1px dotted #ACCAF7;
}
.list-item:hover,
.list-item-hot:hover
{
color: #395500;
background: #EFF9D0 url('../images/bg_btn_hover.png');
}
.list-item-selected{
color: #993300;
background: #FFF1BB url('../images/bg_btn_active.png');
}
.list-control{
float: right;
}
.list-control img{
cursor: pointer;
}
.list-cat{
cursor: pointer;
padding: 5px;
font-weight:bold;
color: #716753 !important;
background: #E4E1DA;
border-bottom: 1px solid #CCC6BB;
}
.list-edit-table{
color: #225095;
background: #EEF4FD;
border: 1px solid #A7C7F5;
}
.list-edit-table input.text{
}
.list-row-header{
text-align: right;
width: 10px;
white-space: nowrap;
}
.comment{
color: #6495DD;
}
.Copyright {
margin: 20px 90px;;
padding: 20px;
color: black;
text-align:center;
} | s/static/css/base.css |
body {
font-size: 75%;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
color: #000000;
line-height: 150%;
background: #F8F7F5;
margin: 0px;
padding: 0px;
}
/* text */
p {
line-height: 150%;
margin: 5px 0px 10px 0px;
padding: 0px;
}
td, th {
font-size: 100%;
line-height: 150%;
}
ul {
margin: 0px;
padding: 0px;
list-style: square;
}
li {
margin: 0px 0px 5px 0px;
padding: 0px;
margin-left: 2em;
list-style: outside;
}
/* links */
a,
a:link,
a:visited,
a:active {
color: #4F7500;
text-decoration: underline;
}
a:hover {
color: #395500;
background: #EFF9D0;
}
/* inputs */
form{
display: inline;
margin: 0;
padding: 0;
}
input,
select{
vertical-align: middle;
}
input.button{
color: #645A44;
padding: 2px 5px;
text-decoration: none;
vertical-align: middle;
border: 1px solid #ABA498;
border-top: 1px solid #C8C4BB;
border-left: 1px solid #C8C4BB;
background: #F4FBE1 url('../images/bg_input_btn.png');
}
input.button:hover{
color: #395500;
background: #F4FADF url('../images/bg_input_btn_hover.png');
border: 1px solid #80AA00;
border-top: 1px solid #99CC00;
border-left: 1px solid #99CC00;
}
input.text,
textarea {
padding: 2px 3px;
vertical-align: middle;
border: 1px solid #C0BBB4;
background: white url('../images/bg_input_text.png') top left repeat-x;
}
input.text:hover,
textarea:hover {
border: 1px solid #99CC00;
background: white url('../images/bg_input_text_hover.png') top left repeat-x;
}
label {
cursor: pointer;
}
/* other */
img {
border: none;
vertical-align: middle;
}
hr {
height: 1px;
border: 0;
border-top: 1px dashed #CCCCCC;
}
.wrapper {
margin: 0px;
padding: 0px;
}
/****** Header ******/
.header{
background: #EEF4FD url('../images/bg_header.png') top left repeat-x;
height: 100px;
}
.innerHeader{
min-width: 610px;
width: 750px;
margin: 0 auto;
}
.title{
float: left;
margin-top: 0px;
}
.title img{
float: left;
margin-right: 0px;
}
.title h1{
font-size: 150%;
font-weight: bold;
padding: 6px 0px 0px 0px;
margin: 0px;
}
.title h1 a:link,
.title h1 a:visited,
.title h1 a:active
{
color: #565043;
text-decoration: none;
}
.title p{
margin: 0px;
padding: 0px;
color: #726958;
}
/* top nav menu */
.menu{
float: right;
padding-top: 10px;
}
.menu a:link,
.menu a:visited,
.menu a:active,
.menu a:hover{
float: left;
display: block;
padding: 2px 4px;
margin: 0px 5px 0px 0px;
color: #666666;
text-decoration: none;
}
.menu a:hover{
color: white;
background: #666666;
}
/****** Nav Panel ******/
.navPanel{
background: #E5E2DE url('../images/bg_mid.png') top left repeat-x;
border-top: 1px solid #DAD6CB;
border-bottom: 1px solid #CBC6BC;
line-height: 200%;
padding: 0px 20px 0px 90px;
}
.innerNavPanel {
margin: 0 auto;
width: 100%;
}
/* buttons */
.buttonWrapper{
border: 1px solid #DAD6CB;
border-left: none;
background: #F2F0EE url('../images/bg_btn_bg.png');
}
.buttons{
line-height: 200%;
white-space: nowrap;
width: 99%; /* ie6 fix */
overflow: hidden;
border-left: 1px solid #DAD6CB;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
float: left;
display: block;
padding: 4px 20px;
color: #645A44;
text-decoration: none;
border-left: 1px solid white;
border-right: 1px solid #DAD6CB;
background: #F4FBE1 url('../images/bg_btn.png');
}
.buttons a:hover
{
color: #395500;
background: #F4FADF url('../images/bg_btn_hover.png') top left repeat-x;
}
.buttons-special
{
font-weight: bold;
}
.buttons-txt{
padding: 4px;
background: url('../images/loading.gif');
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 18px;
cursor:pointer;
}
.buttons-txt-searched {
padding: 4px;
background: url('../images/searched.gif');
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 18px;
cursor:pointer;
}
.buttons-active {
color: #993300 !important;
background: #FFF1BB url('../images/bg_btn_active.png') !important;
}
.buttons .label{
float: left;
overflow: hidden;
display: block;
padding: 4px 20px;
color: #645A44;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
float: none;
display: inline;
height: auto;
padding: 0px;
font-weight: bold;
text-decoration: underline;
border: none;
background: none;
}
/* sorry for this ie6 hack */
* html .buttons img {
float: left;
margin: 5px 5px 5px 0px;
}
.shadowStrip{
height: 4px;
font-size: 1%;
line-height: 1%;
background: url('../images/bg_shadow.png');
}
/****** Content Block ******/
.contentWrapper{
min-width: 610px;
width: 740px;
margin: 0px auto;
}
.content{
float: left;
width: 100%;
margin: 0px -210px 0px 0px;
}
.innerContent{
margin-right: 210px;
overflow: visible;
}
/* content block */
.contentBlock{
margin: 0px 0px 40px 0px;
}
h3{
color: #669900;
font-size: 150%;
font-weight: bold;
padding: 5px 0px 5px 0px;
margin: 10px 0px 10px 0px;
border-bottom: 1px dashed #E0E0E0;
}
h4 {
color: #666666;
font-size: 125%;
font-weight: bold;
padding: 5px 5px 5px 0px;
margin: 10px 0px 5px 0px;
}
.contentText{
line-height: 150%;
}
html{
overflow-y: auto; /* fixes MSIE scrollbar bug */
}
/* search panel */
.search{
float: left;
padding-top:0px;
}
.searchBox{
width: 450px;
}
/* category */
.categories{
margin-bottom: 5px;
}
.categories a:link,
.categories a:active,
.categories a:hover,
.categories a:visited
{
color: #2760AB !important;
margin: 0px 5px;
}
.categories a:hover{
color: #0099FF !important;
background: none !important;
}
.categories a.active:link,
.categories a.active:active,
.categories a.active:hover,
.categories a.active:visited
{
font-weight: bold !important;
color: black !important;
text-decoration: none !important;
}
.categories a.prefered:link,
.categories a.prefered:active,
.categories a.prefered:hover,
.categories a.prefered:visited
{
font-weight: bold !important;
}
.categories a.prefered-active:link,
.categories a.prefered-active:active,
.categories a.prefered-active:hover,
.categories a.prefered-active:visited
{
color: black !important;
font-weight: bold !important;
text-decoration: none !important;
}
/* history menu */
.history{
border: 1px solid #C0BBB4;
background: white;
}
.history a:link,
.history a:visited,
.history a:active,
.history a:hover
{
color: #746A52 !important;
display: block !important;
float: none !important;
background: none !important;
padding: 2px 10px !important;
border-bottom: 1px dotted #DAD6CB !important;
text-decoration: none !important;
}
.history a:hover{
color: #4F7500 !important;
background: #F4FBE1 !important;
text-decoration: underline !important;
}
.history a.special:link,
.history a.special:active,
.history a.special:visited
{
border-bottom: none !important;
font-weight: bold !important;
background: #F7F5F4 !important;
}
.history a.special:hover{
background: #E9F8C2 !important;
}
/*search tabs*/
.buttons .menu{
color: #999999 !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
/* note */
.note {
margin: 20px 90px;;
padding: 20px;
color: black;
border: 1px solid #E0E0E0;
background: #FFFFFF;
}
/* blank page */
.loading{
margin: 20px;
color: #999999;
}
/* options */
.options{
margin: 10px 90px;
}
/* prefer list */
.prefer-list{
}
.prefer-list th{
text-align: left;
color: black;
padding: 5px;
}
.list,
.list-hot
{
height: 300px;
overflow: auto;
background: #FCFCFA;
border: 1px solid #CBC7B8;
}
.list-hot{
background: #EEF4FD;
border: 1px solid #A7C7F5;
}
.list-item,
.list-item-hot,
.list-item-selected{
cursor:pointer;
padding: 5px 5px 5px 12px;
background: white url('../images/bg_btn.png');
border-bottom: 1px dotted #D5CEC1;
}
.list-item-hot{
color: #225095;
background: white url('../images/bg_item.png');
border-bottom: 1px dotted #ACCAF7;
}
.list-item:hover,
.list-item-hot:hover
{
color: #395500;
background: #EFF9D0 url('../images/bg_btn_hover.png');
}
.list-item-selected{
color: #993300;
background: #FFF1BB url('../images/bg_btn_active.png');
}
.list-control{
float: right;
}
.list-control img{
cursor: pointer;
}
.list-cat{
cursor: pointer;
padding: 5px;
font-weight:bold;
color: #716753 !important;
background: #E4E1DA;
border-bottom: 1px solid #CCC6BB;
}
.list-edit-table{
color: #225095;
background: #EEF4FD;
border: 1px solid #A7C7F5;
}
.list-edit-table input.text{
}
.list-row-header{
text-align: right;
width: 10px;
white-space: nowrap;
}
.comment{
color: #6495DD;
}
.Copyright {
margin: 20px 90px;;
padding: 20px;
color: black;
text-align:center;
} | 0.176069 | 0.046227 |
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial; }
h1, h2, h3, h4, h5, h6{ font-size:14px;font-weight: normal; }
address, cite, dfn, em, var { font-style:normal; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover, a:focus{text-decoration: none !important;}
fieldset, img { border:0; }
p{line-height: 1.5em;}
table { border-collapse:collapse; border-spacing:0; }
/*头部*/
html,body{
padding: 0!important;
}
.header{
height: 42px;
line-height: 42px;
width: 100%;
position: relative;
background: #f7f7f7;
}
.header .text{
position: absolute;
left:0;
top:0;
height:42px;
line-height: 42px;
color:#c0c0c0;
font-size:12px;
}
.header .function{
position: absolute;
right:0;
top:0;
min-width: 300px;
height:42px;
line-height: 42px;
}
.header .function .seach{
height:100%;
float: left;
color: #C0C0C0;
font-size: 14px;
margin-right: 20px;
cursor: pointer;
}
.header .function .seach span{
font-size: 20px;
float:left;
cursor: pointer;
margin-right:10px;
}
.seach-main{
position: fixed;
top: 0;
z-index: 99999;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.7);
display: none;
}
.search_top {
background-color: rgba(0,0,0,0.8);
padding-bottom: 2%;
overflow: hidden;
border-bottom: solid 1px #313131;
}
.search_ipt {
float: left;
width: 70%;
margin-top: 30px;
margin-left: 10%;
}
.search_ipt input {
width: 100%;
background-color: transparent;
height: 30px;
line-height: 30px;
font-size: 18px;
padding: 0 10px;
color: #fff;
border: none;
outline: none;
}
.sea_hover, .sea_close {
display: inline-block;
float: left;
margin: 30px 10px 0;
width: 30px;
cursor: pointer;
}
.sea_close {
width: 24px;
margin-top: 34px;
}
.search_content{
overflow: hidden;
}
.weixin-content{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 688;
background: rgba(0,0,0,0.7);
display: none;
}
.weixin-content-img{
width: 100px;
height: 100px;
margin: 24% auto;
}
.weixin-content-img img{
width: 100%;
height: 100%;
}
.topNav{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 888;
background: rgba(0,0,0,0.7);
display: none;
}
.topNav ul{
width: 100%;
overflow: hidden;
text-align: center;
}
.topNav li{
display:inline-block;
}
.topNav a{
padding: 20px 25px;
color: #FFFFFF;
display:inline-block;
}
.topNav a:hover{
color: #1d88db;
}
.header .function .QQ,.header .function .WX{
float:left;
font-size: 20px;
color:#C0C0C0;
width: 23px;
height: 23px;
border-radius:50%;
border:1px solid #C0C0C0;
line-height: 23px;
text-align: center;
cursor: pointer;
margin-top:8px;
margin-right:30px;
}
.header .function .QQ{
margin-right: 14px;
line-height: 19px;
}
.header .function .user{
float: left;
margin-right: 55px;
}
.header .function .user a{
color: #666;
}
.header .function .login,.header .function .register{
float: left;
padding: 3px 8px;
border: 1px solid #C0C0C0;
font-size: 14px;
line-height: 20px;
margin-top: 6px;
}
.header .function .login{
border-top-left-radius: 20px;
border-bottom-left-radius:20px;
}
.header .function .register{
border-top-right-radius: 20px;
border-bottom-right-radius:20px;
}
/*版心*/
.wrap{
width: 1200px;
position: relative;
margin:0 auto;
}
.home-title{
text-align: center;
}
.home-title h2{
font-size: 22px;
color: #c4c4c4;
}
.home-title h1{
color: #144e8d;
font-size: 32px;
}
.home-title span{
display: block;
width: 60px;
height: 4px;
background: #f8b551;
margin:10px auto;
}
/*导航*/
.nav{
height: 50px;
margin:40px 0;
position: relative;
z-index: 2;
}
.nav .logo{
height: 100%;
float: left;
}
.nav .logo img{
height: 100%;
}
.nav .nav-main{
position: absolute;
right: 0;
top: 0;
height: 50px;
line-height: 50px;
padding-top: 8px;
box-sizing: border-box;
}
.nav .nav-main li{
float: left;
color: #959595;
height: 35px;
line-height: 35px;
margin:0 1px;
font-size: 14px;
}
.nav .nav-main li a{
color: #959595;
display: block;
padding: 0 15px;
}
.nav .nav-main li:hover{
background: #1d88db;
color: #ffffff;
}
.nav .nav-main li:hover a{
color: #fff;
}
.nav .nav-main li a.active{
background: #1d88db;
color: #ffffff;
}
.nav .twoNav{
display: none;
}
.nav .nav-main .oneNav:hover .twoNav{
display: block;
background: #fafafa;
}
.nav .twoNav a{
color:#959595 !important;
}
.nav .twoNav a:hover{
color: #fff !important;
background: #337ab7 !important;
}
.nav .nav-main .twoNav a.active{
background: none;
}
/*底部*/
.footer{
background: #12244c;
padding: 70px 0;
text-align: center;
color: #FFFFFF;
}
.footer p{
margin-top: 10px;
line-height: 2em;
}
.foot-contact{
overflow: hidden;
width: 500px;
margin: 80px auto 0;
}
.foot-contact-link{
float: left;
padding: 30px 0 0 ;
}
.foot-contact-link .xinlang,.foot-contact-link .weixin{
float: left;
padding: 0 40px;
}
.foot-contact-link .weixin{
border-right:2px solid #FFFFFF;
}
.foot-contact .ewm{
float:left;
margin-left: 50px;
}
/*右侧按钮*/
.right-fdd2 {
width: 64px;
height: 256px;
position: fixed;
right: 0;
top: 40%;
background-color: #34373F;
background-color: rgba(52,55,63,0.7);
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
z-index: 40;
}
.right-fdd2 li {
height: 64px;
width: 255px;
line-height: 64px;
border-radius: 8px 0 0 8px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.right-fdd2 li span {
float: left;
font-size: 22px;
color: #EDEDED;
height: 100%;
width: 64px;
text-align: center;
}
.right-fdd2 ul li a {
float: left;
width: 180px;
height: 100%;
font-size: 14px;
font-weight: bold;
line-height: 64px;
color: #EDEDED;
}
.right-fdd2 li:hover {
margin-left: -184px;
background: rgba(0,0,0,0.6);
}
.clear{
clear: both;
}
.ghh_bg{
display:none;
height: 50px;
background:rgba(0,0,0,0.5);
width: 100%;
position: fixed;
z-index:9999;
left:0;
top:0;
}
.ghh_bg .logo{
position: absolute;
left:20px;
top:5px;
height: 35px;
}
.ghh_bg .logo img{
height: 100%;
}
.ghh {
position: absolute;
right:5px;
top:2px;
width: 48px;
height: 38px;
text-align: center;
border-radius: 5px;
z-index:999;
cursor:pointer;
display:none;
transform: scale(0.9);
}
.gh {
float: right;
width: 34px;
margin-top: 17px;
margin-right: 5px;
position: relative;
cursor: pointer;
display: table;
transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ghh:hover a:before {
transform: translateY(-2px) rotate(0deg);
-webkit-transform: translateY(-2px) rotate(0deg);
-ms-transform: translateY(-2px) rotate(0deg);
}
.ghh:hover a:after {
transform: translateY(2px) rotate(0deg);
-webkit-transform: translateY(2px) rotate(0deg);
-ms-transform: translateY(2px) rotate(0deg);
}
.gh a {
background-color: #959595;
display: block;
height: 4px;
margin-top: -2px;
position: relative;
top: 50%;
width: 100%;
transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.gh a:after, .gh a:before {
background-color: #959595;
display: block;
height: 4px;
left: 0;
position: absolute;
width: 100%;
content: " ";
transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.gh a:after{
top:10px;
}
.gh a:before {
top:-10px;
}
.gh.selected {
transform: rotate(90deg);
}
.gh.selected a {
background-color: transparent !important;
}
.gh.selected a:after {
top:0;
transform: translateY(0px) rotate(45deg);
-webkit-transform: translateY(0px) rotate(45deg);
-ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected a:before {
top:0;
transform: translateY(0px) rotate(-45deg);
-webkit-transform: translateY(0px) rotate(-45deg);
-ms-transform: translateY(0px) rotate(-45deg);
}
.gb_bg{
position: absolute;
width:50%;
height:100%;
right:0%;
top:0;
text-align: center;
z-index:800;
display: none;
}
.gb_bg .nav2{
position: absolute;
right:0;
top: 42px;
}
.nav2 ul{
overflow: hidden;
}
.nav2 li{
padding: 5px 10px;
background: rgba(0,0,0,0.5);
font-size: 14px;
color: #fff;
margin: 0 0 6px 0;
}
@media only screen and (min-width: 641px) and (max-width:1200px) {
.wrap{
width: 100%;
}
}
/*适配*/
@media only screen and (min-width: 100px) and (max-width: 640px) {
.wrap{
width: 100%;
}
.header .function .seach,.header .function .QQ, .header .function .WX{
display: none;
}
.header .function{
min-width: 150px;
}
.header .text{
left: 10px;
}
.nav,.right-fdd2{
display: none;
}
.topNav{
display: none !important;
}
.ghh{
display: block;
}
.footer{
padding: 20px 0;
}
.footer p{
padding: 0 10px;
font-size: 12px;
margin-top: 0;
}
.foot-contact{
width: 100%;
margin-top: 20px;
}
.foot-contact-link{
width: 60%;
padding: 15px 0 0 0;
}
.foot-contact .ewm{
width: 40%;
padding: 0;
margin: 0;
}
.foot-contact-link .xinlang, .foot-contact-link .weixin{
width: 50%;
box-sizing: border-box;
padding: 0;
}
.foot-contact-link .weixin{
border: 0;
}
.home-title h2{
font-size: 18px;
}
.home-title h1{
font-size: 22px;
margin-top: 10px;
}
} | css/public.css | body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial; }
h1, h2, h3, h4, h5, h6{ font-size:14px;font-weight: normal; }
address, cite, dfn, em, var { font-style:normal; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover, a:focus{text-decoration: none !important;}
fieldset, img { border:0; }
p{line-height: 1.5em;}
table { border-collapse:collapse; border-spacing:0; }
/*头部*/
html,body{
padding: 0!important;
}
.header{
height: 42px;
line-height: 42px;
width: 100%;
position: relative;
background: #f7f7f7;
}
.header .text{
position: absolute;
left:0;
top:0;
height:42px;
line-height: 42px;
color:#c0c0c0;
font-size:12px;
}
.header .function{
position: absolute;
right:0;
top:0;
min-width: 300px;
height:42px;
line-height: 42px;
}
.header .function .seach{
height:100%;
float: left;
color: #C0C0C0;
font-size: 14px;
margin-right: 20px;
cursor: pointer;
}
.header .function .seach span{
font-size: 20px;
float:left;
cursor: pointer;
margin-right:10px;
}
.seach-main{
position: fixed;
top: 0;
z-index: 99999;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.7);
display: none;
}
.search_top {
background-color: rgba(0,0,0,0.8);
padding-bottom: 2%;
overflow: hidden;
border-bottom: solid 1px #313131;
}
.search_ipt {
float: left;
width: 70%;
margin-top: 30px;
margin-left: 10%;
}
.search_ipt input {
width: 100%;
background-color: transparent;
height: 30px;
line-height: 30px;
font-size: 18px;
padding: 0 10px;
color: #fff;
border: none;
outline: none;
}
.sea_hover, .sea_close {
display: inline-block;
float: left;
margin: 30px 10px 0;
width: 30px;
cursor: pointer;
}
.sea_close {
width: 24px;
margin-top: 34px;
}
.search_content{
overflow: hidden;
}
.weixin-content{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 688;
background: rgba(0,0,0,0.7);
display: none;
}
.weixin-content-img{
width: 100px;
height: 100px;
margin: 24% auto;
}
.weixin-content-img img{
width: 100%;
height: 100%;
}
.topNav{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 888;
background: rgba(0,0,0,0.7);
display: none;
}
.topNav ul{
width: 100%;
overflow: hidden;
text-align: center;
}
.topNav li{
display:inline-block;
}
.topNav a{
padding: 20px 25px;
color: #FFFFFF;
display:inline-block;
}
.topNav a:hover{
color: #1d88db;
}
.header .function .QQ,.header .function .WX{
float:left;
font-size: 20px;
color:#C0C0C0;
width: 23px;
height: 23px;
border-radius:50%;
border:1px solid #C0C0C0;
line-height: 23px;
text-align: center;
cursor: pointer;
margin-top:8px;
margin-right:30px;
}
.header .function .QQ{
margin-right: 14px;
line-height: 19px;
}
.header .function .user{
float: left;
margin-right: 55px;
}
.header .function .user a{
color: #666;
}
.header .function .login,.header .function .register{
float: left;
padding: 3px 8px;
border: 1px solid #C0C0C0;
font-size: 14px;
line-height: 20px;
margin-top: 6px;
}
.header .function .login{
border-top-left-radius: 20px;
border-bottom-left-radius:20px;
}
.header .function .register{
border-top-right-radius: 20px;
border-bottom-right-radius:20px;
}
/*版心*/
.wrap{
width: 1200px;
position: relative;
margin:0 auto;
}
.home-title{
text-align: center;
}
.home-title h2{
font-size: 22px;
color: #c4c4c4;
}
.home-title h1{
color: #144e8d;
font-size: 32px;
}
.home-title span{
display: block;
width: 60px;
height: 4px;
background: #f8b551;
margin:10px auto;
}
/*导航*/
.nav{
height: 50px;
margin:40px 0;
position: relative;
z-index: 2;
}
.nav .logo{
height: 100%;
float: left;
}
.nav .logo img{
height: 100%;
}
.nav .nav-main{
position: absolute;
right: 0;
top: 0;
height: 50px;
line-height: 50px;
padding-top: 8px;
box-sizing: border-box;
}
.nav .nav-main li{
float: left;
color: #959595;
height: 35px;
line-height: 35px;
margin:0 1px;
font-size: 14px;
}
.nav .nav-main li a{
color: #959595;
display: block;
padding: 0 15px;
}
.nav .nav-main li:hover{
background: #1d88db;
color: #ffffff;
}
.nav .nav-main li:hover a{
color: #fff;
}
.nav .nav-main li a.active{
background: #1d88db;
color: #ffffff;
}
.nav .twoNav{
display: none;
}
.nav .nav-main .oneNav:hover .twoNav{
display: block;
background: #fafafa;
}
.nav .twoNav a{
color:#959595 !important;
}
.nav .twoNav a:hover{
color: #fff !important;
background: #337ab7 !important;
}
.nav .nav-main .twoNav a.active{
background: none;
}
/*底部*/
.footer{
background: #12244c;
padding: 70px 0;
text-align: center;
color: #FFFFFF;
}
.footer p{
margin-top: 10px;
line-height: 2em;
}
.foot-contact{
overflow: hidden;
width: 500px;
margin: 80px auto 0;
}
.foot-contact-link{
float: left;
padding: 30px 0 0 ;
}
.foot-contact-link .xinlang,.foot-contact-link .weixin{
float: left;
padding: 0 40px;
}
.foot-contact-link .weixin{
border-right:2px solid #FFFFFF;
}
.foot-contact .ewm{
float:left;
margin-left: 50px;
}
/*右侧按钮*/
.right-fdd2 {
width: 64px;
height: 256px;
position: fixed;
right: 0;
top: 40%;
background-color: #34373F;
background-color: rgba(52,55,63,0.7);
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
z-index: 40;
}
.right-fdd2 li {
height: 64px;
width: 255px;
line-height: 64px;
border-radius: 8px 0 0 8px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.right-fdd2 li span {
float: left;
font-size: 22px;
color: #EDEDED;
height: 100%;
width: 64px;
text-align: center;
}
.right-fdd2 ul li a {
float: left;
width: 180px;
height: 100%;
font-size: 14px;
font-weight: bold;
line-height: 64px;
color: #EDEDED;
}
.right-fdd2 li:hover {
margin-left: -184px;
background: rgba(0,0,0,0.6);
}
.clear{
clear: both;
}
.ghh_bg{
display:none;
height: 50px;
background:rgba(0,0,0,0.5);
width: 100%;
position: fixed;
z-index:9999;
left:0;
top:0;
}
.ghh_bg .logo{
position: absolute;
left:20px;
top:5px;
height: 35px;
}
.ghh_bg .logo img{
height: 100%;
}
.ghh {
position: absolute;
right:5px;
top:2px;
width: 48px;
height: 38px;
text-align: center;
border-radius: 5px;
z-index:999;
cursor:pointer;
display:none;
transform: scale(0.9);
}
.gh {
float: right;
width: 34px;
margin-top: 17px;
margin-right: 5px;
position: relative;
cursor: pointer;
display: table;
transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ghh:hover a:before {
transform: translateY(-2px) rotate(0deg);
-webkit-transform: translateY(-2px) rotate(0deg);
-ms-transform: translateY(-2px) rotate(0deg);
}
.ghh:hover a:after {
transform: translateY(2px) rotate(0deg);
-webkit-transform: translateY(2px) rotate(0deg);
-ms-transform: translateY(2px) rotate(0deg);
}
.gh a {
background-color: #959595;
display: block;
height: 4px;
margin-top: -2px;
position: relative;
top: 50%;
width: 100%;
transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.gh a:after, .gh a:before {
background-color: #959595;
display: block;
height: 4px;
left: 0;
position: absolute;
width: 100%;
content: " ";
transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.gh a:after{
top:10px;
}
.gh a:before {
top:-10px;
}
.gh.selected {
transform: rotate(90deg);
}
.gh.selected a {
background-color: transparent !important;
}
.gh.selected a:after {
top:0;
transform: translateY(0px) rotate(45deg);
-webkit-transform: translateY(0px) rotate(45deg);
-ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected a:before {
top:0;
transform: translateY(0px) rotate(-45deg);
-webkit-transform: translateY(0px) rotate(-45deg);
-ms-transform: translateY(0px) rotate(-45deg);
}
.gb_bg{
position: absolute;
width:50%;
height:100%;
right:0%;
top:0;
text-align: center;
z-index:800;
display: none;
}
.gb_bg .nav2{
position: absolute;
right:0;
top: 42px;
}
.nav2 ul{
overflow: hidden;
}
.nav2 li{
padding: 5px 10px;
background: rgba(0,0,0,0.5);
font-size: 14px;
color: #fff;
margin: 0 0 6px 0;
}
@media only screen and (min-width: 641px) and (max-width:1200px) {
.wrap{
width: 100%;
}
}
/*适配*/
@media only screen and (min-width: 100px) and (max-width: 640px) {
.wrap{
width: 100%;
}
.header .function .seach,.header .function .QQ, .header .function .WX{
display: none;
}
.header .function{
min-width: 150px;
}
.header .text{
left: 10px;
}
.nav,.right-fdd2{
display: none;
}
.topNav{
display: none !important;
}
.ghh{
display: block;
}
.footer{
padding: 20px 0;
}
.footer p{
padding: 0 10px;
font-size: 12px;
margin-top: 0;
}
.foot-contact{
width: 100%;
margin-top: 20px;
}
.foot-contact-link{
width: 60%;
padding: 15px 0 0 0;
}
.foot-contact .ewm{
width: 40%;
padding: 0;
margin: 0;
}
.foot-contact-link .xinlang, .foot-contact-link .weixin{
width: 50%;
box-sizing: border-box;
padding: 0;
}
.foot-contact-link .weixin{
border: 0;
}
.home-title h2{
font-size: 18px;
}
.home-title h1{
font-size: 22px;
margin-top: 10px;
}
} | 0.291283 | 0.068756 |
@charset "UTF-8";
html,body {
padding: 0;
margin: 0;
}
ul,li {
list-style: none;
}
.info-main-description {
position: relative;
width: 100%;
overflow: hidden;
background: #F3F4F8;
}
.info-main-description-banner {
position: relative;
padding: 10px 3%;
}
.info-main-description-banner div.img {
width: 100%;
height: 155px;
border-radius: 3px;
overflow: hidden;
}
.info-main-description-banner div.img img {
width: 100%;
}
.info-main-description-banner .banner-title {
position: absolute;
z-index: 100;
width: 100%;
bottom: 10px;
color: #fff;
padding-left: 5px;
}
.info-main-description-banner .banner-title .title {
font-size: 14px;
}
.info-main-description-banner .banner-title .num {
font-size: 12px;
}
.info-main-description-box {
background: #fff;
margin-bottom: 10px;
padding: 0 10px;
}
.info-main-description-box-title {
font-size: 16px;
color: #333;
height: 40px;
line-height: 40px;
border-bottom: 1px solid #eee;
font-weight: 400;
}
.info-main-description-box .hotel-info {
font-size: 14px;
line-height: 25px;
text-align: left;
color: #666;
height: 65px;
overflow: hidden;
}
.info-main-description-box .hotel-facility {
margin-bottom: 10px;
padding: 0;
}
.info-main-description-box .hotel-facility li {
margin-bottom: 10px;
}
.info-main-description-box .hotel-facility h3 {
padding: 10px 0;
font-size: 15px;
color: #333;
}
.info-main-description-box .hotel-facility h3 i {
margin-right: 5px;
}
.info-main-description-box .hotel-facility p {
padding: 0 20px;
}
.info-main-description-box .hotel-facility p span {
display: inline-block;
min-width: 40px;
margin:0 15px 5px 0;
font-size: 13px;
color: #999;
}
.info-main-description-box .hotel-policy{
padding: 0;
}
.info-main-description-box .hotel-policy li {
margin-bottom: 10px;
}
.info-main-description-box .hotel-policy h3 {
padding: 10px 0;
font-size: 15px;
color: #333;
}
.info-main-description-box .hotel-policy p {
margin-right: 10px;
font-size: 13px;
color: #999;
line-height: 25px;
}
.hotel-info-desc {
padding-top: 10px;
width: 100%;
overflow: hidden;
}
.show-more {
text-align: center;
height: 40px;
line-height: 40px;
}
.show-more .tab-hide {
display: none;
}
.show-more span {
color: #4895F2;
font-size: 13px;
}
.show-more i {
font-size: 13px;
} | web/css/info_description.css | @charset "UTF-8";
html,body {
padding: 0;
margin: 0;
}
ul,li {
list-style: none;
}
.info-main-description {
position: relative;
width: 100%;
overflow: hidden;
background: #F3F4F8;
}
.info-main-description-banner {
position: relative;
padding: 10px 3%;
}
.info-main-description-banner div.img {
width: 100%;
height: 155px;
border-radius: 3px;
overflow: hidden;
}
.info-main-description-banner div.img img {
width: 100%;
}
.info-main-description-banner .banner-title {
position: absolute;
z-index: 100;
width: 100%;
bottom: 10px;
color: #fff;
padding-left: 5px;
}
.info-main-description-banner .banner-title .title {
font-size: 14px;
}
.info-main-description-banner .banner-title .num {
font-size: 12px;
}
.info-main-description-box {
background: #fff;
margin-bottom: 10px;
padding: 0 10px;
}
.info-main-description-box-title {
font-size: 16px;
color: #333;
height: 40px;
line-height: 40px;
border-bottom: 1px solid #eee;
font-weight: 400;
}
.info-main-description-box .hotel-info {
font-size: 14px;
line-height: 25px;
text-align: left;
color: #666;
height: 65px;
overflow: hidden;
}
.info-main-description-box .hotel-facility {
margin-bottom: 10px;
padding: 0;
}
.info-main-description-box .hotel-facility li {
margin-bottom: 10px;
}
.info-main-description-box .hotel-facility h3 {
padding: 10px 0;
font-size: 15px;
color: #333;
}
.info-main-description-box .hotel-facility h3 i {
margin-right: 5px;
}
.info-main-description-box .hotel-facility p {
padding: 0 20px;
}
.info-main-description-box .hotel-facility p span {
display: inline-block;
min-width: 40px;
margin:0 15px 5px 0;
font-size: 13px;
color: #999;
}
.info-main-description-box .hotel-policy{
padding: 0;
}
.info-main-description-box .hotel-policy li {
margin-bottom: 10px;
}
.info-main-description-box .hotel-policy h3 {
padding: 10px 0;
font-size: 15px;
color: #333;
}
.info-main-description-box .hotel-policy p {
margin-right: 10px;
font-size: 13px;
color: #999;
line-height: 25px;
}
.hotel-info-desc {
padding-top: 10px;
width: 100%;
overflow: hidden;
}
.show-more {
text-align: center;
height: 40px;
line-height: 40px;
}
.show-more .tab-hide {
display: none;
}
.show-more span {
color: #4895F2;
font-size: 13px;
}
.show-more i {
font-size: 13px;
} | 0.501709 | 0.086671 |
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
/* slider label */
.noUi-target + label {
position: absolute;
top: -14px;
font-size: 0.8rem;
}
.footer_map {
/*margin: -30px 0 0 0;*/
width: 194px;
height: 194px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
background: transparent no-repeat 0 0;
-moz-box-shadow: inset 2px 3px 2px 3px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 2px 3px 2px 3px rgba(0, 0, 0, 0.25);
box-shadow: inset 2px 3px 2px 3px rgba(0, 0, 0, 0.25);
position: relative
}
.footer_map a {
display: block;
width: 194px;
height: 194px;
}
.slider .indicators .indicator-item.active {
background-color: #2196F3 !important;
}
.noUi-connect {
background: #2196F3 !important;
}
.noUi-target.noUi-horizontal .noUi-tooltip {
background: #2196F3 !important;
}
/* sub infos for car cards */
.card .card-content {
padding: 0 24px;
border-radius: 0 0 2px 2px;
}
.black{
background-color: #2c2d2d !important;
}
.footer_map{
margin-left: auto;
margin-right: auto;
display: block;
}
/*.slider .indicators {
z-index: 10000;
}*/
img {
max-width: 100%;
height: auto;
}
.caption{
/*background-color: white;
border: 1px solid;*/
opacity: 0.8 !important;
border-radius: 25px;
font-family: "PT Serif Caption", serif;
text-shadow: 0 2px 1px #000;
}
.carousel.carousel-slider{
height:450px;
}
.indicator-item{
background-color: #BBDEFB !important;
}
.carousel .indicators .indicator-item.active {
background-color: #2196F3 !important;
}
td{
padding-top:8px;
padding-bottom:8px;
}
@media only screen and (max-device-width: 480px){
.carousel.carousel-slider{
height:300px;
}
} | css/style.css | * Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
/* slider label */
.noUi-target + label {
position: absolute;
top: -14px;
font-size: 0.8rem;
}
.footer_map {
/*margin: -30px 0 0 0;*/
width: 194px;
height: 194px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
background: transparent no-repeat 0 0;
-moz-box-shadow: inset 2px 3px 2px 3px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 2px 3px 2px 3px rgba(0, 0, 0, 0.25);
box-shadow: inset 2px 3px 2px 3px rgba(0, 0, 0, 0.25);
position: relative
}
.footer_map a {
display: block;
width: 194px;
height: 194px;
}
.slider .indicators .indicator-item.active {
background-color: #2196F3 !important;
}
.noUi-connect {
background: #2196F3 !important;
}
.noUi-target.noUi-horizontal .noUi-tooltip {
background: #2196F3 !important;
}
/* sub infos for car cards */
.card .card-content {
padding: 0 24px;
border-radius: 0 0 2px 2px;
}
.black{
background-color: #2c2d2d !important;
}
.footer_map{
margin-left: auto;
margin-right: auto;
display: block;
}
/*.slider .indicators {
z-index: 10000;
}*/
img {
max-width: 100%;
height: auto;
}
.caption{
/*background-color: white;
border: 1px solid;*/
opacity: 0.8 !important;
border-radius: 25px;
font-family: "PT Serif Caption", serif;
text-shadow: 0 2px 1px #000;
}
.carousel.carousel-slider{
height:450px;
}
.indicator-item{
background-color: #BBDEFB !important;
}
.carousel .indicators .indicator-item.active {
background-color: #2196F3 !important;
}
td{
padding-top:8px;
padding-bottom:8px;
}
@media only screen and (max-device-width: 480px){
.carousel.carousel-slider{
height:300px;
}
} | 0.382372 | 0.080647 |
body {
font-family: "SimSun";
font-size: 13px;
width: 95%;
position: absolute;
}
.top {
width: 100%;
height: 100%;
}
.top ul {
width: 100%;
height: 100%;
margin-top: 25px;
}
.top ul li {
list-style: none;
border-bottom: 1px solid #e0e2e3;
margin-left: -20px;
font-family: "microsoft yahei";
font-size: 32px;
color:#9f9f9f;
}
#add p {
font-family: "microsoft yahei";
font-size: 16px;
float: right;
width:297px;
height:36px;
line-height:36px;
background:#69cff6;
border:1px solid #ddd;
text-align:center;
margin:-15px -23px 30px auto;
}
#add a{color:#fff;display:block;width:297px;height:36px;}
.title1{background:#6e7070;color:#fff;font-size:16px;}
.title2{background:#616263;color:#fff;font-size:16px;}
.title3{background:#f4f4f4;}
.title4{background:#eaeced}
select {
width: 150px;
}
text {
width: 200px;
}
.gly-top {
width: 1050px;
float: left;
margin-left: 60px;
margin-bottom: 20px;
margin-top: 20px;
}
/* #td1{ width:200px;} */
#td2 {
width: 80px;
}
#td3 {
text-align: left;
border: 1px dotted #666666;
background: #f2f2f2;
}
/*table{ width:100%;border-collapse: collapse;border-spacing: 0; margin-left:25px; margin-bottom:15px;}*/
#table1 {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
float: left;
margin-left: 23px;
margin-bottom: 15px;
border: 1px solid #666666;
bordercolor: #858587
}
#table3{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
margin-left: 23px;
margin-bottom: 15px;
border: 0px solid #666666;
}
#table2 {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
float: left;
margin-left: 23px;
margin-bottom: 15px;
border-top: 1px solid #858587;
border-bottom: 1px solid #858587;
}
#s-table {
width: 100%;
margin-left: -40px;
}
#title {
text-align: center;
border: 1px dotted #666666;
}
.inputBlue {
width: 40px;
}
.add {
margin-left: 60px
}
.export {
margin-left: 40px;
}
#s-td {
text-align: left;
}
#s-td #btn {
width: 38%;
}
a:link,a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
cursor: pointer
}
#btn1 {
width: 5%;
}
#btn2 {
width: 7%;
}
#btn3 {
width: 10%;
}
tr {
height: 26px;
}
#tr1 {
background: #d8d8d8;
height: 35px;
}
#tr2 {
background: #f2f2f2;
}
.btn {
min-width: 80px;
overflow: visible!ie;
}
.btn2 {
font-family: Arial, Helvetica, sans-serif;
}
.right {
width: 100px;
float: right;
}
/*----------course_details--------*/
.tab_con1 {
background: #666666;
width: 100%;
cursor: pointer;
}
.add1 {
float: right;
}
#left {
text-align: left;
border: 1px dotted #666666;
}
#right {
text-align: right;
border: 1px dotted #666666;
}
#name {
width: 100px;
}
.content {
float: left;
width: 100%;
}
.tabs1 {
width: 100%;
}
.star {
width: 10px;
color: red;
margin-left: 175px;
margin-top: -18px;
}
.headFont {
font-size: 15px;
font-family: "SimHei";
font-weight: bold;
}
.textSize {
width: 305px;
}
.textSize2 {
width: 40px;
}
.textTemptop {
font-size: 18px;
margin-left: 350px;
}
.xiahuaxian {
color: rgb(0, 0, 0);
border-left: medium none;
border-right: medium none;
border-top: medium none;
border-bottom: 2px solid black;
background-image: (../images/top-line.png)
}
.change{
border:0;
color:#2aacff;
display:block;
width:50%;
background:#eaeced;
border-right:1px solid #ddd;
float:left;
}
.del{
border:0;
color:#ff3c98;
display:block;
width:50%;
background:#eaeced;
} | src/main/webapp/static/default/css/table.css | body {
font-family: "SimSun";
font-size: 13px;
width: 95%;
position: absolute;
}
.top {
width: 100%;
height: 100%;
}
.top ul {
width: 100%;
height: 100%;
margin-top: 25px;
}
.top ul li {
list-style: none;
border-bottom: 1px solid #e0e2e3;
margin-left: -20px;
font-family: "microsoft yahei";
font-size: 32px;
color:#9f9f9f;
}
#add p {
font-family: "microsoft yahei";
font-size: 16px;
float: right;
width:297px;
height:36px;
line-height:36px;
background:#69cff6;
border:1px solid #ddd;
text-align:center;
margin:-15px -23px 30px auto;
}
#add a{color:#fff;display:block;width:297px;height:36px;}
.title1{background:#6e7070;color:#fff;font-size:16px;}
.title2{background:#616263;color:#fff;font-size:16px;}
.title3{background:#f4f4f4;}
.title4{background:#eaeced}
select {
width: 150px;
}
text {
width: 200px;
}
.gly-top {
width: 1050px;
float: left;
margin-left: 60px;
margin-bottom: 20px;
margin-top: 20px;
}
/* #td1{ width:200px;} */
#td2 {
width: 80px;
}
#td3 {
text-align: left;
border: 1px dotted #666666;
background: #f2f2f2;
}
/*table{ width:100%;border-collapse: collapse;border-spacing: 0; margin-left:25px; margin-bottom:15px;}*/
#table1 {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
float: left;
margin-left: 23px;
margin-bottom: 15px;
border: 1px solid #666666;
bordercolor: #858587
}
#table3{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
margin-left: 23px;
margin-bottom: 15px;
border: 0px solid #666666;
}
#table2 {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
float: left;
margin-left: 23px;
margin-bottom: 15px;
border-top: 1px solid #858587;
border-bottom: 1px solid #858587;
}
#s-table {
width: 100%;
margin-left: -40px;
}
#title {
text-align: center;
border: 1px dotted #666666;
}
.inputBlue {
width: 40px;
}
.add {
margin-left: 60px
}
.export {
margin-left: 40px;
}
#s-td {
text-align: left;
}
#s-td #btn {
width: 38%;
}
a:link,a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
cursor: pointer
}
#btn1 {
width: 5%;
}
#btn2 {
width: 7%;
}
#btn3 {
width: 10%;
}
tr {
height: 26px;
}
#tr1 {
background: #d8d8d8;
height: 35px;
}
#tr2 {
background: #f2f2f2;
}
.btn {
min-width: 80px;
overflow: visible!ie;
}
.btn2 {
font-family: Arial, Helvetica, sans-serif;
}
.right {
width: 100px;
float: right;
}
/*----------course_details--------*/
.tab_con1 {
background: #666666;
width: 100%;
cursor: pointer;
}
.add1 {
float: right;
}
#left {
text-align: left;
border: 1px dotted #666666;
}
#right {
text-align: right;
border: 1px dotted #666666;
}
#name {
width: 100px;
}
.content {
float: left;
width: 100%;
}
.tabs1 {
width: 100%;
}
.star {
width: 10px;
color: red;
margin-left: 175px;
margin-top: -18px;
}
.headFont {
font-size: 15px;
font-family: "SimHei";
font-weight: bold;
}
.textSize {
width: 305px;
}
.textSize2 {
width: 40px;
}
.textTemptop {
font-size: 18px;
margin-left: 350px;
}
.xiahuaxian {
color: rgb(0, 0, 0);
border-left: medium none;
border-right: medium none;
border-top: medium none;
border-bottom: 2px solid black;
background-image: (../images/top-line.png)
}
.change{
border:0;
color:#2aacff;
display:block;
width:50%;
background:#eaeced;
border-right:1px solid #ddd;
float:left;
}
.del{
border:0;
color:#ff3c98;
display:block;
width:50%;
background:#eaeced;
} | 0.297674 | 0.049543 |
.xflow-default-node {
z-index: 10;
display: flex;
width: 180px;
height: 36px;
line-height: 36px;
text-align: center;
background-color: #fff;
border: 1px solid #c1cdf7;
border-radius: 2px;
box-shadow: -1px -1px 4px 0 rgba(223,223,223,0.50), -2px 2px 4px 0 rgba(244,244,244,0.50), 2px 3px 8px 2px rgba(151,151,151,0.05);
transition: all ease-in-out 0.15s;
}
.xflow-default-node:hover {
background-color: #fff;
border: 1px solid #3057e3;
box-shadow: 0 0 3px 3px rgba(48, 86, 227, 0.15);
cursor: move;
}
.xflow-default-node .icon {
width: 36px;
}
.xflow-default-node .label {
width: 108px;
overflow: hidden;
text-overflow: ellipsis;
}
.xflow-default-node .status {
width: 36px;
}
.xflow-default-node.panel-node {
border: 0;
}
.x6-node-selected .xflow-default-node {
background-color: rgba(48, 86, 227, 0.05);
border: 1px solid #3057e3;
box-shadow: 0 0 3px 3px rgba(48, 86, 227, 0.15);
}
.x6-node-selected .xflow-default-node:hover {
background-color: #fff;
box-shadow: 0 0 5px 5px rgba(48, 86, 227, 0.15);
}
.xflow-default-group-node {
z-index: 9;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.65);
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 4px;
box-shadow: rgb(17 49 96 / 12%) 0px 1px 3px 0px, rgb(17 49 96 / 4%) 0px 0px 0px 1px;
cursor: grab;
}
.xflow-default-group-node:hover {
background-color: rgba(227, 244, 255, 0.45);
border: 1px solid #c1cdf7;
box-shadow: 0 0 3px 3px rgba(64, 169, 255, 0.2);
cursor: move;
}
.xflow-default-group-node .xflow-group-header {
display: flex;
justify-content: space-between;
padding: 0 12px;
font-size: 14px;
line-height: 38px;
}
.xflow-default-group-node .xflow-group-header .header-left {
width: 80%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.xflow-default-group-node .xflow-group-header .header-right {
display: inline-flex;
align-items: center;
}
.xflow-default-group-node .xflow-group-header .header-right span.anticon {
margin-left: 8px;
}
.x6-node-selected .xflow-default-group-node {
background-color: rgba(243, 249, 255, 0.92);
border: 1px solid #c1cdf7;
box-shadow: 0 0 3px 3px rgba(64, 169, 255, 0.2);
}
.x6-node-selected .xflow-default-group-node:hover {
background-color: rgba(243, 249, 255, 0.6);
}
.xflow-canvas-root {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.xflow-x6-canvas {
width: 100%;
height: 100%;
}
.xflow-app-workspace {
position: relative;
width: 100%;
height: 100%;
}
.xflow-hide {
display: none;
}
.x6-widget-dnd.dragging {
cursor: grabbing !important;
} | node_modules/@antv/xflow-core/dist/index.css | .xflow-default-node {
z-index: 10;
display: flex;
width: 180px;
height: 36px;
line-height: 36px;
text-align: center;
background-color: #fff;
border: 1px solid #c1cdf7;
border-radius: 2px;
box-shadow: -1px -1px 4px 0 rgba(223,223,223,0.50), -2px 2px 4px 0 rgba(244,244,244,0.50), 2px 3px 8px 2px rgba(151,151,151,0.05);
transition: all ease-in-out 0.15s;
}
.xflow-default-node:hover {
background-color: #fff;
border: 1px solid #3057e3;
box-shadow: 0 0 3px 3px rgba(48, 86, 227, 0.15);
cursor: move;
}
.xflow-default-node .icon {
width: 36px;
}
.xflow-default-node .label {
width: 108px;
overflow: hidden;
text-overflow: ellipsis;
}
.xflow-default-node .status {
width: 36px;
}
.xflow-default-node.panel-node {
border: 0;
}
.x6-node-selected .xflow-default-node {
background-color: rgba(48, 86, 227, 0.05);
border: 1px solid #3057e3;
box-shadow: 0 0 3px 3px rgba(48, 86, 227, 0.15);
}
.x6-node-selected .xflow-default-node:hover {
background-color: #fff;
box-shadow: 0 0 5px 5px rgba(48, 86, 227, 0.15);
}
.xflow-default-group-node {
z-index: 9;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.65);
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 4px;
box-shadow: rgb(17 49 96 / 12%) 0px 1px 3px 0px, rgb(17 49 96 / 4%) 0px 0px 0px 1px;
cursor: grab;
}
.xflow-default-group-node:hover {
background-color: rgba(227, 244, 255, 0.45);
border: 1px solid #c1cdf7;
box-shadow: 0 0 3px 3px rgba(64, 169, 255, 0.2);
cursor: move;
}
.xflow-default-group-node .xflow-group-header {
display: flex;
justify-content: space-between;
padding: 0 12px;
font-size: 14px;
line-height: 38px;
}
.xflow-default-group-node .xflow-group-header .header-left {
width: 80%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.xflow-default-group-node .xflow-group-header .header-right {
display: inline-flex;
align-items: center;
}
.xflow-default-group-node .xflow-group-header .header-right span.anticon {
margin-left: 8px;
}
.x6-node-selected .xflow-default-group-node {
background-color: rgba(243, 249, 255, 0.92);
border: 1px solid #c1cdf7;
box-shadow: 0 0 3px 3px rgba(64, 169, 255, 0.2);
}
.x6-node-selected .xflow-default-group-node:hover {
background-color: rgba(243, 249, 255, 0.6);
}
.xflow-canvas-root {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.xflow-x6-canvas {
width: 100%;
height: 100%;
}
.xflow-app-workspace {
position: relative;
width: 100%;
height: 100%;
}
.xflow-hide {
display: none;
}
.x6-widget-dnd.dragging {
cursor: grabbing !important;
} | 0.47926 | 0.202187 |
.cpshell{margin-top:8px;border:1px solid #375162;background-color:#A1B3C1;}
.cpvshim{height:450px;width:1px;float:right;}
.cpnav{width:180px;float:left;margin-top:12px;}
.cpcontent{margin-left:180px;background-color:#fff;padding:3px; vertical-align:top;}
.cpfooter{padding:1px;padding-right:6px;background-color:#ccc;}
.cpfooter span{float:right;font-size:smaller;}
.cpshell h1{font-size:14px;font-weight:bold;padding-bottom:2px;}
.cpshell h2{padding-bottom:10px;}
.cpshell h3{padding:5px;border-bottom:solid 1px #AAA;font-weight:bold;background-color:#666;color:#fff;}
.cpshell h4{padding:8px;border-bottom:solid 1px #AAA;background-color:#fff;}
.cpshell .cpnav ul {margin-left:18px;}
.cpshell .cpnav li{font-size:10pt; cursor:pointer;}
.cpshell .cpnav ul li{padding:0;margin:0;margin-bottom:2px;}
.cpshell .cpnav ul div{padding-bottom:2px;padding-left:4px;}
.cpshell .cpnav ul li.selected,.cpshell .cpnav ul li ul li.selected{background-color:#fff;border-top:1px solid #999;border-left:1px solid #999;border-bottom:1px solid #fff;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;}
.cpnav ul li.selected div,.cpnav ul li ul li.selected div{border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #f5f5f5;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;}
.cpnav ul li.selected div ul li div{border-style:none;}
.cpnav ul li.selected *, .dnn-modcp-menu ul li ul li.selected *{color:#375162;}
.cpnav ul li *, .dnn-modcp-menu ul li ul li *{color:#f5f5f5;}
.cpnav ul li ul{display:none;}
.cpnav ul li ul li{}
.cpnav li.selected ul{display:block;}
.afminidel{position:relative;}
.amcploader{width:648px;border:1px solid #cdcdcd;height:48px;background-color:#f5f5f5;float:left;display:none;position:absolute;opacity: 0.8;-ms-opacity: 0.8;-moz-opacity: 0.8;filter: alpha(opacity=80);}
.amcploader img{float:left;margin-left:20px;margin-top:6px;}
.amcploader span{font-weight:bold;margin-left:40px;position:relative;top:16px;}
.amcpnotify{width:646px;border:2px solid #cdcdcd;height:48px;float:left;display:none;position:absolute;}
.amcpnotify div{position:absolute; margin-left:12px;}
.amcpnotify i{display:block;height:32px;width:32px;position:relative;top:8px;float:left;}
.amcpnotify span{font-weight:bold;margin-left:18px;position:relative;top:12px;font-size:16px;}
.amcpsuccess{border-color:#669966;background-color:#ccffcc;}
.amcpsuccess i{background-image:url(images/check32.png);}
.amcperror{border-color:#cc0000;background-color:#ffcccc;}
.amcperror i{background-image:url(images/error32.png);}
.amcpwarn{border-color:#ffcc00;background-color:#ffffcc;}
.amcpwarn i{background-image:url(images/warn32.png);}
.amcplnkbtn{text-align:left;font-family:Tahoma;font-size:11px;font-weight:bold; color:#666666;cursor:hand;cursor:pointer;display:inline;padding-right:15px;}
.amcpcontainer{display:block;border: solid 1px #666666;width: 650px;background-color: #f5f5f5;margin-left:auto;margin-right:auto;}
.amcpcontainer td {font-family:Tahoma;font-size:12px; color:#666666; text-align:left;}
.afloader{background-color:#f5f5f5;opacity: 0.5;-ms-opacity: 0.5;-moz-opacity: 0.5;filter: alpha(opacity=50);}
.amcpshell{}
.aflistflat ul{padding-top:15px;}
.aflistflat ul li,ul.aflistflat li{list-style:none; float:left; padding-right:10px;height:20px;font-size:12px;background-repeat:no-repeat;}
.aflistflat a,.aflistflat a:link,.aflistflat a:visited,.aflistflat a:active, .aflistflat a:hover{font-size:12px; cursor:pointer;}
.amtabdisplay{width:auto;min-height:400px;}
.amcpsubnav{padding-left:10px;padding-top:3px;padding-bottom:3px;background-image:url(images/subnavback.gif);text-align:left;}
.amcpsubnav .amcplnkbtn{color:#f5f5f5;}
.amcpbrdnav{font-family:Tahoma;font-size:12px;color:#666; background-color:#ebf2ff;text-align:left;padding-top:4px;padding-left:4px;padding-bottom:4px}
.amcpbrdnavitem{cursor:pointer;}
.amcpcontrols{min-height:490px;font-family:Tahoma;font-size:11px; padding-top:5px;padding-left:10px;padding-right:10px;text-align:left;border-top:solid 1px #666;}
.amcpfooter{margin-left:auto;margin-right:auto;width:650px;padding-top:0px !important;padding-top:3px;padding-left:0px !important;padding-left:4px;padding-right:0px !important;padding-right:4px;height:20px;background-image:url(images/footerback.gif);border-left:solid 1px #666;border-right:solid 1px #666;border-bottom:solid 1px #666;}
.amcpfootertext{font-family:Tahoma;font-size:11px;padding-left:4px !important;padding-right:4px !important;}
.amcpcontrolstab{font-family:Tahoma;font-size:11px; padding-top:5px;text-align:left;width:auto}
.amcpnormal{font-family:Tahoma;font-size:11px;}
.amcpbold{font-family:Tahoma;font-size:11px; font-weight:bold;}
.amcptxtbx{color:#000;font-family:Tahoma;font-size:11px;border:solid 1px #666;width:99%; background-color:#fff; padding:1px;}
.amcptxtbxdisabled{color:#ccc;font-family:Tahoma;font-size:11px;border:solid 1px #ccc;width:99%; background-color:#e5e5e5; padding:1px;}
.amcptxtbxnum{color:#000;font-family:Tahoma;font-size:11px;border:solid 1px #666;width:99%; background-color:#fff; padding:1px;text-align:center;}
.amtab{border:solid 1px #898c95;display:inline;background-color:#fff;height:18px;padding-top:1px;padding-left:1px;padding-right:1px;position:relative;top:1;z-index:100;cursor:pointer;}
.amtabbottom{border:solid 1px #898c95;display:inline;background-color:#fff;height:18px;padding-bottom:1px;padding-left:1px;padding-right:1px;position:relative;top:-3px;z-index:100;cursor:pointer;}
.amtabtext{display:inline;background-image:url(images/amtab_back_norm.gif); height:16px;padding-left:5px;padding-right:5px;font-size:12px;}
.amtabsel{border-bottom:solid 1px #fff;position:relative;top:1;z-index:150;border-top:solid 1px #898c95;border-right:solid 1px #898c95;border-left:solid 1px #898c95;display:inline;background-color:#fff;height:21px;padding-top:1px;padding-left:2px;padding-right:2px;}
.amtabselbottom{position:relative;top:-1px;z-index:150;border-bottom:solid 1px #898c95;border-right:solid 1px #898c95;border-left:solid 1px #898c95;display:inline;background-color:#fff;height:21px;padding-bottom:1px;padding-left:2px;padding-right:2px;}
.amtabseltext{display:inline;height:16px;padding-left:5px;padding-right:5px;font-size:12px;}
.amtabcontent{border-top:solid 1px #898c95;background-color:#fff;z-index:100;top:0px;padding:5px;overflow:auto;}
.amtabcontentbottom{border-bottom:solid 1px #898c95;background-color:#fff;z-index:0;position:static;top:0px;padding:5px;overflow:auto;}
.amroles{background-color:#f5f5f5;border:solid 1px #999;margin:2px}
.amcpimgbtn{padding:2px;}
.agrowedit, .afrowedit{cursor:pointer;font-weight:bold;text-decoration:underline;}
.amsmallbtn,.amsmallbtn_over{width:50px;min-height:20px;padding-right:2px;padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:5px;font-size: 11px;font-family: Tahoma;color: #666;height: 22px;border:solid 1px #666;background-image: url(images/buttonback.png);cursor:pointer;position: static;text-decoration:none;display:block;clear:right;}
.amsmallbtn img,.amsmallbtn_over img{margin-left:2px;margin-right:1px;margin-top:0px;padding-top:2px;padding-left:2px;float:left;}
.amsmallbtn span, .amsmallbtn_over span{display:inline-block;padding-bottom:0px;padding-top:1px;margin-top:2px;margin-bottom:0px;height:16px;}
.afsecobject_over{width:125px;font-size:11px;font-family:Tahoma;padding:2px;overflow:hidden;white-space:nowrap;background-color: #FFFF99;}
.afhoverremove{z-index:1000;height:16px;width:12px;}
tr.afgroupback td{background-image:url(images/groupback.png);height:22px;}
tr.afgroupback td.afgroupback_left{background-image:url(images/groupback_left.png);}
tr.afgroupback td.afgroupback_right{background-image:url(images/groupback_right.png);}
.afgroupback td{font-weight:bold;}
.afforumback td{border-bottom:dashed 1px #999}
.af16icon{padding:0px;cursor:pointer;height:18px;width:18px;}
.af16icon_over{padding:0px;cursor:pointer;height:18px;width:18px;background-image:url(images/af16icon_over.png);}
.afsecgrid{border:solid 1px #333;}
.afgridrow{background-color:#fff;}
.afgridrowover{background-color: #87cefa;}
.afsecobjects{width:165px;overflow:hidden;}
.afsecobjecttxt{height:18px;overflow:hidden;width:165px;float:left;}
.afsecobject{width:165px;font-size:11px;font-family:Tahoma;padding:0;overflow:hidden;white-space:nowrap;height:18px;}
.afsecobjecthd{font-weight:bold;font-size:11px;font-family:Tahoma;padding:2px;width:75px;white-space:nowrap; background-color:#dcdcdc;}
.afsecactions{overflow:hidden;white-space:nowrap;padding-bottom:30px;width:450px;}
.afsecactiongrp{width:50px;}
.afsectoggle{height:18px;}
.afsecactionhd{font-size:11px;font-family:Tahoma;padding:2px;text-align:center;border-bottom:solid 1px #dcdcdc;}
.afsecactionelem{font-size:11px;font-family:Tahoma;text-align:center;padding:0;border-left:dashed 1px #dcdcdc;height:16px;}
.amtbwrapper {text-decoration:none;text-align:center !important;display:block;padding:0px;margin:0px;height:60px;}
.amnavbar {height:61px;text-decoration:none;text-align:center;display:block;padding:0px;margin:0px;background-image:url(images/toolbarback.png);}
.amcpmdtoolbarbtm{text-align:center;padding:0px; margin-left:auto;margin-right:auto;height:55px;}
.amcpmdtoolbarbtm a, .amcpmdtoolbarbtm a:link{text-decoration:none;text-align:center !important;}
.amcpmdtoolbar{width:610px;text-align:center;padding:0px;margin:0 auto;height:50px;padding-top:2px;text-decoration:none;}
.amcpmdtoolbar a, .amcpmdtoolbar a:link{text-decoration:none;text-align:center !important;}
.amtoolbaritem img{text-align:center !important;}
.amtoolbaritem {
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-weight: normal;
color: #666;
cursor: pointer;
float:left;
border:solid 1px transparent;
text-decoration:none;
text-align:center;
height:50px;
width:45px;
display:inline;
margin-bottom:0px;
margin-top:0px;
padding: 2px;
}
.amtoolbaritem a, .amtoolbaritem a:link, .amtoolbaritem a:visited, .amtoolbaritem a:active, .amtoolbaritem a:hover
{
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-weight: normal;
text-decoration:none;
border:solid 1px transparent;
text-align:center;
margin:0px;
padding:0px;
}
.amtoolbaritem_over a, .amtoolbaritem_over a:link,.amtoolbaritem_over a:visited,.amtoolbaritem_over a:active, .amtoolbaritem_over a:hover
{
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-weight: normal;
text-decoration:none;
border:solid 1px transparent;
text-align:center;
margin:0px;
padding:0px;
}
.amtoolbaritem_over{
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-weight: normal;
color: #000;
cursor: pointer;
display:block;
text-decoration:none;
border:solid 1px #cdcdcd;
padding:4px;
background-color: #fcfcfc;
text-align:center;
height:50px;
width:45px;
float:left;
margin:0px;
padding:2px;
}
.amtip{font-family:Tahoma;font-size:9px;position:absolute;visibility:hidden;width:75px;z-index:60000;}
.amtipbubble{background-color: #fffacd;height:auto;border:solid 1px #000;z-index:60000; width:150px;padding:5px;}
.amtiptext{padding:2px;width:150px;text-align:left;}
.amcpsection{font-family:Tahoma;font-size:12px;padding-top:5px;font-weight:bold;border-bottom:solid 1px #dcdcdc;}
.amMsgBox{border:solid 1px #666;background-color:#ffffcc;font-family:Tahoma;font-size:12px;}
.amMsgBoxHeader{border-bottom:solid 1px #666;background-color:#999;font-weight:bold;padding:2px;text-align:left;}
.amMsgBoxText{padding:5px;}
.dashOuter
{
border-right: #f5f5f5 3px solid;
border-top: #f5f5f5 3px solid;
border-left: #f5f5f5 3px solid;
border-bottom: #f5f5f5 3px solid;
}
.dashOuterHeader{padding:4px;font-family:Tahoma;font-size:12px;border-right: #dcdcdc 1px solid;
border-top: #dcdcdc 1px solid;
border-left: #dcdcdc 1px solid;background-image:url(images/dashHeaderBg.gif);}
.dashInner
{
border-right: #b3b3b3 1px solid;
border-top: #b3b3b3 1px solid;
border-left: #b3b3b3 1px solid;
border-bottom: #b3b3b3 1px solid;
}
.dashHD{font-family:Tahoma;font-size:11px;font-weight:bold;}
.dashRow{font-family:Tahoma;font-size:11px;}
.amloading{font-family:Tahoma;position:relative;z-index:20000;height:450px;top:100px;width:100%}
.amload{font-family:Tahoma;font-size:11px;position:relative;z-index:30000;height:300px;width:100%;text-align:center;}
.amcptblhdr{font-family:Tahoma;font-size:11px; font-weight:bold;background-color:#666666;color:#fff;}
.amcptblsubhdr{font-family:Tahoma;font-size:11px; font-weight:bold;background-color:#f8f8ff}
.ampagertext
{
font-family: verdana;
font-size: 11px;
}
.ampager {
height: 22px;
padding-right:5px;
text-align:center;
}
.ampageritem{width:20px;color:#666;font-family:tahoma,arial;font-size:11px; cursor:pointer; text-align:center;background-image: url(images/pgBack.gif);}
.ampageritem2{border-right:solid 1px #666;color:#666;font-family:tahoma,arial;font-size:11px; cursor:pointer; text-align:center !important;background-image: url(images/pgBack.gif);}
.ampagernumber{width:20px;border-right:solid 1px #666;color:#666;font-family:tahoma,arial;font-size:11px; cursor:pointer; text-align:center !important;background-image: url(images/pgBack.gif);}
.ampagernumber_current{width:20px;color: #fff;font-family: tahoma,arial;font-size: 11px;text-align:center !important;background-image: url(images/pgBack_sel.gif)}
.ampagerinfo {color: #666;font-family: tahoma,arial;font-size: 11px;text-align:center; white-space:nowrap;background-image: url(images/pgBack.gif);}
.amheadingcelltext
{
font-family: verdana;
font-size: 10px;
font-weight: bold;
text-align: left;
float:left;
color:#f5f5f5;
}
.amheadingcellimage
{
text-align: right;
width: 10px;
height: 10px;
float:right;
}
.amdatacell
{
padding: 3px;
border-right: 1px solid #EAE9E1;
border-bottom: 1px solid #EAE9E1;
font-family: verdana;
font-size: 10px;
}
.amdatarow
{
height:25px;
padding: 3px;
font-family: verdana;
font-size: 10px;
background-color:#FFFFFF;
cursor: pointer;
}
.amrowselected
{
height: 25px;
padding: 3px;
font-family: verdana;
font-size: 10px;
background-color: #ffff99;
cursor: pointer;
}
.amrowalternating {
height: 25px;
background-color: #fffff0;
padding: 3px;
font-family: verdana;
font-size: 10px;
cursor: pointer;
}
.amrowalternating td.datacell
{
padding: 3px;
border-right: 1px solid #EAE9E1;
border-bottom: 1px solid #EAE9E1;
font-family: verdana;
font-size: 10px;
background-color: #cdcdcd;
}
.amcfgbtn{cursor:pointer;font-weight:bold;}
.amModal{border:solid 1px #666;z-index: 100000;display:block;background-color:#f0f0f0;}
.amModalHeader{font-family:Tahoma;font-size:11px; font-weight:bold;background-color:#666666;color:#fff; height:22px;width:100%;}
.amModalHeaderText{padding-left:10px;padding-top:5px;font-family:Tahoma;font-size:11px; font-weight:bold;background-color:#666666;color:#fff;text-align:left;float:left}
.amModalCloseImg{text-align:right;padding-right:2px;cursor:pointer;float:right}
.amModalFrame{padding:10px;}
* html .ammodalpop { margin:0px; padding:0px;}
.ammodalpop{margin:0px;position:absolute;background-color:#f0f0f0;padding:0px;border:solid 1px #ccc;z-index:50000}
.ammodalpop select, .ammodalpop input, .ammodalpop textarea { margin: 0px;padding: 4px;background-color: #fff;border: solid 1px black;}
.ammodalpop td { vertical-align: middle;padding: 2px 10px 2px 0px; }
.ammodalpop td:nth-child(2) { min-width: 100px; }
.afsuccess{color:Green;}
.aferror{color:Red;}
a.btnadd,a.btnadd:link,a.btnadd:visited{font-weight:bold !important;background-color:#ffffcc;background-image:url(images/add-circle.png);color:#808080 !important; border:1px solid #cdcdcd; background-repeat:no-repeat; background-position:4px center;padding:4px;padding-left:22px;}
a.btnadd:hover{text-decoration:none;border-color:#666;color:#000 !important;}
.afroundall{border-radius:4px;-moz-border-radius: 4px; -webkit-border-radius: 4px;}
ul#proplist{margin-left:0px;}
#proplist li{list-style-type:none;}
#proplist .aflistflat li{list-style-type:none; background-image:url(images/checkbox_unchecked.png); background-repeat:no-repeat; background-position:-1px left; padding-left:16px;}
#proplist .aflistflat li.checked{background-image:url(images/checkbox.png);}
#proplist li select{float:right;width:150px;}
#proplist li.candrag{margin:0px;padding:0px;border: 2px none #f90;margin-left:-20px;margin-bottom:4px;}
#proplist .candrag a{cursor:pointer;}
#proplist .prophead{border-bottom:solid 1px #808080;font-size:14px;margin-bottom:5px;}
ul.ampropeditor{width:375px;margin-left:auto;margin-right:auto;}
ul.ampropeditor li input[type="text"],ul.ampropeditor li select{width:225px;}
.afclear:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.afclear{min-height:1px;}
.amcphd{font-family:tahoma,verdana,arial,sans-serif !important;font-size:14px;font-weight:bold;padding-bottom:2px;}
.amcpintro{padding-bottom:10px;}
.amcpoption{border:solid 1px #AAA;margin-bottom:15px;}
.amcpsuboption{margin-bottom:5px;padding:5px;background-color:#fff;border:solid 1px #cdcdcd;}
.amcplistitem{background-color:#fffcc9;padding:3px;border:solid 1px #7e7e7e;margin-right:5px;}
.amcplistitemtext{overflow:hidden;white-space:nowrap;font-size:10px;}
.amcpoptionhd{padding:5px;border-bottom:solid 1px #AAA;font-weight:bold;background-color:#666;color:#fff;}
.amcpoptionsubhd{font-weight:bold;}
.amcpoptionlabelH{font-size:11px;padding-bottom:5px;}
.amcpoptiontip{padding:8px;border-bottom:solid 1px #AAA;background-color:#fff;}
.amcpoptionfields{background-color:#f5f5f5;padding:12px;padding-left:20px;}
.amcpradioitem{width:12px;float:left;padding-right:5px;}
.amcpradioitem input{margin:0px;padding:0px;}
.amcpoptionfield select,.amcpoptionrow select{font-size:12px;padding-left:5px;height:20px;}
.amcpoptionfield{padding-bottom:5px;margin-bottom:2px;}
.amcpoptionrow{padding-bottom:5px;margin-bottom:2px;}
.amcpsuboption .amcpoptionrow{margin-left:10px;}
.amcpoptionrow label{float:left;margin-top:4px;}
.amcptooltip{display:block;width:16px;height:16px; background-image:url(images/tooltip.png); cursor:pointer;}
.amcppropblock{float:left;margin-left:15px;}
.amcppropwrap{display:none;background-color:#fff;border:1px solid #cdcdcd;border-radius:4px;-moz-border-radius: 4px; -webkit-border-radius: 4px;padding:10px;}
.amcpinput{display:table-cell;}
.amcpinput input,.amcpinput select{font-size:12px;border:solid 1px #cdcdcd;padding-left:5px;height:20px;}
td.amcpinput select{width:99%;}
.amcpinput textarea{font-family:tahoma,verdana,arial,sans-serif;font-size:12px;border:solid 1px #cdcdcd;padding:5px;}
.amcptextarea{font-family:tahoma,verdana,arial,sans-serif;font-size:12px;border:solid 1px #cdcdcd;padding:5px;}
.amcpminitxt{text-align:center;padding-left:0px !important;}
.amcplabel{padding-left:10px;padding-right:5px;font-family:Arial, Verdana, Serif !important;font-size:11px !important;white-space:nowrap;text-align:right !important;}
.dragHandle {display: block;visibility:hidden;float: left;width: 16px;height: 28px;cursor: move;margin-left:4px;margin-right:4px;background-image:url(images/sort_16.png);background-repeat:no-repeat;background-position:center center;}
#proplist li:HOVER .dragHandle{visibility:visible;}
.myItemHover {background: #f5f5f5;}
.myDragTarget {background: #FFFFCC;opacity: 0.7;border: 2px dashed #f90;padding: 0px;margin:0px;}
#proplist .myDropTarget {background: #ccc;display:block;padding:0px;margin:0px;border: 2px none #f90;}
ul.amcpformlist{margin:0px;padding:0px;margin-top:10px;}
ul.amcpformlist li{list-style-type:none !important;display:block;margin-bottom:4px;line-height:26px;}
ul.amcpformlist li label,table.amcpformlist td label{text-align:right;font-size:14px;line-height:26px;}
ul.amcpformlist li input[type="text"],table.amcpformlist td input[type="text"]{font-size:14px;border:solid 1px #cdcdcd;padding:3px;height:22px;}
ul.amcpformlist li select,table.amcpformlist td select{font-size:14px !important;padding:3px;margin-right:0px !important;height:26px !important;}
ul.amcpformlist li div.amcpradiorow{height:24px;line-height:24px;}
ul.amcpformlist li div.amcpradiorow span{font-size:14px;}
ul.amcpformlist li div.amcpradiorow input[type="radio"]{font-size:14px;margin:0px;padding:0px !important;margin-left:4px;margin-right:8px;margin-top:0px !important;}
ul.amcpformlist li div.amcpradiorow input[type="checkbox"]{font-size:14px;margin:0px;padding:0px !important;margin-left:4px;margin-right:4px;margin-top:8px !important;}
.afmodalform .NormalTextBox{font-size:14px;}
.afmodalform .valwrap{padding-right:20px;}
.afmodalform .valid{background-image:url(images/ok_16.png); background-repeat:no-repeat;background-position:center right;}
.afmodalform .invalid{padding-right:20px;background-image:url(images/warning16.png); background-repeat:no-repeat;background-position:center right;}
.afmodalform .SubHead{font-size:14px;}
.afmodalform{border:8px solid #cdcdcd;border-radius:8px;-moz-border-radius: 8px; -webkit-border-radius: 8px;z-index:2000}
.amcp-mod-inner{background-color:#f5f5f5;border:1px solid #999;}
.amcp-mod-hd{height:26px; background-color:#ffffcc;border-bottom:1px solid #999;}
.amcp-mod-hd img{padding-top:5px;float:right;cursor:pointer;padding-right:6px;}
.afbuttonarea{border-top:dashed 1px #AAA;text-align:center;margin:10px 0 10px 0;padding-top:10px;}
.afbtn{border:solid 1px #666;width:auto; font-size:14px;border-radius:4px;-moz-border-radius: 4px; -webkit-border-radius: 4px;padding:4px;padding-left:8px;padding-right:8px;}
.act{width:auto;background-color:#fffcc9;font-weight:bold;color:#808080;}
.act:HOVER{color:#000;}
.dim{border-style:solid;border-width:1px;width:auto;color:#999;background-color:#f5f5f5;}
.dim:HOVER{background-color:#cdcdcd;color:#000;}
.propname{float:left;}
.propname a,.propname a:hover{font-family:tahoma,verdana,arial,sans-serif !important;font-size:14px;font-weight:bold;}
#afRankEdit .dnnForm, #afFilterEdit .dnnForm{min-width:inherit;} | DesktopModules/ActiveForums/ControlPanel.css | .cpshell{margin-top:8px;border:1px solid #375162;background-color:#A1B3C1;}
.cpvshim{height:450px;width:1px;float:right;}
.cpnav{width:180px;float:left;margin-top:12px;}
.cpcontent{margin-left:180px;background-color:#fff;padding:3px; vertical-align:top;}
.cpfooter{padding:1px;padding-right:6px;background-color:#ccc;}
.cpfooter span{float:right;font-size:smaller;}
.cpshell h1{font-size:14px;font-weight:bold;padding-bottom:2px;}
.cpshell h2{padding-bottom:10px;}
.cpshell h3{padding:5px;border-bottom:solid 1px #AAA;font-weight:bold;background-color:#666;color:#fff;}
.cpshell h4{padding:8px;border-bottom:solid 1px #AAA;background-color:#fff;}
.cpshell .cpnav ul {margin-left:18px;}
.cpshell .cpnav li{font-size:10pt; cursor:pointer;}
.cpshell .cpnav ul li{padding:0;margin:0;margin-bottom:2px;}
.cpshell .cpnav ul div{padding-bottom:2px;padding-left:4px;}
.cpshell .cpnav ul li.selected,.cpshell .cpnav ul li ul li.selected{background-color:#fff;border-top:1px solid #999;border-left:1px solid #999;border-bottom:1px solid #fff;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;}
.cpnav ul li.selected div,.cpnav ul li ul li.selected div{border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #f5f5f5;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;}
.cpnav ul li.selected div ul li div{border-style:none;}
.cpnav ul li.selected *, .dnn-modcp-menu ul li ul li.selected *{color:#375162;}
.cpnav ul li *, .dnn-modcp-menu ul li ul li *{color:#f5f5f5;}
.cpnav ul li ul{display:none;}
.cpnav ul li ul li{}
.cpnav li.selected ul{display:block;}
.afminidel{position:relative;}
.amcploader{width:648px;border:1px solid #cdcdcd;height:48px;background-color:#f5f5f5;float:left;display:none;position:absolute;opacity: 0.8;-ms-opacity: 0.8;-moz-opacity: 0.8;filter: alpha(opacity=80);}
.amcploader img{float:left;margin-left:20px;margin-top:6px;}
.amcploader span{font-weight:bold;margin-left:40px;position:relative;top:16px;}
.amcpnotify{width:646px;border:2px solid #cdcdcd;height:48px;float:left;display:none;position:absolute;}
.amcpnotify div{position:absolute; margin-left:12px;}
.amcpnotify i{display:block;height:32px;width:32px;position:relative;top:8px;float:left;}
.amcpnotify span{font-weight:bold;margin-left:18px;position:relative;top:12px;font-size:16px;}
.amcpsuccess{border-color:#669966;background-color:#ccffcc;}
.amcpsuccess i{background-image:url(images/check32.png);}
.amcperror{border-color:#cc0000;background-color:#ffcccc;}
.amcperror i{background-image:url(images/error32.png);}
.amcpwarn{border-color:#ffcc00;background-color:#ffffcc;}
.amcpwarn i{background-image:url(images/warn32.png);}
.amcplnkbtn{text-align:left;font-family:Tahoma;font-size:11px;font-weight:bold; color:#666666;cursor:hand;cursor:pointer;display:inline;padding-right:15px;}
.amcpcontainer{display:block;border: solid 1px #666666;width: 650px;background-color: #f5f5f5;margin-left:auto;margin-right:auto;}
.amcpcontainer td {font-family:Tahoma;font-size:12px; color:#666666; text-align:left;}
.afloader{background-color:#f5f5f5;opacity: 0.5;-ms-opacity: 0.5;-moz-opacity: 0.5;filter: alpha(opacity=50);}
.amcpshell{}
.aflistflat ul{padding-top:15px;}
.aflistflat ul li,ul.aflistflat li{list-style:none; float:left; padding-right:10px;height:20px;font-size:12px;background-repeat:no-repeat;}
.aflistflat a,.aflistflat a:link,.aflistflat a:visited,.aflistflat a:active, .aflistflat a:hover{font-size:12px; cursor:pointer;}
.amtabdisplay{width:auto;min-height:400px;}
.amcpsubnav{padding-left:10px;padding-top:3px;padding-bottom:3px;background-image:url(images/subnavback.gif);text-align:left;}
.amcpsubnav .amcplnkbtn{color:#f5f5f5;}
.amcpbrdnav{font-family:Tahoma;font-size:12px;color:#666; background-color:#ebf2ff;text-align:left;padding-top:4px;padding-left:4px;padding-bottom:4px}
.amcpbrdnavitem{cursor:pointer;}
.amcpcontrols{min-height:490px;font-family:Tahoma;font-size:11px; padding-top:5px;padding-left:10px;padding-right:10px;text-align:left;border-top:solid 1px #666;}
.amcpfooter{margin-left:auto;margin-right:auto;width:650px;padding-top:0px !important;padding-top:3px;padding-left:0px !important;padding-left:4px;padding-right:0px !important;padding-right:4px;height:20px;background-image:url(images/footerback.gif);border-left:solid 1px #666;border-right:solid 1px #666;border-bottom:solid 1px #666;}
.amcpfootertext{font-family:Tahoma;font-size:11px;padding-left:4px !important;padding-right:4px !important;}
.amcpcontrolstab{font-family:Tahoma;font-size:11px; padding-top:5px;text-align:left;width:auto}
.amcpnormal{font-family:Tahoma;font-size:11px;}
.amcpbold{font-family:Tahoma;font-size:11px; font-weight:bold;}
.amcptxtbx{color:#000;font-family:Tahoma;font-size:11px;border:solid 1px #666;width:99%; background-color:#fff; padding:1px;}
.amcptxtbxdisabled{color:#ccc;font-family:Tahoma;font-size:11px;border:solid 1px #ccc;width:99%; background-color:#e5e5e5; padding:1px;}
.amcptxtbxnum{color:#000;font-family:Tahoma;font-size:11px;border:solid 1px #666;width:99%; background-color:#fff; padding:1px;text-align:center;}
.amtab{border:solid 1px #898c95;display:inline;background-color:#fff;height:18px;padding-top:1px;padding-left:1px;padding-right:1px;position:relative;top:1;z-index:100;cursor:pointer;}
.amtabbottom{border:solid 1px #898c95;display:inline;background-color:#fff;height:18px;padding-bottom:1px;padding-left:1px;padding-right:1px;position:relative;top:-3px;z-index:100;cursor:pointer;}
.amtabtext{display:inline;background-image:url(images/amtab_back_norm.gif); height:16px;padding-left:5px;padding-right:5px;font-size:12px;}
.amtabsel{border-bottom:solid 1px #fff;position:relative;top:1;z-index:150;border-top:solid 1px #898c95;border-right:solid 1px #898c95;border-left:solid 1px #898c95;display:inline;background-color:#fff;height:21px;padding-top:1px;padding-left:2px;padding-right:2px;}
.amtabselbottom{position:relative;top:-1px;z-index:150;border-bottom:solid 1px #898c95;border-right:solid 1px #898c95;border-left:solid 1px #898c95;display:inline;background-color:#fff;height:21px;padding-bottom:1px;padding-left:2px;padding-right:2px;}
.amtabseltext{display:inline;height:16px;padding-left:5px;padding-right:5px;font-size:12px;}
.amtabcontent{border-top:solid 1px #898c95;background-color:#fff;z-index:100;top:0px;padding:5px;overflow:auto;}
.amtabcontentbottom{border-bottom:solid 1px #898c95;background-color:#fff;z-index:0;position:static;top:0px;padding:5px;overflow:auto;}
.amroles{background-color:#f5f5f5;border:solid 1px #999;margin:2px}
.amcpimgbtn{padding:2px;}
.agrowedit, .afrowedit{cursor:pointer;font-weight:bold;text-decoration:underline;}
.amsmallbtn,.amsmallbtn_over{width:50px;min-height:20px;padding-right:2px;padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:5px;font-size: 11px;font-family: Tahoma;color: #666;height: 22px;border:solid 1px #666;background-image: url(images/buttonback.png);cursor:pointer;position: static;text-decoration:none;display:block;clear:right;}
.amsmallbtn img,.amsmallbtn_over img{margin-left:2px;margin-right:1px;margin-top:0px;padding-top:2px;padding-left:2px;float:left;}
.amsmallbtn span, .amsmallbtn_over span{display:inline-block;padding-bottom:0px;padding-top:1px;margin-top:2px;margin-bottom:0px;height:16px;}
.afsecobject_over{width:125px;font-size:11px;font-family:Tahoma;padding:2px;overflow:hidden;white-space:nowrap;background-color: #FFFF99;}
.afhoverremove{z-index:1000;height:16px;width:12px;}
tr.afgroupback td{background-image:url(images/groupback.png);height:22px;}
tr.afgroupback td.afgroupback_left{background-image:url(images/groupback_left.png);}
tr.afgroupback td.afgroupback_right{background-image:url(images/groupback_right.png);}
.afgroupback td{font-weight:bold;}
.afforumback td{border-bottom:dashed 1px #999}
.af16icon{padding:0px;cursor:pointer;height:18px;width:18px;}
.af16icon_over{padding:0px;cursor:pointer;height:18px;width:18px;background-image:url(images/af16icon_over.png);}
.afsecgrid{border:solid 1px #333;}
.afgridrow{background-color:#fff;}
.afgridrowover{background-color: #87cefa;}
.afsecobjects{width:165px;overflow:hidden;}
.afsecobjecttxt{height:18px;overflow:hidden;width:165px;float:left;}
.afsecobject{width:165px;font-size:11px;font-family:Tahoma;padding:0;overflow:hidden;white-space:nowrap;height:18px;}
.afsecobjecthd{font-weight:bold;font-size:11px;font-family:Tahoma;padding:2px;width:75px;white-space:nowrap; background-color:#dcdcdc;}
.afsecactions{overflow:hidden;white-space:nowrap;padding-bottom:30px;width:450px;}
.afsecactiongrp{width:50px;}
.afsectoggle{height:18px;}
.afsecactionhd{font-size:11px;font-family:Tahoma;padding:2px;text-align:center;border-bottom:solid 1px #dcdcdc;}
.afsecactionelem{font-size:11px;font-family:Tahoma;text-align:center;padding:0;border-left:dashed 1px #dcdcdc;height:16px;}
.amtbwrapper {text-decoration:none;text-align:center !important;display:block;padding:0px;margin:0px;height:60px;}
.amnavbar {height:61px;text-decoration:none;text-align:center;display:block;padding:0px;margin:0px;background-image:url(images/toolbarback.png);}
.amcpmdtoolbarbtm{text-align:center;padding:0px; margin-left:auto;margin-right:auto;height:55px;}
.amcpmdtoolbarbtm a, .amcpmdtoolbarbtm a:link{text-decoration:none;text-align:center !important;}
.amcpmdtoolbar{width:610px;text-align:center;padding:0px;margin:0 auto;height:50px;padding-top:2px;text-decoration:none;}
.amcpmdtoolbar a, .amcpmdtoolbar a:link{text-decoration:none;text-align:center !important;}
.amtoolbaritem img{text-align:center !important;}
.amtoolbaritem {
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-weight: normal;
color: #666;
cursor: pointer;
float:left;
border:solid 1px transparent;
text-decoration:none;
text-align:center;
height:50px;
width:45px;
display:inline;
margin-bottom:0px;
margin-top:0px;
padding: 2px;
}
.amtoolbaritem a, .amtoolbaritem a:link, .amtoolbaritem a:visited, .amtoolbaritem a:active, .amtoolbaritem a:hover
{
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-weight: normal;
text-decoration:none;
border:solid 1px transparent;
text-align:center;
margin:0px;
padding:0px;
}
.amtoolbaritem_over a, .amtoolbaritem_over a:link,.amtoolbaritem_over a:visited,.amtoolbaritem_over a:active, .amtoolbaritem_over a:hover
{
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-weight: normal;
text-decoration:none;
border:solid 1px transparent;
text-align:center;
margin:0px;
padding:0px;
}
.amtoolbaritem_over{
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-weight: normal;
color: #000;
cursor: pointer;
display:block;
text-decoration:none;
border:solid 1px #cdcdcd;
padding:4px;
background-color: #fcfcfc;
text-align:center;
height:50px;
width:45px;
float:left;
margin:0px;
padding:2px;
}
.amtip{font-family:Tahoma;font-size:9px;position:absolute;visibility:hidden;width:75px;z-index:60000;}
.amtipbubble{background-color: #fffacd;height:auto;border:solid 1px #000;z-index:60000; width:150px;padding:5px;}
.amtiptext{padding:2px;width:150px;text-align:left;}
.amcpsection{font-family:Tahoma;font-size:12px;padding-top:5px;font-weight:bold;border-bottom:solid 1px #dcdcdc;}
.amMsgBox{border:solid 1px #666;background-color:#ffffcc;font-family:Tahoma;font-size:12px;}
.amMsgBoxHeader{border-bottom:solid 1px #666;background-color:#999;font-weight:bold;padding:2px;text-align:left;}
.amMsgBoxText{padding:5px;}
.dashOuter
{
border-right: #f5f5f5 3px solid;
border-top: #f5f5f5 3px solid;
border-left: #f5f5f5 3px solid;
border-bottom: #f5f5f5 3px solid;
}
.dashOuterHeader{padding:4px;font-family:Tahoma;font-size:12px;border-right: #dcdcdc 1px solid;
border-top: #dcdcdc 1px solid;
border-left: #dcdcdc 1px solid;background-image:url(images/dashHeaderBg.gif);}
.dashInner
{
border-right: #b3b3b3 1px solid;
border-top: #b3b3b3 1px solid;
border-left: #b3b3b3 1px solid;
border-bottom: #b3b3b3 1px solid;
}
.dashHD{font-family:Tahoma;font-size:11px;font-weight:bold;}
.dashRow{font-family:Tahoma;font-size:11px;}
.amloading{font-family:Tahoma;position:relative;z-index:20000;height:450px;top:100px;width:100%}
.amload{font-family:Tahoma;font-size:11px;position:relative;z-index:30000;height:300px;width:100%;text-align:center;}
.amcptblhdr{font-family:Tahoma;font-size:11px; font-weight:bold;background-color:#666666;color:#fff;}
.amcptblsubhdr{font-family:Tahoma;font-size:11px; font-weight:bold;background-color:#f8f8ff}
.ampagertext
{
font-family: verdana;
font-size: 11px;
}
.ampager {
height: 22px;
padding-right:5px;
text-align:center;
}
.ampageritem{width:20px;color:#666;font-family:tahoma,arial;font-size:11px; cursor:pointer; text-align:center;background-image: url(images/pgBack.gif);}
.ampageritem2{border-right:solid 1px #666;color:#666;font-family:tahoma,arial;font-size:11px; cursor:pointer; text-align:center !important;background-image: url(images/pgBack.gif);}
.ampagernumber{width:20px;border-right:solid 1px #666;color:#666;font-family:tahoma,arial;font-size:11px; cursor:pointer; text-align:center !important;background-image: url(images/pgBack.gif);}
.ampagernumber_current{width:20px;color: #fff;font-family: tahoma,arial;font-size: 11px;text-align:center !important;background-image: url(images/pgBack_sel.gif)}
.ampagerinfo {color: #666;font-family: tahoma,arial;font-size: 11px;text-align:center; white-space:nowrap;background-image: url(images/pgBack.gif);}
.amheadingcelltext
{
font-family: verdana;
font-size: 10px;
font-weight: bold;
text-align: left;
float:left;
color:#f5f5f5;
}
.amheadingcellimage
{
text-align: right;
width: 10px;
height: 10px;
float:right;
}
.amdatacell
{
padding: 3px;
border-right: 1px solid #EAE9E1;
border-bottom: 1px solid #EAE9E1;
font-family: verdana;
font-size: 10px;
}
.amdatarow
{
height:25px;
padding: 3px;
font-family: verdana;
font-size: 10px;
background-color:#FFFFFF;
cursor: pointer;
}
.amrowselected
{
height: 25px;
padding: 3px;
font-family: verdana;
font-size: 10px;
background-color: #ffff99;
cursor: pointer;
}
.amrowalternating {
height: 25px;
background-color: #fffff0;
padding: 3px;
font-family: verdana;
font-size: 10px;
cursor: pointer;
}
.amrowalternating td.datacell
{
padding: 3px;
border-right: 1px solid #EAE9E1;
border-bottom: 1px solid #EAE9E1;
font-family: verdana;
font-size: 10px;
background-color: #cdcdcd;
}
.amcfgbtn{cursor:pointer;font-weight:bold;}
.amModal{border:solid 1px #666;z-index: 100000;display:block;background-color:#f0f0f0;}
.amModalHeader{font-family:Tahoma;font-size:11px; font-weight:bold;background-color:#666666;color:#fff; height:22px;width:100%;}
.amModalHeaderText{padding-left:10px;padding-top:5px;font-family:Tahoma;font-size:11px; font-weight:bold;background-color:#666666;color:#fff;text-align:left;float:left}
.amModalCloseImg{text-align:right;padding-right:2px;cursor:pointer;float:right}
.amModalFrame{padding:10px;}
* html .ammodalpop { margin:0px; padding:0px;}
.ammodalpop{margin:0px;position:absolute;background-color:#f0f0f0;padding:0px;border:solid 1px #ccc;z-index:50000}
.ammodalpop select, .ammodalpop input, .ammodalpop textarea { margin: 0px;padding: 4px;background-color: #fff;border: solid 1px black;}
.ammodalpop td { vertical-align: middle;padding: 2px 10px 2px 0px; }
.ammodalpop td:nth-child(2) { min-width: 100px; }
.afsuccess{color:Green;}
.aferror{color:Red;}
a.btnadd,a.btnadd:link,a.btnadd:visited{font-weight:bold !important;background-color:#ffffcc;background-image:url(images/add-circle.png);color:#808080 !important; border:1px solid #cdcdcd; background-repeat:no-repeat; background-position:4px center;padding:4px;padding-left:22px;}
a.btnadd:hover{text-decoration:none;border-color:#666;color:#000 !important;}
.afroundall{border-radius:4px;-moz-border-radius: 4px; -webkit-border-radius: 4px;}
ul#proplist{margin-left:0px;}
#proplist li{list-style-type:none;}
#proplist .aflistflat li{list-style-type:none; background-image:url(images/checkbox_unchecked.png); background-repeat:no-repeat; background-position:-1px left; padding-left:16px;}
#proplist .aflistflat li.checked{background-image:url(images/checkbox.png);}
#proplist li select{float:right;width:150px;}
#proplist li.candrag{margin:0px;padding:0px;border: 2px none #f90;margin-left:-20px;margin-bottom:4px;}
#proplist .candrag a{cursor:pointer;}
#proplist .prophead{border-bottom:solid 1px #808080;font-size:14px;margin-bottom:5px;}
ul.ampropeditor{width:375px;margin-left:auto;margin-right:auto;}
ul.ampropeditor li input[type="text"],ul.ampropeditor li select{width:225px;}
.afclear:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.afclear{min-height:1px;}
.amcphd{font-family:tahoma,verdana,arial,sans-serif !important;font-size:14px;font-weight:bold;padding-bottom:2px;}
.amcpintro{padding-bottom:10px;}
.amcpoption{border:solid 1px #AAA;margin-bottom:15px;}
.amcpsuboption{margin-bottom:5px;padding:5px;background-color:#fff;border:solid 1px #cdcdcd;}
.amcplistitem{background-color:#fffcc9;padding:3px;border:solid 1px #7e7e7e;margin-right:5px;}
.amcplistitemtext{overflow:hidden;white-space:nowrap;font-size:10px;}
.amcpoptionhd{padding:5px;border-bottom:solid 1px #AAA;font-weight:bold;background-color:#666;color:#fff;}
.amcpoptionsubhd{font-weight:bold;}
.amcpoptionlabelH{font-size:11px;padding-bottom:5px;}
.amcpoptiontip{padding:8px;border-bottom:solid 1px #AAA;background-color:#fff;}
.amcpoptionfields{background-color:#f5f5f5;padding:12px;padding-left:20px;}
.amcpradioitem{width:12px;float:left;padding-right:5px;}
.amcpradioitem input{margin:0px;padding:0px;}
.amcpoptionfield select,.amcpoptionrow select{font-size:12px;padding-left:5px;height:20px;}
.amcpoptionfield{padding-bottom:5px;margin-bottom:2px;}
.amcpoptionrow{padding-bottom:5px;margin-bottom:2px;}
.amcpsuboption .amcpoptionrow{margin-left:10px;}
.amcpoptionrow label{float:left;margin-top:4px;}
.amcptooltip{display:block;width:16px;height:16px; background-image:url(images/tooltip.png); cursor:pointer;}
.amcppropblock{float:left;margin-left:15px;}
.amcppropwrap{display:none;background-color:#fff;border:1px solid #cdcdcd;border-radius:4px;-moz-border-radius: 4px; -webkit-border-radius: 4px;padding:10px;}
.amcpinput{display:table-cell;}
.amcpinput input,.amcpinput select{font-size:12px;border:solid 1px #cdcdcd;padding-left:5px;height:20px;}
td.amcpinput select{width:99%;}
.amcpinput textarea{font-family:tahoma,verdana,arial,sans-serif;font-size:12px;border:solid 1px #cdcdcd;padding:5px;}
.amcptextarea{font-family:tahoma,verdana,arial,sans-serif;font-size:12px;border:solid 1px #cdcdcd;padding:5px;}
.amcpminitxt{text-align:center;padding-left:0px !important;}
.amcplabel{padding-left:10px;padding-right:5px;font-family:Arial, Verdana, Serif !important;font-size:11px !important;white-space:nowrap;text-align:right !important;}
.dragHandle {display: block;visibility:hidden;float: left;width: 16px;height: 28px;cursor: move;margin-left:4px;margin-right:4px;background-image:url(images/sort_16.png);background-repeat:no-repeat;background-position:center center;}
#proplist li:HOVER .dragHandle{visibility:visible;}
.myItemHover {background: #f5f5f5;}
.myDragTarget {background: #FFFFCC;opacity: 0.7;border: 2px dashed #f90;padding: 0px;margin:0px;}
#proplist .myDropTarget {background: #ccc;display:block;padding:0px;margin:0px;border: 2px none #f90;}
ul.amcpformlist{margin:0px;padding:0px;margin-top:10px;}
ul.amcpformlist li{list-style-type:none !important;display:block;margin-bottom:4px;line-height:26px;}
ul.amcpformlist li label,table.amcpformlist td label{text-align:right;font-size:14px;line-height:26px;}
ul.amcpformlist li input[type="text"],table.amcpformlist td input[type="text"]{font-size:14px;border:solid 1px #cdcdcd;padding:3px;height:22px;}
ul.amcpformlist li select,table.amcpformlist td select{font-size:14px !important;padding:3px;margin-right:0px !important;height:26px !important;}
ul.amcpformlist li div.amcpradiorow{height:24px;line-height:24px;}
ul.amcpformlist li div.amcpradiorow span{font-size:14px;}
ul.amcpformlist li div.amcpradiorow input[type="radio"]{font-size:14px;margin:0px;padding:0px !important;margin-left:4px;margin-right:8px;margin-top:0px !important;}
ul.amcpformlist li div.amcpradiorow input[type="checkbox"]{font-size:14px;margin:0px;padding:0px !important;margin-left:4px;margin-right:4px;margin-top:8px !important;}
.afmodalform .NormalTextBox{font-size:14px;}
.afmodalform .valwrap{padding-right:20px;}
.afmodalform .valid{background-image:url(images/ok_16.png); background-repeat:no-repeat;background-position:center right;}
.afmodalform .invalid{padding-right:20px;background-image:url(images/warning16.png); background-repeat:no-repeat;background-position:center right;}
.afmodalform .SubHead{font-size:14px;}
.afmodalform{border:8px solid #cdcdcd;border-radius:8px;-moz-border-radius: 8px; -webkit-border-radius: 8px;z-index:2000}
.amcp-mod-inner{background-color:#f5f5f5;border:1px solid #999;}
.amcp-mod-hd{height:26px; background-color:#ffffcc;border-bottom:1px solid #999;}
.amcp-mod-hd img{padding-top:5px;float:right;cursor:pointer;padding-right:6px;}
.afbuttonarea{border-top:dashed 1px #AAA;text-align:center;margin:10px 0 10px 0;padding-top:10px;}
.afbtn{border:solid 1px #666;width:auto; font-size:14px;border-radius:4px;-moz-border-radius: 4px; -webkit-border-radius: 4px;padding:4px;padding-left:8px;padding-right:8px;}
.act{width:auto;background-color:#fffcc9;font-weight:bold;color:#808080;}
.act:HOVER{color:#000;}
.dim{border-style:solid;border-width:1px;width:auto;color:#999;background-color:#f5f5f5;}
.dim:HOVER{background-color:#cdcdcd;color:#000;}
.propname{float:left;}
.propname a,.propname a:hover{font-family:tahoma,verdana,arial,sans-serif !important;font-size:14px;font-weight:bold;}
#afRankEdit .dnnForm, #afFilterEdit .dnnForm{min-width:inherit;} | 0.281801 | 0.048428 |
body {
background: #fafafa;
color: #333333;
margin-top: 5rem;
}
h1, h2, h3, h4, h5, h6 {
color: #444444;
}
.container-month-year h1 {
font-size: 450%;
margin: 0
}
ul {
margin: 0;
}
.bg-steel {
background-color: #5f788a;
}
.site-header .navbar-nav .nav-link {
color: #cbd5db;
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.time-title {
color: #444444;
}
a.time-title:hover {
color: #428bca;
text-decoration: none;
}
.time-content {
white-space: pre-line;
}
.time-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.time-metadata a:hover {
color: #333;
text-decoration: none;
}
table{
float:left;
border: 1px solid black;
}
h4{
float:left;
white-space: pre-line;
}
#shift1{
background-color: #0099CC;
}
#shift2{
background-color: #007E33;
}
#shift3{
background-color: #FF8800;
}
#shift4{
background-color: #CC0000;
}
#shift5{
background-color: #9933CC;
}
.btn-time {
border: none;
color: white;
width: 40%;
padding: 3px 32px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
opacity: 0.4;
transition: 0.3s;
display: inline-block;
text-decoration: none;
cursor: pointer;
}
.calendar-td {
width: 200px;
height: 70px;
border-style: solid;
border-width: 1px;
border-color: #ECECEC;
border-collapse: collapse;
margin: 0;
padding: 0;
}
.calendar-btn:hover {
opacity: 1
}
.calendar-btn {
width: 100%;
height: 100%;
background-color: black;
border: none;
color: white;
padding: 16px 32px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
opacity: 0.4;
transition: 0.3s;
display: inline-block;
text-decoration: none;
cursor: pointer;
}
.container1{
height: 100px;
width: 100%;
}
.container2{
height: 50px;
width: 100%;
}
.font-title{
font-size: 400%;
font-family: Lato;
}
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 30px;
border: 1px solid #888;
width: 50%;
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 1s, opac 1.8s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}} | static/cal/main.css | body {
background: #fafafa;
color: #333333;
margin-top: 5rem;
}
h1, h2, h3, h4, h5, h6 {
color: #444444;
}
.container-month-year h1 {
font-size: 450%;
margin: 0
}
ul {
margin: 0;
}
.bg-steel {
background-color: #5f788a;
}
.site-header .navbar-nav .nav-link {
color: #cbd5db;
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.time-title {
color: #444444;
}
a.time-title:hover {
color: #428bca;
text-decoration: none;
}
.time-content {
white-space: pre-line;
}
.time-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.time-metadata a:hover {
color: #333;
text-decoration: none;
}
table{
float:left;
border: 1px solid black;
}
h4{
float:left;
white-space: pre-line;
}
#shift1{
background-color: #0099CC;
}
#shift2{
background-color: #007E33;
}
#shift3{
background-color: #FF8800;
}
#shift4{
background-color: #CC0000;
}
#shift5{
background-color: #9933CC;
}
.btn-time {
border: none;
color: white;
width: 40%;
padding: 3px 32px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
opacity: 0.4;
transition: 0.3s;
display: inline-block;
text-decoration: none;
cursor: pointer;
}
.calendar-td {
width: 200px;
height: 70px;
border-style: solid;
border-width: 1px;
border-color: #ECECEC;
border-collapse: collapse;
margin: 0;
padding: 0;
}
.calendar-btn:hover {
opacity: 1
}
.calendar-btn {
width: 100%;
height: 100%;
background-color: black;
border: none;
color: white;
padding: 16px 32px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
opacity: 0.4;
transition: 0.3s;
display: inline-block;
text-decoration: none;
cursor: pointer;
}
.container1{
height: 100px;
width: 100%;
}
.container2{
height: 50px;
width: 100%;
}
.font-title{
font-size: 400%;
font-family: Lato;
}
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 30px;
border: 1px solid #888;
width: 50%;
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 1s, opac 1.8s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}} | 0.525856 | 0.105165 |
.user-grid{
display: grid;
grid-template-columns: 240px auto;
grid-template-rows: 865px;
grid-gap:30px 20px;
padding:30px 0;
}
.user-grid .grid-box[gap]{
--innergap: 30px;
}
.user-menu{
font-size:calc(14rem / var(--font-size));
}
.user-menu .item{
display: flex;
align-items: center;
height: 45px;
}
.user-menu a{
display: block;
}
.user-menu a:hover{
color:var(--primary);
}
.user-menu .item .the-icon{
margin-right: 1rem;
}
.user-menu .active{
color:var(--primary);
font-weight: bold;
}
.user-header{
border-bottom:1px solid var(--line2);
height: 55px;
/* line-height: 52px; */
padding:0 30px;
display: flex;
align-items: center;
}
.user-header .second-menu{
height: 100%;
}
.user-header .header-title{
font-size:calc(14rem / var(--font-size));
}
.user-header .header-title + .second-menu{
margin-left: 2rem;
}
.second-menu{
display: inline-flex;
align-items: center;
font-size:calc(14rem / var(--font-size));
}
.second-menu a:hover{
color:var(--primary);
}
.second-menu .item{
position: relative;
z-index: 1;
border-bottom:2px solid #fff;
height: 100%;
display: flex;
align-items: center;
overflow: hidden;
}
.second-menu .item + .item{
margin-left: 30px;
}
.second-menu .item a{
display: block;
padding: 0 1rem;
}
.second-menu .item.active{
border-color:var(--primary);
}
.second-menu .item.active:before{
content:'';
position: absolute;
z-index: 2;
background: var(--primary);
width: 5px;
height: 5px;
border-radius:50%;
left:50%;
bottom:-2.5px;
transform: translateX(-50%);
}
.second-menu .item.active:after{
content:'';
position: absolute;
z-index: 1;
background: var(--main-bg);
border:2px solid var(--primary);
width: 15px;
height: 15px;
border-radius:50%;
left:50%;
bottom:-7.5px;
transform: translateX(-50%);
/* clip: rect(0 0 .5px 0); */
}
.second-menu .active a{
color:var(--primary);
font-weight: bold;
}
.user-body{
padding: 30px;
}
.filter-form{
display: flex;
align-items: center;
margin-bottom: 2rem;
}
.filter-form .item + .item,
.filter-form .item + button{
margin-left: 2rem;
} | src/font/css/user-center.css |
.user-grid{
display: grid;
grid-template-columns: 240px auto;
grid-template-rows: 865px;
grid-gap:30px 20px;
padding:30px 0;
}
.user-grid .grid-box[gap]{
--innergap: 30px;
}
.user-menu{
font-size:calc(14rem / var(--font-size));
}
.user-menu .item{
display: flex;
align-items: center;
height: 45px;
}
.user-menu a{
display: block;
}
.user-menu a:hover{
color:var(--primary);
}
.user-menu .item .the-icon{
margin-right: 1rem;
}
.user-menu .active{
color:var(--primary);
font-weight: bold;
}
.user-header{
border-bottom:1px solid var(--line2);
height: 55px;
/* line-height: 52px; */
padding:0 30px;
display: flex;
align-items: center;
}
.user-header .second-menu{
height: 100%;
}
.user-header .header-title{
font-size:calc(14rem / var(--font-size));
}
.user-header .header-title + .second-menu{
margin-left: 2rem;
}
.second-menu{
display: inline-flex;
align-items: center;
font-size:calc(14rem / var(--font-size));
}
.second-menu a:hover{
color:var(--primary);
}
.second-menu .item{
position: relative;
z-index: 1;
border-bottom:2px solid #fff;
height: 100%;
display: flex;
align-items: center;
overflow: hidden;
}
.second-menu .item + .item{
margin-left: 30px;
}
.second-menu .item a{
display: block;
padding: 0 1rem;
}
.second-menu .item.active{
border-color:var(--primary);
}
.second-menu .item.active:before{
content:'';
position: absolute;
z-index: 2;
background: var(--primary);
width: 5px;
height: 5px;
border-radius:50%;
left:50%;
bottom:-2.5px;
transform: translateX(-50%);
}
.second-menu .item.active:after{
content:'';
position: absolute;
z-index: 1;
background: var(--main-bg);
border:2px solid var(--primary);
width: 15px;
height: 15px;
border-radius:50%;
left:50%;
bottom:-7.5px;
transform: translateX(-50%);
/* clip: rect(0 0 .5px 0); */
}
.second-menu .active a{
color:var(--primary);
font-weight: bold;
}
.user-body{
padding: 30px;
}
.filter-form{
display: flex;
align-items: center;
margin-bottom: 2rem;
}
.filter-form .item + .item,
.filter-form .item + button{
margin-left: 2rem;
} | 0.377082 | 0.101456 |
width: 100%;
height: 100%;
box-sizing: border-box;
/* For IE and modern versions of Chrome */
-moz-box-sizing: border-box;
/* For Firefox */
-webkit-box-sizing: border-box;
/* For Safari */
}
.test-text {
width: 100%;
background: #f5f5f5;
padding: 0.5em 10px;
border-radius: 10px;
font-size: 14pt;
margin-bottom: 20px;
}
.test-text-editor, .multiple-choice-test-editor, .assignment-test-editor, .blank-words-test-editor, .category, .item {
margin: 1.5em 10px;
padding: 0.5em 10px;
border-radius: 10px;
}
.word, .blank, .blank-words-right, .sorting-test-items {
border-radius: 10px;
font-size: 13pt;
}
.test-text-editor {
background: #34aeef;
}
.multiple-choice-test-editor {
background: #D9D9D9;
}
.assignment-test-editor {
background: #E4E4E4;
}
.blank-words-test-editor {
background: #34aeef;
}
#blank-words-editable-div {
padding: 0.5em 10px;
background: white;
width: 89%;
min-height: 20px;
}
.top-radius-div {
display: inline-block;
width: 100%;
background: #E4E4E4;
padding: 0.5em 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
float: left;
}
body, html {
height: 100%;
}
.status-succes-text {
color: green;
}
.status-fail-text {
color: red;
}
.multiple-choice-test-status, .sorting-test-status, .blank-words-status {
display: inline-block;
width: 100%;
background: #c1c1c1;
padding: 0.5em 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
float: left;
}
.multiple-choice-test {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
position: relative;
height: 100%;
width: 100%;
}
.questions {
display: inline-block;
width: 50%;
height: 100%;
background: #E4E4E4;
float: left;
}
.answers {
display: inline-block;
width: 50%;
height: 100%;
background: #E4E4E4;
float: right;
}
.radio.inline {
padding-top: 0px;
}
.multiple-choice-test .questions {
width: 100% !important;
display: table !important;
}
.multiple-choice-test .answers {
width: 0% !important;
}
.multiple-choice-test .question-row {
display: table-row !important;
}
.multiple-choice-test .question-row>div {
display: table-cell !important;
}
.multiple-choice-test .question-row>div:first-child {
width: auto;
}
@media screen and (min-width: 1000px) {
.multiple-choice-test .question-row>div:first-child {
width: 0px !important;
}
}
.multiple-choice-test .question-row .answer-col {
width: 80px;
}
.category-sorting-test {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
position: relative;
height: 100%;
width: 100%;
}
.item {
height: auto;
padding: 0.5em;
float: left;
margin: 5px 5px 5px 5px;
background: white;
}
.category {
width: 90%;
padding: 0.5em;
float: left;
margin: 10px;
background: #f5f5f5;
}
h1 {
text-align: center;
}
.sorting-test-categories {
display: inline-block;
width: 50%;
height: 80%;
background: #E4E4E4;
float: left;
}
.sorting-test-items {
display: inline-block;
width: 47%;
height: 80%;
background: #D9D9D9;
padding: 0px 10px 10px 10px;
float: right;
}
.blank-words-test {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
position: relative;
height: 100%;
width: 100%;
}
.word {
float: left;
padding: 0.2em;
margin: 2px 2px 2px 2px;
background: white;
}
.blank {
display: inline;
width: 150px;
background: #f5f5f5;
padding: 4px;
}
.blank-words-left {
width: 100%;
background: #E4E4E4;
float: left;
font-size: 13pt;
}
.blank-words-right {
width: 100%;
background: #D9D9D9;
padding: 10px 10px 10px 10px;
float: right;
}
.text-hidden {
color: red;
}
.dropped {
display: inline;
float: inherit;
}
div.footer p {
text-align: center;
}
div.text-with-blank p {
line-height: 33px;
}
div.test-text p {
margin-bottom: 0px;
}
div.memtest h4 {
padding-left: 10px;
}
.hidden {
display: none;
}
.visible {
display: block;
}
.dificultate, .dificultate-selectata {
padding: 10px 20px 10px 20px;
margin: 10px auto;
width: 150px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
cursor: pointer;
border-radius: 10px;
}
.dificultate-selectata {
float: left;
}
.color-test {
background-color: teal;
}
.color-usor {
background-color: #f5cd79;
}
.color-mediu {
background-color: #f3a683;
}
.color-greu {
background-color: #cf6a87;
}
.alege-dificultate>center {
font-size: 15px;
}
body {
background: #f5f5f5;
font-family: 'Roboto', sans-serif;
}
div.app-container {
background: white;
border-radius: 10px;
min-height: 300px;
padding: 20px;
margin-top: 10px;
}
div.app-container a, section.footer a {
color: #00aeef;
}
h1.app-title {
color: #574b90;
text-align: center;
font-family: 'Noto Serif', serif;
font-weight: 700;
margin-bottom: 20px;
}
section.footer {
text-align: center;
padding: 20px;
}
section.footer div.logo img {
width: 150px;
height: auto;
}
.app-btn-primary {
color: white !important;
margin-top: 10px;
margin: 10px auto;
text-align: center;
font-weight: 600;
cursor: pointer;
border-radius: 10px;
background: #34aeef;
border: none;
padding: 10px 20px 10px 20px;
}
.app-btn-primary:hover {
background: #2d96ce;
}
.swal-title {
color: #111111;
}
.swal-text {
color: #212529;
}
@media screen and (max-width: 377px) {
.dificultate-selectata {
width: 100%;
}
.app-btn-primary {
width: 100%;
}
}
h1.app-title .fas {
color: #c1c1c1;
} | css/styles.css | width: 100%;
height: 100%;
box-sizing: border-box;
/* For IE and modern versions of Chrome */
-moz-box-sizing: border-box;
/* For Firefox */
-webkit-box-sizing: border-box;
/* For Safari */
}
.test-text {
width: 100%;
background: #f5f5f5;
padding: 0.5em 10px;
border-radius: 10px;
font-size: 14pt;
margin-bottom: 20px;
}
.test-text-editor, .multiple-choice-test-editor, .assignment-test-editor, .blank-words-test-editor, .category, .item {
margin: 1.5em 10px;
padding: 0.5em 10px;
border-radius: 10px;
}
.word, .blank, .blank-words-right, .sorting-test-items {
border-radius: 10px;
font-size: 13pt;
}
.test-text-editor {
background: #34aeef;
}
.multiple-choice-test-editor {
background: #D9D9D9;
}
.assignment-test-editor {
background: #E4E4E4;
}
.blank-words-test-editor {
background: #34aeef;
}
#blank-words-editable-div {
padding: 0.5em 10px;
background: white;
width: 89%;
min-height: 20px;
}
.top-radius-div {
display: inline-block;
width: 100%;
background: #E4E4E4;
padding: 0.5em 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
float: left;
}
body, html {
height: 100%;
}
.status-succes-text {
color: green;
}
.status-fail-text {
color: red;
}
.multiple-choice-test-status, .sorting-test-status, .blank-words-status {
display: inline-block;
width: 100%;
background: #c1c1c1;
padding: 0.5em 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
float: left;
}
.multiple-choice-test {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
position: relative;
height: 100%;
width: 100%;
}
.questions {
display: inline-block;
width: 50%;
height: 100%;
background: #E4E4E4;
float: left;
}
.answers {
display: inline-block;
width: 50%;
height: 100%;
background: #E4E4E4;
float: right;
}
.radio.inline {
padding-top: 0px;
}
.multiple-choice-test .questions {
width: 100% !important;
display: table !important;
}
.multiple-choice-test .answers {
width: 0% !important;
}
.multiple-choice-test .question-row {
display: table-row !important;
}
.multiple-choice-test .question-row>div {
display: table-cell !important;
}
.multiple-choice-test .question-row>div:first-child {
width: auto;
}
@media screen and (min-width: 1000px) {
.multiple-choice-test .question-row>div:first-child {
width: 0px !important;
}
}
.multiple-choice-test .question-row .answer-col {
width: 80px;
}
.category-sorting-test {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
position: relative;
height: 100%;
width: 100%;
}
.item {
height: auto;
padding: 0.5em;
float: left;
margin: 5px 5px 5px 5px;
background: white;
}
.category {
width: 90%;
padding: 0.5em;
float: left;
margin: 10px;
background: #f5f5f5;
}
h1 {
text-align: center;
}
.sorting-test-categories {
display: inline-block;
width: 50%;
height: 80%;
background: #E4E4E4;
float: left;
}
.sorting-test-items {
display: inline-block;
width: 47%;
height: 80%;
background: #D9D9D9;
padding: 0px 10px 10px 10px;
float: right;
}
.blank-words-test {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
position: relative;
height: 100%;
width: 100%;
}
.word {
float: left;
padding: 0.2em;
margin: 2px 2px 2px 2px;
background: white;
}
.blank {
display: inline;
width: 150px;
background: #f5f5f5;
padding: 4px;
}
.blank-words-left {
width: 100%;
background: #E4E4E4;
float: left;
font-size: 13pt;
}
.blank-words-right {
width: 100%;
background: #D9D9D9;
padding: 10px 10px 10px 10px;
float: right;
}
.text-hidden {
color: red;
}
.dropped {
display: inline;
float: inherit;
}
div.footer p {
text-align: center;
}
div.text-with-blank p {
line-height: 33px;
}
div.test-text p {
margin-bottom: 0px;
}
div.memtest h4 {
padding-left: 10px;
}
.hidden {
display: none;
}
.visible {
display: block;
}
.dificultate, .dificultate-selectata {
padding: 10px 20px 10px 20px;
margin: 10px auto;
width: 150px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
cursor: pointer;
border-radius: 10px;
}
.dificultate-selectata {
float: left;
}
.color-test {
background-color: teal;
}
.color-usor {
background-color: #f5cd79;
}
.color-mediu {
background-color: #f3a683;
}
.color-greu {
background-color: #cf6a87;
}
.alege-dificultate>center {
font-size: 15px;
}
body {
background: #f5f5f5;
font-family: 'Roboto', sans-serif;
}
div.app-container {
background: white;
border-radius: 10px;
min-height: 300px;
padding: 20px;
margin-top: 10px;
}
div.app-container a, section.footer a {
color: #00aeef;
}
h1.app-title {
color: #574b90;
text-align: center;
font-family: 'Noto Serif', serif;
font-weight: 700;
margin-bottom: 20px;
}
section.footer {
text-align: center;
padding: 20px;
}
section.footer div.logo img {
width: 150px;
height: auto;
}
.app-btn-primary {
color: white !important;
margin-top: 10px;
margin: 10px auto;
text-align: center;
font-weight: 600;
cursor: pointer;
border-radius: 10px;
background: #34aeef;
border: none;
padding: 10px 20px 10px 20px;
}
.app-btn-primary:hover {
background: #2d96ce;
}
.swal-title {
color: #111111;
}
.swal-text {
color: #212529;
}
@media screen and (max-width: 377px) {
.dificultate-selectata {
width: 100%;
}
.app-btn-primary {
width: 100%;
}
}
h1.app-title .fas {
color: #c1c1c1;
} | 0.354321 | 0.145813 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800;900&display=swap');
a * {
margin: 0px;
padding: 0px;
}
body {
background: #242528 !important;
color: #fff !important;
font-family: 'Poppins', sans-serif !important;
}
* {
font-family: 'Nunito', sans-serif;
}
.sidenav {
background: #29292B;
height: 100%;
position: fixed;
width: 16%;
}
.sidenav a {
padding: 10px;
font-size: 25px;
color: #CDCFCE;
display: block;
text-decoration: none !important;
user-select: none;
z-index: 20;
-webkit-transition: all .3s ease;
transition: all .3s ease;
font-size: 16px;
}
.sidenav a i {
height: 30px;
line-height: 30px;
width: 30px;
text-align: center;
border-radius: 3px;
background: #1e1e21;
}
.sidenav a:hover {
background: #242427;
transition: .3s;
color: #fff !important;
}
.col-md-10.bg {
background: #2C2F33;
color: #fff;
}
.dashbord-title {
margin-top: 50px;
}
.menu-title {
font-size: 14px;
font-weight: bold;
padding: 10px;
white-space: nowrap;
text-transform: uppercase;
color: hsla(0, 0%, 100%, .7);
}
.midel-wraper {
background-color: #29292B;
padding: 10px;
}
.data-remaing-section h3 {
padding-top: 18px;
text-transform: capitalize;
font-size: 18px;
color: #CBCDCC;
text-align: center;
}
.box-cricle {
/* border: 5px solid #17a2b8; */
text-align: center;
border-radius: 50%;
height: 200px;
width: 200px;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 70px 0px;
}
.box-cricle p {
padding: 0px;
margin: 0px;
font-size: 18px;
color: #17a2b8;
/* font-weight: bold; */
}
.data-remaing-section {
text-align: center;
}
.buy-data {
/* width: 30%; */
margin: 0 auto;
}
.data-remaning-message {
/*! font-weight: bold; */
font-size: 16px !important;
}
.data-remaing-section {
background: #29292B;
padding: 100px 0px;
/* border-radius: 10px; */
/* border: 1px solid #7289da; */
display: grid;
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("http://cdn.onlinewebfonts.com/svg/img_295694.svg") no-repeat right 0.75rem center/8px 10px !important;
border: 1px solid #CDCFCE !important;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #fff !important;
cursor: pointer;
padding: 6px 25px !important;
border-radius: 0px !important;
}
select {
word-wrap: normal;
background: none;
color: #fff;
padding: 8px 25px;
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
border: 1px solid #CDCFCE !important;
border-radius: .25rem;
color: #fff !important;
cursor: pointer;
padding: 6px 25px !important;
border-radius: 0px !important;
}
/* .buy-data .custom-select{
background: #17a2b8 url("http://cdn.onlinewebfonts.com/svg/img_295694.svg") no-repeat right 0.75rem center/8px 10px !important;
border: 1px solid #17a2b8 !important;
} */
.section-button-area {
display: flex;
padding: 50px 0px;
}
.btn-info {
color: #fff;
background: none !important;
border-color: #cdcfce !important;
padding: 6px 25px !important;
border-radius: 0px !important;
}
.page-link {
color: #cdcfce !important;
background-color: #29292b !important;
border: 1px solid #655e54 !important;
}
.btn-info.focus, .btn-info:focus {
color: #fff;
background-color: #138496;
border-color: #117a8b;
box-shadow: 0 0 0 .2rem rgb(101, 94, 84) !important;
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgb(101, 94, 84) !important;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 .2rem rgb(101, 94, 84) !important;
}
.btn-generate button {
background: none !important;
border: 1px solid #CDCFCE;
padding: 6px 25px;
border-radius: 0;
}
.btn-quantity {
/* width: 15%; */
margin-left: 10px;
}
.btn-generate {
/* width: 15%; */
margin-left: 10px;
}
/* #1E846A */
.data-show {
font-weight: bold;
}
/* Table css */
.custom-table {
min-width: 900px;
}
.custom-table thead tr, .custom-table thead th {
border-top: none;
border-bottom: none !important;
color: #CDCFCE;
}
.custom-table tbody th, .custom-table tbody td {
color: #777;
font-weight: 400;
padding-bottom: 20px;
padding-top: 20px;
font-weight: 300;
}
.custom-table tbody th small, .custom-table tbody td small {
color: #b3b3b3;
font-weight: 300;
}
.custom-table tbody tr:not(.spacer) {
border-radius: 7px;
overflow: hidden;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
border-bottom: 1px solid #5A544C !important;
}
thead {
border-bottom: 1px solid #5A544C;
}
.custom-table tbody tr:not(.spacer):hover {
-webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
}
.custom-table tbody tr th, .custom-table tbody tr td {
/* background: #25252b; */
border: none;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.custom-table tbody tr th a, .custom-table tbody tr td a {
color: #b3b3b3;
text-decoration: none !important;
}
.custom-table tbody tr th:first-child, .custom-table tbody tr td:first-child {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.custom-table tbody tr th:last-child, .custom-table tbody tr td:last-child {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.custom-table tbody tr.spacer td {
padding: 0 !important;
height: 3px;
border-radius: 0 !important;
background: transparent !important;
}
.custom-table tbody tr.active th, .custom-table tbody tr.active td, .custom-table tbody tr:hover th, .custom-table tbody tr:hover td {
color: #fff;
background: #242528;
}
.custom-table tbody tr.active th a, .custom-table tbody tr.active td a, .custom-table tbody tr:hover th a, .custom-table tbody tr:hover td a {
color: #fff;
}
/* Custom Checkbox */
.control {
display: block;
position: relative;
margin-bottom: 25px;
cursor: pointer;
font-size: 18px;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control__indicator {
position: absolute;
top: 2px;
left: 0;
height: 20px;
width: 20px;
border-radius: 4px;
border: 2px solid #3f3f47;
background: transparent;
}
.control--radio .control__indicator {
border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
border: 2px solid #007bff;
}
.control input:checked ~ .control__indicator {
border: 2px solid #007bff;
background: #007bff;
}
.control input:disabled ~ .control__indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
border: 2px solid #ccc;
}
.control__indicator:after {
font-family: 'icomoon';
content: '\e5ca';
position: absolute;
display: none;
}
.control input:checked ~ .control__indicator:after {
display: block;
color: #fff;
}
.control--checkbox .control__indicator:after {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -52%);
-ms-transform: translate(-50%, -52%);
transform: translate(-50%, -52%);
}
.control--checkbox input:disabled ~ .control__indicator:after {
border-color: #7b7b7b;
}
.control--checkbox input:disabled:checked ~ .control__indicator {
background-color: #007bff;
opacity: .2;
border: 2px solid #007bff;
}
/* Menu Css =========================================== */
.icon-customers i {
background: #404040;
padding: 10px;
margin-right: 10px;
font-size: 18px;
color: #cdcfce;
height: 30px;
width: 40px;
line-height: 10px;
text-align: center;
border-radius: 2px;
}
.icon-customers span {
font-size: 18px;
color: #cdcfce;
font-weight: 300;
}
main {
position: relative;
height: 100vh;
}
main .helper {
background: rgba(0, 0, 0, 0.2);
color: #ffea92;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
padding: 1.2em 2em;
text-align: center;
border-radius: 20px;
font-size: 2em;
font-weight: bold;
}
main .helper span {
color: rgba(0, 0, 0, 0.2);
font-size: 0.4em;
display: block;
}
.menu {
background: #29292B;
height: 100vh;
width: 16.666667%;
position: fixed;
top: 0;
left: 0;
z-index: 5;
outline: none;
}
.menu ul {
list-style: none;
padding: 0.5em 0;
margin: 0;
}
.menu ul li {
padding: 0.5em 1em 0.5em 3em;
font-size: 0.95em;
font-weight: regular;
background-repeat: no-repeat;
background-position: left 15px center;
background-size: auto 20px;
transition: all 0.15s linear;
cursor: pointer;
text-align: left;
margin-top: 20px;
}
/* .menu ul li.icon-dashboard {
background-image: url("http://www.entypo.com/images//gauge.svg");
}
.menu ul li.icon-customers {
background-image: url("http://www.entypo.com/images//briefcase.svg");
}
.menu ul li.icon-users {
background-image: url("http://www.entypo.com/images//users.svg");
}
.menu ul li.icon-settings {
background-image: url("http://www.entypo.com/images//tools.svg");
} */
.menu ul li:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li:focus {
outline: none;
}
@media screen and (max-width: 900px) and (min-width: 400px) {
body {
/* padding-left: 90px; */
}
.menu {
width: 90px;
}
.menu .avatar {
padding: 0.5em;
position: relative;
}
.menu .avatar img {
width: 60px;
}
.menu .avatar h2 {
opacity: 0;
position: absolute;
top: 50%;
left: 100px;
margin: 0;
min-width: 200px;
border-radius: 4px;
background: rgba(0, 0, 0, 0.4);
transform: translate3d(-20px, -50%, 0);
transition: all 0.15s ease-in-out;
}
.menu .avatar:hover h2 {
opacity: 1;
transform: translate3d(0px, -50%, 0);
}
/* .menu ul li {
height: 60px;
background-position: center center;
background-size: 30px auto;
position: relative;
} */
.menu ul li {
height: 40px;
background-position: center center;
background-size: 30px auto;
position: relative;
margin-left: -21px;
}
.menu ul li span {
opacity: 0;
position: absolute;
background: rgba(0, 0, 0, 0.5);
padding: 0.2em 0.5em;
border-radius: 4px;
top: 50%;
left: 80px;
transform: translate3d(-15px, -50%, 0);
transition: all 0.15s ease-in-out;
}
.menu ul li span:before {
content: '';
width: 0;
height: 0;
position: absolute;
top: 50%;
left: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid rgba(0, 0, 0, 0.5);
transform: translateY(-50%);
}
.menu ul li:hover span {
opacity: 1;
transform: translate3d(0px, -50%, 0);
}
}
@media screen and (max-width: 400px) {
body {
padding-left: 0;
}
.menu {
width: 230px;
box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
transform: translate3d(-230px, 0, 0);
transition: all 0.3s ease-in-out;
}
.menu .smartphone-menu-trigger {
width: 40px;
height: 40px;
position: absolute;
left: 100%;
background: #CDCFCE;
}
.menu .smartphone-menu-trigger:before, .menu .smartphone-menu-trigger:after {
content: '';
width: 50%;
height: 2px;
background: #fff;
border-radius: 10px;
position: absolute;
top: 45%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
}
.menu .smartphone-menu-trigger:after {
top: 55%;
transform: translate3d(-50%, -50%, 0);
}
.menu ul li {
padding: 1em 1em 1em 3em;
font-size: 1.2em;
}
.menu:focus {
transform: translate3d(0, 0, 0);
box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
}
.menu:focus .smartphone-menu-trigger {
pointer-events: none;
}
}
/* ============================ Responsive css =========================== */
/* 320Px Device ========//////////// */
@media only screen and (max-width: 320px) {
.icon-customers span {
font-size: 17px;
color: #cdcfce;
font-weight: 300;
}
.section-button-area {
display: inline-block;
padding: 50px 63px;
}
.btn-country {
margin-bottom: 10px;
}
.btn-quantity {
margin-left: 0px;
}
.btn-generate {
/* width: 15%; */
margin-left: 0px;
margin-top: 10px;
width: 100% !important;
display: inline-grid;
}
.btn-generate button {
background: #655E54 !important;
}
.btn-generate button:hover {
background: none !important;
transition: .3s;
}
.midle-btn.mt-5.mb-5 {
margin-top: 20px !important;
margin-bottom: 20px !important;
display: flex;
}
.midle-btn.mt-5.mb-5 button {
font-size: 13px;
}
.data-remaing-section {
background: #29292B;
padding: 20px 0px;
/* border-radius: 10px; */
/* border: 1px solid #7289da; */
display: grid;
}
}
/* 375Px Device ========//////////// */
@media only screen and (max-width: 375px) {
.icon-customers span {
font-size: 17px;
color: #cdcfce;
font-weight: 300;
}
.section-button-area {
display: inline-block;
/* padding: 50px 63px; */
width: 100%;
}
.btn-country {
margin-bottom: 10px;
}
.btn-quantity {
margin-left: 0px;
}
.btn-generate {
/* width: 15%; */
margin-left: 0px;
margin-top: 10px;
width: 100% !important;
display: inline-grid;
}
.btn-generate button {
background: #655E54 !important;
}
.btn-generate button:hover {
background: none !important;
transition: .3s;
}
.midle-btn.mt-5.mb-5 {
margin-top: 20px !important;
margin-bottom: 20px !important;
display: flex;
}
.midle-btn.mt-5.mb-5 button {
font-size: 13px;
}
.data-remaing-section {
background: #29292B;
padding: 20px 0px;
/* border-radius: 10px; */
/* border: 1px solid #7289da; */
display: grid;
}
}
/* 425Px Device ========//////////// */
@media only screen and (max-width: 425px) {
.icon-customers span {
font-size: 17px;
color: #cdcfce;
font-weight: 300;
}
.section-button-area {
display: inline-block;
/* padding: 50px 63px; */
width: 100%;
}
.btn-country {
margin-bottom: 10px;
}
.btn-quantity {
margin-left: 0px;
}
.btn-generate {
/* width: 15%; */
margin-left: 0px;
margin-top: 10px;
width: 100% !important;
display: inline-grid;
}
.btn-generate button {
background: #655E54 !important;
}
.btn-generate button:hover {
background: none !important;
transition: .3s;
}
.midle-btn.mt-5.mb-5 {
margin-top: 20px !important;
margin-bottom: 20px !important;
display: flex;
}
.midle-btn.mt-5.mb-5 button {
font-size: 13px;
}
.data-remaing-section {
background: #29292B;
padding: 20px 0px;
/* border-radius: 10px; */
/* border: 1px solid #7289da; */
display: grid;
}
}
/*768 Px Device ========//////////// */
@media only screen and (max-width: 768px) {
.icon-customers span {
font-size: 17px;
color: #cdcfce;
font-weight: 300;
}
.section-button-area {
display: inline-block;
/* padding: 50px 63px; */
width: 100%;
}
.btn-country {
margin-bottom: 10px;
}
.btn-quantity {
margin-left: 0px;
}
.btn-generate {
/* width: 15%; */
margin-left: 0px;
margin-top: 10px;
width: 100% !important;
display: inline-grid;
}
.btn-generate button {
background: #655E54 !important;
}
.btn-generate button:hover {
background: none !important;
transition: .3s;
}
.midle-btn.mt-5.mb-5 {
margin-top: 20px !important;
margin-bottom: 20px !important;
display: flex;
}
.midle-btn.mt-5.mb-5 button {
font-size: 13px;
}
.data-remaing-section {
background: #29292B;
padding: 20px 0px;
/* border-radius: 10px; */
/* border: 1px solid #7289da; */
display: grid;
}
}
.Vue-Toastification__toast--success {
background-color: #393939 !important;
color: #fff;
} | resources/js/components/views/Customer/Dashboard/dashboard.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800;900&display=swap');
a * {
margin: 0px;
padding: 0px;
}
body {
background: #242528 !important;
color: #fff !important;
font-family: 'Poppins', sans-serif !important;
}
* {
font-family: 'Nunito', sans-serif;
}
.sidenav {
background: #29292B;
height: 100%;
position: fixed;
width: 16%;
}
.sidenav a {
padding: 10px;
font-size: 25px;
color: #CDCFCE;
display: block;
text-decoration: none !important;
user-select: none;
z-index: 20;
-webkit-transition: all .3s ease;
transition: all .3s ease;
font-size: 16px;
}
.sidenav a i {
height: 30px;
line-height: 30px;
width: 30px;
text-align: center;
border-radius: 3px;
background: #1e1e21;
}
.sidenav a:hover {
background: #242427;
transition: .3s;
color: #fff !important;
}
.col-md-10.bg {
background: #2C2F33;
color: #fff;
}
.dashbord-title {
margin-top: 50px;
}
.menu-title {
font-size: 14px;
font-weight: bold;
padding: 10px;
white-space: nowrap;
text-transform: uppercase;
color: hsla(0, 0%, 100%, .7);
}
.midel-wraper {
background-color: #29292B;
padding: 10px;
}
.data-remaing-section h3 {
padding-top: 18px;
text-transform: capitalize;
font-size: 18px;
color: #CBCDCC;
text-align: center;
}
.box-cricle {
/* border: 5px solid #17a2b8; */
text-align: center;
border-radius: 50%;
height: 200px;
width: 200px;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 70px 0px;
}
.box-cricle p {
padding: 0px;
margin: 0px;
font-size: 18px;
color: #17a2b8;
/* font-weight: bold; */
}
.data-remaing-section {
text-align: center;
}
.buy-data {
/* width: 30%; */
margin: 0 auto;
}
.data-remaning-message {
/*! font-weight: bold; */
font-size: 16px !important;
}
.data-remaing-section {
background: #29292B;
padding: 100px 0px;
/* border-radius: 10px; */
/* border: 1px solid #7289da; */
display: grid;
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("http://cdn.onlinewebfonts.com/svg/img_295694.svg") no-repeat right 0.75rem center/8px 10px !important;
border: 1px solid #CDCFCE !important;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #fff !important;
cursor: pointer;
padding: 6px 25px !important;
border-radius: 0px !important;
}
select {
word-wrap: normal;
background: none;
color: #fff;
padding: 8px 25px;
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
border: 1px solid #CDCFCE !important;
border-radius: .25rem;
color: #fff !important;
cursor: pointer;
padding: 6px 25px !important;
border-radius: 0px !important;
}
/* .buy-data .custom-select{
background: #17a2b8 url("http://cdn.onlinewebfonts.com/svg/img_295694.svg") no-repeat right 0.75rem center/8px 10px !important;
border: 1px solid #17a2b8 !important;
} */
.section-button-area {
display: flex;
padding: 50px 0px;
}
.btn-info {
color: #fff;
background: none !important;
border-color: #cdcfce !important;
padding: 6px 25px !important;
border-radius: 0px !important;
}
.page-link {
color: #cdcfce !important;
background-color: #29292b !important;
border: 1px solid #655e54 !important;
}
.btn-info.focus, .btn-info:focus {
color: #fff;
background-color: #138496;
border-color: #117a8b;
box-shadow: 0 0 0 .2rem rgb(101, 94, 84) !important;
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgb(101, 94, 84) !important;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 .2rem rgb(101, 94, 84) !important;
}
.btn-generate button {
background: none !important;
border: 1px solid #CDCFCE;
padding: 6px 25px;
border-radius: 0;
}
.btn-quantity {
/* width: 15%; */
margin-left: 10px;
}
.btn-generate {
/* width: 15%; */
margin-left: 10px;
}
/* #1E846A */
.data-show {
font-weight: bold;
}
/* Table css */
.custom-table {
min-width: 900px;
}
.custom-table thead tr, .custom-table thead th {
border-top: none;
border-bottom: none !important;
color: #CDCFCE;
}
.custom-table tbody th, .custom-table tbody td {
color: #777;
font-weight: 400;
padding-bottom: 20px;
padding-top: 20px;
font-weight: 300;
}
.custom-table tbody th small, .custom-table tbody td small {
color: #b3b3b3;
font-weight: 300;
}
.custom-table tbody tr:not(.spacer) {
border-radius: 7px;
overflow: hidden;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
border-bottom: 1px solid #5A544C !important;
}
thead {
border-bottom: 1px solid #5A544C;
}
.custom-table tbody tr:not(.spacer):hover {
-webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
}
.custom-table tbody tr th, .custom-table tbody tr td {
/* background: #25252b; */
border: none;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.custom-table tbody tr th a, .custom-table tbody tr td a {
color: #b3b3b3;
text-decoration: none !important;
}
.custom-table tbody tr th:first-child, .custom-table tbody tr td:first-child {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.custom-table tbody tr th:last-child, .custom-table tbody tr td:last-child {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.custom-table tbody tr.spacer td {
padding: 0 !important;
height: 3px;
border-radius: 0 !important;
background: transparent !important;
}
.custom-table tbody tr.active th, .custom-table tbody tr.active td, .custom-table tbody tr:hover th, .custom-table tbody tr:hover td {
color: #fff;
background: #242528;
}
.custom-table tbody tr.active th a, .custom-table tbody tr.active td a, .custom-table tbody tr:hover th a, .custom-table tbody tr:hover td a {
color: #fff;
}
/* Custom Checkbox */
.control {
display: block;
position: relative;
margin-bottom: 25px;
cursor: pointer;
font-size: 18px;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control__indicator {
position: absolute;
top: 2px;
left: 0;
height: 20px;
width: 20px;
border-radius: 4px;
border: 2px solid #3f3f47;
background: transparent;
}
.control--radio .control__indicator {
border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
border: 2px solid #007bff;
}
.control input:checked ~ .control__indicator {
border: 2px solid #007bff;
background: #007bff;
}
.control input:disabled ~ .control__indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
border: 2px solid #ccc;
}
.control__indicator:after {
font-family: 'icomoon';
content: '\e5ca';
position: absolute;
display: none;
}
.control input:checked ~ .control__indicator:after {
display: block;
color: #fff;
}
.control--checkbox .control__indicator:after {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -52%);
-ms-transform: translate(-50%, -52%);
transform: translate(-50%, -52%);
}
.control--checkbox input:disabled ~ .control__indicator:after {
border-color: #7b7b7b;
}
.control--checkbox input:disabled:checked ~ .control__indicator {
background-color: #007bff;
opacity: .2;
border: 2px solid #007bff;
}
/* Menu Css =========================================== */
.icon-customers i {
background: #404040;
padding: 10px;
margin-right: 10px;
font-size: 18px;
color: #cdcfce;
height: 30px;
width: 40px;
line-height: 10px;
text-align: center;
border-radius: 2px;
}
.icon-customers span {
font-size: 18px;
color: #cdcfce;
font-weight: 300;
}
main {
position: relative;
height: 100vh;
}
main .helper {
background: rgba(0, 0, 0, 0.2);
color: #ffea92;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
padding: 1.2em 2em;
text-align: center;
border-radius: 20px;
font-size: 2em;
font-weight: bold;
}
main .helper span {
color: rgba(0, 0, 0, 0.2);
font-size: 0.4em;
display: block;
}
.menu {
background: #29292B;
height: 100vh;
width: 16.666667%;
position: fixed;
top: 0;
left: 0;
z-index: 5;
outline: none;
}
.menu ul {
list-style: none;
padding: 0.5em 0;
margin: 0;
}
.menu ul li {
padding: 0.5em 1em 0.5em 3em;
font-size: 0.95em;
font-weight: regular;
background-repeat: no-repeat;
background-position: left 15px center;
background-size: auto 20px;
transition: all 0.15s linear;
cursor: pointer;
text-align: left;
margin-top: 20px;
}
/* .menu ul li.icon-dashboard {
background-image: url("http://www.entypo.com/images//gauge.svg");
}
.menu ul li.icon-customers {
background-image: url("http://www.entypo.com/images//briefcase.svg");
}
.menu ul li.icon-users {
background-image: url("http://www.entypo.com/images//users.svg");
}
.menu ul li.icon-settings {
background-image: url("http://www.entypo.com/images//tools.svg");
} */
.menu ul li:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li:focus {
outline: none;
}
@media screen and (max-width: 900px) and (min-width: 400px) {
body {
/* padding-left: 90px; */
}
.menu {
width: 90px;
}
.menu .avatar {
padding: 0.5em;
position: relative;
}
.menu .avatar img {
width: 60px;
}
.menu .avatar h2 {
opacity: 0;
position: absolute;
top: 50%;
left: 100px;
margin: 0;
min-width: 200px;
border-radius: 4px;
background: rgba(0, 0, 0, 0.4);
transform: translate3d(-20px, -50%, 0);
transition: all 0.15s ease-in-out;
}
.menu .avatar:hover h2 {
opacity: 1;
transform: translate3d(0px, -50%, 0);
}
/* .menu ul li {
height: 60px;
background-position: center center;
background-size: 30px auto;
position: relative;
} */
.menu ul li {
height: 40px;
background-position: center center;
background-size: 30px auto;
position: relative;
margin-left: -21px;
}
.menu ul li span {
opacity: 0;
position: absolute;
background: rgba(0, 0, 0, 0.5);
padding: 0.2em 0.5em;
border-radius: 4px;
top: 50%;
left: 80px;
transform: translate3d(-15px, -50%, 0);
transition: all 0.15s ease-in-out;
}
.menu ul li span:before {
content: '';
width: 0;
height: 0;
position: absolute;
top: 50%;
left: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid rgba(0, 0, 0, 0.5);
transform: translateY(-50%);
}
.menu ul li:hover span {
opacity: 1;
transform: translate3d(0px, -50%, 0);
}
}
@media screen and (max-width: 400px) {
body {
padding-left: 0;
}
.menu {
width: 230px;
box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
transform: translate3d(-230px, 0, 0);
transition: all 0.3s ease-in-out;
}
.menu .smartphone-menu-trigger {
width: 40px;
height: 40px;
position: absolute;
left: 100%;
background: #CDCFCE;
}
.menu .smartphone-menu-trigger:before, .menu .smartphone-menu-trigger:after {
content: '';
width: 50%;
height: 2px;
background: #fff;
border-radius: 10px;
position: absolute;
top: 45%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
}
.menu .smartphone-menu-trigger:after {
top: 55%;
transform: translate3d(-50%, -50%, 0);
}
.menu ul li {
padding: 1em 1em 1em 3em;
font-size: 1.2em;
}
.menu:focus {
transform: translate3d(0, 0, 0);
box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
}
.menu:focus .smartphone-menu-trigger {
pointer-events: none;
}
}
/* ============================ Responsive css =========================== */
/* 320Px Device ========//////////// */
@media only screen and (max-width: 320px) {
.icon-customers span {
font-size: 17px;
color: #cdcfce;
font-weight: 300;
}
.section-button-area {
display: inline-block;
padding: 50px 63px;
}
.btn-country {
margin-bottom: 10px;
}
.btn-quantity {
margin-left: 0px;
}
.btn-generate {
/* width: 15%; */
margin-left: 0px;
margin-top: 10px;
width: 100% !important;
display: inline-grid;
}
.btn-generate button {
background: #655E54 !important;
}
.btn-generate button:hover {
background: none !important;
transition: .3s;
}
.midle-btn.mt-5.mb-5 {
margin-top: 20px !important;
margin-bottom: 20px !important;
display: flex;
}
.midle-btn.mt-5.mb-5 button {
font-size: 13px;
}
.data-remaing-section {
background: #29292B;
padding: 20px 0px;
/* border-radius: 10px; */
/* border: 1px solid #7289da; */
display: grid;
}
}
/* 375Px Device ========//////////// */
@media only screen and (max-width: 375px) {
.icon-customers span {
font-size: 17px;
color: #cdcfce;
font-weight: 300;
}
.section-button-area {
display: inline-block;
/* padding: 50px 63px; */
width: 100%;
}
.btn-country {
margin-bottom: 10px;
}
.btn-quantity {
margin-left: 0px;
}
.btn-generate {
/* width: 15%; */
margin-left: 0px;
margin-top: 10px;
width: 100% !important;
display: inline-grid;
}
.btn-generate button {
background: #655E54 !important;
}
.btn-generate button:hover {
background: none !important;
transition: .3s;
}
.midle-btn.mt-5.mb-5 {
margin-top: 20px !important;
margin-bottom: 20px !important;
display: flex;
}
.midle-btn.mt-5.mb-5 button {
font-size: 13px;
}
.data-remaing-section {
background: #29292B;
padding: 20px 0px;
/* border-radius: 10px; */
/* border: 1px solid #7289da; */
display: grid;
}
}
/* 425Px Device ========//////////// */
@media only screen and (max-width: 425px) {
.icon-customers span {
font-size: 17px;
color: #cdcfce;
font-weight: 300;
}
.section-button-area {
display: inline-block;
/* padding: 50px 63px; */
width: 100%;
}
.btn-country {
margin-bottom: 10px;
}
.btn-quantity {
margin-left: 0px;
}
.btn-generate {
/* width: 15%; */
margin-left: 0px;
margin-top: 10px;
width: 100% !important;
display: inline-grid;
}
.btn-generate button {
background: #655E54 !important;
}
.btn-generate button:hover {
background: none !important;
transition: .3s;
}
.midle-btn.mt-5.mb-5 {
margin-top: 20px !important;
margin-bottom: 20px !important;
display: flex;
}
.midle-btn.mt-5.mb-5 button {
font-size: 13px;
}
.data-remaing-section {
background: #29292B;
padding: 20px 0px;
/* border-radius: 10px; */
/* border: 1px solid #7289da; */
display: grid;
}
}
/*768 Px Device ========//////////// */
@media only screen and (max-width: 768px) {
.icon-customers span {
font-size: 17px;
color: #cdcfce;
font-weight: 300;
}
.section-button-area {
display: inline-block;
/* padding: 50px 63px; */
width: 100%;
}
.btn-country {
margin-bottom: 10px;
}
.btn-quantity {
margin-left: 0px;
}
.btn-generate {
/* width: 15%; */
margin-left: 0px;
margin-top: 10px;
width: 100% !important;
display: inline-grid;
}
.btn-generate button {
background: #655E54 !important;
}
.btn-generate button:hover {
background: none !important;
transition: .3s;
}
.midle-btn.mt-5.mb-5 {
margin-top: 20px !important;
margin-bottom: 20px !important;
display: flex;
}
.midle-btn.mt-5.mb-5 button {
font-size: 13px;
}
.data-remaing-section {
background: #29292B;
padding: 20px 0px;
/* border-radius: 10px; */
/* border: 1px solid #7289da; */
display: grid;
}
}
.Vue-Toastification__toast--success {
background-color: #393939 !important;
color: #fff;
} | 0.321353 | 0.068537 |
.entry-content {
color: #323232;
}
.entry-content ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
svg {
display: block;
width: 25px;
}
.entry-content li {
border-bottom: 1px solid #E5E5E5;
padding: 10px 0;
}
.entry-content li:last-child {
border: none;
}
.btn a {
background: #323232;
padding: 10px 30px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
text-decoration: none
}
.hot {
position: absolute;
top: -7px;
background: #F80;
color: #fff;
text-transform: uppercase;
z-index: 2;
padding: 2px 5px;
font-size: 9px;
border-radius: 2px;
right: 10px;
font-weight: 700;
}
.basic .entry-title {
background: #75DDD9;
}
.basic .entry-title > h3 {
background: #44CBC6;
}
.basic .price {
background: #44CBC6;
}
.standard .entry-title {
background: #4484c1;
}
.standard .entry-title > h3 {
background: #3772aa;
}
.standard .price {
background: #3772aa;
}
.ultimite .entry-title > h3 {
background: #DD4B5E;
}
.ultimite .entry-title {
background: #F75C70;
}
.ultimite .price {
background: #DD4B5E;
}
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.container {
max-width: 960px;
}
.pricing-header {
max-width: 700px;
}
.card-deck .card {
min-width: 220px;
}
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
@media (min-width: 576px){
.card-deck .card {
margin-left: 5px;
margin-right: 5px;
}
}
.card-title {
padding-top: 15px;
font-size: 18px;
margin-bottom: 0rem
}
.img-circle {
border-radius: 50%;
}
.tooltip-inner {
white-space:pre-wrap;
}
.btn-tooltip{
margin-left: 4px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
font-size: 10px;
color: white;
font-weight: 700;
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.35);
z-index: 100;
}
.loader {
position: fixed;
left : 50%;
top : 50%;
z-index : 101;
margin-left : -70px;
margin-top : -70px;
border: 18px solid #f3f3f3; /* Light grey */
border-top: 18px solid #3498db; /* Blue */
border-radius: 50%;
width: 140px;
height: 140px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} | css/main.css | .entry-content {
color: #323232;
}
.entry-content ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
svg {
display: block;
width: 25px;
}
.entry-content li {
border-bottom: 1px solid #E5E5E5;
padding: 10px 0;
}
.entry-content li:last-child {
border: none;
}
.btn a {
background: #323232;
padding: 10px 30px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
text-decoration: none
}
.hot {
position: absolute;
top: -7px;
background: #F80;
color: #fff;
text-transform: uppercase;
z-index: 2;
padding: 2px 5px;
font-size: 9px;
border-radius: 2px;
right: 10px;
font-weight: 700;
}
.basic .entry-title {
background: #75DDD9;
}
.basic .entry-title > h3 {
background: #44CBC6;
}
.basic .price {
background: #44CBC6;
}
.standard .entry-title {
background: #4484c1;
}
.standard .entry-title > h3 {
background: #3772aa;
}
.standard .price {
background: #3772aa;
}
.ultimite .entry-title > h3 {
background: #DD4B5E;
}
.ultimite .entry-title {
background: #F75C70;
}
.ultimite .price {
background: #DD4B5E;
}
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.container {
max-width: 960px;
}
.pricing-header {
max-width: 700px;
}
.card-deck .card {
min-width: 220px;
}
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
@media (min-width: 576px){
.card-deck .card {
margin-left: 5px;
margin-right: 5px;
}
}
.card-title {
padding-top: 15px;
font-size: 18px;
margin-bottom: 0rem
}
.img-circle {
border-radius: 50%;
}
.tooltip-inner {
white-space:pre-wrap;
}
.btn-tooltip{
margin-left: 4px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
font-size: 10px;
color: white;
font-weight: 700;
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.35);
z-index: 100;
}
.loader {
position: fixed;
left : 50%;
top : 50%;
z-index : 101;
margin-left : -70px;
margin-top : -70px;
border: 18px solid #f3f3f3; /* Light grey */
border-top: 18px solid #3498db; /* Blue */
border-radius: 50%;
width: 140px;
height: 140px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} | 0.411466 | 0.099383 |
*
{
box-sizing: border-box;
padding: 0;
margin: 0;
}
body
{
background-color: #d9dcd6;
}
/* Header with my name, and nav bar justified to the right */
.header
{
width:100%;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background: linear-gradient(315deg, #0abcf9 0%, #fffb96 74%);
color: #ffffff;
position: absolute;
}
.header h1
{
margin-left:10px;
display: flex;
flex-direction: row;
font-size: 48px;
}
.description
{
justify-content: center;
text-align: center;
}
/*Subheader with gradient background */
.subhead
{
width:100%;
font-family: 'Trebuchet', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #0cbaba;
background-image: linear-gradient(105deg, #0cbaba 0%, #380036 74%);
height:250px;
min-height: 100px;
max-height: 500px;
color: #ffffff;
font-size:24px;
position:relative;
text-align: right;
vertical-align: bottom;
}
/*Absolutely positioned subheader text at bottom right of the subheader container */
body
{
background-color: #d9dcd6;
}
/*
Absolutely positioning Card Text at the bottom right of the Work Cards
*/
.Card-Text
{
position:absolute;
bottom: 20px;
right: 30px;
font-weight: bold;
font-style: italic;
text-shadow: 1px, 1px, 2px, gray;
color: white;
font-size: 24px;
}
.footer
{
padding: 10px;
clear: both;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
font-size: 20px;
background: linear-gradient(315deg, #0abcf9 0%, #fffb96 74%);
}
.jumbotron_main {
text-align: center;
background-color: transparent;
border-radius: 0;
border-bottom: 10px solid black;
color: white;
background-image: url("https://cdn.gamer-network.net/2020/usgamer/A-Link-to-the-Past-Map-Header1-05292020.jpg/EG11/thumbnail/1920x1080/format/jpg/quality/65/the-20-best-in-game-maps.jpg");
height: 50vh;
position: relative;
}
.jumbotron_main h1{
font-weight: bold;
font-family: Verdana, 'Geneva', Tahoma, sans-serif;
padding-top: 5%;
}
.subhead-text
{
position:absolute;
bottom: 20px;
left: 25px;
font-weight: bold;
font-style: italic;
text-shadow: 12px, 12px, gray;
font-size: 18px;
}
footer a
{
text-decoration: none;
}
.description a
{
color: blue;
}
.description
{
margin-left:5px;
}
.msu-container
{
display:flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-around;
background-color: #d9dcd6;
}
.msu-container-right
{
display:flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: space-around;
}
.msu-card
{
border-radius: 60px;
}
.msu-card-jfg
{
position: relative;
background: #4AC29A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image: url("img/jfg.jpg");
margin-bottom: 10px;
background-size: cover;
min-height: 400px;
}
.msu-card-jfg
{
filter: brightness(80%);
-webkit-filter: brightness(80%)
}
.msu-card-jfg:hover{
cursor: pointer;
filter: brightness(100%);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
}
.msu-card:hover{
flex: 0 0 55%;
}
.card
{
flex: 0 0 40%;
}
@media screen and (max-width: 992px) {
.card
{
flex: 1 1 100%;
}
.msu-card:hover
{
flex: 1 1 100%
}
}
.jfg_text
{
background-color: #d9dcd6;
border:none;
}
.pss_text
{
background-color: #d9dcd6;
border:none;
}
.wr64_text
{
background-color: #d9dcd6;
border:none;
}
.msu-card-pss
{
position: relative;
background: #4AC29A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image:url("img/pss.jpg");
background-size: cover;
margin-bottom: 10px;
min-height: 400px;
}
.msu-card-pss
{
filter: brightness(80%);
-webkit-filter: brightness(80%)
}
.msu-card-pss:hover{
filter: brightness(100%);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
}
.sf64_text
{
background-color: #d9dcd6;
border:none;
}
.msu-card-sf64
{
position: relative;
background: #4AC29A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image:url("img/sf64.jpg");
background-size: cover;
margin-bottom: 10px;
min-height: 350px;
}
.msu-card-sf64
{
filter: brightness(80%);
-webkit-filter: brightness(80%)
}
.msu-card-sf64:hover{
filter: brightness(100%);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
}
.pd64_text
{
background-color: #d9dcd6;
border:none;
}
.msu-card-pd64
{
position: relative;
background: #4AC29A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image:url("img/pd64.jpg");
background-size: cover;
margin-bottom: 10px;
min-height: 350px;
}
.msu-card-pd64
{
filter: brightness(80%);
-webkit-filter: brightness(80%)
}
.msu-card-pd64:hover{
filter: brightness(100%);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
}
.pd-card-text
{
position:absolute;
bottom: 20px;
right: 30px;
font-weight: bold;
font-style: italic;
text-shadow: 12px, 12px, gray;
color: white;
font-size: 24px;
}
a:hover{
cursor: pointer;
}
footer h2
{
padding: 10px;
width:100%;
position: relative;
clear: both;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
font-size: 20px;
color:white;
background: linear-gradient(315deg, #0abcf9 0%, #000096 74%);
}
footer a
{
text-decoration: none;
}
.msu-card-wr64
{
position: relative;
background: #4AC29A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image:url("img/wr64.png");
background-size: cover;
margin-bottom: 10px;
min-height: 350px;
}
.msu-card-wr64
{
filter: brightness(80%);
-webkit-filter: brightness(80%)
}
.msu-card-wr64:hover{
filter: brightness(100%);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
}
.msu-card-wr64 .Card-Text{
right: 50px;
bottom: 10px;
} | MSU1-Page/assets/css/style.css | *
{
box-sizing: border-box;
padding: 0;
margin: 0;
}
body
{
background-color: #d9dcd6;
}
/* Header with my name, and nav bar justified to the right */
.header
{
width:100%;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background: linear-gradient(315deg, #0abcf9 0%, #fffb96 74%);
color: #ffffff;
position: absolute;
}
.header h1
{
margin-left:10px;
display: flex;
flex-direction: row;
font-size: 48px;
}
.description
{
justify-content: center;
text-align: center;
}
/*Subheader with gradient background */
.subhead
{
width:100%;
font-family: 'Trebuchet', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #0cbaba;
background-image: linear-gradient(105deg, #0cbaba 0%, #380036 74%);
height:250px;
min-height: 100px;
max-height: 500px;
color: #ffffff;
font-size:24px;
position:relative;
text-align: right;
vertical-align: bottom;
}
/*Absolutely positioned subheader text at bottom right of the subheader container */
body
{
background-color: #d9dcd6;
}
/*
Absolutely positioning Card Text at the bottom right of the Work Cards
*/
.Card-Text
{
position:absolute;
bottom: 20px;
right: 30px;
font-weight: bold;
font-style: italic;
text-shadow: 1px, 1px, 2px, gray;
color: white;
font-size: 24px;
}
.footer
{
padding: 10px;
clear: both;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
font-size: 20px;
background: linear-gradient(315deg, #0abcf9 0%, #fffb96 74%);
}
.jumbotron_main {
text-align: center;
background-color: transparent;
border-radius: 0;
border-bottom: 10px solid black;
color: white;
background-image: url("https://cdn.gamer-network.net/2020/usgamer/A-Link-to-the-Past-Map-Header1-05292020.jpg/EG11/thumbnail/1920x1080/format/jpg/quality/65/the-20-best-in-game-maps.jpg");
height: 50vh;
position: relative;
}
.jumbotron_main h1{
font-weight: bold;
font-family: Verdana, 'Geneva', Tahoma, sans-serif;
padding-top: 5%;
}
.subhead-text
{
position:absolute;
bottom: 20px;
left: 25px;
font-weight: bold;
font-style: italic;
text-shadow: 12px, 12px, gray;
font-size: 18px;
}
footer a
{
text-decoration: none;
}
.description a
{
color: blue;
}
.description
{
margin-left:5px;
}
.msu-container
{
display:flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-around;
background-color: #d9dcd6;
}
.msu-container-right
{
display:flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: space-around;
}
.msu-card
{
border-radius: 60px;
}
.msu-card-jfg
{
position: relative;
background: #4AC29A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image: url("img/jfg.jpg");
margin-bottom: 10px;
background-size: cover;
min-height: 400px;
}
.msu-card-jfg
{
filter: brightness(80%);
-webkit-filter: brightness(80%)
}
.msu-card-jfg:hover{
cursor: pointer;
filter: brightness(100%);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
}
.msu-card:hover{
flex: 0 0 55%;
}
.card
{
flex: 0 0 40%;
}
@media screen and (max-width: 992px) {
.card
{
flex: 1 1 100%;
}
.msu-card:hover
{
flex: 1 1 100%
}
}
.jfg_text
{
background-color: #d9dcd6;
border:none;
}
.pss_text
{
background-color: #d9dcd6;
border:none;
}
.wr64_text
{
background-color: #d9dcd6;
border:none;
}
.msu-card-pss
{
position: relative;
background: #4AC29A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image:url("img/pss.jpg");
background-size: cover;
margin-bottom: 10px;
min-height: 400px;
}
.msu-card-pss
{
filter: brightness(80%);
-webkit-filter: brightness(80%)
}
.msu-card-pss:hover{
filter: brightness(100%);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
}
.sf64_text
{
background-color: #d9dcd6;
border:none;
}
.msu-card-sf64
{
position: relative;
background: #4AC29A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image:url("img/sf64.jpg");
background-size: cover;
margin-bottom: 10px;
min-height: 350px;
}
.msu-card-sf64
{
filter: brightness(80%);
-webkit-filter: brightness(80%)
}
.msu-card-sf64:hover{
filter: brightness(100%);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
}
.pd64_text
{
background-color: #d9dcd6;
border:none;
}
.msu-card-pd64
{
position: relative;
background: #4AC29A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image:url("img/pd64.jpg");
background-size: cover;
margin-bottom: 10px;
min-height: 350px;
}
.msu-card-pd64
{
filter: brightness(80%);
-webkit-filter: brightness(80%)
}
.msu-card-pd64:hover{
filter: brightness(100%);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
}
.pd-card-text
{
position:absolute;
bottom: 20px;
right: 30px;
font-weight: bold;
font-style: italic;
text-shadow: 12px, 12px, gray;
color: white;
font-size: 24px;
}
a:hover{
cursor: pointer;
}
footer h2
{
padding: 10px;
width:100%;
position: relative;
clear: both;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
font-size: 20px;
color:white;
background: linear-gradient(315deg, #0abcf9 0%, #000096 74%);
}
footer a
{
text-decoration: none;
}
.msu-card-wr64
{
position: relative;
background: #4AC29A; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image:url("img/wr64.png");
background-size: cover;
margin-bottom: 10px;
min-height: 350px;
}
.msu-card-wr64
{
filter: brightness(80%);
-webkit-filter: brightness(80%)
}
.msu-card-wr64:hover{
filter: brightness(100%);
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
}
.msu-card-wr64 .Card-Text{
right: 50px;
bottom: 10px;
} | 0.348202 | 0.057573 |
body {
font-family: "Poppins", sans-serif;
color: #1f1f1f;
}
#title {
background-color: #ff4c68;
color: #fff;
}
h1 {
font-family: "Poppins", sans-serif;
line-height: 1.5;
font-size: 3.5rem;
font-weight: bolder;
color: #fff;
}
h2 {
font-family: "Poppins", sans-serif;
font-size: 2rem;
font-weight: bold;
line-height: 1.5;
color: #1f1f1f;
}
h3 {
font-family: "Poppins", sans-serif;
color: #1f1f1f;
font-weight: bolder;
}
.icon {
color: #ef8172;
margin-bottom: 5%;
}
.icon :hover {
color: #ff4c68;
}
.container-fluid {
padding: 3% 15% 7%;
}
/* Navigation Bar */
.navbar {
padding: 0 0 4.5rem;
}
.navbar-brand {
font-family: Ubuntu;
font-weight: bold;
font-size: 2.5rem;
}
.nav-item {
padding: 0 18px;
}
.nav-link {
font-size: 1.2rem;
font-family: "Poppins";
font-weight: bold;
}
/* Download buttons */
.download-button {
margin: 5% 3% 5% 0;
}
/* iphone image */
.iphone-img {
width: 60%;
position: absolute;
right: 30%;
}
.rotate-25 {
transform: rotate(25deg);
}
/* features */
#features {
padding: 7% 15%;
text-align: center;
line-height: 1.5;
background-color: #fff;
z-index: 1;
position: relative;
}
.feature-box {
padding: 5%;
}
/* testimonials */
#testimonials {
text-align: center;
background-color: #ef8172;
color: #fff;
}
.carousel-item {
padding: 7% 15%;
}
.testimonial-img {
border-radius: 100%;
width: 10%;
margin: 20px;
}
/* press */
#press {
background-color: #ef8172;
text-align: center;
padding-bottom: 3%;
}
.press-img {
width: 15%;
margin: 20px 20px 50px;
}
/* pricing */
#pricing {
padding: 100px;
text-align: center;
}
.pricing-column {
padding: 3% 2%;
}
#cta {
background-color: #ff4c68;
text-align: center;
padding: 100px 15% 40px;
}
#footer {
background-color: #fff;
text-align: center;
padding: 100px 15% 20%;
}
.spanSpace {
padding-left: 25px;
padding-right: 25px;
}
.social {
padding-bottom: 5%;
}
@media (max-width: 1028px) {
#title {
text-align: center;
}
.iphone-img {
position: static;
transform: rotate(0);
}
} | css/styles.css | body {
font-family: "Poppins", sans-serif;
color: #1f1f1f;
}
#title {
background-color: #ff4c68;
color: #fff;
}
h1 {
font-family: "Poppins", sans-serif;
line-height: 1.5;
font-size: 3.5rem;
font-weight: bolder;
color: #fff;
}
h2 {
font-family: "Poppins", sans-serif;
font-size: 2rem;
font-weight: bold;
line-height: 1.5;
color: #1f1f1f;
}
h3 {
font-family: "Poppins", sans-serif;
color: #1f1f1f;
font-weight: bolder;
}
.icon {
color: #ef8172;
margin-bottom: 5%;
}
.icon :hover {
color: #ff4c68;
}
.container-fluid {
padding: 3% 15% 7%;
}
/* Navigation Bar */
.navbar {
padding: 0 0 4.5rem;
}
.navbar-brand {
font-family: Ubuntu;
font-weight: bold;
font-size: 2.5rem;
}
.nav-item {
padding: 0 18px;
}
.nav-link {
font-size: 1.2rem;
font-family: "Poppins";
font-weight: bold;
}
/* Download buttons */
.download-button {
margin: 5% 3% 5% 0;
}
/* iphone image */
.iphone-img {
width: 60%;
position: absolute;
right: 30%;
}
.rotate-25 {
transform: rotate(25deg);
}
/* features */
#features {
padding: 7% 15%;
text-align: center;
line-height: 1.5;
background-color: #fff;
z-index: 1;
position: relative;
}
.feature-box {
padding: 5%;
}
/* testimonials */
#testimonials {
text-align: center;
background-color: #ef8172;
color: #fff;
}
.carousel-item {
padding: 7% 15%;
}
.testimonial-img {
border-radius: 100%;
width: 10%;
margin: 20px;
}
/* press */
#press {
background-color: #ef8172;
text-align: center;
padding-bottom: 3%;
}
.press-img {
width: 15%;
margin: 20px 20px 50px;
}
/* pricing */
#pricing {
padding: 100px;
text-align: center;
}
.pricing-column {
padding: 3% 2%;
}
#cta {
background-color: #ff4c68;
text-align: center;
padding: 100px 15% 40px;
}
#footer {
background-color: #fff;
text-align: center;
padding: 100px 15% 20%;
}
.spanSpace {
padding-left: 25px;
padding-right: 25px;
}
.social {
padding-bottom: 5%;
}
@media (max-width: 1028px) {
#title {
text-align: center;
}
.iphone-img {
position: static;
transform: rotate(0);
}
} | 0.33939 | 0.060808 |
:root {
--unnamed-color-2727271a: #272727;
--unnamed-color-e6e3de: #E6E3DE;
--unnamed-color-de0d1f: #DE0D1F;
--unnamed-color-f3f3f3: #F3F3F3;
--unnamed-color-ffffff: #FFFFFF;
--unnamed-color-272727: #272727;
/* Font/text values */
--unnamed-font-family-lato: Lato;
--unnamed-font-style-normal: normal;
--unnamed-font-weight-900: 900px;
--unnamed-font-weight-normal: normal;
--unnamed-font-weight-medium: medium;
--unnamed-font-size-14: 14px;
--unnamed-font-size-16: 16px;
--unnamed-font-size-20: 20px;
--unnamed-font-size-35: 35px;
--unnamed-font-size-45: 45px;
--unnamed-character-spacing-0: 0px;
--unnamed-line-spacing-24: 24px;
--unnamed-line-spacing-25: 25px;
--unnamed-line-spacing-32: 32px;
--unnamed-line-spacing-42: 42px;
--unnamed-line-spacing-55: 55px;
--unnamed-decoration-underline: underline;
}
body{
background-color: #F3F3F3;
font-family: Lato sans-serif;
}
.contenedor{
margin: auto;
width: 95%;
min-height: 500px;
}
.contenedor-terminos{
display: flex;
align-items: center;
text-align:center;
}
/* --------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
/* ----------------------------------------pag 21/20/19------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.texto-terminos{
margin: 15px 0 15px 0;
width: 80%;
}
/* --------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
/* ----------------------------------------pag 22/18------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.texto-confirmacion{
margin:0px auto;
font-size: 20px;
} | public/css/estilo.css | :root {
--unnamed-color-2727271a: #272727;
--unnamed-color-e6e3de: #E6E3DE;
--unnamed-color-de0d1f: #DE0D1F;
--unnamed-color-f3f3f3: #F3F3F3;
--unnamed-color-ffffff: #FFFFFF;
--unnamed-color-272727: #272727;
/* Font/text values */
--unnamed-font-family-lato: Lato;
--unnamed-font-style-normal: normal;
--unnamed-font-weight-900: 900px;
--unnamed-font-weight-normal: normal;
--unnamed-font-weight-medium: medium;
--unnamed-font-size-14: 14px;
--unnamed-font-size-16: 16px;
--unnamed-font-size-20: 20px;
--unnamed-font-size-35: 35px;
--unnamed-font-size-45: 45px;
--unnamed-character-spacing-0: 0px;
--unnamed-line-spacing-24: 24px;
--unnamed-line-spacing-25: 25px;
--unnamed-line-spacing-32: 32px;
--unnamed-line-spacing-42: 42px;
--unnamed-line-spacing-55: 55px;
--unnamed-decoration-underline: underline;
}
body{
background-color: #F3F3F3;
font-family: Lato sans-serif;
}
.contenedor{
margin: auto;
width: 95%;
min-height: 500px;
}
.contenedor-terminos{
display: flex;
align-items: center;
text-align:center;
}
/* --------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
/* ----------------------------------------pag 21/20/19------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.texto-terminos{
margin: 15px 0 15px 0;
width: 80%;
}
/* --------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
/* ----------------------------------------pag 22/18------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.texto-confirmacion{
margin:0px auto;
font-size: 20px;
} | 0.287168 | 0.137677 |
.carousel-indicators li {
width: 10px !important;
height: 10px !important;
border-radius: 100%;
}
.carousel-indicators .active {
background-color: #f26101;
}
.carousel-control-prev-icon {
margin-right: auto;
}
.carousel-control-next-icon {
margin-left: auto;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
background: transparent no-repeat center center;
background-size: 100% 100%;
height: 2rem !important;
width: 2rem !important;
}
.carousel-control-next:hover,
.carousel-control-prev:hover /*, .carousel-indicators */ {
filter: invert(100%);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.item-name {
color: #283657;
font-weight: bold;
font-size: 1.8rem;
}
.see--rate {
font-size: 1.1rem;
color: rgb(74, 144, 226) !important;
text-decoration: none !important;
padding-bottom: 1rem;
font-weight: bold;
}
.price--secsion {
display: flex;
flex-direction: row;
align-items: center;
}
.new-price {
font-size: 1.5rem;
font-weight: bold;
}
.old-price {
padding: 0 0.5rem;
font-size: 1.1rem;
text-decoration: line-through;
color: rgb(100, 100, 100);
}
.sale-percent {
color: #f26101;
font-weight: bold;
font-size: 1.1rem;
}
.choose-size,
.choose-amount {
padding: 0.5rem 0;
}
.decrease-one,
.amount,
.increase-one {
display: inline-block !important;
width: 2.5rem !important;
height: 2.5rem !important;
line-height: 2.5rem !important;
text-align: center;
font-size: 1.5rem;
border-style: solid !important;
border-color: rgb(120, 120, 120) !important;
border-width: 1px !important;
border-radius: 0 !important;
padding: 0 0 !important;
}
.amount {
width: 3.5rem !important;
}
.decrease-one:hover,
.increase-one:hover {
background-color: rgba(200, 200, 200, 0.2);
cursor: pointer;
}
.option {
text-transform: uppercase;
text-align: center;
font-size: 1rem;
font-weight: bold;
color: #f26101;
/* height: 3rem; */
border-style: solid;
border-color: #f26101;
border-width: 2px;
border-radius: 0;
}
.option:hover {
color: white;
background-color: #f26101;
cursor: pointer;
}
.add-to-cart {
margin-top: 2rem !important;
font-weight: bold;
color: white !important;
text-transform: uppercase;
background-color: black !important;
border-radius: 0 !important;
}
.des-title,
.rate-title {
font-size: 1.3rem;
padding: 0.5rem 0 1rem 0;
font-weight: bold;
}
#form-write-rate {
display: none;
}
.form-rate .btn-write-rate,
.form-rate .send-rate {
margin: 0.5rem 0;
color: #f26101;
background-color: white;
border-radius: 0;
border: solid 1px #f26101;
}
textarea {
resize: none !important;
}
.form-rate label {
color: #f26101;
font-size: 0.9rem;
}
.form-rate .send-rate {
justify-self: flex-end;
align-self: flex-end;
}
.form-rate .btn-write-rate:hover,
.form-rate .send-rate:hover {
color: white;
background-color: black;
border-radius: 0;
border: solid 1px black;
} | resources/css/item-detail.css | .carousel-indicators li {
width: 10px !important;
height: 10px !important;
border-radius: 100%;
}
.carousel-indicators .active {
background-color: #f26101;
}
.carousel-control-prev-icon {
margin-right: auto;
}
.carousel-control-next-icon {
margin-left: auto;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
background: transparent no-repeat center center;
background-size: 100% 100%;
height: 2rem !important;
width: 2rem !important;
}
.carousel-control-next:hover,
.carousel-control-prev:hover /*, .carousel-indicators */ {
filter: invert(100%);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.item-name {
color: #283657;
font-weight: bold;
font-size: 1.8rem;
}
.see--rate {
font-size: 1.1rem;
color: rgb(74, 144, 226) !important;
text-decoration: none !important;
padding-bottom: 1rem;
font-weight: bold;
}
.price--secsion {
display: flex;
flex-direction: row;
align-items: center;
}
.new-price {
font-size: 1.5rem;
font-weight: bold;
}
.old-price {
padding: 0 0.5rem;
font-size: 1.1rem;
text-decoration: line-through;
color: rgb(100, 100, 100);
}
.sale-percent {
color: #f26101;
font-weight: bold;
font-size: 1.1rem;
}
.choose-size,
.choose-amount {
padding: 0.5rem 0;
}
.decrease-one,
.amount,
.increase-one {
display: inline-block !important;
width: 2.5rem !important;
height: 2.5rem !important;
line-height: 2.5rem !important;
text-align: center;
font-size: 1.5rem;
border-style: solid !important;
border-color: rgb(120, 120, 120) !important;
border-width: 1px !important;
border-radius: 0 !important;
padding: 0 0 !important;
}
.amount {
width: 3.5rem !important;
}
.decrease-one:hover,
.increase-one:hover {
background-color: rgba(200, 200, 200, 0.2);
cursor: pointer;
}
.option {
text-transform: uppercase;
text-align: center;
font-size: 1rem;
font-weight: bold;
color: #f26101;
/* height: 3rem; */
border-style: solid;
border-color: #f26101;
border-width: 2px;
border-radius: 0;
}
.option:hover {
color: white;
background-color: #f26101;
cursor: pointer;
}
.add-to-cart {
margin-top: 2rem !important;
font-weight: bold;
color: white !important;
text-transform: uppercase;
background-color: black !important;
border-radius: 0 !important;
}
.des-title,
.rate-title {
font-size: 1.3rem;
padding: 0.5rem 0 1rem 0;
font-weight: bold;
}
#form-write-rate {
display: none;
}
.form-rate .btn-write-rate,
.form-rate .send-rate {
margin: 0.5rem 0;
color: #f26101;
background-color: white;
border-radius: 0;
border: solid 1px #f26101;
}
textarea {
resize: none !important;
}
.form-rate label {
color: #f26101;
font-size: 0.9rem;
}
.form-rate .send-rate {
justify-self: flex-end;
align-self: flex-end;
}
.form-rate .btn-write-rate:hover,
.form-rate .send-rate:hover {
color: white;
background-color: black;
border-radius: 0;
border: solid 1px black;
} | 0.428951 | 0.068694 |
body{
margin:0;
padding:0;
color:#555;
font-family: 'Nunito', sans-serif;
background-color: #e6e6e6;
line-height: 1.5em;
}
.header{
background-color: #333333;
}
.header h1{
color:white;
font-size:2.5em;
font-weight: 300;
}
.header h1:hover{
color:#ffa500;
}
.header span{
color:#b3b3b3;
}
.page_header{
padding-bottom: 1em;
float:left;
}
.page_header a{
text-decoration: none;
}
.page_nav{
background-color: #1a1a1a;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.page_nav nav ul{
overflow: hidden;
margin:0;
-webkit-transition: max-height 0.4s;
-ms-transition: max-height 0.4s;
-moz-transition: max-height 0.4s;
-o-transition: max-height 0.4s;
transition: max-height 0.4s;
}
.page_nav nav ul a li{
display: inline-block;
padding:.5em;
font-size:1.5em;
text-decoration: none;
color:#b3b3b3;
}
.page_nav nav ul a li:hover{
background-color: #333333;
}
.page_nav nav ul a li:hover{
color:#ffa500;
}
.user_name{
float:right;
}
.user_name h3{
color:white;
padding-right:20px;
padding-top: 10px;
}
.user_name h3 a{
text-decoration: none;
color:white;
}
.user_name h3 a:hover{
color:#ffa500;
}
/*.page_search{
float:right;
padding:2em 0;
}
.page_search input[type='text']{
font-size:1.5em;
border-radius: 0;
border:1px solid #b3b3b3;
background-color: #333333;
color:#b3b3b3;
}
.page_search button[type='submit']{
font-size:1.5em;
border-radius: 0;
padding:0;
border:0;
background-color: #ffa500;
}*/
.clear{
clear:both;
}
.handle{
width:100%;
color:#b3b3b3;
font-size:1.5em;
padding:0 3em;
background-color: #0d0d0d;
box-sizing: border-box;
cursor:pointer;
display: none;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.my_carousel_caption h3, .my_carousel_caption p{
color:#ffa500;
}
@media screen and (max-width: 1000px){
body{
font-size:1.3em;
}
.page_nav nav ul{
max-height:0;
padding:0;
}
.page_nav nav ul.showing{
max-height: 20em;
}
.on_handle_click{
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.page_nav nav ul li{
box-sizing: border-box;
width:100%;
padding:0.3em;
}
.handle{
display: block;
}
}
@media screen and (max-width: 735px){
.page_header{
margin-left: 20px;
}
.page_search{
margin-right: 20px;
}
}
@media screen and (max-width: 600px){
.page_header{
clear:both;
margin-left:20px;
}
.page_search{
clear:both;
float:left;
text-align: center;
margin-left:20px;
}
}
.imgs-my-carousel{
margin-left:0;
margin-right: 0;
background-color: #333333;
border-bottom: 20px solid #1a1a1a;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.img-carousel{
width:100%;
max-height: 300px;
}
.page_events{
width:100%;
background-color: #333333;
margin-top: 2em;
box-shadow: 0px 0px 10px #0d0d0d;
display: block;
}
.events{
margin-top: 40px;
height: 400px;
}
.events-header{
color:white;
}
/*.events-footer h3{
font-size: 1.5em;
}
.events-footer{
color:#b3b3b3;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
cursor: pointer;
background-color: #0d0d0d;
}
*/
footer{
clear:both;
width:100%;
background-color: #333333;
bottom:0;
}
.page_footer{
padding:1em;
}
img.event_pic{
box-shadow: 10px;
width: 100%;
height: 150px;
}
/*.ss{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}*/
.page_post_article{
width:100%;
background-color: white;
margin-top: 4em;
margin-bottom: 4em;
box-shadow: 0px 0px 2px #333333;
}
.page_related_article{
display: block;
}
.page_articles{
display: block;
/*height: 1000px;*/
}
.article_img, .article_img_view{
width:100%;
max-height: 100%;
border-radius: 3px;
}
.article_img:hover{
cursor: pointer;
filter: grayscale(40%);
}
.hovering{
color:#333333;
}
.article_header .article_link{
color:#333333;
}
.article_header .article_link:hover{
text-decoration: none;
color:#2196c4;
}
hr{
border:1px solid #b3b3b3;
}
.old_articles{
font-size:1.5em;
color:#333333;
}
.old_articles:hover{
text-decoration: none;
color:#2196c4;
cursor: pointer;
}
.page_tutorials{
width:100%;
background-color: #333333;
margin-top: 2em;
box-shadow: 0px 0px 10px #0d0d0d;
}
.page_tutorials .page_tutorials_header{
color:white;
}
.page_tutorials a p, h4{
color:#b3b3b3;
}
.page_tutorials a p:hover{
color:white;
}
.page_tutorials a:hover{
text-decoration: none;
}
.page_tutorials h4:hover{
color:white;
cursor: pointer;
}
.about_us_n_contact_us{
width:100%;
background-color: white;
margin-top: 4em;
margin-bottom: 4em;
box-shadow: 0px 0px 2px #333333;
display: block;
}
.about_us{
padding:2em;
}
.contact_us{
padding:2em;
}
.go_top{
float:right;
}
.go_top_btn{
background-color: #ffa500;
font-size:1em;
}
.gotoTop{
display: none;
}
.gotoTop a p{
transition: 2s;
}
/* Hidding Some articles */
.old_post_articles{
display: block;
}
@media screen and (max-width: 880px) and (max-width: 800px){
.old_post_articles{
display: none;
}
img.event_pic{
box-shadow: 10px;
width: 100%;
height:100%;
}
}
@media screen and (min-width: 850px){
.old_post_articles{
display: block;
}
}
@media screen and (max-width: 900px){
h3{
font-size:1.5em;
}
.old_articles p{
font-size: 0.8em;
}
.old_post_articles p.old_arti_date{
font-size: 0.8em;
}
.article_header .article_link{
color:#2196c4;
}
}
@media screen and (max-width: 730px){
p{
font-size:1.5em;
}
}
@media screen and (max-width: 800px){
h3{
font-size:1.5em;
}
.arti_separator{
display: none;
}
}
.login_social_media{
position: absolute;
}
.page_login{
width:100%;
height: 250px;
background-color: #333333;
margin-top: 2em;
box-shadow: 0px 0px 5px #0d0d0d;
color:white;
display: none;
}
.page_sign_up{
width:100%;
height: 400px;
background-color: #333333;
margin-top: 2em;
box-shadow: 0px 0px 5px #0d0d0d;
color:white;
display: none;
}
.page_sign_up .sign_up{
padding-left: 20px;
}
.display_login_or_sign_up{
display: block;
}
.page_login a{
color:white;
}
.page_sign_up a{
color:white;
}
.read_event:hover{
cursor: pointer;
}
.event_image_modal{
width:100%;
height: 50%;
}
.events-footer .more:hover{
cursor: pointer;
color:#ffa500;
}
.events-footer .less{
display: none;
}
.events-footer .less:hover{
cursor: pointer;
color:#ffa500;
}
.spinner{
text-align: center;
display: none;
}
.more, .less{
width:100px;
float:left;
font-size: 1.3em;
padding-bottom: 20px;
}
.hidden_new_content,.hidden_recent_content,.hidden_recent_side_content{
display: none;
}
input[type='text'].search_article_input{
font-size:1.5em;
border-radius: 0;
border:1px solid #b3b3b3;
background-color: white;
}
.article_head .article_title{
float:left;
}
.article_head .article_search{
float:left;
display: block;
padding-top: 20px;
}
.article_search_results{
padding-left: 50px;
color:#b3b3b3;
width:50%;
}
.article_search_results .search_results_header{
font-size: 1.2em;
cursor: pointer;
color:#3f5272;
}
.article_search_content_hidden{
display: none;
}
.article_comment_box{
width:100%;
height: 100%;
border:0;
resize: none;
}
.panel-body{
padding:0;
}
.user_img{
width:30px;
height: 30px;
}
p.comments{
border-left: 5px solid gray;
padding: 1.2em 0 0 1.2em;
}
.let_me_share_comment{
color:#ffa500;
cursor: pointer;
}
.login_message{
color:#ffa500;
}
/* Subject section */
.subjects_section{
width:100%;
background-color: white;
margin-top: 4em;
margin-bottom: 4em;
box-shadow: 0px 0px 2px #333333;
display: block;
}
select .semester{
width:32px;
}
.group_body p, .chapters_body p{
margin:0;
}
.group_body p{
color:black;
font-size: 18px;
padding:3px;
}
.group_body p:hover{
background-color:#f2f2f2;
cursor: pointer;
}
.group_body p:active{
color:#ffa500;
}
.chapters_body p{
color:black;
font-size: 18px;
padding:3px;
}
.chapters_body p:hover{
background-color:#f2f2f2;
cursor: pointer;
}
.chapters_body p:active{
color:#ffa500;
}
.lecture_comment_box{
width:100%;
border:0;
resize: none;
}
.lecturesSection{
border-left:7px solid #333333;
} | assets/css/main.css | body{
margin:0;
padding:0;
color:#555;
font-family: 'Nunito', sans-serif;
background-color: #e6e6e6;
line-height: 1.5em;
}
.header{
background-color: #333333;
}
.header h1{
color:white;
font-size:2.5em;
font-weight: 300;
}
.header h1:hover{
color:#ffa500;
}
.header span{
color:#b3b3b3;
}
.page_header{
padding-bottom: 1em;
float:left;
}
.page_header a{
text-decoration: none;
}
.page_nav{
background-color: #1a1a1a;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.page_nav nav ul{
overflow: hidden;
margin:0;
-webkit-transition: max-height 0.4s;
-ms-transition: max-height 0.4s;
-moz-transition: max-height 0.4s;
-o-transition: max-height 0.4s;
transition: max-height 0.4s;
}
.page_nav nav ul a li{
display: inline-block;
padding:.5em;
font-size:1.5em;
text-decoration: none;
color:#b3b3b3;
}
.page_nav nav ul a li:hover{
background-color: #333333;
}
.page_nav nav ul a li:hover{
color:#ffa500;
}
.user_name{
float:right;
}
.user_name h3{
color:white;
padding-right:20px;
padding-top: 10px;
}
.user_name h3 a{
text-decoration: none;
color:white;
}
.user_name h3 a:hover{
color:#ffa500;
}
/*.page_search{
float:right;
padding:2em 0;
}
.page_search input[type='text']{
font-size:1.5em;
border-radius: 0;
border:1px solid #b3b3b3;
background-color: #333333;
color:#b3b3b3;
}
.page_search button[type='submit']{
font-size:1.5em;
border-radius: 0;
padding:0;
border:0;
background-color: #ffa500;
}*/
.clear{
clear:both;
}
.handle{
width:100%;
color:#b3b3b3;
font-size:1.5em;
padding:0 3em;
background-color: #0d0d0d;
box-sizing: border-box;
cursor:pointer;
display: none;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.my_carousel_caption h3, .my_carousel_caption p{
color:#ffa500;
}
@media screen and (max-width: 1000px){
body{
font-size:1.3em;
}
.page_nav nav ul{
max-height:0;
padding:0;
}
.page_nav nav ul.showing{
max-height: 20em;
}
.on_handle_click{
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.page_nav nav ul li{
box-sizing: border-box;
width:100%;
padding:0.3em;
}
.handle{
display: block;
}
}
@media screen and (max-width: 735px){
.page_header{
margin-left: 20px;
}
.page_search{
margin-right: 20px;
}
}
@media screen and (max-width: 600px){
.page_header{
clear:both;
margin-left:20px;
}
.page_search{
clear:both;
float:left;
text-align: center;
margin-left:20px;
}
}
.imgs-my-carousel{
margin-left:0;
margin-right: 0;
background-color: #333333;
border-bottom: 20px solid #1a1a1a;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.img-carousel{
width:100%;
max-height: 300px;
}
.page_events{
width:100%;
background-color: #333333;
margin-top: 2em;
box-shadow: 0px 0px 10px #0d0d0d;
display: block;
}
.events{
margin-top: 40px;
height: 400px;
}
.events-header{
color:white;
}
/*.events-footer h3{
font-size: 1.5em;
}
.events-footer{
color:#b3b3b3;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
cursor: pointer;
background-color: #0d0d0d;
}
*/
footer{
clear:both;
width:100%;
background-color: #333333;
bottom:0;
}
.page_footer{
padding:1em;
}
img.event_pic{
box-shadow: 10px;
width: 100%;
height: 150px;
}
/*.ss{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}*/
.page_post_article{
width:100%;
background-color: white;
margin-top: 4em;
margin-bottom: 4em;
box-shadow: 0px 0px 2px #333333;
}
.page_related_article{
display: block;
}
.page_articles{
display: block;
/*height: 1000px;*/
}
.article_img, .article_img_view{
width:100%;
max-height: 100%;
border-radius: 3px;
}
.article_img:hover{
cursor: pointer;
filter: grayscale(40%);
}
.hovering{
color:#333333;
}
.article_header .article_link{
color:#333333;
}
.article_header .article_link:hover{
text-decoration: none;
color:#2196c4;
}
hr{
border:1px solid #b3b3b3;
}
.old_articles{
font-size:1.5em;
color:#333333;
}
.old_articles:hover{
text-decoration: none;
color:#2196c4;
cursor: pointer;
}
.page_tutorials{
width:100%;
background-color: #333333;
margin-top: 2em;
box-shadow: 0px 0px 10px #0d0d0d;
}
.page_tutorials .page_tutorials_header{
color:white;
}
.page_tutorials a p, h4{
color:#b3b3b3;
}
.page_tutorials a p:hover{
color:white;
}
.page_tutorials a:hover{
text-decoration: none;
}
.page_tutorials h4:hover{
color:white;
cursor: pointer;
}
.about_us_n_contact_us{
width:100%;
background-color: white;
margin-top: 4em;
margin-bottom: 4em;
box-shadow: 0px 0px 2px #333333;
display: block;
}
.about_us{
padding:2em;
}
.contact_us{
padding:2em;
}
.go_top{
float:right;
}
.go_top_btn{
background-color: #ffa500;
font-size:1em;
}
.gotoTop{
display: none;
}
.gotoTop a p{
transition: 2s;
}
/* Hidding Some articles */
.old_post_articles{
display: block;
}
@media screen and (max-width: 880px) and (max-width: 800px){
.old_post_articles{
display: none;
}
img.event_pic{
box-shadow: 10px;
width: 100%;
height:100%;
}
}
@media screen and (min-width: 850px){
.old_post_articles{
display: block;
}
}
@media screen and (max-width: 900px){
h3{
font-size:1.5em;
}
.old_articles p{
font-size: 0.8em;
}
.old_post_articles p.old_arti_date{
font-size: 0.8em;
}
.article_header .article_link{
color:#2196c4;
}
}
@media screen and (max-width: 730px){
p{
font-size:1.5em;
}
}
@media screen and (max-width: 800px){
h3{
font-size:1.5em;
}
.arti_separator{
display: none;
}
}
.login_social_media{
position: absolute;
}
.page_login{
width:100%;
height: 250px;
background-color: #333333;
margin-top: 2em;
box-shadow: 0px 0px 5px #0d0d0d;
color:white;
display: none;
}
.page_sign_up{
width:100%;
height: 400px;
background-color: #333333;
margin-top: 2em;
box-shadow: 0px 0px 5px #0d0d0d;
color:white;
display: none;
}
.page_sign_up .sign_up{
padding-left: 20px;
}
.display_login_or_sign_up{
display: block;
}
.page_login a{
color:white;
}
.page_sign_up a{
color:white;
}
.read_event:hover{
cursor: pointer;
}
.event_image_modal{
width:100%;
height: 50%;
}
.events-footer .more:hover{
cursor: pointer;
color:#ffa500;
}
.events-footer .less{
display: none;
}
.events-footer .less:hover{
cursor: pointer;
color:#ffa500;
}
.spinner{
text-align: center;
display: none;
}
.more, .less{
width:100px;
float:left;
font-size: 1.3em;
padding-bottom: 20px;
}
.hidden_new_content,.hidden_recent_content,.hidden_recent_side_content{
display: none;
}
input[type='text'].search_article_input{
font-size:1.5em;
border-radius: 0;
border:1px solid #b3b3b3;
background-color: white;
}
.article_head .article_title{
float:left;
}
.article_head .article_search{
float:left;
display: block;
padding-top: 20px;
}
.article_search_results{
padding-left: 50px;
color:#b3b3b3;
width:50%;
}
.article_search_results .search_results_header{
font-size: 1.2em;
cursor: pointer;
color:#3f5272;
}
.article_search_content_hidden{
display: none;
}
.article_comment_box{
width:100%;
height: 100%;
border:0;
resize: none;
}
.panel-body{
padding:0;
}
.user_img{
width:30px;
height: 30px;
}
p.comments{
border-left: 5px solid gray;
padding: 1.2em 0 0 1.2em;
}
.let_me_share_comment{
color:#ffa500;
cursor: pointer;
}
.login_message{
color:#ffa500;
}
/* Subject section */
.subjects_section{
width:100%;
background-color: white;
margin-top: 4em;
margin-bottom: 4em;
box-shadow: 0px 0px 2px #333333;
display: block;
}
select .semester{
width:32px;
}
.group_body p, .chapters_body p{
margin:0;
}
.group_body p{
color:black;
font-size: 18px;
padding:3px;
}
.group_body p:hover{
background-color:#f2f2f2;
cursor: pointer;
}
.group_body p:active{
color:#ffa500;
}
.chapters_body p{
color:black;
font-size: 18px;
padding:3px;
}
.chapters_body p:hover{
background-color:#f2f2f2;
cursor: pointer;
}
.chapters_body p:active{
color:#ffa500;
}
.lecture_comment_box{
width:100%;
border:0;
resize: none;
}
.lecturesSection{
border-left:7px solid #333333;
} | 0.332527 | 0.138026 |
#index form {
height: 100%;
display: grid;
grid-template-rows: 1fr 1fr 1fr 1fr;
grid-template-columns: 50% 50%;
}
#index label {
margin-top: 0.5em;
}
#index input {
margin-top: 0.5em;
}
#index form input:last-of-type {
grid-row-start: 3;
grid-column-start: 1;
grid-column-end: 3;
color: #161426;
text-align: center;
margin-top: 0.5em;
}
#index select {
margin-top: 0.5em;
}
#index form a {
grid-row-start: 4;
grid-column-start: 1;
grid-column-end: 3;
margin-top: 0.5em;
}
/* login.ejs */
#login form {
height: 100%;
display: grid;
grid-template-rows: 1fr 1fr 1fr 1fr;
grid-template-columns: 50% 50%;
}
#login form label {
text-align: end;
margin: 0.6em 0.3em;
}
#login form input:last-of-type {
grid-row-start: 3;
grid-column-start: 1;
grid-column-end: 3;
color: #161426;
text-align: center;
margin-top: 0.5em;
}
#login form a {
grid-row-start: 4;
grid-column-start: 1;
grid-column-end: 3;
margin-top: 0.5em;
}
/* NotMondayPage.ejs */
#notMondayMain {
height: 90vh;
}
#notMondayMain h1 {
font-size: 1.7em;
position: absolute;
top: 12vh;
}
#notMondayMain p {
font-size: 1em;
position: absolute;
top: 35vh;
right: 9vw;
width: 50vw;
}
#notMondayMain h4 {
font-size: 1em;
font-style: italic;
position: absolute;
bottom: 32vh;
}
#notMondayMain img {
height: 19%;
width: auto;
position: absolute;
bottom: 5vh;
left: 30%;
}
#notMondayBody .borderSides {
background-size: 100% 97.6%;
}
/* Blog.ejs */
#blog {
height: 100%;
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: 10% 20% 30%;
}
#blog h1 {
grid-row-start: 1;
grid-column-start: 1;
grid-column-end: 3;
}
#blog p {
grid-row-start: 2;
grid-column-start: 1;
grid-column-end: 3;
margin: 0;
}
#blog button {
background-color: #E2BDDB;
border: solid #161426 1px;
border-radius: 4px;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
height: 31vh;
width: 38vw;
outline: none;
}
#blog form {
grid-row-start: 3;
grid-column-start: 1;
grid-column-end: 2;
}
#blog a {
grid-row-start: 3;
grid-column-start: 2;
grid-column-end: 2;
}
/* Writeblog.ejs */
#writeblog {
height: 80%;
display: grid;
grid-template-rows: 10% 90%;
}
#writeblog h1 {
grid-row-start: 1;
}
#writeblog form {
grid-row-start: 2;
}
#writeblog input:first-of-type {
background-color: white;
outline: none;
}
#writeblog button {
background-color: #E2BDDB;
border: solid #161426 1px;
border-radius: 4px;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
height: 5vh;
width: 25vw;
outline: none;
}
#writeblog textarea {
font-family: raleway, sans-serif;
width: 100%;
height: 105px;
padding: 0.5em;
box-sizing: border-box;
border: solid #161426 1px;
border-radius: 4px;
background-color: #E2BDDB;
font-size: 16px;
resize: none;
outline: none;
}
#writeblog input:first-of-type::placeholder {
color: #161426;
}
/* Readblog.ejs */
#readblog ul {
list-style: none;
padding: 0;
}
#readblog ul li {
background-color: #A87EB7;
margin-bottom: 2em;
border-radius: 10px;
padding: 1vh 3vw;
}
#readblog ul li h2 {
margin: 0;
font-weight: bold;
}
#readblog ul li h3 {
padding-top: 1em;
margin: 0;
font-weight: 600;
}
#readblog ul li p {
padding: 0.5em;
margin-top: 0.5em;
word-wrap: break-word;
background: #E2BDDB;
border-radius: 10px;
}
#readblog ul li button {
margin-top: 1em;
background-color: #E2BDDB;
border: solid #161426 1px;
border-radius: 4px;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
height: 5vh;
width: 25vw;
font-weight: bold;
outline: none;
}
#readblog ul li textarea {
font-family: raleway, sans-serif;
}
/* Profiel.ejs */
#profile section {
padding: 0.5em;
margin-top: 0.5em;
word-wrap: break-word;
background: #A87EB7;
border-radius: 10px;
}
#profile section img {
width: 25%;
height: auto;
}
#profile h2 {
margin-top: 0.5em;
}
#profile p {
margin-top: 0.5em;
font-size: 0.7em;
font-weight: 300;
}
#profile form button {
margin-top: 1em;
background-color: #E2BDDB;
border: solid #161426 1px;
border-radius: 4px;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
height: 5vh;
width: 40vw;
font-weight: bold;
outline: none;
} | static/css/pages.css | #index form {
height: 100%;
display: grid;
grid-template-rows: 1fr 1fr 1fr 1fr;
grid-template-columns: 50% 50%;
}
#index label {
margin-top: 0.5em;
}
#index input {
margin-top: 0.5em;
}
#index form input:last-of-type {
grid-row-start: 3;
grid-column-start: 1;
grid-column-end: 3;
color: #161426;
text-align: center;
margin-top: 0.5em;
}
#index select {
margin-top: 0.5em;
}
#index form a {
grid-row-start: 4;
grid-column-start: 1;
grid-column-end: 3;
margin-top: 0.5em;
}
/* login.ejs */
#login form {
height: 100%;
display: grid;
grid-template-rows: 1fr 1fr 1fr 1fr;
grid-template-columns: 50% 50%;
}
#login form label {
text-align: end;
margin: 0.6em 0.3em;
}
#login form input:last-of-type {
grid-row-start: 3;
grid-column-start: 1;
grid-column-end: 3;
color: #161426;
text-align: center;
margin-top: 0.5em;
}
#login form a {
grid-row-start: 4;
grid-column-start: 1;
grid-column-end: 3;
margin-top: 0.5em;
}
/* NotMondayPage.ejs */
#notMondayMain {
height: 90vh;
}
#notMondayMain h1 {
font-size: 1.7em;
position: absolute;
top: 12vh;
}
#notMondayMain p {
font-size: 1em;
position: absolute;
top: 35vh;
right: 9vw;
width: 50vw;
}
#notMondayMain h4 {
font-size: 1em;
font-style: italic;
position: absolute;
bottom: 32vh;
}
#notMondayMain img {
height: 19%;
width: auto;
position: absolute;
bottom: 5vh;
left: 30%;
}
#notMondayBody .borderSides {
background-size: 100% 97.6%;
}
/* Blog.ejs */
#blog {
height: 100%;
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: 10% 20% 30%;
}
#blog h1 {
grid-row-start: 1;
grid-column-start: 1;
grid-column-end: 3;
}
#blog p {
grid-row-start: 2;
grid-column-start: 1;
grid-column-end: 3;
margin: 0;
}
#blog button {
background-color: #E2BDDB;
border: solid #161426 1px;
border-radius: 4px;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
height: 31vh;
width: 38vw;
outline: none;
}
#blog form {
grid-row-start: 3;
grid-column-start: 1;
grid-column-end: 2;
}
#blog a {
grid-row-start: 3;
grid-column-start: 2;
grid-column-end: 2;
}
/* Writeblog.ejs */
#writeblog {
height: 80%;
display: grid;
grid-template-rows: 10% 90%;
}
#writeblog h1 {
grid-row-start: 1;
}
#writeblog form {
grid-row-start: 2;
}
#writeblog input:first-of-type {
background-color: white;
outline: none;
}
#writeblog button {
background-color: #E2BDDB;
border: solid #161426 1px;
border-radius: 4px;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
height: 5vh;
width: 25vw;
outline: none;
}
#writeblog textarea {
font-family: raleway, sans-serif;
width: 100%;
height: 105px;
padding: 0.5em;
box-sizing: border-box;
border: solid #161426 1px;
border-radius: 4px;
background-color: #E2BDDB;
font-size: 16px;
resize: none;
outline: none;
}
#writeblog input:first-of-type::placeholder {
color: #161426;
}
/* Readblog.ejs */
#readblog ul {
list-style: none;
padding: 0;
}
#readblog ul li {
background-color: #A87EB7;
margin-bottom: 2em;
border-radius: 10px;
padding: 1vh 3vw;
}
#readblog ul li h2 {
margin: 0;
font-weight: bold;
}
#readblog ul li h3 {
padding-top: 1em;
margin: 0;
font-weight: 600;
}
#readblog ul li p {
padding: 0.5em;
margin-top: 0.5em;
word-wrap: break-word;
background: #E2BDDB;
border-radius: 10px;
}
#readblog ul li button {
margin-top: 1em;
background-color: #E2BDDB;
border: solid #161426 1px;
border-radius: 4px;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
height: 5vh;
width: 25vw;
font-weight: bold;
outline: none;
}
#readblog ul li textarea {
font-family: raleway, sans-serif;
}
/* Profiel.ejs */
#profile section {
padding: 0.5em;
margin-top: 0.5em;
word-wrap: break-word;
background: #A87EB7;
border-radius: 10px;
}
#profile section img {
width: 25%;
height: auto;
}
#profile h2 {
margin-top: 0.5em;
}
#profile p {
margin-top: 0.5em;
font-size: 0.7em;
font-weight: 300;
}
#profile form button {
margin-top: 1em;
background-color: #E2BDDB;
border: solid #161426 1px;
border-radius: 4px;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
height: 5vh;
width: 40vw;
font-weight: bold;
outline: none;
} | 0.181408 | 0.159905 |
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stint+Ultra+Condensed&family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stint+Ultra+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/*-------------*/
/* element selectors */
body{
margin:0;
}
h1{
font-family:'Teko',sans-serif;
font-weight:400;
font-size:50px;
text-align:center;
background-color:#8e44ad;
color:white;
margin:0;
}
h2{
color:#206b00;
background-color:#89ffdd;
text-decoration:underline solid #1abc9c;
font-family:'Oswald',sans-serif;
/*text-decoration-color:#1abc9c;*/
}
h3{
color:#002e99;
background-color:#8cd5ff;
font-family:'Oswald',sans-serif;
}
table{
padding:0 30px;
}
tbody{
padding-left:0;
padding-right:30px;
}
tr:nth-child(odd){
background-color:#273445;
background-color:grey;
color:white;
}
tr:nth-child(even){
background-color:white;
}
/*tr:nth-child(even) span{
color:#d1ff82;
}*/
th{
background-color:black;
padding:10px 30px;
}
/*td{
padding:0 30px;
}*/
span{
color:#a10705;
font-weight:bold;
font-family: 'Roboto', sans-serif;
font-size:18px;
line-height:1.5;
}
p{
font-family: 'Roboto', sans-serif;
font-size:18px;
line-height:1.5;
}
/* class selectors */
.content{
padding:0 2em;
}
.heading{
background-color:#89ffdd;
}
.box{
background-color:pink;
border-left:20px solid red;
margin:10px;
padding:0.5em 2em;
}
.pbox{
background-color:pink;
border-left:20px solid red;
margin:10px;
padding:0 2em;
}
.ul-content{
font-family: 'Roboto', sans-serif;
font-size:18px;
line-height:1.5;
}
.num{
background-color:pink;
color:#000000;
font-weight:bold;
}
.box-heading{
font-family:'Oswald',sans-serif;
font-weight:400;
font-size:18px;
color:#a10705;
font-weight:bold;
}
.pbold{
color:#000000;
font-weight:bold;
}
.libold{
color:#000000;
font-weight:bold;
}
.section{
border:5px dashed #000066;
padding:.5em;
background-color:#ccccff;
}
.section2{
padding:.5em;
background-color:#ccccff;
}
.section2 h3{
text-align:center;
color:#ff3300;
background-color:#ffb3d1;
border:3px solid #e6005c;
border-radius:20px;
}
/*
.specialnum{
display:inline;
height:inherit;
}
.specialh3{
display:inline;
}
*/
.h3-table{
padding:0;
margin:0;
}
.h3-tr h3{
margin:0;
background-color:none;
} | site/geography/geo.css | @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stint+Ultra+Condensed&family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stint+Ultra+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/*-------------*/
/* element selectors */
body{
margin:0;
}
h1{
font-family:'Teko',sans-serif;
font-weight:400;
font-size:50px;
text-align:center;
background-color:#8e44ad;
color:white;
margin:0;
}
h2{
color:#206b00;
background-color:#89ffdd;
text-decoration:underline solid #1abc9c;
font-family:'Oswald',sans-serif;
/*text-decoration-color:#1abc9c;*/
}
h3{
color:#002e99;
background-color:#8cd5ff;
font-family:'Oswald',sans-serif;
}
table{
padding:0 30px;
}
tbody{
padding-left:0;
padding-right:30px;
}
tr:nth-child(odd){
background-color:#273445;
background-color:grey;
color:white;
}
tr:nth-child(even){
background-color:white;
}
/*tr:nth-child(even) span{
color:#d1ff82;
}*/
th{
background-color:black;
padding:10px 30px;
}
/*td{
padding:0 30px;
}*/
span{
color:#a10705;
font-weight:bold;
font-family: 'Roboto', sans-serif;
font-size:18px;
line-height:1.5;
}
p{
font-family: 'Roboto', sans-serif;
font-size:18px;
line-height:1.5;
}
/* class selectors */
.content{
padding:0 2em;
}
.heading{
background-color:#89ffdd;
}
.box{
background-color:pink;
border-left:20px solid red;
margin:10px;
padding:0.5em 2em;
}
.pbox{
background-color:pink;
border-left:20px solid red;
margin:10px;
padding:0 2em;
}
.ul-content{
font-family: 'Roboto', sans-serif;
font-size:18px;
line-height:1.5;
}
.num{
background-color:pink;
color:#000000;
font-weight:bold;
}
.box-heading{
font-family:'Oswald',sans-serif;
font-weight:400;
font-size:18px;
color:#a10705;
font-weight:bold;
}
.pbold{
color:#000000;
font-weight:bold;
}
.libold{
color:#000000;
font-weight:bold;
}
.section{
border:5px dashed #000066;
padding:.5em;
background-color:#ccccff;
}
.section2{
padding:.5em;
background-color:#ccccff;
}
.section2 h3{
text-align:center;
color:#ff3300;
background-color:#ffb3d1;
border:3px solid #e6005c;
border-radius:20px;
}
/*
.specialnum{
display:inline;
height:inherit;
}
.specialh3{
display:inline;
}
*/
.h3-table{
padding:0;
margin:0;
}
.h3-tr h3{
margin:0;
background-color:none;
} | 0.149562 | 0.073663 |
@media (min-width: 1200px) {
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
overflow-x: hidden;
}
.cima {
position: relative;
top: 0px;
width: 100%;
height: 720px;
background-image: url('./imagens/fundo.jpeg');
background-repeat: no-repeat;
margin: -15px 0px 0px 0px;
}
.logo {
position: relative;
top: 20px;
left: -43px;
}
.logoCelular {
display: none;
}
.menu ul li {
position: relative;
float: left;
list-style: none;
top: 30px;
left: 760px;
z-index: 1;
}
a {
color: white;
text-decoration: none;
padding: 0px 10px 0px 0px;
font-weight: 500;
font-size: 13px;
}
a:hover {
color: #5bbc56;
}
#linhaCima {
color: #5bbc56;
background-color: #5bbc56;
position: relative;
top: 120px;
left: -390px;
height: 8px;
border-color: #5bbc56;
}
#tituloCima {
color: white;
position: relative;
left: 235px;
top: 100px;
font-weight: bold;
font-size: 50px;
}
#textoCima {
color: #5bbc56;
;
position: relative;
left: 235px;
top: 80px;
}
.container {
width: 300px;
height: 330px;
background-color: white;
position: relative;
left: 800px;
border-radius: 20px;
align-items: center;
margin: -65px 0px 0px 0px;
}
#tituloForm {
position: relative;
text-align: center;
font-size: 20px;
left: 35px;
top: 25px;
color: rgb(46, 41, 41);
z-index: 1;
}
input {
position: relative;
top: 20px;
left: 22px;
width: 250px;
height: 25px;
margin: 20px 0px 0px 0px;
border: solid 1px rgba(15, 15, 15, 0.459);
border-radius: 5px;
z-index: 1;
}
.btn {
position: relative;
color: white;
background-color: #5bbc56;
top: 40px;
left: 70px;
width: 150px;
height: 30px;
border: 1px solid #5bbc56;
border-radius: 10px;
font-size: 15px;
font-weight: bold;
z-index: 1;
}
.btn:hover {
color: #5bbc56;
background-color: white;
}
.container2 {
width: 300px;
height: 330px;
background-color: rgba(109, 109, 109, 0);
position: relative;
left: 800px;
border: solid 1px #5bbc56;
border-radius: 20px;
align-items: center;
margin: -330px 0px 0px 0px;
transform: rotate(3deg)
}
.hora {
color: white;
background-color: #5bbc56;
width: 220px;
height: 40px;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 230px;
margin: -30px 0px 0px 0px;
}
#hora {
position: relative;
top: 5px;
}
.limite {
color: white;
background-color: #5bbc56;
width: 220px;
height: 40px;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 530px;
margin: -39px 0px 0px 0px;
}
#limite {
position: relative;
top: 5px;
}
.parcela {
color: white;
background-color: #5bbc56;
width: 220px;
height: 40px;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 875px;
margin: -39px 0px 0px 0px;
}
#parcela {
position: relative;
top: 5px;
}
.circuloHora {
background-color: #50464600;
width: 220px;
height: 40px;
border: solid 1px black;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 230px;
margin: -42px 0px 0px 0px;
transform: rotate(3deg)
}
.circuloLimite {
background-color: #50464600;
width: 220px;
height: 40px;
border: solid 1px black;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 530px;
margin: -42px 0px 0px 0px;
transform: rotate(-3deg)
}
.circuloParcela {
background-color: #50464600;
width: 220px;
height: 40px;
border: solid 1px black;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 875px;
margin: -42px 0px 0px 0px;
transform: rotate(3deg)
}
#h1sessao2 {
position: relative;
top: 100px;
left: 330px;
letter-spacing: 1;
letter-spacing: -1px;
margin: 0em 0em -3em 0em;
}
#linhaSessao2 {
position: relative;
top: 17em;
height: 10px;
color: #5bbc56;
background-color: #5bbc56;
border: 1px solid #5bbc56;
left: -15.3em;
}
#tituloSessao2 {
position: relative;
top: 4em;
left: 19em;
font-size: 20px;
font-weight: 600;
}
#textoSessao2 {
position: relative;
top: 11em;
left: 11em;
display: block;
color: #424242c4;
font-weight: 900;
font-size: 16px;
margin: 0em 0em -9em 0em;
}
.sessao3 {
background-color: #5bbc56;
position: relative;
top: 420px;
text-align: center;
flex-direction: column;
height: 250px;
}
#tituloSessao3 {
color: white;
font-weight: 900;
letter-spacing: -1px;
position: relative;
top: 60px;
font-size: 35px;
z-index: 1;
}
#textoSessao3 {
position: relative;
top: 35px;
font-size: 17px;
color: #2a3839;
font-weight: 800;
z-index: 1;
}
#btnSessao3 {
position: relative;
top: 50px;
width: 200px;
height: 40px;
background-color: white;
color: #5bbc56;
border: 1px solid #51a74c;
border-radius: 30px;
font-size: 17px;
cursor: pointer;
z-index: 1;
}
#btnSessao3:hover {
color: white;
background-color: #51a74c;
}
.bordaSessao3 {
background-color: #5bbc5600;
position: relative;
top: 170px;
text-align: center;
flex-direction: column;
height: 240px;
border: 1px solid black;
transform: rotate(1deg)
}
.sessao4 {
position: relative;
top: 169px;
background-color: #2a3839;
text-align: center;
height: 16em;
}
#textoSessao4 {
color: #5bbc56;
position: relative;
top: 7em;
font-weight: 900;
font-size: 10px;
}
.redesSociais #redesSociais li {
position: relative;
list-style: none;
float: left;
left: 780px;
top: 30px;
size: 12px;
z-index: 1;
}
.imagemCartaoEDinheiro {
position: relative;
top: 15em;
left: 11em;
}
.containerTroca {
display: none;
}
.container1 {
width: 500px;
height: 430px;
background-color: white;
position: relative;
left: 650px;
border-radius: 20px;
align-items: center;
margin: -1645px 0px 0px 0px;
}
.h1DivDom {
text-align: center;
font-size: 24px;
position: relative;
top: -30px;
color: #2a3839;
z-index: 1;
left: -80px;
}
.parcelas1 {
position: relative;
left: 65px;
top: 80px;
color: #474f50;
font-weight: 500;
letter-spacing: -1px;
z-index: 2;
}
.linhaParcelas {
transform: rotate(90deg);
color: #5bbc56;
background-color: #5bbc56;
height: 1px;
border: none;
position: relative;
top: -4em;
left: -10px;
width: 150px;
}
.parcelas2 {
position: relative;
top: -10.4em;
left: 280px;
color: #474f50;
font-weight: 500;
letter-spacing: -1px;
z-index: 2;
}
.voltaParcelas {
width: 500px;
height: 430px;
background-color: rgba(109, 109, 109, 0);
position: relative;
left: 650px;
border: solid 1px #5bbc56;
border-radius: 20px;
align-items: center;
margin: -100px 0px 0px 0px;
transform: rotate(3deg);
z-index: 1;
}
.btnParcelas {
position: relative;
top: -5.4em;
left: 3.54em;
width: 200px;
color: white;
background-color: #5bbc56;
border: 1px solid #5bbc56;
border-radius: 20px;
height: 30px;
font-weight: 900;
z-index: 2;
cursor: pointer;
font-size: 17px;
}
.btnParcelas:hover {
color: #5bbc56;
background-color: white;
border: 1px solid #5bbc56;
}
.valorParcela {
position: relative;
top: 6em;
left: 8em;
width: 250px;
height: 25px;
margin: 20px 0px 0px 0px;
border: solid 1px rgba(15, 15, 15, 0.459);
border-radius: 5px;
z-index: 1;
}
.btnSomar {
position: relative;
top: -5.4em;
left: 1.9em;
width: 200px;
color: white;
background-color: #5bbc56;
border: 1px solid #5bbc56;
border-radius: 20px;
height: 30px;
font-weight: 900;
z-index: 2;
cursor: pointer;
font-size: 17px;
}
.btnSomar:hover {
color: #5bbc56;
background-color: white;
border: 1px solid #5bbc56;
}
.valorParcela::-webkit-input-placeholder {
text-transform: uppercase;
font-style: bold;
padding: 0px 10px 0px 0px;
}
.btnSomarPrimeiro {
display: none;
}
#textoMeioSessao2 {
font-weight: 900;
position: relative;
top: 7em;
left: 17.3em;
color: #51a74c;
font-size: 22px;
}
#dentroTetxoSessao2 {
position: relative;
top: 3em;
color: #474f50bd;
;
}
.contato {
display: flex;
flex-direction: column;
position: relative;
top: 4em;
color: #f1f1f1;
font-weight: 900;
}
.logoRodape {
position: relative;
top: 3em;
}
.rodape {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
top: 13em;
height: 4em;
background-color: #2a3839;
font-size: 13px;
color: white;
}
#direitosAutorais {
position: relative;
top: 1em;
}
#desenvolvidoPor {
position: relative;
top: 1.2em;
}
#dev {
position: relative;
color: white;
font-size: 1em;
left: 0.3em;
}
}
@media (max-width: 1200px) {
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.cima {
background-image: url('./imagens/fundoCelular.jpg');
background-repeat: no-repeat;
width: 100%;
height: 268px;
position: relative;
top: 0;
}
.menu {
display: none;
}
.logo {
display: none;
}
.logoCelular {
position: relative;
left: -6em;
top: 0.4em;
}
.redesSociais #redesSociais li {
position: relative;
list-style: none;
float: left;
left: 200px;
padding: 0px 10px 0px 0px;
color: white;
top: 10px;
}
#tituloCima {
color: white;
text-align: center;
font-size: 30px;
}
#textoCima {
display: block;
text-align: center;
color: #5bbc56;
align-content: center;
font-size: 13px;
position: relative;
left: -0.2em;
}
.container {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 16em;
top: 3.3em;
align-items: center;
z-index: 1;
}
#tituloForm {
position: relative;
text-align: center;
top: 7%;
font-weight: 900;
}
input {
position: relative;
top: 10%;
width: 22em;
margin: 10px 0px 0px 0px;
height: 20px;
border: 1px solid #2a3839;
border-radius: 10px
}
.btn {
position: relative;
top: 30px;
height: 30px;
color: #f7f7f7;
background-color: #5bbc56;
font-weight: 900;
border: 1px solid #5bbc56;
}
.container2{
height: 17em;
background-color: rgba(109, 109, 109, 0);
position: relative;
border: solid 1px #5bbc56;
align-items: center;
top: -13em;
}
#hora {
display: none;
}
#limite {
display: none;
}
#parcela {
display: none;
}
.sessao2 {
position: relative;
top: 16em;
width: 100%;
}
#h1sessao2 {
font-size: 20px;
text-align: center;
position: relative;
top: 2em;
}
.imagemCartaoEDinheiro {
display: none;
}
#tituloSessao2 {
display: block;
flex-direction: column;
position: relative;
top: 4em;
font-size: 1.1em;
font-weight: 400;
}
#textoMeioSessao2{
position: relative;
top: 5.4em;
color: #51a74c;
font-weight: 900;
left: 4em;
font-size: 1.3em;
}
#textoSessao2 {
position: relative;
top: 11em;
display: block;
color: #424242c4;
font-weight: 900;
padding: 0em 0.01em 0em 0.2em;
font-size: 15px;
}
#dentroTextoSessao2{
position: relative;
font-weight: 13px;
}
#linhaSessao2 {
position: relative;
top: 3.6em;
height: 10px;
color: #5bbc56;
background-color: #5bbc56;
border: 1px solid #5bbc56;
left: -10.7em;
}
.sessao3 {
position: relative;
top: 470px;
background-color: #5bbc56;
height: 144px;
width: 100%
}
#tituloSessao3 {
font-size: 22px;
text-align: center;
color: white;
position: relative;
top: 10px;
}
#textoSessao3 {
display: block;
position: relative;
font-size: 13px;
text-align: center;
font-weight: 400;
top: 1.5em;
}
#btnSessao3 {
position: relative;
width: 100px;
background-color: white;
border: 1px solid #5bbc56;
border-radius: 10px;
top: 1em;
left: 10em;
display: none;
}
.bordaSessao3{
display: none;
}
.sessao4 {
position: relative;
top: 470px;
background-color: #474f50;
height: 17em;
width: 100%
}
.logoRodape{
position: relative;
left: 6em;
top: 0.9em;
}
.contato{
position: relative;
top: 1.5em;
display: flex;
flex-direction: column;
text-align: center;
width: 100%;
color: white;
font-weight: 500;
}
#textoSessao4 {
font-size: 10px;
color: #51a74c;
font-weight: 900;
text-align: center;
position: relative;
top: 4em;
display: block;
flex-direction: column;
}
.rodape{
position: relative;
top: 43.5em;
display: flex;
flex-direction: column;
text-align: center;
font-size: 10px;
color: white;
}
#dev{
position: relative;
color: white;
text-decoration: none;
font-weight: 800;
}
.containerTroca {
display: none;
}
.h1DivDom {
text-align: center;
font-size: 20px;
position: relative;
top: -30px;
color: #2a3839;
z-index: 1;
left: -50px;
}
.parcelas1 {
position: relative;
left: 65px;
top: 60px;
color: #474f50;
font-weight: 500;
letter-spacing: -1px;
z-index: 2;
}
.linhaParcelas {
transform: rotate(90deg);
color: #5bbc56;
background-color: #5bbc56;
height: 1px;
border: none;
position: relative;
top: -10px;
left: -20px;
width: 150px;
}
.btnParcelas {
position: relative;
top: -5.4em;
left: 10.9em;
width: 200px;
color: white;
background-color: #5bbc56;
border: 1px solid #5bbc56;
border-radius: 20px;
height: 30px;
font-weight: 900;
z-index: 2;
cursor: pointer;
font-size: 17px;
}
.container1 {
height: 330px;
position: relative;
align-items: center;
top: -535px;
background-color: #f7f7f7;
text-indent: inherit;
}
.parcelas1 {
position: relative;
left: 40px;
top: 80px;
color: #474f50;
font-weight: 500;
letter-spacing: -1px;
z-index: 2;
font-size: 13px;
}
.parcelas2 {
position: relative;
top: -10.4em;
left: 280px;
color: #474f50;
font-weight: 500;
letter-spacing: -1px;
z-index: 2;
}
.btnParcelas {
position: relative;
top: -5.4em;
left: 10.9em;
width: 200px;
color: white;
background-color: #5bbc56;
border: 1px solid #5bbc56;
border-radius: 20px;
height: 30px;
font-weight: 900;
z-index: 2;
cursor: pointer;
font-size: 17px;
}
.redesSociais a {
color: white;
}
.divDom input {
position: relative;
top: 130px;
left: 1px;
width: 250px;
margin: 10px 0px 0px 0px;
height: 20px;
border: 1px solid #5bbc56;
border-radius: 10px
}
.valorParcela {
position: relative;
top: 6em;
left: 8em;
width: 250px;
height: 25px;
margin: 20px 0px 0px 0px;
border: solid 1px rgba(15, 15, 15, 0.459);
border-radius: 5px;
z-index: 1;
}
.btnSomar {
position: relative;
top: -5.4em;
left: 5.9em;
width: 200px;
color: white;
background-color: #5bbc56;
border: 1px solid #5bbc56;
border-radius: 20px;
height: 30px;
font-weight: 900;
z-index: 2;
cursor: pointer;
font-size: 17px;
}
.btnSomar:hover {
color: #5bbc56;
background-color: white;
border: 1px solid #5bbc56;
}
.btnSomarPrimeiro{
display: none;
}
} | bemNaHoraSite/style.css | @media (min-width: 1200px) {
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
overflow-x: hidden;
}
.cima {
position: relative;
top: 0px;
width: 100%;
height: 720px;
background-image: url('./imagens/fundo.jpeg');
background-repeat: no-repeat;
margin: -15px 0px 0px 0px;
}
.logo {
position: relative;
top: 20px;
left: -43px;
}
.logoCelular {
display: none;
}
.menu ul li {
position: relative;
float: left;
list-style: none;
top: 30px;
left: 760px;
z-index: 1;
}
a {
color: white;
text-decoration: none;
padding: 0px 10px 0px 0px;
font-weight: 500;
font-size: 13px;
}
a:hover {
color: #5bbc56;
}
#linhaCima {
color: #5bbc56;
background-color: #5bbc56;
position: relative;
top: 120px;
left: -390px;
height: 8px;
border-color: #5bbc56;
}
#tituloCima {
color: white;
position: relative;
left: 235px;
top: 100px;
font-weight: bold;
font-size: 50px;
}
#textoCima {
color: #5bbc56;
;
position: relative;
left: 235px;
top: 80px;
}
.container {
width: 300px;
height: 330px;
background-color: white;
position: relative;
left: 800px;
border-radius: 20px;
align-items: center;
margin: -65px 0px 0px 0px;
}
#tituloForm {
position: relative;
text-align: center;
font-size: 20px;
left: 35px;
top: 25px;
color: rgb(46, 41, 41);
z-index: 1;
}
input {
position: relative;
top: 20px;
left: 22px;
width: 250px;
height: 25px;
margin: 20px 0px 0px 0px;
border: solid 1px rgba(15, 15, 15, 0.459);
border-radius: 5px;
z-index: 1;
}
.btn {
position: relative;
color: white;
background-color: #5bbc56;
top: 40px;
left: 70px;
width: 150px;
height: 30px;
border: 1px solid #5bbc56;
border-radius: 10px;
font-size: 15px;
font-weight: bold;
z-index: 1;
}
.btn:hover {
color: #5bbc56;
background-color: white;
}
.container2 {
width: 300px;
height: 330px;
background-color: rgba(109, 109, 109, 0);
position: relative;
left: 800px;
border: solid 1px #5bbc56;
border-radius: 20px;
align-items: center;
margin: -330px 0px 0px 0px;
transform: rotate(3deg)
}
.hora {
color: white;
background-color: #5bbc56;
width: 220px;
height: 40px;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 230px;
margin: -30px 0px 0px 0px;
}
#hora {
position: relative;
top: 5px;
}
.limite {
color: white;
background-color: #5bbc56;
width: 220px;
height: 40px;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 530px;
margin: -39px 0px 0px 0px;
}
#limite {
position: relative;
top: 5px;
}
.parcela {
color: white;
background-color: #5bbc56;
width: 220px;
height: 40px;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 875px;
margin: -39px 0px 0px 0px;
}
#parcela {
position: relative;
top: 5px;
}
.circuloHora {
background-color: #50464600;
width: 220px;
height: 40px;
border: solid 1px black;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 230px;
margin: -42px 0px 0px 0px;
transform: rotate(3deg)
}
.circuloLimite {
background-color: #50464600;
width: 220px;
height: 40px;
border: solid 1px black;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 530px;
margin: -42px 0px 0px 0px;
transform: rotate(-3deg)
}
.circuloParcela {
background-color: #50464600;
width: 220px;
height: 40px;
border: solid 1px black;
border-radius: 30px;
text-align: center;
font-size: 14px;
font-weight: bolder;
position: relative;
left: 875px;
margin: -42px 0px 0px 0px;
transform: rotate(3deg)
}
#h1sessao2 {
position: relative;
top: 100px;
left: 330px;
letter-spacing: 1;
letter-spacing: -1px;
margin: 0em 0em -3em 0em;
}
#linhaSessao2 {
position: relative;
top: 17em;
height: 10px;
color: #5bbc56;
background-color: #5bbc56;
border: 1px solid #5bbc56;
left: -15.3em;
}
#tituloSessao2 {
position: relative;
top: 4em;
left: 19em;
font-size: 20px;
font-weight: 600;
}
#textoSessao2 {
position: relative;
top: 11em;
left: 11em;
display: block;
color: #424242c4;
font-weight: 900;
font-size: 16px;
margin: 0em 0em -9em 0em;
}
.sessao3 {
background-color: #5bbc56;
position: relative;
top: 420px;
text-align: center;
flex-direction: column;
height: 250px;
}
#tituloSessao3 {
color: white;
font-weight: 900;
letter-spacing: -1px;
position: relative;
top: 60px;
font-size: 35px;
z-index: 1;
}
#textoSessao3 {
position: relative;
top: 35px;
font-size: 17px;
color: #2a3839;
font-weight: 800;
z-index: 1;
}
#btnSessao3 {
position: relative;
top: 50px;
width: 200px;
height: 40px;
background-color: white;
color: #5bbc56;
border: 1px solid #51a74c;
border-radius: 30px;
font-size: 17px;
cursor: pointer;
z-index: 1;
}
#btnSessao3:hover {
color: white;
background-color: #51a74c;
}
.bordaSessao3 {
background-color: #5bbc5600;
position: relative;
top: 170px;
text-align: center;
flex-direction: column;
height: 240px;
border: 1px solid black;
transform: rotate(1deg)
}
.sessao4 {
position: relative;
top: 169px;
background-color: #2a3839;
text-align: center;
height: 16em;
}
#textoSessao4 {
color: #5bbc56;
position: relative;
top: 7em;
font-weight: 900;
font-size: 10px;
}
.redesSociais #redesSociais li {
position: relative;
list-style: none;
float: left;
left: 780px;
top: 30px;
size: 12px;
z-index: 1;
}
.imagemCartaoEDinheiro {
position: relative;
top: 15em;
left: 11em;
}
.containerTroca {
display: none;
}
.container1 {
width: 500px;
height: 430px;
background-color: white;
position: relative;
left: 650px;
border-radius: 20px;
align-items: center;
margin: -1645px 0px 0px 0px;
}
.h1DivDom {
text-align: center;
font-size: 24px;
position: relative;
top: -30px;
color: #2a3839;
z-index: 1;
left: -80px;
}
.parcelas1 {
position: relative;
left: 65px;
top: 80px;
color: #474f50;
font-weight: 500;
letter-spacing: -1px;
z-index: 2;
}
.linhaParcelas {
transform: rotate(90deg);
color: #5bbc56;
background-color: #5bbc56;
height: 1px;
border: none;
position: relative;
top: -4em;
left: -10px;
width: 150px;
}
.parcelas2 {
position: relative;
top: -10.4em;
left: 280px;
color: #474f50;
font-weight: 500;
letter-spacing: -1px;
z-index: 2;
}
.voltaParcelas {
width: 500px;
height: 430px;
background-color: rgba(109, 109, 109, 0);
position: relative;
left: 650px;
border: solid 1px #5bbc56;
border-radius: 20px;
align-items: center;
margin: -100px 0px 0px 0px;
transform: rotate(3deg);
z-index: 1;
}
.btnParcelas {
position: relative;
top: -5.4em;
left: 3.54em;
width: 200px;
color: white;
background-color: #5bbc56;
border: 1px solid #5bbc56;
border-radius: 20px;
height: 30px;
font-weight: 900;
z-index: 2;
cursor: pointer;
font-size: 17px;
}
.btnParcelas:hover {
color: #5bbc56;
background-color: white;
border: 1px solid #5bbc56;
}
.valorParcela {
position: relative;
top: 6em;
left: 8em;
width: 250px;
height: 25px;
margin: 20px 0px 0px 0px;
border: solid 1px rgba(15, 15, 15, 0.459);
border-radius: 5px;
z-index: 1;
}
.btnSomar {
position: relative;
top: -5.4em;
left: 1.9em;
width: 200px;
color: white;
background-color: #5bbc56;
border: 1px solid #5bbc56;
border-radius: 20px;
height: 30px;
font-weight: 900;
z-index: 2;
cursor: pointer;
font-size: 17px;
}
.btnSomar:hover {
color: #5bbc56;
background-color: white;
border: 1px solid #5bbc56;
}
.valorParcela::-webkit-input-placeholder {
text-transform: uppercase;
font-style: bold;
padding: 0px 10px 0px 0px;
}
.btnSomarPrimeiro {
display: none;
}
#textoMeioSessao2 {
font-weight: 900;
position: relative;
top: 7em;
left: 17.3em;
color: #51a74c;
font-size: 22px;
}
#dentroTetxoSessao2 {
position: relative;
top: 3em;
color: #474f50bd;
;
}
.contato {
display: flex;
flex-direction: column;
position: relative;
top: 4em;
color: #f1f1f1;
font-weight: 900;
}
.logoRodape {
position: relative;
top: 3em;
}
.rodape {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
top: 13em;
height: 4em;
background-color: #2a3839;
font-size: 13px;
color: white;
}
#direitosAutorais {
position: relative;
top: 1em;
}
#desenvolvidoPor {
position: relative;
top: 1.2em;
}
#dev {
position: relative;
color: white;
font-size: 1em;
left: 0.3em;
}
}
@media (max-width: 1200px) {
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.cima {
background-image: url('./imagens/fundoCelular.jpg');
background-repeat: no-repeat;
width: 100%;
height: 268px;
position: relative;
top: 0;
}
.menu {
display: none;
}
.logo {
display: none;
}
.logoCelular {
position: relative;
left: -6em;
top: 0.4em;
}
.redesSociais #redesSociais li {
position: relative;
list-style: none;
float: left;
left: 200px;
padding: 0px 10px 0px 0px;
color: white;
top: 10px;
}
#tituloCima {
color: white;
text-align: center;
font-size: 30px;
}
#textoCima {
display: block;
text-align: center;
color: #5bbc56;
align-content: center;
font-size: 13px;
position: relative;
left: -0.2em;
}
.container {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 16em;
top: 3.3em;
align-items: center;
z-index: 1;
}
#tituloForm {
position: relative;
text-align: center;
top: 7%;
font-weight: 900;
}
input {
position: relative;
top: 10%;
width: 22em;
margin: 10px 0px 0px 0px;
height: 20px;
border: 1px solid #2a3839;
border-radius: 10px
}
.btn {
position: relative;
top: 30px;
height: 30px;
color: #f7f7f7;
background-color: #5bbc56;
font-weight: 900;
border: 1px solid #5bbc56;
}
.container2{
height: 17em;
background-color: rgba(109, 109, 109, 0);
position: relative;
border: solid 1px #5bbc56;
align-items: center;
top: -13em;
}
#hora {
display: none;
}
#limite {
display: none;
}
#parcela {
display: none;
}
.sessao2 {
position: relative;
top: 16em;
width: 100%;
}
#h1sessao2 {
font-size: 20px;
text-align: center;
position: relative;
top: 2em;
}
.imagemCartaoEDinheiro {
display: none;
}
#tituloSessao2 {
display: block;
flex-direction: column;
position: relative;
top: 4em;
font-size: 1.1em;
font-weight: 400;
}
#textoMeioSessao2{
position: relative;
top: 5.4em;
color: #51a74c;
font-weight: 900;
left: 4em;
font-size: 1.3em;
}
#textoSessao2 {
position: relative;
top: 11em;
display: block;
color: #424242c4;
font-weight: 900;
padding: 0em 0.01em 0em 0.2em;
font-size: 15px;
}
#dentroTextoSessao2{
position: relative;
font-weight: 13px;
}
#linhaSessao2 {
position: relative;
top: 3.6em;
height: 10px;
color: #5bbc56;
background-color: #5bbc56;
border: 1px solid #5bbc56;
left: -10.7em;
}
.sessao3 {
position: relative;
top: 470px;
background-color: #5bbc56;
height: 144px;
width: 100%
}
#tituloSessao3 {
font-size: 22px;
text-align: center;
color: white;
position: relative;
top: 10px;
}
#textoSessao3 {
display: block;
position: relative;
font-size: 13px;
text-align: center;
font-weight: 400;
top: 1.5em;
}
#btnSessao3 {
position: relative;
width: 100px;
background-color: white;
border: 1px solid #5bbc56;
border-radius: 10px;
top: 1em;
left: 10em;
display: none;
}
.bordaSessao3{
display: none;
}
.sessao4 {
position: relative;
top: 470px;
background-color: #474f50;
height: 17em;
width: 100%
}
.logoRodape{
position: relative;
left: 6em;
top: 0.9em;
}
.contato{
position: relative;
top: 1.5em;
display: flex;
flex-direction: column;
text-align: center;
width: 100%;
color: white;
font-weight: 500;
}
#textoSessao4 {
font-size: 10px;
color: #51a74c;
font-weight: 900;
text-align: center;
position: relative;
top: 4em;
display: block;
flex-direction: column;
}
.rodape{
position: relative;
top: 43.5em;
display: flex;
flex-direction: column;
text-align: center;
font-size: 10px;
color: white;
}
#dev{
position: relative;
color: white;
text-decoration: none;
font-weight: 800;
}
.containerTroca {
display: none;
}
.h1DivDom {
text-align: center;
font-size: 20px;
position: relative;
top: -30px;
color: #2a3839;
z-index: 1;
left: -50px;
}
.parcelas1 {
position: relative;
left: 65px;
top: 60px;
color: #474f50;
font-weight: 500;
letter-spacing: -1px;
z-index: 2;
}
.linhaParcelas {
transform: rotate(90deg);
color: #5bbc56;
background-color: #5bbc56;
height: 1px;
border: none;
position: relative;
top: -10px;
left: -20px;
width: 150px;
}
.btnParcelas {
position: relative;
top: -5.4em;
left: 10.9em;
width: 200px;
color: white;
background-color: #5bbc56;
border: 1px solid #5bbc56;
border-radius: 20px;
height: 30px;
font-weight: 900;
z-index: 2;
cursor: pointer;
font-size: 17px;
}
.container1 {
height: 330px;
position: relative;
align-items: center;
top: -535px;
background-color: #f7f7f7;
text-indent: inherit;
}
.parcelas1 {
position: relative;
left: 40px;
top: 80px;
color: #474f50;
font-weight: 500;
letter-spacing: -1px;
z-index: 2;
font-size: 13px;
}
.parcelas2 {
position: relative;
top: -10.4em;
left: 280px;
color: #474f50;
font-weight: 500;
letter-spacing: -1px;
z-index: 2;
}
.btnParcelas {
position: relative;
top: -5.4em;
left: 10.9em;
width: 200px;
color: white;
background-color: #5bbc56;
border: 1px solid #5bbc56;
border-radius: 20px;
height: 30px;
font-weight: 900;
z-index: 2;
cursor: pointer;
font-size: 17px;
}
.redesSociais a {
color: white;
}
.divDom input {
position: relative;
top: 130px;
left: 1px;
width: 250px;
margin: 10px 0px 0px 0px;
height: 20px;
border: 1px solid #5bbc56;
border-radius: 10px
}
.valorParcela {
position: relative;
top: 6em;
left: 8em;
width: 250px;
height: 25px;
margin: 20px 0px 0px 0px;
border: solid 1px rgba(15, 15, 15, 0.459);
border-radius: 5px;
z-index: 1;
}
.btnSomar {
position: relative;
top: -5.4em;
left: 5.9em;
width: 200px;
color: white;
background-color: #5bbc56;
border: 1px solid #5bbc56;
border-radius: 20px;
height: 30px;
font-weight: 900;
z-index: 2;
cursor: pointer;
font-size: 17px;
}
.btnSomar:hover {
color: #5bbc56;
background-color: white;
border: 1px solid #5bbc56;
}
.btnSomarPrimeiro{
display: none;
}
} | 0.374676 | 0.106644 |
.homeWrapper {
min-height: 200px;
}
.loginHeader{
background-color: #2f5596;
clear: left;
color: #fff;
padding: 15px 0;
text-align: center;
}
.loginHeader h2{
margin: 0px;
}
.wrapperLogin {
margin: 80px 0;
}
/*Login*/
.contentWrap {
margin-bottom: 20px;
}
.wrapHead {
padding: 15px 0; color: #FFF; background-color:#2f5596 ; clear: left; text-align: center;
}
.wrapHead h2 {
margin: 0px;
}
/* Nvigation */
.navWrap .navbar {
margin-bottom: 0px;
border-radius: 0px;
border: 0px;
border-top: 2px solid #2f5596;
}
.navWrap .navbar-default {
background-color: #f1f1f1;
}
/*Banner*/
.iconStyle {
display:block !important; margin:0px auto; margin-bottom:5px;
}
.bannerWrapper {
background: #2f5596 url("../images/banner.jpg") no-repeat center top;
/*background: #2f5596;*/
background-size: content;
height: 328px;
color: #CCC;
}
.bannerWrapper .container {
position: relative;
}
.btn-discover, .btn-analyze, .btn-design {
position: absolute;
width: 120px; height: 120px; border: 7px solid #1f4f73;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background: #FFF;
color: #000;
transition: all ease 0.6s;
text-align: center;
text-decoration: none;
padding-top:15px;
}
.btn-discover i, .btn-analyze i, .btn-design i {
color:#6d9ac3;
display: block;
}
.btn-discover {
top: 20px;
right:20%;
}
.btn-analyze {
top: 125px;
right:27%;
}
.btn-design {
top: 125px;
right:13%;
}
.btn-discover:hover, .btn-analyze:hover, .btn-design:hover,
.btn-discover:focus, .btn-analyze:focus, .btn-design:hover,
.btn-discover:active, .btn-analyze:active, .btn-design:active {
background: #f1f1f1;
color: #333;
text-decoration: none;
}
/*Upload Form*/
.uploadFiles {
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #CCC;
}
/*Footer*/
.footerWrapper {
background: #000;
color: #FFF;
padding: 12px 0;
}
.infoHeadTop {
text-align: center;
margin: 0px;
padding: 12px 0;
background: #f4b184;
text-transform: uppercase;
} | style/style.css | .homeWrapper {
min-height: 200px;
}
.loginHeader{
background-color: #2f5596;
clear: left;
color: #fff;
padding: 15px 0;
text-align: center;
}
.loginHeader h2{
margin: 0px;
}
.wrapperLogin {
margin: 80px 0;
}
/*Login*/
.contentWrap {
margin-bottom: 20px;
}
.wrapHead {
padding: 15px 0; color: #FFF; background-color:#2f5596 ; clear: left; text-align: center;
}
.wrapHead h2 {
margin: 0px;
}
/* Nvigation */
.navWrap .navbar {
margin-bottom: 0px;
border-radius: 0px;
border: 0px;
border-top: 2px solid #2f5596;
}
.navWrap .navbar-default {
background-color: #f1f1f1;
}
/*Banner*/
.iconStyle {
display:block !important; margin:0px auto; margin-bottom:5px;
}
.bannerWrapper {
background: #2f5596 url("../images/banner.jpg") no-repeat center top;
/*background: #2f5596;*/
background-size: content;
height: 328px;
color: #CCC;
}
.bannerWrapper .container {
position: relative;
}
.btn-discover, .btn-analyze, .btn-design {
position: absolute;
width: 120px; height: 120px; border: 7px solid #1f4f73;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background: #FFF;
color: #000;
transition: all ease 0.6s;
text-align: center;
text-decoration: none;
padding-top:15px;
}
.btn-discover i, .btn-analyze i, .btn-design i {
color:#6d9ac3;
display: block;
}
.btn-discover {
top: 20px;
right:20%;
}
.btn-analyze {
top: 125px;
right:27%;
}
.btn-design {
top: 125px;
right:13%;
}
.btn-discover:hover, .btn-analyze:hover, .btn-design:hover,
.btn-discover:focus, .btn-analyze:focus, .btn-design:hover,
.btn-discover:active, .btn-analyze:active, .btn-design:active {
background: #f1f1f1;
color: #333;
text-decoration: none;
}
/*Upload Form*/
.uploadFiles {
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #CCC;
}
/*Footer*/
.footerWrapper {
background: #000;
color: #FFF;
padding: 12px 0;
}
.infoHeadTop {
text-align: center;
margin: 0px;
padding: 12px 0;
background: #f4b184;
text-transform: uppercase;
} | 0.24608 | 0.058831 |
.transicioRapida {
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
}
/*TEXT*/
body,
html {
font-family: 'IBM Plex Mono', monospace;
}
h1 {
font-weight: 200;
font-size: 7.75vh;
line-height: 1;
}
@media screen and (max-width: 1440px) {
h1 {
font-size: 7vh;
}
}
@media screen and (max-width: 737px) {
h1 {
font-size: 48px;
}
}
@media screen and (max-width: 420px) {
h1 {
font-size: 40px;
}
}
h2 {
font-weight: 500;
font-size: 3vh;
line-height: 1.1;
}
@media screen and (max-width: 737px) {
h2 {
font-size: 20px;
}
}
h6 {
font-size: 14px;
}
p,
li {
font-weight: 300;
font-size: 20px;
line-height: 2;
}
@media screen and (max-width: 1440px) {
p,
li {
font-size: 16px;
}
}
@media screen and (max-width: 737px) {
p,
li {
font-size: 16px;
line-height: 1.5;
}
}
::-webkit-input-placeholder {
color: black;
}
::-moz-placeholder {
color: black;
}
:-ms-input-placeholder {
color: black;
}
:-moz-placeholder {
color: black;
}
article h6,
aside h6,
footer h6,
article h2,
aside h2,
footer h2,
article p,
aside p,
footer p {
margin-bottom: 48px;
}
article .material-icons,
aside .material-icons,
footer .material-icons {
font-size: 48px;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
}
@media screen and (max-width: 1440px) {
article .material-icons,
aside .material-icons,
footer .material-icons {
font-size: 40px;
}
}
@media screen and (max-width: 737px) {
article .material-icons,
aside .material-icons,
footer .material-icons {
font-size: 32px;
}
}
article .material-icons:hover,
aside .material-icons:hover,
footer .material-icons:hover {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
article a,
aside a,
footer a {
font-size: 20px;
font-weight: 500;
text-decoration: none;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
border-bottom: 2px solid black;
color: black;
cursor: pointer;
}
@media screen and (max-width: 1440px) {
article a,
aside a,
footer a {
font-size: 16px;
}
}
article a:hover,
aside a:hover,
footer a:hover {
padding-bottom: 2px;
border-bottom: 2px solid red;
}
article ul,
aside ul,
footer ul {
list-style: none;
}
article ul li,
aside ul li,
footer ul li {
margin-left: -40px;
}
article ul li:first-of-type,
aside ul li:first-of-type,
footer ul li:first-of-type {
font-weight: 700;
}
footer a {
font-weight: 300;
}
.textBlanc {
color: white;
}
.textBlanc .material-icons {
color: white;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
}
.textBlanc .material-icons:hover {
color: red;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
/* ICONOS*/
.material-icons {
font-size: 48px;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
cursor: pointer;
color: black;
border: none;
}
@media screen and (max-width: 1440px) {
.material-icons {
font-size: 40px;
}
}
@media screen and (max-width: 737px) {
.material-icons {
font-size: 32px;
}
}
.material-icons:hover {
color: red;
border: none;
}
/*ALINEACIONS*/
.centrarHoritzontal {
margin: 0 auto;
}
.alinearVerticalPare {
display: flex;
justify-content: center;
align-items: center;
}
.alinearVerticalFill {
text-align: center;
}
.flexContainer {
display: flex;
justify-content: space-between;
}
.flexText {
align-items: center;
}
/*<NAME>*/
.ample60 {
max-width: 60vw;
}
@media screen and (max-width: 1025px) {
.ample60 {
max-width: 80vw;
}
}
.ample50 {
max-width: 50vw;
}
@media screen and (max-width: 1440px) {
.ample50 {
max-width: 60vw;
}
}
@media screen and (max-width: 1025px) {
.ample50 {
max-width: 80vw;
}
}
.ample40 {
max-width: 40wv;
}
.fullHeihgt {
height: 100vh;
}
.imgFull {
width: 100%;
height: auto;
}
.imgFull img {
object-fit: scale-down;
width: 100%;
height: auto;
}
.margeSuperiorXl {
padding-top: 128px;
}
@media screen and (max-width: 1440px) {
.margeSuperiorXl {
padding-top: 48px;
}
}
.margeInferiorXl {
padding-bottom: 128px;
}
@media screen and (max-width: 1440px) {
.margeInferiorXl {
padding-bottom: 48px;
}
}
.margeSuperiorL {
padding-top: 80px;
}
@media screen and (max-width: 1440px) {
.margeSuperiorL {
padding-top: 32px;
}
}
.margeInferiorL {
padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
.margeInferiorL {
padding-bottom: 32px;
}
}
.margeRelSuperiorXl {
padding-top: 33vh;
}
@media screen and (max-width: 1440px) {
.margeRelSuperiorXl {
padding-top: 22vh;
}
}
.margeRelInferiorXl {
padding-bottom: 33vh;
}
@media screen and (max-width: 1440px) {
.margeRelInferiorXl {
padding-bottom: 22vh;
}
}
.margeRelSuperiorL {
padding-top: 22vh;
}
@media screen and (max-width: 1440px) {
.margeRelSuperiorL {
padding-top: 11vh;
}
}
.margeRelInferiorM {
padding-bottom: 11vh;
}
@media screen and (max-width: 1440px) {
.margeRelInferiorM {
padding-bottom: 11vh;
}
}
.margeRelSuperiorM {
padding-top: 11vh;
}
.margeSuperiorM {
padding-top: 48px;
}
@media screen and (max-width: 1440px) {
.margeSuperiorM {
padding-top: 16px;
}
}
.margeSuperiorS {
padding-top: 32px;
}
@media screen and (max-width: 1440px) {
.margeSuperiorS {
padding-top: 8px;
}
}
.wrapper {
max-width: 1600px;
margin: 0 auto;
padding-left: 32px;
padding-right: 32px;
}
@media screen and (min-width: 2200px) {
.wrapper {
max-width: 1900px;
}
}
/*ESTRUCTURA*/
header {
width: auto;
box-sizing: border-box;
padding-bottom: 0;
padding-top: 80px;
}
@media screen and (max-width: 1440px) {
header {
padding-top: 32px;
}
}
header .logo svg {
height: 8vh;
width: auto;
}
@media screen and (max-width: 1440px) {
header {
padding-top: 32px;
}
}
@media screen and (max-width: 1440px) and screen and (max-width: 1440px) {
header {
padding-top: 8px;
}
}
@media screen and (max-width: 737px) {
header .logo svg {
height: 48px;
width: auto;
}
}
@media screen and (max-width: 420px) {
header .logo svg {
height: 40px;
width: auto;
}
}
main {
width: 100%;
}
.bordeInferior {
border-bottom: solid 1px black;
}
footer {
padding-top: 128px;
padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
footer {
padding-top: 48px;
padding-bottom: 32px;
}
}
footer ul {
list-style: none;
margin-left: 50%;
}
@media screen and (max-width: 737px) {
footer ul {
margin: 0 auto;
text-align: center;
font-size: 14px;
}
}
footer ul li {
margin-left: -40px;
}
@media screen and (max-width: 737px) {
footer ul li {
line-height: 2;
}
}
#sticky {
background: black;
padding: 32px;
padding-left: 0;
padding-right: 0;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
box-sizing: border-box;
width: 100vw;
display: none;
}
#sticky .flexContainer {
align-items: center;
}
@media screen and (max-width: 1440px) {
#sticky {
padding: 16px;
padding-left: 0;
padding-right: 0;
}
}
#sticky .logo svg {
height: 2.25vh;
width: auto;
min-height: 16px;
}
#sticky .material-icons {
color: white;
font-size: 36px;
}
@media screen and (max-width: 737px) {
#sticky .material-icons {
font-size: 28px;
}
}
#sticky .material-icons:hover {
color: red;
}
nav {
position: fixed;
width: 100vw;
height: 100vh;
background: black;
color: white;
top: 0;
left: 0;
z-index: 99999;
display: none;
}
nav .alinearVerticalPare {
width: 100vw;
height: 100vh;
}
nav a {
color: white;
text-decoration: none;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
}
nav a:hover {
color: red;
}
nav ul {
list-style: none;
text-align: center;
margin-left: -40px;
}
nav .idiomes {
margin-bottom: 48px;
}
nav .idiomes li {
display: inline;
margin-left: 16px;
margin-right: 16px;
}
nav .xarxesSocials {
margin-top: 48px;
}
nav .xarxesSocials li {
display: inline;
margin-left: 16px;
margin-right: 16px;
}
nav .navegacio li {
font-size: 6vh;
line-height: 1.75;
justify-content: center;
}
nav #creu {
position: fixed;
top: 32px;
right: 32px;
}
nav #creu .material-icons {
color: white;
font-size: 36px;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
}
@media screen and (max-width: 737px) {
nav #creu .material-icons {
font-size: 32px;
}
}
nav #creu .material-icons:hover {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
color: red;
}
/*PROJECTES*/
.llistatProjecte {
display: flex;
justify-content: flex-start;
align-content: center;
border-bottom: solid 1px black;
}
@media screen and (max-width: 1024px) {
.llistatProjecte {
display: block;
}
}
.llistatProjecte a {
border: none;
}
.llistatProjecte a:hover {
border: none;
}
.about a {
border: none;
}
.about a:hover {
border: none;
}
.invertit {
flex-direction: row-reverse;
}
.llistatFoto {
width: 50%;
box-sizing: border-box;
padding: 32px;
text-align: center;
align-content: center;
}
@media screen and (max-width: 1024px) {
.llistatFoto {
width: 100%;
}
}
.llistatFoto img {
width: 100%;
height: auto;
}
.llistatText {
width: 50%;
box-sizing: border-box;
padding: 32px;
padding-left: 128px;
padding-right: 128px;
}
@media screen and (max-width: 1024px) {
.llistatText {
width: 100%;
}
}
@media screen and (max-width: 737px) {
.llistatText {
padding: 32px;
padding-left: 32px;
padding-right: 32px;
}
}
.fotoFonsFull {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
min-height: 100vh;
}
/*MODULS*/
@media screen and (max-width: 1440px) {
.modul-2 .flexContainer {
display: block;
}
}
.modul-2 .detalls {
padding-left: 128px;
}
@media screen and (max-width: 1440px) {
.modul-2 .detalls {
padding-left: 0;
padding-top: 32px;
}
}
.modul-2 .detalls ul {
list-style: none;
margin-left: -40px;
}
.modul-2 .detalls ul li:first-of-type {
font-weight: 700;
}
.modul-3 h2 {
margin-left: 40vw;
}
@media screen and (max-width: 1025px) {
.modul-3 h2 {
margin-left: 0;
width: 80vw;
}
}
.modul-5 .swiper-wrapper,
.modul-5 swiper-slide {
max-height: 75vh;
}
.modul-5 .swiper-wrapper img,
.modul-5 swiper-slide img {
height: auto;
width: 100%;
}
.modul-6 .txt {
box-sizing: border-box;
padding-right: 128px;
}
.modul-6 picture,
.modul-6 img {
width: 40vw;
height: auto;
object-fit: scale-down;
}
@media screen and (max-width: 1440px) {
.modul-6 picture,
.modul-6 img {
width: 50vw;
}
}
@media screen and (max-width: 737px) {
.modul-6 .flexContainer {
display: block;
}
.modul-6 .flexContainer picture,
.modul-6 .flexContainer img,
.modul-6 .flexContainer .txt {
width: 100%;
padding: 0;
}
}
/*NOSOTROS*/
.empleatTxt {
padding-left: 40%;
}
@media screen and (max-width: 737px) {
.empleatTxt {
padding-left: 0;
}
}
.imgEmpleat {
margin-left: 40%;
width: 60%;
height: auto;
}
@media screen and (max-width: 737px) {
.imgEmpleat {
margin-left: 0;
width: 100%;
}
}
.imgJefa {
width: 100%;
height: auto;
}
/* CONTACTO*/
textarea,
input {
min-width: 100%;
max-width: 100%;
margin-bottom: 32px;
padding-bottom: 16px;
border: none;
border-bottom: 1px solid black;
font-size: 20px;
font-weight: 300;
border-radius: 0;
}
@media screen and (max-width: 1440px) {
textarea,
input {
font-size: 16px;
}
}
textarea:focus,
input:focus {
outline: none;
}
.textPetit {
font-size: 14px;
line-height: 1.2;
}
.textPetit a {
font-size: 14px;
font-weight: 400;
}
textarea {
height: 10vh;
min-height: 100px;
max-height: 350px;
}
.boto {
border: black 1px solid;
padding: 16px;
min-width: 192px;
cursor: pointer;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
margin-left: 250px;
}
.boto:hover {
background: red;
border: 1px solid red;
color: white;
} | themes/antonia-sastre/assets/css/estil.css | .transicioRapida {
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
}
/*TEXT*/
body,
html {
font-family: 'IBM Plex Mono', monospace;
}
h1 {
font-weight: 200;
font-size: 7.75vh;
line-height: 1;
}
@media screen and (max-width: 1440px) {
h1 {
font-size: 7vh;
}
}
@media screen and (max-width: 737px) {
h1 {
font-size: 48px;
}
}
@media screen and (max-width: 420px) {
h1 {
font-size: 40px;
}
}
h2 {
font-weight: 500;
font-size: 3vh;
line-height: 1.1;
}
@media screen and (max-width: 737px) {
h2 {
font-size: 20px;
}
}
h6 {
font-size: 14px;
}
p,
li {
font-weight: 300;
font-size: 20px;
line-height: 2;
}
@media screen and (max-width: 1440px) {
p,
li {
font-size: 16px;
}
}
@media screen and (max-width: 737px) {
p,
li {
font-size: 16px;
line-height: 1.5;
}
}
::-webkit-input-placeholder {
color: black;
}
::-moz-placeholder {
color: black;
}
:-ms-input-placeholder {
color: black;
}
:-moz-placeholder {
color: black;
}
article h6,
aside h6,
footer h6,
article h2,
aside h2,
footer h2,
article p,
aside p,
footer p {
margin-bottom: 48px;
}
article .material-icons,
aside .material-icons,
footer .material-icons {
font-size: 48px;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
}
@media screen and (max-width: 1440px) {
article .material-icons,
aside .material-icons,
footer .material-icons {
font-size: 40px;
}
}
@media screen and (max-width: 737px) {
article .material-icons,
aside .material-icons,
footer .material-icons {
font-size: 32px;
}
}
article .material-icons:hover,
aside .material-icons:hover,
footer .material-icons:hover {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
article a,
aside a,
footer a {
font-size: 20px;
font-weight: 500;
text-decoration: none;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
border-bottom: 2px solid black;
color: black;
cursor: pointer;
}
@media screen and (max-width: 1440px) {
article a,
aside a,
footer a {
font-size: 16px;
}
}
article a:hover,
aside a:hover,
footer a:hover {
padding-bottom: 2px;
border-bottom: 2px solid red;
}
article ul,
aside ul,
footer ul {
list-style: none;
}
article ul li,
aside ul li,
footer ul li {
margin-left: -40px;
}
article ul li:first-of-type,
aside ul li:first-of-type,
footer ul li:first-of-type {
font-weight: 700;
}
footer a {
font-weight: 300;
}
.textBlanc {
color: white;
}
.textBlanc .material-icons {
color: white;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
}
.textBlanc .material-icons:hover {
color: red;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
/* ICONOS*/
.material-icons {
font-size: 48px;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
cursor: pointer;
color: black;
border: none;
}
@media screen and (max-width: 1440px) {
.material-icons {
font-size: 40px;
}
}
@media screen and (max-width: 737px) {
.material-icons {
font-size: 32px;
}
}
.material-icons:hover {
color: red;
border: none;
}
/*ALINEACIONS*/
.centrarHoritzontal {
margin: 0 auto;
}
.alinearVerticalPare {
display: flex;
justify-content: center;
align-items: center;
}
.alinearVerticalFill {
text-align: center;
}
.flexContainer {
display: flex;
justify-content: space-between;
}
.flexText {
align-items: center;
}
/*<NAME>*/
.ample60 {
max-width: 60vw;
}
@media screen and (max-width: 1025px) {
.ample60 {
max-width: 80vw;
}
}
.ample50 {
max-width: 50vw;
}
@media screen and (max-width: 1440px) {
.ample50 {
max-width: 60vw;
}
}
@media screen and (max-width: 1025px) {
.ample50 {
max-width: 80vw;
}
}
.ample40 {
max-width: 40wv;
}
.fullHeihgt {
height: 100vh;
}
.imgFull {
width: 100%;
height: auto;
}
.imgFull img {
object-fit: scale-down;
width: 100%;
height: auto;
}
.margeSuperiorXl {
padding-top: 128px;
}
@media screen and (max-width: 1440px) {
.margeSuperiorXl {
padding-top: 48px;
}
}
.margeInferiorXl {
padding-bottom: 128px;
}
@media screen and (max-width: 1440px) {
.margeInferiorXl {
padding-bottom: 48px;
}
}
.margeSuperiorL {
padding-top: 80px;
}
@media screen and (max-width: 1440px) {
.margeSuperiorL {
padding-top: 32px;
}
}
.margeInferiorL {
padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
.margeInferiorL {
padding-bottom: 32px;
}
}
.margeRelSuperiorXl {
padding-top: 33vh;
}
@media screen and (max-width: 1440px) {
.margeRelSuperiorXl {
padding-top: 22vh;
}
}
.margeRelInferiorXl {
padding-bottom: 33vh;
}
@media screen and (max-width: 1440px) {
.margeRelInferiorXl {
padding-bottom: 22vh;
}
}
.margeRelSuperiorL {
padding-top: 22vh;
}
@media screen and (max-width: 1440px) {
.margeRelSuperiorL {
padding-top: 11vh;
}
}
.margeRelInferiorM {
padding-bottom: 11vh;
}
@media screen and (max-width: 1440px) {
.margeRelInferiorM {
padding-bottom: 11vh;
}
}
.margeRelSuperiorM {
padding-top: 11vh;
}
.margeSuperiorM {
padding-top: 48px;
}
@media screen and (max-width: 1440px) {
.margeSuperiorM {
padding-top: 16px;
}
}
.margeSuperiorS {
padding-top: 32px;
}
@media screen and (max-width: 1440px) {
.margeSuperiorS {
padding-top: 8px;
}
}
.wrapper {
max-width: 1600px;
margin: 0 auto;
padding-left: 32px;
padding-right: 32px;
}
@media screen and (min-width: 2200px) {
.wrapper {
max-width: 1900px;
}
}
/*ESTRUCTURA*/
header {
width: auto;
box-sizing: border-box;
padding-bottom: 0;
padding-top: 80px;
}
@media screen and (max-width: 1440px) {
header {
padding-top: 32px;
}
}
header .logo svg {
height: 8vh;
width: auto;
}
@media screen and (max-width: 1440px) {
header {
padding-top: 32px;
}
}
@media screen and (max-width: 1440px) and screen and (max-width: 1440px) {
header {
padding-top: 8px;
}
}
@media screen and (max-width: 737px) {
header .logo svg {
height: 48px;
width: auto;
}
}
@media screen and (max-width: 420px) {
header .logo svg {
height: 40px;
width: auto;
}
}
main {
width: 100%;
}
.bordeInferior {
border-bottom: solid 1px black;
}
footer {
padding-top: 128px;
padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
footer {
padding-top: 48px;
padding-bottom: 32px;
}
}
footer ul {
list-style: none;
margin-left: 50%;
}
@media screen and (max-width: 737px) {
footer ul {
margin: 0 auto;
text-align: center;
font-size: 14px;
}
}
footer ul li {
margin-left: -40px;
}
@media screen and (max-width: 737px) {
footer ul li {
line-height: 2;
}
}
#sticky {
background: black;
padding: 32px;
padding-left: 0;
padding-right: 0;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
box-sizing: border-box;
width: 100vw;
display: none;
}
#sticky .flexContainer {
align-items: center;
}
@media screen and (max-width: 1440px) {
#sticky {
padding: 16px;
padding-left: 0;
padding-right: 0;
}
}
#sticky .logo svg {
height: 2.25vh;
width: auto;
min-height: 16px;
}
#sticky .material-icons {
color: white;
font-size: 36px;
}
@media screen and (max-width: 737px) {
#sticky .material-icons {
font-size: 28px;
}
}
#sticky .material-icons:hover {
color: red;
}
nav {
position: fixed;
width: 100vw;
height: 100vh;
background: black;
color: white;
top: 0;
left: 0;
z-index: 99999;
display: none;
}
nav .alinearVerticalPare {
width: 100vw;
height: 100vh;
}
nav a {
color: white;
text-decoration: none;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
}
nav a:hover {
color: red;
}
nav ul {
list-style: none;
text-align: center;
margin-left: -40px;
}
nav .idiomes {
margin-bottom: 48px;
}
nav .idiomes li {
display: inline;
margin-left: 16px;
margin-right: 16px;
}
nav .xarxesSocials {
margin-top: 48px;
}
nav .xarxesSocials li {
display: inline;
margin-left: 16px;
margin-right: 16px;
}
nav .navegacio li {
font-size: 6vh;
line-height: 1.75;
justify-content: center;
}
nav #creu {
position: fixed;
top: 32px;
right: 32px;
}
nav #creu .material-icons {
color: white;
font-size: 36px;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
}
@media screen and (max-width: 737px) {
nav #creu .material-icons {
font-size: 32px;
}
}
nav #creu .material-icons:hover {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
color: red;
}
/*PROJECTES*/
.llistatProjecte {
display: flex;
justify-content: flex-start;
align-content: center;
border-bottom: solid 1px black;
}
@media screen and (max-width: 1024px) {
.llistatProjecte {
display: block;
}
}
.llistatProjecte a {
border: none;
}
.llistatProjecte a:hover {
border: none;
}
.about a {
border: none;
}
.about a:hover {
border: none;
}
.invertit {
flex-direction: row-reverse;
}
.llistatFoto {
width: 50%;
box-sizing: border-box;
padding: 32px;
text-align: center;
align-content: center;
}
@media screen and (max-width: 1024px) {
.llistatFoto {
width: 100%;
}
}
.llistatFoto img {
width: 100%;
height: auto;
}
.llistatText {
width: 50%;
box-sizing: border-box;
padding: 32px;
padding-left: 128px;
padding-right: 128px;
}
@media screen and (max-width: 1024px) {
.llistatText {
width: 100%;
}
}
@media screen and (max-width: 737px) {
.llistatText {
padding: 32px;
padding-left: 32px;
padding-right: 32px;
}
}
.fotoFonsFull {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
min-height: 100vh;
}
/*MODULS*/
@media screen and (max-width: 1440px) {
.modul-2 .flexContainer {
display: block;
}
}
.modul-2 .detalls {
padding-left: 128px;
}
@media screen and (max-width: 1440px) {
.modul-2 .detalls {
padding-left: 0;
padding-top: 32px;
}
}
.modul-2 .detalls ul {
list-style: none;
margin-left: -40px;
}
.modul-2 .detalls ul li:first-of-type {
font-weight: 700;
}
.modul-3 h2 {
margin-left: 40vw;
}
@media screen and (max-width: 1025px) {
.modul-3 h2 {
margin-left: 0;
width: 80vw;
}
}
.modul-5 .swiper-wrapper,
.modul-5 swiper-slide {
max-height: 75vh;
}
.modul-5 .swiper-wrapper img,
.modul-5 swiper-slide img {
height: auto;
width: 100%;
}
.modul-6 .txt {
box-sizing: border-box;
padding-right: 128px;
}
.modul-6 picture,
.modul-6 img {
width: 40vw;
height: auto;
object-fit: scale-down;
}
@media screen and (max-width: 1440px) {
.modul-6 picture,
.modul-6 img {
width: 50vw;
}
}
@media screen and (max-width: 737px) {
.modul-6 .flexContainer {
display: block;
}
.modul-6 .flexContainer picture,
.modul-6 .flexContainer img,
.modul-6 .flexContainer .txt {
width: 100%;
padding: 0;
}
}
/*NOSOTROS*/
.empleatTxt {
padding-left: 40%;
}
@media screen and (max-width: 737px) {
.empleatTxt {
padding-left: 0;
}
}
.imgEmpleat {
margin-left: 40%;
width: 60%;
height: auto;
}
@media screen and (max-width: 737px) {
.imgEmpleat {
margin-left: 0;
width: 100%;
}
}
.imgJefa {
width: 100%;
height: auto;
}
/* CONTACTO*/
textarea,
input {
min-width: 100%;
max-width: 100%;
margin-bottom: 32px;
padding-bottom: 16px;
border: none;
border-bottom: 1px solid black;
font-size: 20px;
font-weight: 300;
border-radius: 0;
}
@media screen and (max-width: 1440px) {
textarea,
input {
font-size: 16px;
}
}
textarea:focus,
input:focus {
outline: none;
}
.textPetit {
font-size: 14px;
line-height: 1.2;
}
.textPetit a {
font-size: 14px;
font-weight: 400;
}
textarea {
height: 10vh;
min-height: 100px;
max-height: 350px;
}
.boto {
border: black 1px solid;
padding: 16px;
min-width: 192px;
cursor: pointer;
-webkit-transition: all 125ms ease-in;
-moz-transition: all 125ms ease-in;
-ms-transition: all 125ms ease-in;
-o-transition: all 125ms ease-in;
transition: all 125ms ease-in;
margin-left: 250px;
}
.boto:hover {
background: red;
border: 1px solid red;
color: white;
} | 0.325199 | 0.065545 |
.jumbotron {
padding: 100px;
background: linear-gradient(130deg, rgba(120, 93, 170, 0), rgba(230, 31, 73, 0), transparent), url("../../images/hbo2.jpeg") no-repeat center;
color: aliceblue !important;
box-shadow: 0 0.4rem 0.6rem 0.1rem rgba(0, 32, 128, .1), 0 0 0 1px #f0f2f7 !important;
}
.btn {
background: #fff;
border: none;
font-weight: 700;
font-size: 17px;
padding: 8px 16px;
border-radius: 4px;
transition: background .12s, color .12s, border-color .12s;
box-shadow: 0 0.4rem 0.7rem -0.1rem #8385aa, 0 0 0 1px #f0f2f7 !important;
outline: 0;
cursor: pointer;
}
.btn:hover {
box-shadow: 0 0.2rem 0.5rem -0.1rem #8385aa, 0 0 0 1px #f0f2f7 !important;
}
.img-thumbnail {
cursor: pointer;
border: 1px solid #8385aa !important;
}
.img-thumbnail:hover {
box-shadow: 0 0.4rem 0.9rem -0.1rem #8385aa, 0 0 0 1px #f0f2f7 !important;
border: 2px solid #8385aa !important;
}
.card {
position: relative;
background: #fff !important;
box-shadow: 0 0.4rem 0.6rem -0.1rem rgba(0, 32, 128, .1), 0 0 0 1px #f0f2f7 !important;
border-radius: 1.25rem;
}
.card-header {
background: #fff !important;
padding: 0.75rem 1.25rem;
margin-bottom: 0;
border-bottom: 0 solid transparent;
border-top: 1.25rem !important;
}
.Question__tag {
background: linear-gradient(130deg, #745aa7, #f31d3b);
position: absolute;
top: 0;
right: -65px;
transform: rotate(45deg);
color: #fff;
width: 125px;
height: 50px;
}
.Question__tag1 {
background: linear-gradient(130deg, #b721ff, #21d4fd);
position: absolute;
top: 0;
right: -65px;
transform: rotate(45deg);
color: #fff;
width: 125px;
height: 50px;
}
.Question {
position: relative;
background: #fff;
padding: 1.5% 2%;
border-radius: 12px;
box-shadow: 0 0.4rem 0.6rem -0.1rem rgba(0, 32, 128, .1), 0 0 0 1px #f0f2f7 !important;
line-height: 1.8;
font-size: 18px;
margin-bottom: 20px;
overflow: hidden;
}
.btn-outline-info {
background: linear-gradient(130deg, rgba(0, 141, 232, 0.55), rgba(136, 178, 255, 0.56));
color: #000;
transition: 0.2s;
}
.btn-outline-info:hover {
background: linear-gradient(130deg, #008de8, #88b2ff);
color: aliceblue;
}
.btn-outline-success {
background: linear-gradient(130deg, rgba(102, 78, 162, 0.55), rgba(77, 109, 176, 0.55));
color: #000;
transition: 0.2s;
}
.btn-outline-success:hover {
background: linear-gradient(130deg, #664ea2, #4d6db0);
color: aliceblue;
}
.btn-outline-warning {
margin-right: 40px;
color: #000;
transition: 0.2s;
background: linear-gradient(130deg, rgba(120, 93, 170, 0.28), rgba(230, 31, 73, 0.33));
}
.btn-warning {
margin-right: 40px;
transition: 0.2s;
color: #000;
background: linear-gradient(130deg, rgba(120, 93, 170, 0.45), rgba(230, 31, 73, 0.45));
}
.btn-light {
color: #51526f;
transition: 0.2s;
background: linear-gradient(130deg, rgba(245, 61, 2, 0.64), rgba(255, 125, 85, 0.7));
}
.btn-light:hover {
color: #fff !important;
background: linear-gradient(130deg, #f53d02, #ff7d55);
}
.btn-outline-primary {
margin-right: 40px;
color: #51526f;
transition: 0.2s;
background: linear-gradient(130deg, rgba(86, 161, 92, 0.75), rgba(165, 210, 117, 0.75));
}
.btn-outline-primary:hover {
margin-right: 40px;
color: #fff;
background: linear-gradient(130deg, #56a15c, #a5d275);
}
.btn-outline-warning:hover {
background: linear-gradient(130deg, #785daa, #e61f49);
}
.list-group-item {
display: block;
padding: 0.95rem 1.55rem;
margin-bottom: 22px;
background-color: #fff;
border: 1px solid #8385aa;
}
button:disabled,
button[disabled] {
box-shadow: none;
border: 1px solid #999999 !important;
background-color: #cccccc !important;
color: #666666 !important;
} | client/src/components/Jumbotron/style.css | .jumbotron {
padding: 100px;
background: linear-gradient(130deg, rgba(120, 93, 170, 0), rgba(230, 31, 73, 0), transparent), url("../../images/hbo2.jpeg") no-repeat center;
color: aliceblue !important;
box-shadow: 0 0.4rem 0.6rem 0.1rem rgba(0, 32, 128, .1), 0 0 0 1px #f0f2f7 !important;
}
.btn {
background: #fff;
border: none;
font-weight: 700;
font-size: 17px;
padding: 8px 16px;
border-radius: 4px;
transition: background .12s, color .12s, border-color .12s;
box-shadow: 0 0.4rem 0.7rem -0.1rem #8385aa, 0 0 0 1px #f0f2f7 !important;
outline: 0;
cursor: pointer;
}
.btn:hover {
box-shadow: 0 0.2rem 0.5rem -0.1rem #8385aa, 0 0 0 1px #f0f2f7 !important;
}
.img-thumbnail {
cursor: pointer;
border: 1px solid #8385aa !important;
}
.img-thumbnail:hover {
box-shadow: 0 0.4rem 0.9rem -0.1rem #8385aa, 0 0 0 1px #f0f2f7 !important;
border: 2px solid #8385aa !important;
}
.card {
position: relative;
background: #fff !important;
box-shadow: 0 0.4rem 0.6rem -0.1rem rgba(0, 32, 128, .1), 0 0 0 1px #f0f2f7 !important;
border-radius: 1.25rem;
}
.card-header {
background: #fff !important;
padding: 0.75rem 1.25rem;
margin-bottom: 0;
border-bottom: 0 solid transparent;
border-top: 1.25rem !important;
}
.Question__tag {
background: linear-gradient(130deg, #745aa7, #f31d3b);
position: absolute;
top: 0;
right: -65px;
transform: rotate(45deg);
color: #fff;
width: 125px;
height: 50px;
}
.Question__tag1 {
background: linear-gradient(130deg, #b721ff, #21d4fd);
position: absolute;
top: 0;
right: -65px;
transform: rotate(45deg);
color: #fff;
width: 125px;
height: 50px;
}
.Question {
position: relative;
background: #fff;
padding: 1.5% 2%;
border-radius: 12px;
box-shadow: 0 0.4rem 0.6rem -0.1rem rgba(0, 32, 128, .1), 0 0 0 1px #f0f2f7 !important;
line-height: 1.8;
font-size: 18px;
margin-bottom: 20px;
overflow: hidden;
}
.btn-outline-info {
background: linear-gradient(130deg, rgba(0, 141, 232, 0.55), rgba(136, 178, 255, 0.56));
color: #000;
transition: 0.2s;
}
.btn-outline-info:hover {
background: linear-gradient(130deg, #008de8, #88b2ff);
color: aliceblue;
}
.btn-outline-success {
background: linear-gradient(130deg, rgba(102, 78, 162, 0.55), rgba(77, 109, 176, 0.55));
color: #000;
transition: 0.2s;
}
.btn-outline-success:hover {
background: linear-gradient(130deg, #664ea2, #4d6db0);
color: aliceblue;
}
.btn-outline-warning {
margin-right: 40px;
color: #000;
transition: 0.2s;
background: linear-gradient(130deg, rgba(120, 93, 170, 0.28), rgba(230, 31, 73, 0.33));
}
.btn-warning {
margin-right: 40px;
transition: 0.2s;
color: #000;
background: linear-gradient(130deg, rgba(120, 93, 170, 0.45), rgba(230, 31, 73, 0.45));
}
.btn-light {
color: #51526f;
transition: 0.2s;
background: linear-gradient(130deg, rgba(245, 61, 2, 0.64), rgba(255, 125, 85, 0.7));
}
.btn-light:hover {
color: #fff !important;
background: linear-gradient(130deg, #f53d02, #ff7d55);
}
.btn-outline-primary {
margin-right: 40px;
color: #51526f;
transition: 0.2s;
background: linear-gradient(130deg, rgba(86, 161, 92, 0.75), rgba(165, 210, 117, 0.75));
}
.btn-outline-primary:hover {
margin-right: 40px;
color: #fff;
background: linear-gradient(130deg, #56a15c, #a5d275);
}
.btn-outline-warning:hover {
background: linear-gradient(130deg, #785daa, #e61f49);
}
.list-group-item {
display: block;
padding: 0.95rem 1.55rem;
margin-bottom: 22px;
background-color: #fff;
border: 1px solid #8385aa;
}
button:disabled,
button[disabled] {
box-shadow: none;
border: 1px solid #999999 !important;
background-color: #cccccc !important;
color: #666666 !important;
} | 0.506591 | 0.141845 |
.background_glossyHotPink8,
.hover_background_glossyHotPink8:hover,
.active_background_glossyHotPink8:active:hover {
background: #8c0046;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyHotPink8h,
.hover_background_glossyHotPink8h:hover,
.active_background_glossyHotPink8h:active:hover {
background: #8c0046;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyHotPink8a,
.hover_background_glossyHotPink8a:hover,
.active_background_glossyHotPink8a:active:hover {
background: #8c0046;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyHotPink8s,
.hover_background_glossyHotPink8s:hover,
.active_background_glossyHotPink8s:active:hover {
background: #8c0046;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyHotPink8,
.hover_background_color_glossyHotPink8:hover,
.active_background_color_glossyHotPink8:active:hover {
background-color:#8c0046;
}
.background_first_color_glossyHotPink8,
.hover_background_first_color_glossyHotPink8:hover,
.active_background_first_color_glossyHotPink8:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyHotPink8,
.hover_background_last_color_glossyHotPink8:hover,
.active_background_color_last_glossyHotPink8:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyHotPink8,
.hover_color_glossyHotPink8:hover,
.active_color_glossyHotPink8:active:hover {
color: #c8c8c8;
}
.color_glossyHotPink8h,
.hover_color_glossyHotPink8h:hover,
.active_color_glossyHotPink8h:active:hover {
color: #c8c8c8;
}
.color_glossyHotPink8a,
.hover_color_glossyHotPink8a:hover,
.active_color_glossyHotPink8a:active:hover {
color: #c8c8c8;
}
.color_glossyHotPink8s,
.hover_color_glossyHotPink8s:hover,
.active_color_glossyHotPink8s:active:hover {
color: #c8c8c8;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyHotPink8,
.hover_border_glossyHotPink8:hover,
.active_border_glossyHotPink8:active:hover {
border-color: #700038 #700038 #700038 #700038;
}
.border_glossyHotPink8h,
.hover_border_glossyHotPink8h:hover,
.active_border_glossyHotPink8h:active:hover {
border-color: #5b002e #5b002e #5b002e #5b002e;
}
.border_glossyHotPink8a,
.hover_border_glossyHotPink8a:hover,
.active_border_glossyHotPink8a:active:hover {
border-color: #460023 #460023 #460023 #460023;
}
.border_glossyHotPink8s,
.hover_border_glossyHotPink8s:hover,
.active_border_glossyHotPink8s:active:hover {
border-color: #700038 #700038 #700038 #700038;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyHotPink8,
.hover_shadow_expand_glossyHotPink8:hover,
.active_shadow_expand_glossyHotPink8:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(140, 0, 70, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(140, 0, 70, .39);
box-shadow: 0em 0em 1em 0.25em rgba(140, 0, 70, .39);
}
.shadow_expand_glossyHotPink8h,
.hover_shadow_expand_glossyHotPink8h:hover,
.active_shadow_expand_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(168, 0, 84, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(168, 0, 84, .50);
box-shadow: 0em 0em 1em 0.25em rgba(168, 0, 84, .50);
}
.shadow_expand_glossyHotPink8a,
.hover_shadow_expand_glossyHotPink8a:hover,
.active_shadow_expand_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .63);
box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .63);
}
.shadow_expand_glossyHotPink8s,
.hover_shadow_expand_glossyHotPink8s:hover,
.active_shadow_expand_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .71);
box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyHotPink8,
.hover_shadow_left_glossyHotPink8:hover,
.active_shadow_left_glossyHotPink8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_left_glossyHotPink8h,
.hover_shadow_left_glossyHotPink8h:hover,
.active_shadow_left_glossyHotPink8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_left_glossyHotPink8a,
.hover_shadow_left_glossyHotPink8a:hover,
.active_shadow_left_glossyHotPink8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_left_glossyHotPink8s,
.hover_shadow_left_glossyHotPink8s:hover,
.active_shadow_left_glossyHotPink8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyHotPink8,
.hover_shadow_right_glossyHotPink8:hover,
.active_shadow_right_glossyHotPink8:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(140, 0, 70, .39);
box-shadow: 0.5em 0em 1em rgba(140, 0, 70, .39);
}
.shadow_right_glossyHotPink8h,
.hover_shadow_right_glossyHotPink8h:hover,
.active_shadow_right_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(168, 0, 84, .50);
box-shadow: 0.5em 0em 1em rgba(168, 0, 84, .50);
}
.shadow_right_glossyHotPink8a,
.hover_shadow_right_glossyHotPink8a:hover,
.active_shadow_right_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .63);
box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .63);
}
.shadow_right_glossyHotPink8s,
.hover_shadow_right_glossyHotPink8s:hover,
.active_shadow_right_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .71);
box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyHotPink8,
.hover_shadow_top_glossyHotPink8:hover,
.active_shadow_top_glossyHotPink8:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(140, 0, 70, .39);
box-shadow: 0em -0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_top_glossyHotPink8h,
.hover_shadow_top_glossyHotPink8h:hover,
.active_shadow_top_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(168, 0, 84, .50);
box-shadow: 0em -0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_top_glossyHotPink8a,
.hover_shadow_top_glossyHotPink8a:hover,
.active_shadow_top_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .63);
box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_top_glossyHotPink8s,
.hover_shadow_top_glossyHotPink8s:hover,
.active_shadow_top_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .71);
box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyHotPink8,
.hover_shadow_bottom_glossyHotPink8:hover,
.active_shadow_bottom_glossyHotPink8:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(140, 0, 70, .39);
box-shadow: 0em 0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_bottom_glossyHotPink8h,
.hover_shadow_bottom_glossyHotPink8h:hover,
.active_shadow_bottom_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(168, 0, 84, .50);
box-shadow: 0em 0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_bottom_glossyHotPink8a,
.hover_shadow_bottom_glossyHotPink8a:hover,
.active_shadow_bottom_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .63);
box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_bottom_glossyHotPink8s,
.hover_shadow_bottom_glossyHotPink8s:hover,
.active_shadow_bottom_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .71);
box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyHotPink8,
.hover_shadow_top_left_glossyHotPink8:hover,
.active_shadow_top_left_glossyHotPink8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_top_left_glossyHotPink8h,
.hover_shadow_top_left_glossyHotPink8h:hover,
.active_shadow_top_left_glossyHotPink8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_top_left_glossyHotPink8a,
.hover_shadow_top_left_glossyHotPink8a:hover,
.active_shadow_top_left_glossyHotPink8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_top_left_glossyHotPink8s,
.hover_shadow_top_left_glossyHotPink8s:hover,
.active_shadow_top_left_glossyHotPink8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyHotPink8,
.hover_shadow_top_right_glossyHotPink8:hover,
.active_shadow_top_right_glossyHotPink8:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(140, 0, 70, .39);
box-shadow: 0.5em -0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_top_right_glossyHotPink8h,
.hover_shadow_top_right_glossyHotPink8h:hover,
.active_shadow_top_right_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(168, 0, 84, .50);
box-shadow: 0.5em -0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_top_right_glossyHotPink8a,
.hover_shadow_top_right_glossyHotPink8a:hover,
.active_shadow_top_right_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .63);
box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_top_right_glossyHotPink8s,
.hover_shadow_top_right_glossyHotPink8s:hover,
.active_shadow_top_right_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .71);
box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyHotPink8,
.hover_shadow_bottom_left_glossyHotPink8:hover,
.active_shadow_bottom_left_glossyHotPink8:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(140, 0, 70, .39);
box-shadow: -0.5em 0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_bottom_left_glossyHotPink8h,
.hover_shadow_bottom_left_glossyHotPink8h:hover,
.active_shadow_bottom_left_glossyHotPink8h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(168, 0, 84, .50);
box-shadow: -0.5em 0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_bottom_left_glossyHotPink8a,
.hover_shadow_bottom_left_glossyHotPink8a:hover,
.active_shadow_bottom_left_glossyHotPink8a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .63);
box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_bottom_left_glossyHotPink8s,
.hover_shadow_bottom_left_glossyHotPink8s:hover,
.active_shadow_bottom_left_glossyHotPink8s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .71);
box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyHotPink8,
.hover_shadow_bottom_right_glossyHotPink8:hover,
.active_shadow_bottom_right_glossyHotPink8:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(140, 0, 70, .39);
box-shadow: 0.5em 0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_bottom_right_glossyHotPink8h,
.hover_shadow_bottom_right_glossyHotPink8h:hover,
.active_shadow_bottom_right_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(168, 0, 84, .50);
box-shadow: 0.5em 0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_bottom_right_glossyHotPink8a,
.hover_shadow_bottom_right_glossyHotPink8a:hover,
.active_shadow_bottom_right_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .63);
box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_bottom_right_glossyHotPink8s,
.hover_shadow_bottom_right_glossyHotPink8s:hover,
.active_shadow_bottom_right_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .71);
box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .71);
} | widgets/common/assets/gradients/glossy/glossyHotPink/glossyHotPink8.css | .background_glossyHotPink8,
.hover_background_glossyHotPink8:hover,
.active_background_glossyHotPink8:active:hover {
background: #8c0046;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyHotPink8h,
.hover_background_glossyHotPink8h:hover,
.active_background_glossyHotPink8h:active:hover {
background: #8c0046;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyHotPink8a,
.hover_background_glossyHotPink8a:hover,
.active_background_glossyHotPink8a:active:hover {
background: #8c0046;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyHotPink8s,
.hover_background_glossyHotPink8s:hover,
.active_background_glossyHotPink8s:active:hover {
background: #8c0046;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyHotPink8,
.hover_background_color_glossyHotPink8:hover,
.active_background_color_glossyHotPink8:active:hover {
background-color:#8c0046;
}
.background_first_color_glossyHotPink8,
.hover_background_first_color_glossyHotPink8:hover,
.active_background_first_color_glossyHotPink8:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyHotPink8,
.hover_background_last_color_glossyHotPink8:hover,
.active_background_color_last_glossyHotPink8:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyHotPink8,
.hover_color_glossyHotPink8:hover,
.active_color_glossyHotPink8:active:hover {
color: #c8c8c8;
}
.color_glossyHotPink8h,
.hover_color_glossyHotPink8h:hover,
.active_color_glossyHotPink8h:active:hover {
color: #c8c8c8;
}
.color_glossyHotPink8a,
.hover_color_glossyHotPink8a:hover,
.active_color_glossyHotPink8a:active:hover {
color: #c8c8c8;
}
.color_glossyHotPink8s,
.hover_color_glossyHotPink8s:hover,
.active_color_glossyHotPink8s:active:hover {
color: #c8c8c8;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyHotPink8,
.hover_border_glossyHotPink8:hover,
.active_border_glossyHotPink8:active:hover {
border-color: #700038 #700038 #700038 #700038;
}
.border_glossyHotPink8h,
.hover_border_glossyHotPink8h:hover,
.active_border_glossyHotPink8h:active:hover {
border-color: #5b002e #5b002e #5b002e #5b002e;
}
.border_glossyHotPink8a,
.hover_border_glossyHotPink8a:hover,
.active_border_glossyHotPink8a:active:hover {
border-color: #460023 #460023 #460023 #460023;
}
.border_glossyHotPink8s,
.hover_border_glossyHotPink8s:hover,
.active_border_glossyHotPink8s:active:hover {
border-color: #700038 #700038 #700038 #700038;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyHotPink8,
.hover_shadow_expand_glossyHotPink8:hover,
.active_shadow_expand_glossyHotPink8:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(140, 0, 70, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(140, 0, 70, .39);
box-shadow: 0em 0em 1em 0.25em rgba(140, 0, 70, .39);
}
.shadow_expand_glossyHotPink8h,
.hover_shadow_expand_glossyHotPink8h:hover,
.active_shadow_expand_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(168, 0, 84, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(168, 0, 84, .50);
box-shadow: 0em 0em 1em 0.25em rgba(168, 0, 84, .50);
}
.shadow_expand_glossyHotPink8a,
.hover_shadow_expand_glossyHotPink8a:hover,
.active_shadow_expand_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .63);
box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .63);
}
.shadow_expand_glossyHotPink8s,
.hover_shadow_expand_glossyHotPink8s:hover,
.active_shadow_expand_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .71);
box-shadow: 0em 0em 1em 0.25em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyHotPink8,
.hover_shadow_left_glossyHotPink8:hover,
.active_shadow_left_glossyHotPink8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_left_glossyHotPink8h,
.hover_shadow_left_glossyHotPink8h:hover,
.active_shadow_left_glossyHotPink8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_left_glossyHotPink8a,
.hover_shadow_left_glossyHotPink8a:hover,
.active_shadow_left_glossyHotPink8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_left_glossyHotPink8s,
.hover_shadow_left_glossyHotPink8s:hover,
.active_shadow_left_glossyHotPink8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyHotPink8,
.hover_shadow_right_glossyHotPink8:hover,
.active_shadow_right_glossyHotPink8:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(140, 0, 70, .39);
box-shadow: 0.5em 0em 1em rgba(140, 0, 70, .39);
}
.shadow_right_glossyHotPink8h,
.hover_shadow_right_glossyHotPink8h:hover,
.active_shadow_right_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(168, 0, 84, .50);
box-shadow: 0.5em 0em 1em rgba(168, 0, 84, .50);
}
.shadow_right_glossyHotPink8a,
.hover_shadow_right_glossyHotPink8a:hover,
.active_shadow_right_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .63);
box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .63);
}
.shadow_right_glossyHotPink8s,
.hover_shadow_right_glossyHotPink8s:hover,
.active_shadow_right_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .71);
box-shadow: 0.5em 0em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyHotPink8,
.hover_shadow_top_glossyHotPink8:hover,
.active_shadow_top_glossyHotPink8:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(140, 0, 70, .39);
box-shadow: 0em -0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_top_glossyHotPink8h,
.hover_shadow_top_glossyHotPink8h:hover,
.active_shadow_top_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(168, 0, 84, .50);
box-shadow: 0em -0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_top_glossyHotPink8a,
.hover_shadow_top_glossyHotPink8a:hover,
.active_shadow_top_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .63);
box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_top_glossyHotPink8s,
.hover_shadow_top_glossyHotPink8s:hover,
.active_shadow_top_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .71);
box-shadow: 0em -0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyHotPink8,
.hover_shadow_bottom_glossyHotPink8:hover,
.active_shadow_bottom_glossyHotPink8:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(140, 0, 70, .39);
box-shadow: 0em 0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_bottom_glossyHotPink8h,
.hover_shadow_bottom_glossyHotPink8h:hover,
.active_shadow_bottom_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(168, 0, 84, .50);
box-shadow: 0em 0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_bottom_glossyHotPink8a,
.hover_shadow_bottom_glossyHotPink8a:hover,
.active_shadow_bottom_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .63);
box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_bottom_glossyHotPink8s,
.hover_shadow_bottom_glossyHotPink8s:hover,
.active_shadow_bottom_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .71);
box-shadow: 0em 0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyHotPink8,
.hover_shadow_top_left_glossyHotPink8:hover,
.active_shadow_top_left_glossyHotPink8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
box-shadow: -0.5em -0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_top_left_glossyHotPink8h,
.hover_shadow_top_left_glossyHotPink8h:hover,
.active_shadow_top_left_glossyHotPink8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
box-shadow: -0.5em -0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_top_left_glossyHotPink8a,
.hover_shadow_top_left_glossyHotPink8a:hover,
.active_shadow_top_left_glossyHotPink8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_top_left_glossyHotPink8s,
.hover_shadow_top_left_glossyHotPink8s:hover,
.active_shadow_top_left_glossyHotPink8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
box-shadow: -0.5em -0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyHotPink8,
.hover_shadow_top_right_glossyHotPink8:hover,
.active_shadow_top_right_glossyHotPink8:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(140, 0, 70, .39);
box-shadow: 0.5em -0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_top_right_glossyHotPink8h,
.hover_shadow_top_right_glossyHotPink8h:hover,
.active_shadow_top_right_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(168, 0, 84, .50);
box-shadow: 0.5em -0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_top_right_glossyHotPink8a,
.hover_shadow_top_right_glossyHotPink8a:hover,
.active_shadow_top_right_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .63);
box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_top_right_glossyHotPink8s,
.hover_shadow_top_right_glossyHotPink8s:hover,
.active_shadow_top_right_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .71);
box-shadow: 0.5em -0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyHotPink8,
.hover_shadow_bottom_left_glossyHotPink8:hover,
.active_shadow_bottom_left_glossyHotPink8:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(140, 0, 70, .39);
box-shadow: -0.5em 0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_bottom_left_glossyHotPink8h,
.hover_shadow_bottom_left_glossyHotPink8h:hover,
.active_shadow_bottom_left_glossyHotPink8h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(168, 0, 84, .50);
box-shadow: -0.5em 0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_bottom_left_glossyHotPink8a,
.hover_shadow_bottom_left_glossyHotPink8a:hover,
.active_shadow_bottom_left_glossyHotPink8a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .63);
box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_bottom_left_glossyHotPink8s,
.hover_shadow_bottom_left_glossyHotPink8s:hover,
.active_shadow_bottom_left_glossyHotPink8s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .71);
box-shadow: -0.5em 0.5em 1em rgba(126, 0, 63, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyHotPink8,
.hover_shadow_bottom_right_glossyHotPink8:hover,
.active_shadow_bottom_right_glossyHotPink8:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(140, 0, 70, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(140, 0, 70, .39);
box-shadow: 0.5em 0.5em 1em rgba(140, 0, 70, .39);
}
.shadow_bottom_right_glossyHotPink8h,
.hover_shadow_bottom_right_glossyHotPink8h:hover,
.active_shadow_bottom_right_glossyHotPink8h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(168, 0, 84, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(168, 0, 84, .50);
box-shadow: 0.5em 0.5em 1em rgba(168, 0, 84, .50);
}
.shadow_bottom_right_glossyHotPink8a,
.hover_shadow_bottom_right_glossyHotPink8a:hover,
.active_shadow_bottom_right_glossyHotPink8a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .63);
box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .63);
}
.shadow_bottom_right_glossyHotPink8s,
.hover_shadow_bottom_right_glossyHotPink8s:hover,
.active_shadow_bottom_right_glossyHotPink8s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .71);
box-shadow: 0.5em 0.5em 1em rgba(126, 0, 63, .71);
} | 0.426083 | 0.068631 |
body {
padding-top: 60px;
}
*:focus {
outline: none !important;
box-shadow: none;
}
i {
color: black;
padding: 0.5em 0.6em;
}
.topnav {
background-color: #563d7c;
overflow: hidden;
height: 60px;
}
.wrapper {
width: 96%;
padding: 0 2%;
max-width: 1200px;
margin: 0 auto;
position: relative;
}
.wrapper a {
margin-top: 20px;
float: right;
}
input[type=text] {
border-radius: 2px;
padding-left: 5px;
border: none;
width: 50%;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
width: 70%;
}
#filterToggle {
font-family: '<NAME>', cursive;
color: #cbbde2;
}
#filterToggle:hover {
color: white;
}
.autocomplete {
margin-top: 15px;
float: left;
}
#ui-id-1 {
z-index: 9999;
position: fixed;
width: 300px;
}
button {
font-family: '<NAME>', cursive !important;
padding: 0;
background: transparent;
border: none;
}
i:hover {
box-shadow: 0 0 11px rgba(65,33,33,.2);
}
#navBelow {
max-width: 1400px;
height: 618px;
background-image: url('img/v4Qykv.png');
background-size:cover;
padding-left: 10%;
padding-top: 150px;
color: yellow;
font-family: 'Fredoka One', cursive;
}
#filterNavContain {
background: #d5dae2;
}
#filterNav span {
display: inline-block;
font-family: 'Indie Flower', cursive;
}
#filterNav {
width: 96%;
padding: 0 2%;
max-width: 1200px;
margin: 0 auto;
}
#filterHide:hover {
background-color: #3e8e41;
}
.dropbtn {
max-width: 180px;
width: 100%;
background-color: #4CAF50;
color: white;
padding: 8px;
height: 48px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
min-width: 180px;
position: absolute;
background-color: #f1f1f1;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
z-index: 200;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}
input[type=radio] {
margin-right: 5px;
margin-left: 5px;
}
input[type=checkbox] {
margin-right: 5px;
margin-left: 5px;
}
i:hover {
cursor: pointer;
}
button:hover {
cursor: pointer;
}
.pagination {
display: inline-block !important;
}
.pagination li {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}
.pagination li.active {
background-color: #4CAF50;
color: white;
border-radius: 5px;
}
.pagination li:hover:not(.active) {
background-color: #ddd;
border-radius: 5px;
}
.pagination li:hover {
cursor: pointer;
}
.education {
--bg-color: #ffd861;
--bg-color-light: #ffeeba;
--text-color-hover: #4C5656;
--box-shadow-color: rgba(255, 215, 97, 0.48);
}
.education1 {
--bg-color: #B8F9D3;
--bg-color-light: #e2fced;
--text-color-hover: #4C5656;
--box-shadow-color: rgba(184, 249, 211, 0.48);
}
.education2 {
--bg-color: #CEB2FC;
--bg-color-light: #F0E7FF;
--text-color-hover: #fff;
--box-shadow-color: rgba(206, 178, 252, 0.48);
}
.education3 {
--bg-color: #DCE9FF;
--bg-color-light: #f1f7ff;
--text-color-hover: #4C5656;
--box-shadow-color: rgba(220, 233, 255, 0.48);
}
.card {
margin-bottom: 10px;
text-align: center;
padding-top: 15px;
width: 100%;
height: 434px;
background: #fff;
border-top-right-radius: 10px;
align-items: center;
position: relative;
box-shadow: 0 14px 26px rgba(0,0,0,0.04);
transition: all 0.2s ease-out !important;
text-decoration: none;
}
.card:hover {
background: var(--bg-color);
transform: translateY(-8px) scale(1.005) translateZ(0);
box-shadow: 0 24px 36px rgba(0,0,0,0.11),
0 24px 46px var(--box-shadow-color);
}
.card:hover .circle {
border-color: var(--bg-color-light);
background: var(--bg-color);
}
.card:hover .circle:after {
background: var(--bg-color-light);
}
.card:active {
transform: scale(1) translateZ(0);
box-shadow: 0 15px 24px rgba(0,0,0,0.11),
0 15px 24px var(--box-shadow-color);
}
.circle {
margin-bottom: 7px;
width: 131px;
height: 131px;
border-radius: 50%;
background: #fff;
border: 2px solid var(--bg-color);
display: flex;
justify-content: center;
align-items: center;
position: relative;
transition: all 0.3s ease-out;
}
.circle:after {
content: "";
width: 114px;
height: 114px;
display: block;
position: absolute;
background: var(--bg-color);
border-radius: 50%;
top: 7px;
left: 7px;
transition: opacity 0.3s ease-out;
}
.circle img {
height: 70px;
width: 70px;
z-index: 1;
transform: translateZ(0);
}
label {
font-family: 'Jua', sans-serif;
}
.row h6 {
font-size: 15px;
}
.row h5 {
font-size: 20px;
}
span.stars, span.stars span {
display: block;
background: url('star.svg') 0 -16px repeat-x;
width: 160px;
height: 16px;
}
span.stars span {
background-position: 0 0;
}
.belowOne {
height: 100px;
}
.circleText {
margin: 5px auto 0 auto;
width: 60px;
height: 60px;
border-radius: 50%;
font-size: 20px;
color: #fff;
line-height: 60px;
text-align: center;
background: #38a9e4;
}
a:hover {
text-decoration: none !important;
}
a h6 {
color: #ff48a0;
}
.quest {
color: black !important;
}
.ans {
color: purple !important;
}
.questans {
width: 100% !important;
background-color: orange !important;
}
.starred {
position: absolute;
right: 0;
top: 0;
float: right ;
z-index: 100;
height: 40px;
}
.starred img {
width: 40px;
height: 40px;
} | assets/css/style.css | body {
padding-top: 60px;
}
*:focus {
outline: none !important;
box-shadow: none;
}
i {
color: black;
padding: 0.5em 0.6em;
}
.topnav {
background-color: #563d7c;
overflow: hidden;
height: 60px;
}
.wrapper {
width: 96%;
padding: 0 2%;
max-width: 1200px;
margin: 0 auto;
position: relative;
}
.wrapper a {
margin-top: 20px;
float: right;
}
input[type=text] {
border-radius: 2px;
padding-left: 5px;
border: none;
width: 50%;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
width: 70%;
}
#filterToggle {
font-family: '<NAME>', cursive;
color: #cbbde2;
}
#filterToggle:hover {
color: white;
}
.autocomplete {
margin-top: 15px;
float: left;
}
#ui-id-1 {
z-index: 9999;
position: fixed;
width: 300px;
}
button {
font-family: '<NAME>', cursive !important;
padding: 0;
background: transparent;
border: none;
}
i:hover {
box-shadow: 0 0 11px rgba(65,33,33,.2);
}
#navBelow {
max-width: 1400px;
height: 618px;
background-image: url('img/v4Qykv.png');
background-size:cover;
padding-left: 10%;
padding-top: 150px;
color: yellow;
font-family: 'Fredoka One', cursive;
}
#filterNavContain {
background: #d5dae2;
}
#filterNav span {
display: inline-block;
font-family: 'Indie Flower', cursive;
}
#filterNav {
width: 96%;
padding: 0 2%;
max-width: 1200px;
margin: 0 auto;
}
#filterHide:hover {
background-color: #3e8e41;
}
.dropbtn {
max-width: 180px;
width: 100%;
background-color: #4CAF50;
color: white;
padding: 8px;
height: 48px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
min-width: 180px;
position: absolute;
background-color: #f1f1f1;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
z-index: 200;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}
input[type=radio] {
margin-right: 5px;
margin-left: 5px;
}
input[type=checkbox] {
margin-right: 5px;
margin-left: 5px;
}
i:hover {
cursor: pointer;
}
button:hover {
cursor: pointer;
}
.pagination {
display: inline-block !important;
}
.pagination li {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}
.pagination li.active {
background-color: #4CAF50;
color: white;
border-radius: 5px;
}
.pagination li:hover:not(.active) {
background-color: #ddd;
border-radius: 5px;
}
.pagination li:hover {
cursor: pointer;
}
.education {
--bg-color: #ffd861;
--bg-color-light: #ffeeba;
--text-color-hover: #4C5656;
--box-shadow-color: rgba(255, 215, 97, 0.48);
}
.education1 {
--bg-color: #B8F9D3;
--bg-color-light: #e2fced;
--text-color-hover: #4C5656;
--box-shadow-color: rgba(184, 249, 211, 0.48);
}
.education2 {
--bg-color: #CEB2FC;
--bg-color-light: #F0E7FF;
--text-color-hover: #fff;
--box-shadow-color: rgba(206, 178, 252, 0.48);
}
.education3 {
--bg-color: #DCE9FF;
--bg-color-light: #f1f7ff;
--text-color-hover: #4C5656;
--box-shadow-color: rgba(220, 233, 255, 0.48);
}
.card {
margin-bottom: 10px;
text-align: center;
padding-top: 15px;
width: 100%;
height: 434px;
background: #fff;
border-top-right-radius: 10px;
align-items: center;
position: relative;
box-shadow: 0 14px 26px rgba(0,0,0,0.04);
transition: all 0.2s ease-out !important;
text-decoration: none;
}
.card:hover {
background: var(--bg-color);
transform: translateY(-8px) scale(1.005) translateZ(0);
box-shadow: 0 24px 36px rgba(0,0,0,0.11),
0 24px 46px var(--box-shadow-color);
}
.card:hover .circle {
border-color: var(--bg-color-light);
background: var(--bg-color);
}
.card:hover .circle:after {
background: var(--bg-color-light);
}
.card:active {
transform: scale(1) translateZ(0);
box-shadow: 0 15px 24px rgba(0,0,0,0.11),
0 15px 24px var(--box-shadow-color);
}
.circle {
margin-bottom: 7px;
width: 131px;
height: 131px;
border-radius: 50%;
background: #fff;
border: 2px solid var(--bg-color);
display: flex;
justify-content: center;
align-items: center;
position: relative;
transition: all 0.3s ease-out;
}
.circle:after {
content: "";
width: 114px;
height: 114px;
display: block;
position: absolute;
background: var(--bg-color);
border-radius: 50%;
top: 7px;
left: 7px;
transition: opacity 0.3s ease-out;
}
.circle img {
height: 70px;
width: 70px;
z-index: 1;
transform: translateZ(0);
}
label {
font-family: 'Jua', sans-serif;
}
.row h6 {
font-size: 15px;
}
.row h5 {
font-size: 20px;
}
span.stars, span.stars span {
display: block;
background: url('star.svg') 0 -16px repeat-x;
width: 160px;
height: 16px;
}
span.stars span {
background-position: 0 0;
}
.belowOne {
height: 100px;
}
.circleText {
margin: 5px auto 0 auto;
width: 60px;
height: 60px;
border-radius: 50%;
font-size: 20px;
color: #fff;
line-height: 60px;
text-align: center;
background: #38a9e4;
}
a:hover {
text-decoration: none !important;
}
a h6 {
color: #ff48a0;
}
.quest {
color: black !important;
}
.ans {
color: purple !important;
}
.questans {
width: 100% !important;
background-color: orange !important;
}
.starred {
position: absolute;
right: 0;
top: 0;
float: right ;
z-index: 100;
height: 40px;
}
.starred img {
width: 40px;
height: 40px;
} | 0.544317 | 0.068819 |
@charset "UTF-8";
.header {
width: 100%;
height: 310px;
background-color: #dcdcdc;
position: relative; }
.header__logo {
position: absolute;
margin-top: 65px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 273px;
width: 100%;
height: 100px;
background-image: url("./assets/images/Название компании самая клевая компания.png"); }
.header__item {
max-width: 1000px;
padding: 0 10px 0 10px;
width: 100%;
height: 230px;
margin: 0 auto; }
.header__item_numbers {
font-size: 40px;
font-family: "OpenSans";
color: #767676;
line-height: 1.15;
text-align: right; }
.header__item_call-back {
color: #767676;
line-height: 1.15;
display: block;
text-align: right;
font-size: 24px;
text-decoration: none;
border-bottom: 1px dashed #767676;
float: right; }
.number1 {
padding-top: 45px; }
.navbar {
width: 100%;
height: 80px;
background-color: #767676;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer; }
.navbar__items {
max-width: 1000px;
padding: 0 10px 0 10px;
width: 100%;
height: 80px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-align: center;
align-items: center; }
.navbar__items_active {
width: 100%;
height: 1px; }
.navbar__items_item {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
font-size: 30px;
color: white;
line-height: 1.2; }
.navbar__items_item:hover .navbar__items_active {
background-color: #fff; }
.content {
height: 1385px;
background-image: url(./assets/images/Фон.png); }
.content__items {
max-width: 1000px;
padding: 0 10px 0 10px;
width: 100%;
margin: 0 auto;
position: relative;
display: -ms-flexbox;
display: flex;
background-color: blue; }
.content__items_leftblock {
width: 200px;
height: 500px;
position: absolute; }
.content__items_centerblock {
position: absolute;
margin-left: 200px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column; }
.footer {
width: 100%;
height: 220px;
background-color: #777777;
padding-top: 50px;
color: #fff;
font-size: 14px;
font-family: "PTSans"; }
.footer__items {
max-width: 1000px;
padding: 0 10px 0 10px;
width: 100%;
height: 100%;
margin: 0 auto;
display: -ms-flexbox;
display: flex; }
.footer__items_email {
width: 33.333%; }
.footer__items_company {
width: 33.333%;
display: -ms-flexbox;
display: flex; }
.footer__menu {
justify-self: center;
width: 33.333%;
text-decoration: underline;
line-height: 1.857;
list-style: none; }
.footer__menu_item {
color: #fff; }
.footer__logo {
background-image: url(./assets/images/company.png);
width: 36px;
height: 38px;
margin-right: 10px; }
.menu {
background-color: #fff;
width: 100%; }
.menu__items {
max-width: 1000px;
padding: 0 10px 0 10px;
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
height: 54px;
margin: 0 auto; }
.menu__items_divider {
padding: 0 4px 0 4px; }
.menu__items_item {
color: #767676; }
/* Slideshow container */
.slideshow-container {
width: 100%;
position: relative;
margin: auto; }
/* Hide the images by default */
.mySlides {
display: none;
height: 400px; }
/* Next & previous buttons */
.prev, .next {
background-image: url("./assets/images/Слой 8 kопировать.png");
border: none;
width: 34px;
height: 61px;
cursor: pointer;
position: absolute;
top: 50%; }
.prev {
left: 15%;
border-radius: 3px 0 0 3px; }
/* Position the "next button" to the right */
.next {
right: 15%;
border-radius: 3px 0 0 3px;
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0, 0, 0, 0.8); }
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s; }
@keyframes fade {
from {
opacity: 0.1; }
to {
opacity: 1; } }
img {
height: 400px; }
.leftblock-menu {
list-style: none;
text-align: left; }
.leftblock-menu__container {
color: #767676;
font-size: 18px;
font-family: "PTSans";
line-height: 1.667;
cursor: pointer; }
.leftblock-menu__container_open .leftblock-menu__items {
display: block; }
.leftblock-menu__items {
display: none;
font-size: 14px;
padding-left: 20px;
list-style-type: disc; }
.leftblock-menu__excel {
position: absolute;
margin-top: 170px;
border: none;
width: 100%;
min-width: 160px;
height: 140px;
padding: 0;
background-color: #fff; }
.leftblock-menu__excel_img {
margin: 0 auto;
width: 100px;
height: 110px;
background-image: url("./assets/images/MS - EXCEL.png");
background-repeat: no-repeat; }
.leftblock-menu__excel_text {
font-size: 30px;
font-family: "PTSans";
color: #444444;
font-weight: bold;
line-height: 0.833;
text-align: center; }
.products {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.product {
background-color: #dcdcdc;
width: 250px;
height: 380px;
margin: 6px; }
.product__items {
width: 100%;
max-width: 210px;
margin: 20px; }
.product__items_img {
background-image: url(./assets/images/nophoto.png);
width: 100%;
height: 210px;
margin-bottom: 20px; }
.product__items_description {
width: 100%;
max-width: 210px;
margin: 0 auto; }
.product__item {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 55px; }
.text {
font-size: 18px;
font-family: "PTSans";
color: #767676;
line-height: 1;
text-align: left; }
.price {
font-size: 28px;
font-family: "PTSans";
color: #444444;
font-weight: bold;
line-height: 0.643;
text-align: left; }
.button {
width: 28px;
height: 21px;
background-image: url(./assets/images/addtobasket_mini.png);
margin-right: 15px;
border: none; }
.centerblock__navigation {
margin-top: 35px;
text-align: center;
height: 30px; }
.centerblock__navigation_number {
color: #767676;
font-size: 14px;
font-family: "PTSans";
line-height: 1.571;
letter-spacing: 0.56em;
height: 100%;
margin: auto;
text-decoration: none; }
.centerblock__navigation_number:hover {
font-size: 18px; }
.divider {
width: 100%;
height: 1px;
background-color: #777777;
margin: 65px 0 30px 0; }
.text-area {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 14px;
font-family: "PTSans";
color: #767676;
line-height: 1.571;
text-align: left; }
.text1 {
max-width: 375px; }
.text2 {
max-width: 375px; }
.modal {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
pointer-events: none;
display: none;
z-index: 100; }
.modal:target {
display: block;
pointer-events: auto; }
.popup {
width: 465px;
height: 575px;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-left: 50%;
margin-top: 45%;
background-color: #fff; }
.popup__items {
width: 340px;
height: 100%;
margin: 0 auto; }
.popup__items_call-back {
width: 100%;
text-align: center;
font-size: 24px;
font-family: "PTSans";
color: #535353;
font-weight: bold;
line-height: 1.2;
padding-top: 20px;
margin: 0; }
.popup__items_item {
font-size: 14px;
font-family: "PTSans";
color: #535353;
line-height: 1.2;
text-align: center; }
.popup__items_input {
width: 100%;
height: 40px;
border-style: solid;
border-width: 1px;
border-color: #c3c3c3;
background-color: white;
height: 44px; }
.popup__items_submit {
background-color: #777777;
border: none;
width: 130px;
height: 40px;
text-align: center;
font-size: 22px;
font-family: "PTSans";
color: white;
font-weight: bold;
line-height: 1.2;
padding: 0px;
cursor: pointer; }
.input_text {
height: 144px; }
.close {
width: 27px;
height: 27px;
position: absolute;
color: #fff;
background-color: #777777;
font-weight: lighter;
font-size: 20px;
top: -27px;
right: -27px;
text-decoration: none;
display: block;
text-align: center; }
* {
box-sizing: border-box; }
*:active, *:hover, *:focus {
outline: 0; }
html {
height: 100%;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 12px;
background-color: #282828; }
body {
width: 100%;
height: 100%;
padding: 0;
margin: 0; }
body, h1, h2, h3, h4, ul, ol, figure {
margin: 0;
padding: 0; }
/********* Edge *********/
/********* Firefox Mozilla *********/
/********* Opera *********/
.main-block {
max-width: 1400px;
background-color: #fff;
margin: 0 auto; } | build3/index.css | @charset "UTF-8";
.header {
width: 100%;
height: 310px;
background-color: #dcdcdc;
position: relative; }
.header__logo {
position: absolute;
margin-top: 65px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 273px;
width: 100%;
height: 100px;
background-image: url("./assets/images/Название компании самая клевая компания.png"); }
.header__item {
max-width: 1000px;
padding: 0 10px 0 10px;
width: 100%;
height: 230px;
margin: 0 auto; }
.header__item_numbers {
font-size: 40px;
font-family: "OpenSans";
color: #767676;
line-height: 1.15;
text-align: right; }
.header__item_call-back {
color: #767676;
line-height: 1.15;
display: block;
text-align: right;
font-size: 24px;
text-decoration: none;
border-bottom: 1px dashed #767676;
float: right; }
.number1 {
padding-top: 45px; }
.navbar {
width: 100%;
height: 80px;
background-color: #767676;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer; }
.navbar__items {
max-width: 1000px;
padding: 0 10px 0 10px;
width: 100%;
height: 80px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-align: center;
align-items: center; }
.navbar__items_active {
width: 100%;
height: 1px; }
.navbar__items_item {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
font-size: 30px;
color: white;
line-height: 1.2; }
.navbar__items_item:hover .navbar__items_active {
background-color: #fff; }
.content {
height: 1385px;
background-image: url(./assets/images/Фон.png); }
.content__items {
max-width: 1000px;
padding: 0 10px 0 10px;
width: 100%;
margin: 0 auto;
position: relative;
display: -ms-flexbox;
display: flex;
background-color: blue; }
.content__items_leftblock {
width: 200px;
height: 500px;
position: absolute; }
.content__items_centerblock {
position: absolute;
margin-left: 200px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column; }
.footer {
width: 100%;
height: 220px;
background-color: #777777;
padding-top: 50px;
color: #fff;
font-size: 14px;
font-family: "PTSans"; }
.footer__items {
max-width: 1000px;
padding: 0 10px 0 10px;
width: 100%;
height: 100%;
margin: 0 auto;
display: -ms-flexbox;
display: flex; }
.footer__items_email {
width: 33.333%; }
.footer__items_company {
width: 33.333%;
display: -ms-flexbox;
display: flex; }
.footer__menu {
justify-self: center;
width: 33.333%;
text-decoration: underline;
line-height: 1.857;
list-style: none; }
.footer__menu_item {
color: #fff; }
.footer__logo {
background-image: url(./assets/images/company.png);
width: 36px;
height: 38px;
margin-right: 10px; }
.menu {
background-color: #fff;
width: 100%; }
.menu__items {
max-width: 1000px;
padding: 0 10px 0 10px;
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
height: 54px;
margin: 0 auto; }
.menu__items_divider {
padding: 0 4px 0 4px; }
.menu__items_item {
color: #767676; }
/* Slideshow container */
.slideshow-container {
width: 100%;
position: relative;
margin: auto; }
/* Hide the images by default */
.mySlides {
display: none;
height: 400px; }
/* Next & previous buttons */
.prev, .next {
background-image: url("./assets/images/Слой 8 kопировать.png");
border: none;
width: 34px;
height: 61px;
cursor: pointer;
position: absolute;
top: 50%; }
.prev {
left: 15%;
border-radius: 3px 0 0 3px; }
/* Position the "next button" to the right */
.next {
right: 15%;
border-radius: 3px 0 0 3px;
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0, 0, 0, 0.8); }
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s; }
@keyframes fade {
from {
opacity: 0.1; }
to {
opacity: 1; } }
img {
height: 400px; }
.leftblock-menu {
list-style: none;
text-align: left; }
.leftblock-menu__container {
color: #767676;
font-size: 18px;
font-family: "PTSans";
line-height: 1.667;
cursor: pointer; }
.leftblock-menu__container_open .leftblock-menu__items {
display: block; }
.leftblock-menu__items {
display: none;
font-size: 14px;
padding-left: 20px;
list-style-type: disc; }
.leftblock-menu__excel {
position: absolute;
margin-top: 170px;
border: none;
width: 100%;
min-width: 160px;
height: 140px;
padding: 0;
background-color: #fff; }
.leftblock-menu__excel_img {
margin: 0 auto;
width: 100px;
height: 110px;
background-image: url("./assets/images/MS - EXCEL.png");
background-repeat: no-repeat; }
.leftblock-menu__excel_text {
font-size: 30px;
font-family: "PTSans";
color: #444444;
font-weight: bold;
line-height: 0.833;
text-align: center; }
.products {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.product {
background-color: #dcdcdc;
width: 250px;
height: 380px;
margin: 6px; }
.product__items {
width: 100%;
max-width: 210px;
margin: 20px; }
.product__items_img {
background-image: url(./assets/images/nophoto.png);
width: 100%;
height: 210px;
margin-bottom: 20px; }
.product__items_description {
width: 100%;
max-width: 210px;
margin: 0 auto; }
.product__item {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 55px; }
.text {
font-size: 18px;
font-family: "PTSans";
color: #767676;
line-height: 1;
text-align: left; }
.price {
font-size: 28px;
font-family: "PTSans";
color: #444444;
font-weight: bold;
line-height: 0.643;
text-align: left; }
.button {
width: 28px;
height: 21px;
background-image: url(./assets/images/addtobasket_mini.png);
margin-right: 15px;
border: none; }
.centerblock__navigation {
margin-top: 35px;
text-align: center;
height: 30px; }
.centerblock__navigation_number {
color: #767676;
font-size: 14px;
font-family: "PTSans";
line-height: 1.571;
letter-spacing: 0.56em;
height: 100%;
margin: auto;
text-decoration: none; }
.centerblock__navigation_number:hover {
font-size: 18px; }
.divider {
width: 100%;
height: 1px;
background-color: #777777;
margin: 65px 0 30px 0; }
.text-area {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 14px;
font-family: "PTSans";
color: #767676;
line-height: 1.571;
text-align: left; }
.text1 {
max-width: 375px; }
.text2 {
max-width: 375px; }
.modal {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
pointer-events: none;
display: none;
z-index: 100; }
.modal:target {
display: block;
pointer-events: auto; }
.popup {
width: 465px;
height: 575px;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-left: 50%;
margin-top: 45%;
background-color: #fff; }
.popup__items {
width: 340px;
height: 100%;
margin: 0 auto; }
.popup__items_call-back {
width: 100%;
text-align: center;
font-size: 24px;
font-family: "PTSans";
color: #535353;
font-weight: bold;
line-height: 1.2;
padding-top: 20px;
margin: 0; }
.popup__items_item {
font-size: 14px;
font-family: "PTSans";
color: #535353;
line-height: 1.2;
text-align: center; }
.popup__items_input {
width: 100%;
height: 40px;
border-style: solid;
border-width: 1px;
border-color: #c3c3c3;
background-color: white;
height: 44px; }
.popup__items_submit {
background-color: #777777;
border: none;
width: 130px;
height: 40px;
text-align: center;
font-size: 22px;
font-family: "PTSans";
color: white;
font-weight: bold;
line-height: 1.2;
padding: 0px;
cursor: pointer; }
.input_text {
height: 144px; }
.close {
width: 27px;
height: 27px;
position: absolute;
color: #fff;
background-color: #777777;
font-weight: lighter;
font-size: 20px;
top: -27px;
right: -27px;
text-decoration: none;
display: block;
text-align: center; }
* {
box-sizing: border-box; }
*:active, *:hover, *:focus {
outline: 0; }
html {
height: 100%;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 12px;
background-color: #282828; }
body {
width: 100%;
height: 100%;
padding: 0;
margin: 0; }
body, h1, h2, h3, h4, ul, ol, figure {
margin: 0;
padding: 0; }
/********* Edge *********/
/********* Firefox Mozilla *********/
/********* Opera *********/
.main-block {
max-width: 1400px;
background-color: #fff;
margin: 0 auto; } | 0.402862 | 0.053949 |
.bx_photos_search_unit {
height: 230px;
}
.bx_photos_file_search_pic {
height: 148px;
}
.bx_photos_file_search_pic img{
height: 140px;
}
.sys_album_unit {
}
.sys_album_unit .bx_sys_unit_checkbox {
top: 7px;
left: 7px;
}
.sys_album_cover {
height: 140px;
}
.sharedPhotos_View {
margin: 0px 0px 2px 2px;
font-size: 11px;
}
/* scroll picture page */
.picSwitcher {
}
.scrollContainer {
height: 40px;
overflow: hidden;
position: static;
float: left;
}
.scrollContainerArea {
overflow: hidden;
float: left;
margin: 0px;
}
.scrollUnit {
width: 36px;
height: 36px;
float: left;
position: relative;
margin: 2px 1px;
background-repeat: no-repeat;
background-position: center;
border: 1px solid #CCCCCC;
}
.scrollUnitPic {
width: 36px;
height: 36px;
float: left;
position: relative;
}
.switcherTop {
position: relative;
margin: 0px auto;
}
.switcherTop div {
position: relative;
}
.scrollLeft {
margin-right: 21px;
width: 16px;
height: 36px;
float: left;
background-position: center;
background-repeat: no-repeat;
}
.scrollLeft img {
width: 16px;
height: 36px;
}
.scrollRight {
margin-left: 21px;
width: 16px;
height: 36px;
float: left;
background-position: center;
background-repeat: no-repeat;
}
.scrollRight img {
width: 16px;
height: 36px;
}
.mainInfo, .addInfo {
margin: 0px auto 5px;
}
.picTitle {
font-size: 16px;
float: left;
}
.picRate {
float: right;
}
.addInfo {
}
.viewSwitchFile {
margin: 10px auto;
text-align: center;
border: 1px solid #CCCCCC;
}
.viewSwitchFile img {
margin: 1px;
}
.addInfoDate {
text-transform: lowercase;
color: #888888;
}
.addInfoFrom {
margin-left: 5px;
}
.latestFile {
margin: 10px auto;
}
/* redeckaration settings from another files*/
.boxContent .votes_small {
float: none;
position:relative;
width: auto;
}
div.viewFile {
margin: 10px auto;
padding: 2px;
text-align: center;
border: 1px solid #CCCCCC;
}
.searchContentBlock {
margin: 5px auto;
}
#searchArea {
margin: 10px auto;
}
.picSwitcher .paginate {
margin-top: 10px;
} | modules/boonex/photos/templates/base/css/search.css |
.bx_photos_search_unit {
height: 230px;
}
.bx_photos_file_search_pic {
height: 148px;
}
.bx_photos_file_search_pic img{
height: 140px;
}
.sys_album_unit {
}
.sys_album_unit .bx_sys_unit_checkbox {
top: 7px;
left: 7px;
}
.sys_album_cover {
height: 140px;
}
.sharedPhotos_View {
margin: 0px 0px 2px 2px;
font-size: 11px;
}
/* scroll picture page */
.picSwitcher {
}
.scrollContainer {
height: 40px;
overflow: hidden;
position: static;
float: left;
}
.scrollContainerArea {
overflow: hidden;
float: left;
margin: 0px;
}
.scrollUnit {
width: 36px;
height: 36px;
float: left;
position: relative;
margin: 2px 1px;
background-repeat: no-repeat;
background-position: center;
border: 1px solid #CCCCCC;
}
.scrollUnitPic {
width: 36px;
height: 36px;
float: left;
position: relative;
}
.switcherTop {
position: relative;
margin: 0px auto;
}
.switcherTop div {
position: relative;
}
.scrollLeft {
margin-right: 21px;
width: 16px;
height: 36px;
float: left;
background-position: center;
background-repeat: no-repeat;
}
.scrollLeft img {
width: 16px;
height: 36px;
}
.scrollRight {
margin-left: 21px;
width: 16px;
height: 36px;
float: left;
background-position: center;
background-repeat: no-repeat;
}
.scrollRight img {
width: 16px;
height: 36px;
}
.mainInfo, .addInfo {
margin: 0px auto 5px;
}
.picTitle {
font-size: 16px;
float: left;
}
.picRate {
float: right;
}
.addInfo {
}
.viewSwitchFile {
margin: 10px auto;
text-align: center;
border: 1px solid #CCCCCC;
}
.viewSwitchFile img {
margin: 1px;
}
.addInfoDate {
text-transform: lowercase;
color: #888888;
}
.addInfoFrom {
margin-left: 5px;
}
.latestFile {
margin: 10px auto;
}
/* redeckaration settings from another files*/
.boxContent .votes_small {
float: none;
position:relative;
width: auto;
}
div.viewFile {
margin: 10px auto;
padding: 2px;
text-align: center;
border: 1px solid #CCCCCC;
}
.searchContentBlock {
margin: 5px auto;
}
#searchArea {
margin: 10px auto;
}
.picSwitcher .paginate {
margin-top: 10px;
} | 0.442877 | 0.140395 |
@charset "utf-8";
/*** General *******************/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
li {
list-style: none;
}
a{
display:block;
text-decoration:none;
}
i {
display:block;
}
p, a, h3, h4{
font-family:'exodemi_bold', Geneva, sans-serif;
}
a, h3, h4{
text-transform:uppercase;
}
h3{
font-size:20px;
}
h4{
font-size:18px;
}
img{
padding:10px;
box-shadow: 1px 1px 4px rgba(102,102,102,.4);
-webkit-box-shadow: 1px 1px 4px rgba(102,102,102,.4);
-moz-box-shadow: 1px 1px 4px rgba(102,102,102,.4);
}
i.icon-chevron-right {
display: none;
visibility: hidden;
}
.one i.icon-spinner{
display:none;
}
/*** Start .nav **************************/
.nav {
width: 600px;
margin: 20px auto;
box-shadow: 1px 1px 4px 2px rgba(102,102,102,.2);
-webkit-box-shadow: 1px 1px 4px 2px rgba(102,102,102,.2);
-moz-box-shadow: 1px 1px 4px 2px rgba(102,102,102,.2);
}
.nav > li {
float:none;
overflow: hidden;
border-bottom:1px solid rgba(102,102,102,.5);
}
.nav li a{
width:100%;
}
.nav li label i.icon-chevron-down{
float:right;
font-size:14px;
}
/*** End .nav *****************************/
/*** Start .one ****************************/
.one{
display: block;
height: 0;
padding: 0 10px;
overflow: hidden;
}
.one li{
border-bottom:1px solid rgba(51,51,51,.2);
}
.one li a{
width:100%;
height:100%;
padding:7px 20px;
font-size:13px;
}
/*** End .one ******************************/
/*** Start #sub-menu ***********************/
.one#sub-menu{
height: 0;
padding: 0 20px;
}
.one#sub-menu li a{
padding:5px 20px;
font-size:13px;
line-height:20px;
}
.one #sub-menu ul li{
border-bottom:1px solid rgba(153,153,153,.2);
}
.one #sub-menu li:last-child{
border-bottom:none;
}
/*** End #sub-menu *******************/
/*** Start #cover1 & #icon ***********/
#icon{
display:none;
visibility:hidden;
}
#cover1{
padding:10px 40px;
font-size:15px;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
}
#cover1 a i{
float:right;
margin-right:15px;
}
/*** End #cover1 & #icon ***********/
/*** Start About *******************/
#about {
overflow:hidden;
}
#about li {
padding: 10px;
}
#about li i{
padding:0 7px;
}
#about li p{
padding: 5px;
line-height: 23px;
font-size: 14px;
text-align:justify;
}
#about img {
float: right;
margin: 50px 5px 5px 20px;
}
#about h6{
margin:15px 20px 10px 20px;
padding:10px;
font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
font-size:13px;
font-style:italic;
line-height: 20px;
}
#about h6 i{
padding:0 20px;
font-size:11px;
}
/*** End About ********************/
/*** Start Contact ***************/
#contact {
overflow:hidden;
}
#contact li {
overflow:hidden;
padding: 10px;
}
/*Part-Left*/
#contact li#part-left{
width:300px;
float:left;
}
#contact li#part-left p{
font-size:14px;
line-height:22px;
}
#contact li#part-left h3{
margin-bottom:10px;
}
#contact li#part-left p strong{
text-transform:uppercase;
}
/*Part-Right*/
#contact li#part-right{
width:270px;
float:right;
}
#contact li#part-right input{
height:27px;
}
#contact li#part-right textarea{
height:80px;
}
#contact li#part-right input,
#contact li#part-right textarea{
width:90%;
margin-left:10px;
border:none;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
}
#contact li#part-right p{
padding:3px 0;
font-size:13px;
line-height: 23px;
}
#contact li#part-right input#send{
width:70px;
height:27px;
margin-top:10px;
margin-left:20px;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
/*Social Network*/
#h4-social {
margin: 30px 0 11px 5px;
}
#contact li#part-left > a {
height: 50px;
width: 48px;
padding: 0;
margin: 0;
float: left;
}
#contact li#part-left a > i {
margin: 0 1px;
padding: 0;
font-size: 40px;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
}
#contact li#part-left a:hover i {
font-size: 43px;
}
/*** End Contact *******************/
/*** Start #search *****************/
#search {
display: block;
overflow:hidden;
}
#search i {
margin:7px 5px 5px 200px;
font-size:20px;
}
#search input {
float:right;
padding: 5px;
margin: 5px 190px 5px 5px;
width:170px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
/*** End #search *******************/
/*** Background *********************/
.nav .one #sub-menu li{
background-color:rgba(102,102,102,.5);
}
.nav .one li,
#cover1:hover,
#search:hover{ /* Color 1 */
background-color:#2CC7FF;
} | NavBar/Top_Menu_Animate/css/cyan/tablet.css | @charset "utf-8";
/*** General *******************/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
li {
list-style: none;
}
a{
display:block;
text-decoration:none;
}
i {
display:block;
}
p, a, h3, h4{
font-family:'exodemi_bold', Geneva, sans-serif;
}
a, h3, h4{
text-transform:uppercase;
}
h3{
font-size:20px;
}
h4{
font-size:18px;
}
img{
padding:10px;
box-shadow: 1px 1px 4px rgba(102,102,102,.4);
-webkit-box-shadow: 1px 1px 4px rgba(102,102,102,.4);
-moz-box-shadow: 1px 1px 4px rgba(102,102,102,.4);
}
i.icon-chevron-right {
display: none;
visibility: hidden;
}
.one i.icon-spinner{
display:none;
}
/*** Start .nav **************************/
.nav {
width: 600px;
margin: 20px auto;
box-shadow: 1px 1px 4px 2px rgba(102,102,102,.2);
-webkit-box-shadow: 1px 1px 4px 2px rgba(102,102,102,.2);
-moz-box-shadow: 1px 1px 4px 2px rgba(102,102,102,.2);
}
.nav > li {
float:none;
overflow: hidden;
border-bottom:1px solid rgba(102,102,102,.5);
}
.nav li a{
width:100%;
}
.nav li label i.icon-chevron-down{
float:right;
font-size:14px;
}
/*** End .nav *****************************/
/*** Start .one ****************************/
.one{
display: block;
height: 0;
padding: 0 10px;
overflow: hidden;
}
.one li{
border-bottom:1px solid rgba(51,51,51,.2);
}
.one li a{
width:100%;
height:100%;
padding:7px 20px;
font-size:13px;
}
/*** End .one ******************************/
/*** Start #sub-menu ***********************/
.one#sub-menu{
height: 0;
padding: 0 20px;
}
.one#sub-menu li a{
padding:5px 20px;
font-size:13px;
line-height:20px;
}
.one #sub-menu ul li{
border-bottom:1px solid rgba(153,153,153,.2);
}
.one #sub-menu li:last-child{
border-bottom:none;
}
/*** End #sub-menu *******************/
/*** Start #cover1 & #icon ***********/
#icon{
display:none;
visibility:hidden;
}
#cover1{
padding:10px 40px;
font-size:15px;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
}
#cover1 a i{
float:right;
margin-right:15px;
}
/*** End #cover1 & #icon ***********/
/*** Start About *******************/
#about {
overflow:hidden;
}
#about li {
padding: 10px;
}
#about li i{
padding:0 7px;
}
#about li p{
padding: 5px;
line-height: 23px;
font-size: 14px;
text-align:justify;
}
#about img {
float: right;
margin: 50px 5px 5px 20px;
}
#about h6{
margin:15px 20px 10px 20px;
padding:10px;
font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
font-size:13px;
font-style:italic;
line-height: 20px;
}
#about h6 i{
padding:0 20px;
font-size:11px;
}
/*** End About ********************/
/*** Start Contact ***************/
#contact {
overflow:hidden;
}
#contact li {
overflow:hidden;
padding: 10px;
}
/*Part-Left*/
#contact li#part-left{
width:300px;
float:left;
}
#contact li#part-left p{
font-size:14px;
line-height:22px;
}
#contact li#part-left h3{
margin-bottom:10px;
}
#contact li#part-left p strong{
text-transform:uppercase;
}
/*Part-Right*/
#contact li#part-right{
width:270px;
float:right;
}
#contact li#part-right input{
height:27px;
}
#contact li#part-right textarea{
height:80px;
}
#contact li#part-right input,
#contact li#part-right textarea{
width:90%;
margin-left:10px;
border:none;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
}
#contact li#part-right p{
padding:3px 0;
font-size:13px;
line-height: 23px;
}
#contact li#part-right input#send{
width:70px;
height:27px;
margin-top:10px;
margin-left:20px;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
/*Social Network*/
#h4-social {
margin: 30px 0 11px 5px;
}
#contact li#part-left > a {
height: 50px;
width: 48px;
padding: 0;
margin: 0;
float: left;
}
#contact li#part-left a > i {
margin: 0 1px;
padding: 0;
font-size: 40px;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
}
#contact li#part-left a:hover i {
font-size: 43px;
}
/*** End Contact *******************/
/*** Start #search *****************/
#search {
display: block;
overflow:hidden;
}
#search i {
margin:7px 5px 5px 200px;
font-size:20px;
}
#search input {
float:right;
padding: 5px;
margin: 5px 190px 5px 5px;
width:170px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
/*** End #search *******************/
/*** Background *********************/
.nav .one #sub-menu li{
background-color:rgba(102,102,102,.5);
}
.nav .one li,
#cover1:hover,
#search:hover{ /* Color 1 */
background-color:#2CC7FF;
} | 0.150496 | 0.049866 |
:root {
--black: #2d2d34;
--green: #7fd1b9;
--blue: #2f52e0;
--yellow: #f9cb40;
--brown: #bd9391;
}
body,
html {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
/* background-color: var(--black); */
color: var(--yellow);
}
p {
margin: 0;
padding: 0;
}
.wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
header {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
height: 300px;
position: relative;
}
header::before {
content: "";
background: url("https://images.unsplash.com/photo-1497032628192-86f99bcd76bc?ixid=MXwxMjA3fDB8MHxzZWFyY2h8NXx8cHJvZHVjdGl2aXR5fGVufDB8fDB8&ixlib=rb-1.2.1&w=1000&q=80");
background-repeat: no-repeat;
background-size: cover;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
opacity: 0.8;
}
header p:nth-child(1) {
font-size: 50px;
}
header p:nth-child(2) {
font-size: 25px;
}
input {
width: 500px;
height: 50px;
padding: 10px;
border-radius: 10px;
}
input:focus {
box-shadow: 0px 0px 18px 4px var(--blue);
}
.tasks {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
width: 60%;
margin-top: 25px;
}
.new-tasks,
.active-tasks,
.completed-tasks {
min-width: 20%;
height: 300px;
}
.new-tasks {
border: 1px solid #dc758f;
}
.new-tasks p:nth-child(1) {
background-color: #dc758f;
height: 35px;
color: white;
}
.active-tasks {
border: 1px solid #2ebfa5;
}
.active-tasks p:nth-child(1) {
background-color: #2ebfa5;
height: 35px;
color: white;
}
.completed-tasks {
border: 1px solid #4e4187;
}
.completed-tasks p:nth-child(1) {
background-color: #4e4187;
height: 35px;
color: white;
}
/* */
.fa-times {
color: red;
}
.fa-check {
color: green;
}
.task {
padding: 5px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid grey;
} | CSS/style.css | :root {
--black: #2d2d34;
--green: #7fd1b9;
--blue: #2f52e0;
--yellow: #f9cb40;
--brown: #bd9391;
}
body,
html {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
/* background-color: var(--black); */
color: var(--yellow);
}
p {
margin: 0;
padding: 0;
}
.wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
header {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
height: 300px;
position: relative;
}
header::before {
content: "";
background: url("https://images.unsplash.com/photo-1497032628192-86f99bcd76bc?ixid=MXwxMjA3fDB8MHxzZWFyY2h8NXx8cHJvZHVjdGl2aXR5fGVufDB8fDB8&ixlib=rb-1.2.1&w=1000&q=80");
background-repeat: no-repeat;
background-size: cover;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
opacity: 0.8;
}
header p:nth-child(1) {
font-size: 50px;
}
header p:nth-child(2) {
font-size: 25px;
}
input {
width: 500px;
height: 50px;
padding: 10px;
border-radius: 10px;
}
input:focus {
box-shadow: 0px 0px 18px 4px var(--blue);
}
.tasks {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
width: 60%;
margin-top: 25px;
}
.new-tasks,
.active-tasks,
.completed-tasks {
min-width: 20%;
height: 300px;
}
.new-tasks {
border: 1px solid #dc758f;
}
.new-tasks p:nth-child(1) {
background-color: #dc758f;
height: 35px;
color: white;
}
.active-tasks {
border: 1px solid #2ebfa5;
}
.active-tasks p:nth-child(1) {
background-color: #2ebfa5;
height: 35px;
color: white;
}
.completed-tasks {
border: 1px solid #4e4187;
}
.completed-tasks p:nth-child(1) {
background-color: #4e4187;
height: 35px;
color: white;
}
/* */
.fa-times {
color: red;
}
.fa-check {
color: green;
}
.task {
padding: 5px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid grey;
} | 0.446977 | 0.185966 |
ul {
list-style-type: none;
margin-before: 0;
margin-after: 0;
margin-start: 0px;
margin-end: 0px;
padding-start: 0;
}
ul,
li {
list-style-type: none;
}
#root { /* Specific to this exercise implementation. */
max-width: 600px;
margin: 4em auto 0 auto;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Segmented Control
Displayed as a table layout with evenly spaced cells and two rows,
one for the text tabs and one for the moving bar below them.
*/
.seg-control,
.seg-tab {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 16px;
letter-spacing: 0.5px;
}
.seg-control {
width: 100%;
display: table;
table-layout: fixed;
width: 100%;
padding: 0;
}
.seg-tabs,
.seg-line {
display: table-row;
width: 100%;
padding: 0;
}
.seg-tab,
.seg-bar {
display: inline-block;
text-align: center;
background: transparent;
border: none;
outline: none;
color: #A7A7A7;
display: table-cell;
margin: 0;
padding: 0;
}
.seg-tab:hover {
color: #898989;
}
.seg-tab,
.seg-line {
opacity: 0;
animation: fadeIn ease-out 1;
animation-fill-mode: forwards;
animation-duration: 0.7s;
}
/* Intro animation delay */
.seg-tab:nth-child(2) {
animation-delay: 0.2s;
}
.seg-tab:nth-child(3) {
animation-delay: 0.4s;
}
.seg-tab:nth-child(4) {
animation-delay: 0.6s;
}
.seg-tab:nth-child(5) {
animation-delay: 0.8s;
}
.seg-tab:nth-child(6) {
animation-delay: 1.0s;
}
.seg-tab:last-child {
margin-right: 0;
}
.seg-tab input {
position: absolute;
opacity: 0;
}
.seg-tab input:focus + label {
border-color: rgba(74, 144, 226, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(74, 144, 226, 0.6);
outline: 0 none;
}
.seg-tab label {
display: block;
margin: 0 -1px -1px 0;
padding: 1em .25em;
text-align: center;
cursor: pointer;
-webkit-touch-callout: none;
user-select: none;
}
.segtab[aria-selected="true"],
.seg-tab.selected {
color: #4A90E2;
}
/* Segmented Control Bar */
.seg-line {
background-color: #D3D3D3;
height: 2px;
}
.seg-bar.selected {
will-change: transform;
visibility: visible;
background-color: #4A90E2;
height: 4px;
position: relative;
top: -1px;
transform: translateX(0);
box-shadow: 0 2px #4A90E2;
transition: transform 0.3s ease-in-out;
} | src/SegmentedControl.css |
ul {
list-style-type: none;
margin-before: 0;
margin-after: 0;
margin-start: 0px;
margin-end: 0px;
padding-start: 0;
}
ul,
li {
list-style-type: none;
}
#root { /* Specific to this exercise implementation. */
max-width: 600px;
margin: 4em auto 0 auto;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Segmented Control
Displayed as a table layout with evenly spaced cells and two rows,
one for the text tabs and one for the moving bar below them.
*/
.seg-control,
.seg-tab {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 16px;
letter-spacing: 0.5px;
}
.seg-control {
width: 100%;
display: table;
table-layout: fixed;
width: 100%;
padding: 0;
}
.seg-tabs,
.seg-line {
display: table-row;
width: 100%;
padding: 0;
}
.seg-tab,
.seg-bar {
display: inline-block;
text-align: center;
background: transparent;
border: none;
outline: none;
color: #A7A7A7;
display: table-cell;
margin: 0;
padding: 0;
}
.seg-tab:hover {
color: #898989;
}
.seg-tab,
.seg-line {
opacity: 0;
animation: fadeIn ease-out 1;
animation-fill-mode: forwards;
animation-duration: 0.7s;
}
/* Intro animation delay */
.seg-tab:nth-child(2) {
animation-delay: 0.2s;
}
.seg-tab:nth-child(3) {
animation-delay: 0.4s;
}
.seg-tab:nth-child(4) {
animation-delay: 0.6s;
}
.seg-tab:nth-child(5) {
animation-delay: 0.8s;
}
.seg-tab:nth-child(6) {
animation-delay: 1.0s;
}
.seg-tab:last-child {
margin-right: 0;
}
.seg-tab input {
position: absolute;
opacity: 0;
}
.seg-tab input:focus + label {
border-color: rgba(74, 144, 226, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(74, 144, 226, 0.6);
outline: 0 none;
}
.seg-tab label {
display: block;
margin: 0 -1px -1px 0;
padding: 1em .25em;
text-align: center;
cursor: pointer;
-webkit-touch-callout: none;
user-select: none;
}
.segtab[aria-selected="true"],
.seg-tab.selected {
color: #4A90E2;
}
/* Segmented Control Bar */
.seg-line {
background-color: #D3D3D3;
height: 2px;
}
.seg-bar.selected {
will-change: transform;
visibility: visible;
background-color: #4A90E2;
height: 4px;
position: relative;
top: -1px;
transform: translateX(0);
box-shadow: 0 2px #4A90E2;
transition: transform 0.3s ease-in-out;
} | 0.441191 | 0.151247 |
*{
margin: 0;
padding: 0;
}
header{
}
#logo{
position: absolute;
padding-left: 90px;
padding-top: 35px;
text-transform: uppercase;
color: red;
}
#logo em{
display: block;
font-style: normal;
color: black;
}
.clearFloat{
clear: both;
}
a{
color: black;
}
nav{
height: 130px;
width: 100%;
}
ul{
float: right;
}
ul li{
float: left;
list-style: none;
text-decoration: none;
padding-right: 50px;
text-transform: capitalize;
padding-top: 50px;
padding-bottom: 0;
}
ul li:last-child{
padding-right: 90px;
}
#header-img{
background-image: url("images/Rectangle 44.png");
height: 90vh;
background-position: center;
background-size: cover;
overflow: hidden;
filter: contrast(80%) saturate(200%);
}
#header-img h1{
text-transform: uppercase;
color: #ffffff;
width: 1096px;
height: 196px;
line-height: 98px;
font-size: 80px;
position: relative;
top: 90px;
left: 90px;
}
#header-img button{
position: relative;
left: 90px;
top:120px;
text-transform: capitalize;
padding-top: 10px;
padding-bottom: 10px;
}
#arrow-icons{
display: inline;
position: relative;
top: 150px;
left: 900px;
}
#arrow-icons .fa-chevron-circle-left{
padding-right: 5px;
}
#arrow-icons .fa-chevron-circle-right{
padding-left: 5px;
}
#first-section{
position: absolute;
left: 143px;
top: 900px;
}
#first-section h2{
text-transform: capitalize;
font-size: 40px;
}
#first-section h3{
font-size: 25px;
color: red;
}
#first-section span{
border: 1px solid red;
border-radius: 2px;
width: 46px;
height: 5px;
display: block;
background: red;
}
#second-section{
}
#hotel-icons{
position: absolute;
top: 1100px;
left: 250px;
color: grey;
}
#hotel-icons #gym{
width: 50px;
height: 50px;
padding-right: 5px;
margin-right: 150px;
}
#hotel-icons #pool{
width: 50px;
height: 50px;
margin-right: 150px;
}
#hotel-icons #restaurant{
width: 50px;
height: 50px;
margin-right: 150px;
}
#hotel-icons #bar{
width: 50px;
height: 50px;
margin-right: 150px;
}
#wifi-text, #gym-text, #restaurant-text, #pool-text, #bar-text{
position: absolute;
}
#wifi-text{
left: 5px;
top: 70px;
text-transform: capitalize;
}
#gym-text{
left: 210px;
top: 70px;
}
#restaurant-text{
left: 420px;
top: 70px;
}
#pool-text{
left: 630px;
top: 70px;
}
#bar-text{
left: 840px;
top: 70px;
}
#second-section-btn{
position: relative;
top: 600px;
left: 40%;
}
#second-section-btn-arrow{
margin-left: 50px;
}
#image-section-1{
position: absolute;
top: 1500px;
left: 200px;
width: 70%;
}
.column{
float: left;
width: 50%;
padding: 5%;
}
.row::after{
content: "";
clear: both;
display: table;
}
.first-text{
color: red;
text-align: center;
}
.second-text{
color: black;
text-align: center;
}
#image-section-2{
position: absolute;
top: 2850px;
left: 200px;
width: 70%;
}
/*
.column-2{
float: left;
width: 30%;
padding: 5%;
}
.row-2::after{
content: "";
clear: both;
display: table;
}*/
#third-section{
position: absolute;
top: 3300px;
left: 200px;
}
#third-section span{
border: 1px solid red;
border-radius: 2px;
width: 46px;
height: 5px;
display: block;
background: red;
}
#fourth-section{
position: absolute;
top: 3500px;
left: 200px;
}
.cards{
background:#F9F9F9;
width: 20%;
height: 40vh;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
margin-left: -70px;
border-radius: 10px;
}
.card-text{
font-size: medium;
text-align: center;
}
.img-align{
text-align: center;
position: relative;
left: 35%;
}
.first-text-1{
color: red;
text-align: center;
font-size: medium;
}
#see-more{
width: 10%;
position: relative;
left: -90px;
padding-top: 100px;
}
#see-more h6{
padding-top: auto;
}
footer{
position: absolute;
left: 0;
top: 3900px;
background:#F9F9F9;
width: 100%;
height: 45vh;
}
footer ul{
float: left;
margin-left: 400px;
margin-top: 50px;
}
footer ul li{
text-decoration: none;
font-weight: 400;
}
#footer-icon{
position: absolute;
top: 170px;
left: 550px;
}
#copyright{
font-size: medium;
margin-left: 550px;
margin-top: 40px;
position: absolute;
font-weight: 450;
} | css/main.css | *{
margin: 0;
padding: 0;
}
header{
}
#logo{
position: absolute;
padding-left: 90px;
padding-top: 35px;
text-transform: uppercase;
color: red;
}
#logo em{
display: block;
font-style: normal;
color: black;
}
.clearFloat{
clear: both;
}
a{
color: black;
}
nav{
height: 130px;
width: 100%;
}
ul{
float: right;
}
ul li{
float: left;
list-style: none;
text-decoration: none;
padding-right: 50px;
text-transform: capitalize;
padding-top: 50px;
padding-bottom: 0;
}
ul li:last-child{
padding-right: 90px;
}
#header-img{
background-image: url("images/Rectangle 44.png");
height: 90vh;
background-position: center;
background-size: cover;
overflow: hidden;
filter: contrast(80%) saturate(200%);
}
#header-img h1{
text-transform: uppercase;
color: #ffffff;
width: 1096px;
height: 196px;
line-height: 98px;
font-size: 80px;
position: relative;
top: 90px;
left: 90px;
}
#header-img button{
position: relative;
left: 90px;
top:120px;
text-transform: capitalize;
padding-top: 10px;
padding-bottom: 10px;
}
#arrow-icons{
display: inline;
position: relative;
top: 150px;
left: 900px;
}
#arrow-icons .fa-chevron-circle-left{
padding-right: 5px;
}
#arrow-icons .fa-chevron-circle-right{
padding-left: 5px;
}
#first-section{
position: absolute;
left: 143px;
top: 900px;
}
#first-section h2{
text-transform: capitalize;
font-size: 40px;
}
#first-section h3{
font-size: 25px;
color: red;
}
#first-section span{
border: 1px solid red;
border-radius: 2px;
width: 46px;
height: 5px;
display: block;
background: red;
}
#second-section{
}
#hotel-icons{
position: absolute;
top: 1100px;
left: 250px;
color: grey;
}
#hotel-icons #gym{
width: 50px;
height: 50px;
padding-right: 5px;
margin-right: 150px;
}
#hotel-icons #pool{
width: 50px;
height: 50px;
margin-right: 150px;
}
#hotel-icons #restaurant{
width: 50px;
height: 50px;
margin-right: 150px;
}
#hotel-icons #bar{
width: 50px;
height: 50px;
margin-right: 150px;
}
#wifi-text, #gym-text, #restaurant-text, #pool-text, #bar-text{
position: absolute;
}
#wifi-text{
left: 5px;
top: 70px;
text-transform: capitalize;
}
#gym-text{
left: 210px;
top: 70px;
}
#restaurant-text{
left: 420px;
top: 70px;
}
#pool-text{
left: 630px;
top: 70px;
}
#bar-text{
left: 840px;
top: 70px;
}
#second-section-btn{
position: relative;
top: 600px;
left: 40%;
}
#second-section-btn-arrow{
margin-left: 50px;
}
#image-section-1{
position: absolute;
top: 1500px;
left: 200px;
width: 70%;
}
.column{
float: left;
width: 50%;
padding: 5%;
}
.row::after{
content: "";
clear: both;
display: table;
}
.first-text{
color: red;
text-align: center;
}
.second-text{
color: black;
text-align: center;
}
#image-section-2{
position: absolute;
top: 2850px;
left: 200px;
width: 70%;
}
/*
.column-2{
float: left;
width: 30%;
padding: 5%;
}
.row-2::after{
content: "";
clear: both;
display: table;
}*/
#third-section{
position: absolute;
top: 3300px;
left: 200px;
}
#third-section span{
border: 1px solid red;
border-radius: 2px;
width: 46px;
height: 5px;
display: block;
background: red;
}
#fourth-section{
position: absolute;
top: 3500px;
left: 200px;
}
.cards{
background:#F9F9F9;
width: 20%;
height: 40vh;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
margin-left: -70px;
border-radius: 10px;
}
.card-text{
font-size: medium;
text-align: center;
}
.img-align{
text-align: center;
position: relative;
left: 35%;
}
.first-text-1{
color: red;
text-align: center;
font-size: medium;
}
#see-more{
width: 10%;
position: relative;
left: -90px;
padding-top: 100px;
}
#see-more h6{
padding-top: auto;
}
footer{
position: absolute;
left: 0;
top: 3900px;
background:#F9F9F9;
width: 100%;
height: 45vh;
}
footer ul{
float: left;
margin-left: 400px;
margin-top: 50px;
}
footer ul li{
text-decoration: none;
font-weight: 400;
}
#footer-icon{
position: absolute;
top: 170px;
left: 550px;
}
#copyright{
font-size: medium;
margin-left: 550px;
margin-top: 40px;
position: absolute;
font-weight: 450;
} | 0.558207 | 0.089893 |
-------------------------- */
/* gradient
-------------------------- */
/* Colors
-------------------------- */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Box-shadow
-------------------------- */
/* Font
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Input
-------------------------- */
/* Button
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Loading
--------------------------*/
/* Modal
--------------------------*/
/* Message
-------------------------- */
/* Message Box
-------------------------- */
/* Dialog
-------------------------- */
/* Switch
-------------------------- */
/* ellisps
----------------------------*/
.r {
float: right;
}
.activity {
padding-top: 44px;
padding-bottom: 49px;
}
.member {
padding: 15px 0 9px;
}
.member .member-top {
font-size: 0;
text-align: center;
margin-left: 10px;
margin-bottom: 10px;
}
.member .member-top li {
position: relative;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 30px;
margin-right: 10px;
margin-top: 10px;
border: 1px dashed #dadada;
background-position: center;
background-size: cover;
z-index: 1;
}
.member .member-top li:before {
position: absolute;
content: '?';
top: 50%;
right: 50%;
transform: translate(50%, -50%);
font-size: 22px;
color: #dadada;
font-weight: bold;
}
.member .member-top li.on {
border: 1px solid #e75845;
}
.member .member-top li.on:before {
content: '';
}
.member .member-top li:first-child {
border: 1px solid #e75845;
}
.member .member-top li:first-child:before {
content: '';
}
.member .member-top li:first-child:after {
content: '团长';
display: block;
position: absolute;
top: 0;
right: -5px;
width: 30px;
line-height: 15px;
border-radius: 15px;
font-size: 10px;
color: #fff;
background-color: #e75845;
}
.member .member-bottom {
line-height: 24px;
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 0;
}
.member .member-bottom .red {
color: #e75845;
}
.countdown {
display: inline-block;
}
.countdown .red-block {
display: inline-block;
font-size: 13px;
font-weight: bold;
width: 20px;
height: 20px;
line-height: 20px;
color: #fff;
background-color: #e75845;
border-radius: 2px;
text-align: center;
}
.countdown span {
color: #e75845;
}
.item {
background-color: #fff;
margin-bottom: 10px;
}
.item.group-card {
padding-top: 10px;
}
.item > div {
padding: 0 10px 0 15px;
}
.item .price {
position: relative;
color: #656d78;
font-size: 12px;
}
.item .price-left {
line-height: 30px;
}
.item .price-left .red {
color: #e75845;
font-size: 20px;
margin-left: 5px;
font-weight: bold;
}
.item .price-left .del {
text-decoration: line-through;
color: #999;
margin-left: 15px;
}
.item .price-right {
position: absolute;
top: 5px;
right: 10px;
line-height: 20px;
padding: 0 7px;
color: #fff;
text-align: center;
background-color: #e75845;
border-radius: 3px;
}
.item .title {
line-height: 30px;
font-size: 16px;
font-weight: bold;
}
.item .card {
padding-top: 7px;
padding-bottom: 6px;
line-height: 20px;
color: #656d78;
}
.item .card .r {
color: #999;
font-size: 10px;
}
.item .card-item {
padding-bottom: 9px;
border-bottom: 1px solid #f2f2f2;
color: #656d78;
}
.item .card-item li {
padding-left: 45px;
line-height: 25px;
}
.item .notice {
line-height: 40px;
color: #999;
font-size: 12px;
}
.item .notice .r {
margin-left: -10px;
color: #232d3c;
}
.item .notice .r .icon_wrap {
margin-left: 10px;
}
.item .notice .r .icon_wrap span {
margin-left: -6px;
}
.item.group-info {
margin-bottom: 30px;
}
.item .group-info-top {
font-size: 12px;
color: #999;
line-height: 30px;
}
.item .group-info-main {
padding-left: 25px;
line-height: 25px;
padding-bottom: 8px;
}
.page-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #4b8dde;
z-index: 2;
}
.page-footer.gray {
background-color: #bbb;
}
.page-footer .footer-body {
max-width: 640px;
position: relative;
margin: 0 auto;
height: 49px;
line-height: 49px;
text-align: center;
font-size: 16px;
color: #fff;
box-shadow: 0 3px 10px #999;
}
.page-footer .footer-body-left,
.page-footer .footer-body-right {
float: left;
width: 49.9%;
text-align: center;
}
.page-footer .footer-body-left {
color: #232d3c;
background-color: #fff;
} | com.software5000.ma.vue/com.software5000.ma.vue.wap/src/pages/customer/open/group/activity/style.css | -------------------------- */
/* gradient
-------------------------- */
/* Colors
-------------------------- */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Box-shadow
-------------------------- */
/* Font
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Input
-------------------------- */
/* Button
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Loading
--------------------------*/
/* Modal
--------------------------*/
/* Message
-------------------------- */
/* Message Box
-------------------------- */
/* Dialog
-------------------------- */
/* Switch
-------------------------- */
/* ellisps
----------------------------*/
.r {
float: right;
}
.activity {
padding-top: 44px;
padding-bottom: 49px;
}
.member {
padding: 15px 0 9px;
}
.member .member-top {
font-size: 0;
text-align: center;
margin-left: 10px;
margin-bottom: 10px;
}
.member .member-top li {
position: relative;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 30px;
margin-right: 10px;
margin-top: 10px;
border: 1px dashed #dadada;
background-position: center;
background-size: cover;
z-index: 1;
}
.member .member-top li:before {
position: absolute;
content: '?';
top: 50%;
right: 50%;
transform: translate(50%, -50%);
font-size: 22px;
color: #dadada;
font-weight: bold;
}
.member .member-top li.on {
border: 1px solid #e75845;
}
.member .member-top li.on:before {
content: '';
}
.member .member-top li:first-child {
border: 1px solid #e75845;
}
.member .member-top li:first-child:before {
content: '';
}
.member .member-top li:first-child:after {
content: '团长';
display: block;
position: absolute;
top: 0;
right: -5px;
width: 30px;
line-height: 15px;
border-radius: 15px;
font-size: 10px;
color: #fff;
background-color: #e75845;
}
.member .member-bottom {
line-height: 24px;
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 0;
}
.member .member-bottom .red {
color: #e75845;
}
.countdown {
display: inline-block;
}
.countdown .red-block {
display: inline-block;
font-size: 13px;
font-weight: bold;
width: 20px;
height: 20px;
line-height: 20px;
color: #fff;
background-color: #e75845;
border-radius: 2px;
text-align: center;
}
.countdown span {
color: #e75845;
}
.item {
background-color: #fff;
margin-bottom: 10px;
}
.item.group-card {
padding-top: 10px;
}
.item > div {
padding: 0 10px 0 15px;
}
.item .price {
position: relative;
color: #656d78;
font-size: 12px;
}
.item .price-left {
line-height: 30px;
}
.item .price-left .red {
color: #e75845;
font-size: 20px;
margin-left: 5px;
font-weight: bold;
}
.item .price-left .del {
text-decoration: line-through;
color: #999;
margin-left: 15px;
}
.item .price-right {
position: absolute;
top: 5px;
right: 10px;
line-height: 20px;
padding: 0 7px;
color: #fff;
text-align: center;
background-color: #e75845;
border-radius: 3px;
}
.item .title {
line-height: 30px;
font-size: 16px;
font-weight: bold;
}
.item .card {
padding-top: 7px;
padding-bottom: 6px;
line-height: 20px;
color: #656d78;
}
.item .card .r {
color: #999;
font-size: 10px;
}
.item .card-item {
padding-bottom: 9px;
border-bottom: 1px solid #f2f2f2;
color: #656d78;
}
.item .card-item li {
padding-left: 45px;
line-height: 25px;
}
.item .notice {
line-height: 40px;
color: #999;
font-size: 12px;
}
.item .notice .r {
margin-left: -10px;
color: #232d3c;
}
.item .notice .r .icon_wrap {
margin-left: 10px;
}
.item .notice .r .icon_wrap span {
margin-left: -6px;
}
.item.group-info {
margin-bottom: 30px;
}
.item .group-info-top {
font-size: 12px;
color: #999;
line-height: 30px;
}
.item .group-info-main {
padding-left: 25px;
line-height: 25px;
padding-bottom: 8px;
}
.page-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #4b8dde;
z-index: 2;
}
.page-footer.gray {
background-color: #bbb;
}
.page-footer .footer-body {
max-width: 640px;
position: relative;
margin: 0 auto;
height: 49px;
line-height: 49px;
text-align: center;
font-size: 16px;
color: #fff;
box-shadow: 0 3px 10px #999;
}
.page-footer .footer-body-left,
.page-footer .footer-body-right {
float: left;
width: 49.9%;
text-align: center;
}
.page-footer .footer-body-left {
color: #232d3c;
background-color: #fff;
} | 0.407333 | 0.040465 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#container {
width: 1024px;
margin: 0 auto;
position: relative;
}
@media only screen and (max-width: 1024px) {
#container {
width: 90%;
margin: 0 auto;
}
}
#pricing {
background-color: #ffffff;
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pricing .pricing-inner {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-gap: 5px;
}
#pricing .pricing-inner .pricing-box {
grid-column: span 4;
padding: 20px 0;
background-color: #eee;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
#pricing .pricing-inner .pricing-box .bold {
font-weight: 900;
}
@media only screen and (max-width: 768px) {
#pricing .pricing-inner .pricing-box {
grid-column: span 12;
}
}
#pricing .pricing-inner .pricing-box:hover {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.178);
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.178);
}
#pricing .pricing-inner .pricing-box .pricing-head {
padding: 20px;
height: 150px;
}
#pricing .pricing-inner .pricing-box .pricing-head .package-name {
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 600;
text-align: center;
margin-bottom: 20px;
color: #330f1e;
}
#pricing .pricing-inner .pricing-box .pricing-head h2 {
font-family: "Roboto", sans-serif;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
color: #330f1e;
}
#pricing .pricing-inner .pricing-box .pricing-head h2 .dollorSign {
font-size: 16px;
position: absolute;
top: 10px;
left: -10px;
}
#pricing .pricing-inner .pricing-box .pricing-head h2 .pricing-amount {
font-size: 65px;
}
#pricing .pricing-inner .pricing-box .pricing-head h2 .super-script {
font-size: 25px;
position: absolute;
}
#pricing .pricing-inner .pricing-box .pricing-head h2 .deuration {
font-size: 16px;
}
#pricing .pricing-inner .pricing-box .pricing-body {
padding: 20px;
}
#pricing .pricing-inner .pricing-box .pricing-body ul li {
font-family: "Roboto", sans-serif;
list-style-type: none;
white-space: nowrap;
text-align: center;
max-height: 50px;
padding: 10px 0;
font-weight: 300;
font-size: 15px;
color: black;
}
#pricing .pricing-inner .pricing-box .order .order-btn {
text-decoration: none;
display: block;
width: 100px;
height: 45px;
line-height: 45px;
margin: 0 auto;
font-family: "Roboto", sans-serif;
font-size: 15px;
font-weight: 600;
text-align: center;
background-color: #330f1e;
border: 1px solid #330f1e;
color: #ffffff;
-webkit-transition: all .25s;
transition: all .25s;
}
#pricing .pricing-inner .pricing-box .order .order-btn:hover {
background-color: transparent;
color: #330f1e;
}
#pricing .pricing-inner .premium {
z-index: 15;
background-color: #330f1e;
}
#pricing .pricing-inner .premium .pricing-head .package-name {
color: #ffffff;
}
#pricing .pricing-inner .premium .pricing-head h2 {
color: #ffffff;
}
#pricing .pricing-inner .premium .pricing-body {
padding: 20px;
}
#pricing .pricing-inner .premium .pricing-body ul li {
font-family: "Roboto", sans-serif;
list-style-type: none;
white-space: nowrap;
text-align: center;
max-height: 50px;
padding: 10px 0;
color: #ffffff;
}
#pricing .pricing-inner .premium .order .order-btn {
text-decoration: none;
display: block;
width: 100px;
height: 45px;
line-height: 45px;
margin: 0 auto;
font-family: "Roboto", sans-serif;
font-size: 15px;
font-weight: 600;
text-align: center;
background-color: #ffffff;
border: 1px solid #ffffff;
color: #330f1e;
-webkit-transition: all .25s;
transition: all .25s;
}
#pricing .pricing-inner .premium .order .order-btn:hover {
background-color: transparent;
color: white;
}
/*# sourceMappingURL=main.css.map */ | assets/css/main.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#container {
width: 1024px;
margin: 0 auto;
position: relative;
}
@media only screen and (max-width: 1024px) {
#container {
width: 90%;
margin: 0 auto;
}
}
#pricing {
background-color: #ffffff;
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pricing .pricing-inner {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-gap: 5px;
}
#pricing .pricing-inner .pricing-box {
grid-column: span 4;
padding: 20px 0;
background-color: #eee;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
#pricing .pricing-inner .pricing-box .bold {
font-weight: 900;
}
@media only screen and (max-width: 768px) {
#pricing .pricing-inner .pricing-box {
grid-column: span 12;
}
}
#pricing .pricing-inner .pricing-box:hover {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.178);
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.178);
}
#pricing .pricing-inner .pricing-box .pricing-head {
padding: 20px;
height: 150px;
}
#pricing .pricing-inner .pricing-box .pricing-head .package-name {
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 600;
text-align: center;
margin-bottom: 20px;
color: #330f1e;
}
#pricing .pricing-inner .pricing-box .pricing-head h2 {
font-family: "Roboto", sans-serif;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
color: #330f1e;
}
#pricing .pricing-inner .pricing-box .pricing-head h2 .dollorSign {
font-size: 16px;
position: absolute;
top: 10px;
left: -10px;
}
#pricing .pricing-inner .pricing-box .pricing-head h2 .pricing-amount {
font-size: 65px;
}
#pricing .pricing-inner .pricing-box .pricing-head h2 .super-script {
font-size: 25px;
position: absolute;
}
#pricing .pricing-inner .pricing-box .pricing-head h2 .deuration {
font-size: 16px;
}
#pricing .pricing-inner .pricing-box .pricing-body {
padding: 20px;
}
#pricing .pricing-inner .pricing-box .pricing-body ul li {
font-family: "Roboto", sans-serif;
list-style-type: none;
white-space: nowrap;
text-align: center;
max-height: 50px;
padding: 10px 0;
font-weight: 300;
font-size: 15px;
color: black;
}
#pricing .pricing-inner .pricing-box .order .order-btn {
text-decoration: none;
display: block;
width: 100px;
height: 45px;
line-height: 45px;
margin: 0 auto;
font-family: "Roboto", sans-serif;
font-size: 15px;
font-weight: 600;
text-align: center;
background-color: #330f1e;
border: 1px solid #330f1e;
color: #ffffff;
-webkit-transition: all .25s;
transition: all .25s;
}
#pricing .pricing-inner .pricing-box .order .order-btn:hover {
background-color: transparent;
color: #330f1e;
}
#pricing .pricing-inner .premium {
z-index: 15;
background-color: #330f1e;
}
#pricing .pricing-inner .premium .pricing-head .package-name {
color: #ffffff;
}
#pricing .pricing-inner .premium .pricing-head h2 {
color: #ffffff;
}
#pricing .pricing-inner .premium .pricing-body {
padding: 20px;
}
#pricing .pricing-inner .premium .pricing-body ul li {
font-family: "Roboto", sans-serif;
list-style-type: none;
white-space: nowrap;
text-align: center;
max-height: 50px;
padding: 10px 0;
color: #ffffff;
}
#pricing .pricing-inner .premium .order .order-btn {
text-decoration: none;
display: block;
width: 100px;
height: 45px;
line-height: 45px;
margin: 0 auto;
font-family: "Roboto", sans-serif;
font-size: 15px;
font-weight: 600;
text-align: center;
background-color: #ffffff;
border: 1px solid #ffffff;
color: #330f1e;
-webkit-transition: all .25s;
transition: all .25s;
}
#pricing .pricing-inner .premium .order .order-btn:hover {
background-color: transparent;
color: white;
}
/*# sourceMappingURL=main.css.map */ | 0.302597 | 0.057865 |
.right-col {
float: right;
padding-top: 31px;
margin-left: 11px;
width: 710px;
}
.slider1 {
height: 263px;
background-image: linear-gradient(180deg, #605445 50%, #29241D 100%);
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.post {
width: 710px;
height: 100px;
}
.post > h3 {
color: #ebe8ac;
font-size: 17px;
width: 400px;
text-align: left;
padding-top: 29px;
padding-left: 31px;
font-weight: 400;
}
.post-text {
color: #c1c1bc;
text-decoration: underline;
padding-top: 2px;
width: 625px;
font-size: 12px;
line-height: 18px;
margin-left: 30px;
}
.date {
margin-left: 618px;
font-weight: bold;
margin-top: -13px;
text-align: right;
letter-spacing: 1px;
position: absolute;
color: #c1c1bc;
font-size: 11px;
}
.slider-img {
border: 5px solid transparent;
background: linear-gradient(180deg, #917F68 6%, #5E4F3A 48%, #564732 50%, #7E6038 100%);
width: 200px !important;
height: 115px !important;
border-radius: 7px;
margin-top: 11px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.owl-prev > span {
margin-top: -105px !important;
position: absolute;
height: 50px;
background-image: url('../../img/main/right-col/l.png');
width: 30px;
background-repeat: no-repeat;
margin-left: -363px !important;
}
.owl-next > span {
margin-top: -105px !important;
position: absolute;
margin-left: 320px !important;
height: 50px;
background-image: url('../../img/main/right-col/r.png');
width: 30px;
background-repeat: no-repeat;
}
.owl-nav {
height: 1px;
}
.slider2 {
width: 645px !important;
margin-left: 35px;
}
.top-img {
position: absolute;
margin-top: -133px;
z-index: 3;
}
.owl-dot > span {
background-color: #8c6239 !important;
width: 7px !important;
height: 7px !important;
}
.owl-dots > .active span {
background-color: #dbb187 !important;
}
.article {
height: 284px;
width: 681px;
background-color: #28231d;
margin-top: 27px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
padding-left: 30px;
padding-top: 28px;
color: #fff;
margin-bottom: 31px;
}
.article h3 {
color: #fffcbb;
font-size: 11px;
padding-bottom: 12px;
width: 646px;
}
.article p {
font-size: 12px;
padding-bottom: 15px;
padding-right: 40px;
padding-top: 3px;
width: 652px;
line-height: 19px;
}
.catalog-link {
text-decoration: underline;
color: #fbf8b8;
font-size: 10px;
margin-left: 1px;
}
.catalog-menu-down {
border-radius: 7px;
width: 713px;
height: 47px;
background-image: linear-gradient(270deg, #342C23 30%, #281E14 58%);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.catalog-menu-down ul {
width: 675px;
float: inherit;
}
.catalog-menu-down ul li {
list-style: none;
margin-right: -29px;
display: inline;
padding-left: 4px;
}
.catalog-menu-down a {
padding-top: 7px !important;
padding-left: 33px;
display: inline-block;
}
.catalog-menu-down img {
width: 53px;
padding-top: 2px;
height: 27px;
}
.catalog-menu-down > .catalog-btn-down{
text-decoration: none;
color: #fff;
font-size: 13px;
padding-top: 22px !important;
float: left;
} | css/main-section/right-col.css | .right-col {
float: right;
padding-top: 31px;
margin-left: 11px;
width: 710px;
}
.slider1 {
height: 263px;
background-image: linear-gradient(180deg, #605445 50%, #29241D 100%);
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.post {
width: 710px;
height: 100px;
}
.post > h3 {
color: #ebe8ac;
font-size: 17px;
width: 400px;
text-align: left;
padding-top: 29px;
padding-left: 31px;
font-weight: 400;
}
.post-text {
color: #c1c1bc;
text-decoration: underline;
padding-top: 2px;
width: 625px;
font-size: 12px;
line-height: 18px;
margin-left: 30px;
}
.date {
margin-left: 618px;
font-weight: bold;
margin-top: -13px;
text-align: right;
letter-spacing: 1px;
position: absolute;
color: #c1c1bc;
font-size: 11px;
}
.slider-img {
border: 5px solid transparent;
background: linear-gradient(180deg, #917F68 6%, #5E4F3A 48%, #564732 50%, #7E6038 100%);
width: 200px !important;
height: 115px !important;
border-radius: 7px;
margin-top: 11px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.owl-prev > span {
margin-top: -105px !important;
position: absolute;
height: 50px;
background-image: url('../../img/main/right-col/l.png');
width: 30px;
background-repeat: no-repeat;
margin-left: -363px !important;
}
.owl-next > span {
margin-top: -105px !important;
position: absolute;
margin-left: 320px !important;
height: 50px;
background-image: url('../../img/main/right-col/r.png');
width: 30px;
background-repeat: no-repeat;
}
.owl-nav {
height: 1px;
}
.slider2 {
width: 645px !important;
margin-left: 35px;
}
.top-img {
position: absolute;
margin-top: -133px;
z-index: 3;
}
.owl-dot > span {
background-color: #8c6239 !important;
width: 7px !important;
height: 7px !important;
}
.owl-dots > .active span {
background-color: #dbb187 !important;
}
.article {
height: 284px;
width: 681px;
background-color: #28231d;
margin-top: 27px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
padding-left: 30px;
padding-top: 28px;
color: #fff;
margin-bottom: 31px;
}
.article h3 {
color: #fffcbb;
font-size: 11px;
padding-bottom: 12px;
width: 646px;
}
.article p {
font-size: 12px;
padding-bottom: 15px;
padding-right: 40px;
padding-top: 3px;
width: 652px;
line-height: 19px;
}
.catalog-link {
text-decoration: underline;
color: #fbf8b8;
font-size: 10px;
margin-left: 1px;
}
.catalog-menu-down {
border-radius: 7px;
width: 713px;
height: 47px;
background-image: linear-gradient(270deg, #342C23 30%, #281E14 58%);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.catalog-menu-down ul {
width: 675px;
float: inherit;
}
.catalog-menu-down ul li {
list-style: none;
margin-right: -29px;
display: inline;
padding-left: 4px;
}
.catalog-menu-down a {
padding-top: 7px !important;
padding-left: 33px;
display: inline-block;
}
.catalog-menu-down img {
width: 53px;
padding-top: 2px;
height: 27px;
}
.catalog-menu-down > .catalog-btn-down{
text-decoration: none;
color: #fff;
font-size: 13px;
padding-top: 22px !important;
float: left;
} | 0.453988 | 0.147893 |
body {
user-select: none;
-webkit-tap-highlight-color: transparent;
}
body, button, input, textarea, select {
font: 14px OpenSans, Arial, Helvetica, sans-serif;
}
body {
color: #050038;
-webkit-font-smoothing: antialiased;
}
div {
display: block;
}
.board-panel--hidden-bottom {
color:rgb(5, 0, 56);
display:flex;
flex-direction:column;
font-family:OpenSans, Arial, Helvetica, sans-serif;
font-size:14px;
font-stretch:100%;
font-style:normal;
font-variant-caps:normal;
font-variant-east-asian:normal;
font-variant-ligatures:normal;
font-variant-numeric:normal;
font-weight:400;
height:108px;
line-height:normal;
margin-left:0;
opacity:1;
pointer-events:all;
text-size-adjust:100%;
user-select:none;
visibility:visible;
width:324px;
z-index:3011;
-webkit-font-smoothing:antialiased;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.rate-wrapper{
height: 108px;
width: 324px;
}
.ratings {
position: absolute;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
opacity: 1;
z-index: 3011;
}
.rate-float {
width: 324px;
padding: 12px 0 0 0;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
}
.rate {
border-radius: 4px;
letter-spacing: normal;
color: #050038;
padding: 11px 0 0 0;
background-image: initial;
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: rgb(255, 255, 255);
position: relative;
}
.rate-value {
padding: 0 15px 0 15px;
}
.rate-head {
-webkit-font-smoothing: antialiased;
font: 14px OpenSans, Arial, Helvetica, sans-serif;
user-select: none;
-webkit-tap-highlight-color: transparent;
pointer-events: all;
visibility: visible;
letter-spacing: normal;
color: #050038;
display: flex;
flex-direction: row;
}
.rate-head {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
}
h1 {
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 260px;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
h1.rate-caption {
font-size: 14px;
line-height: 1.71;
padding: 0;
margin: 0;
}
h1 {
display: block;
font-size: 2em;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0;
margin-inline-end: 0;
font-weight: bold;
}
button {
width:294px;
height: 24px;
padding: 0;
margin-left: 13px;
}
svg {
width: 24px;
height: 24px;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
cursor: pointer;
}
input, select, button, textarea {
border: none;
outline: none;
box-shadow: none;
background: transparent;
}
button {
cursor: pointer;
}
svg:not(:root) {
overflow: hidden;
}
.rates {
padding: 12px 0;
text-align: center;
font-size: 0;
}
.rate-option {
cursor: pointer;
display: inline-block;
position: relative;
width: 32px;
height: 32px;
padding: 8px 8px 8px 8px;
}
.rates .rate-option .rate-option-ico {
display: inline-block;
width: 32px;
height: 32px;
background-image: url(https://mirostatic.com/app/static/src/components/web/common/rate/img/emoji-rate.b0607b.png);
background-size: cover;
background-repeat: no-repeat;
cursor: pointer;
}
.rates .rate-option input {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
opacity: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.rate-comment-form {
display: none;
padding: 0 15px 15px 15px;
border-top: solid 1px #ebebef;
text-align: right;
font-size: 0;
}
.rate-input-wrapper {
position: relative;
z-index: 1;
text-align: left;
max-height: 140px;
margin: 8px 0 8px 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
[no-prevent-default], .no-prevent-default, .scroll-y-only {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.rate-input-wrapper textarea {
width: 100%;
font-size: 14px;
line-height: 1.43;
resize: none;
padding: 0;
overflow: hidden;
}
object {
display: none
}
/* changing icons*/
.rate-option--awesome span {
background-position: -128px 0;
}
.rate-option--good span {
background-position: -96px 0;
}
.rate-option--neutral span {
background-position: -64px 0;
}
.rate-option--bad span {
background-position: -32px 0;
}
.rate-option--awesome.rate-option--checked span {
background-position: -288px 0;
}
.rate-option--good.rate-option--checked span {
background-position: -256px 0;
}
.rate-option--neutral.rate-option--checked span {
background-position: -222px 0;
}
.rate-option--bad.rate-option--checked span {
background-position: -190px 0;
}
.rate-option--awful.rate-option--checked span {
background-position: -158px 0;
}
/* Button send*/
.rtb-btn--primary {
align-items:flex-start;
appearance:none;
background-attachment:scroll;
background-clip:border-box;
background-color:rgb(66, 98, 255);
background-image:none;
background-origin:padding-box;
background-position-x:0;
background-position-y:0;
background-size:auto;
border-bottom-color:rgb(66, 98, 255);
border-bottom-style:solid;
border-bottom-width:1px;
border-image-repeat:stretch;
border-image-source:none;
border-left-color:rgb(66, 98, 255);
border-left-style:solid;
border-left-width:1px;
border-right-color:rgb(66, 98, 255);
border-right-style:solid;
border-right-width:1px;
border-top-color:rgb(66, 98, 255);
border-radius: 2px;
border-top-style:solid;
border-top-width:1px;
box-shadow:none;
box-sizing:border-box;
color:rgb(255, 255, 255);
cursor:pointer;
display:inline-block;
font-family:OpenSans, Arial, Helvetica, sans-serif;
font-size:12px;
font-stretch:100%;
font-style:normal;
font-variant-caps:normal;
font-variant-east-asian:normal;
font-variant-ligatures:normal;
font-variant-numeric:normal;
font-weight:400;
height:24px;
letter-spacing:normal;
line-height:12px;
margin: 0;
min-width:60px;
outline: rgb(255, 255, 255) none 0;
overflow-x:hidden;
overflow-y:hidden;
padding: 5px 8px;
pointer-events:all;
text-align:center;
text-indent:0;
text-overflow:ellipsis;
text-rendering:auto;
text-shadow:none;
text-size-adjust:100%;
text-transform:none;
user-select:none;
vertical-align:middle;
visibility:visible;
white-space:nowrap;
width:60px;
word-spacing:0;
writing-mode:horizontal-tb;
-webkit-font-smoothing:antialiased;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-border-image:none;
} | static/stickerman/feedback-form/style.css | body {
user-select: none;
-webkit-tap-highlight-color: transparent;
}
body, button, input, textarea, select {
font: 14px OpenSans, Arial, Helvetica, sans-serif;
}
body {
color: #050038;
-webkit-font-smoothing: antialiased;
}
div {
display: block;
}
.board-panel--hidden-bottom {
color:rgb(5, 0, 56);
display:flex;
flex-direction:column;
font-family:OpenSans, Arial, Helvetica, sans-serif;
font-size:14px;
font-stretch:100%;
font-style:normal;
font-variant-caps:normal;
font-variant-east-asian:normal;
font-variant-ligatures:normal;
font-variant-numeric:normal;
font-weight:400;
height:108px;
line-height:normal;
margin-left:0;
opacity:1;
pointer-events:all;
text-size-adjust:100%;
user-select:none;
visibility:visible;
width:324px;
z-index:3011;
-webkit-font-smoothing:antialiased;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.rate-wrapper{
height: 108px;
width: 324px;
}
.ratings {
position: absolute;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
opacity: 1;
z-index: 3011;
}
.rate-float {
width: 324px;
padding: 12px 0 0 0;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
}
.rate {
border-radius: 4px;
letter-spacing: normal;
color: #050038;
padding: 11px 0 0 0;
background-image: initial;
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: rgb(255, 255, 255);
position: relative;
}
.rate-value {
padding: 0 15px 0 15px;
}
.rate-head {
-webkit-font-smoothing: antialiased;
font: 14px OpenSans, Arial, Helvetica, sans-serif;
user-select: none;
-webkit-tap-highlight-color: transparent;
pointer-events: all;
visibility: visible;
letter-spacing: normal;
color: #050038;
display: flex;
flex-direction: row;
}
.rate-head {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
}
h1 {
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 260px;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
h1.rate-caption {
font-size: 14px;
line-height: 1.71;
padding: 0;
margin: 0;
}
h1 {
display: block;
font-size: 2em;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0;
margin-inline-end: 0;
font-weight: bold;
}
button {
width:294px;
height: 24px;
padding: 0;
margin-left: 13px;
}
svg {
width: 24px;
height: 24px;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
cursor: pointer;
}
input, select, button, textarea {
border: none;
outline: none;
box-shadow: none;
background: transparent;
}
button {
cursor: pointer;
}
svg:not(:root) {
overflow: hidden;
}
.rates {
padding: 12px 0;
text-align: center;
font-size: 0;
}
.rate-option {
cursor: pointer;
display: inline-block;
position: relative;
width: 32px;
height: 32px;
padding: 8px 8px 8px 8px;
}
.rates .rate-option .rate-option-ico {
display: inline-block;
width: 32px;
height: 32px;
background-image: url(https://mirostatic.com/app/static/src/components/web/common/rate/img/emoji-rate.b0607b.png);
background-size: cover;
background-repeat: no-repeat;
cursor: pointer;
}
.rates .rate-option input {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
opacity: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.rate-comment-form {
display: none;
padding: 0 15px 15px 15px;
border-top: solid 1px #ebebef;
text-align: right;
font-size: 0;
}
.rate-input-wrapper {
position: relative;
z-index: 1;
text-align: left;
max-height: 140px;
margin: 8px 0 8px 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
[no-prevent-default], .no-prevent-default, .scroll-y-only {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.rate-input-wrapper textarea {
width: 100%;
font-size: 14px;
line-height: 1.43;
resize: none;
padding: 0;
overflow: hidden;
}
object {
display: none
}
/* changing icons*/
.rate-option--awesome span {
background-position: -128px 0;
}
.rate-option--good span {
background-position: -96px 0;
}
.rate-option--neutral span {
background-position: -64px 0;
}
.rate-option--bad span {
background-position: -32px 0;
}
.rate-option--awesome.rate-option--checked span {
background-position: -288px 0;
}
.rate-option--good.rate-option--checked span {
background-position: -256px 0;
}
.rate-option--neutral.rate-option--checked span {
background-position: -222px 0;
}
.rate-option--bad.rate-option--checked span {
background-position: -190px 0;
}
.rate-option--awful.rate-option--checked span {
background-position: -158px 0;
}
/* Button send*/
.rtb-btn--primary {
align-items:flex-start;
appearance:none;
background-attachment:scroll;
background-clip:border-box;
background-color:rgb(66, 98, 255);
background-image:none;
background-origin:padding-box;
background-position-x:0;
background-position-y:0;
background-size:auto;
border-bottom-color:rgb(66, 98, 255);
border-bottom-style:solid;
border-bottom-width:1px;
border-image-repeat:stretch;
border-image-source:none;
border-left-color:rgb(66, 98, 255);
border-left-style:solid;
border-left-width:1px;
border-right-color:rgb(66, 98, 255);
border-right-style:solid;
border-right-width:1px;
border-top-color:rgb(66, 98, 255);
border-radius: 2px;
border-top-style:solid;
border-top-width:1px;
box-shadow:none;
box-sizing:border-box;
color:rgb(255, 255, 255);
cursor:pointer;
display:inline-block;
font-family:OpenSans, Arial, Helvetica, sans-serif;
font-size:12px;
font-stretch:100%;
font-style:normal;
font-variant-caps:normal;
font-variant-east-asian:normal;
font-variant-ligatures:normal;
font-variant-numeric:normal;
font-weight:400;
height:24px;
letter-spacing:normal;
line-height:12px;
margin: 0;
min-width:60px;
outline: rgb(255, 255, 255) none 0;
overflow-x:hidden;
overflow-y:hidden;
padding: 5px 8px;
pointer-events:all;
text-align:center;
text-indent:0;
text-overflow:ellipsis;
text-rendering:auto;
text-shadow:none;
text-size-adjust:100%;
text-transform:none;
user-select:none;
vertical-align:middle;
visibility:visible;
white-space:nowrap;
width:60px;
word-spacing:0;
writing-mode:horizontal-tb;
-webkit-font-smoothing:antialiased;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-border-image:none;
} | 0.325306 | 0.066357 |
[data-md-color-primary=blue-grey] .md-typeset a {
color: #2196f3;
}
[data-md-color-primary=blue-grey] .md-nav__link--active, [data-md-color-primary=blue-grey] .md-nav__link:active {
color: #2196f3;
}
/******************************************************************************/
/* Center all images */
img {
display: block;
margin-left: auto;
margin-right: auto;
}
/******************************************************************************/
/* Progress bar */
.md-typeset .progress-label {
position: absolute;
width: 100%;
margin: 0;
color: rgba(0, 0, 0, .5);
font-weight: 700;
line-height: 1.4rem;
font-size: .64rem;
text-align: center;
white-space:nowrap
}
.md-typeset .progress-bar {
height: 1.2rem;
float: left;
background-color:#2979ff
}
.md-typeset .candystripe-animate .progress-bar {
-webkit-animation: a 3s linear infinite;
animation:a 3s linear infinite
}
.md-typeset .progress {
display: block;
position: relative;
width: 100%;
height: 1.2rem;
margin: .5rem 0;
background-color:#eee
}
.md-typeset .progress.thin {
height: .4rem;
margin-top:.9rem
}
.md-typeset .progress.thin .progress-label {
margin-top:-.4rem
}
.md-typeset .progress.thin .progress-bar {
height:.4rem
}
.md-typeset .progress.candystripe .progress-bar {
background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .8) 27%, transparent 0, transparent 52%, hsla(0, 0%, 100%, .8) 0, hsla(0, 0%, 100%, .8) 77%, transparent 0, transparent);
background-size:2rem 2rem
}
.md-typeset .progress-80plus .progress-bar, .md-typeset .progress-100plus .progress-bar {
background-color:#00e676
}
.md-typeset .progress-60plus .progress-bar {
background-color:#fbc02d
}
.md-typeset .progress-40plus .progress-bar {
background-color:#ff9100
}
.md-typeset .progress-20plus .progress-bar {
background-color:#ff5252
}
.md-typeset .progress-0plus .progress-bar {
background-color:#ff1744
}
.md-typeset .progress.note .progress-bar {
background-color:#2979ff
}
.md-typeset .progress.summary .progress-bar {
background-color:#00b0ff
}
.md-typeset .progress.tip .progress-bar {
background-color:#00bfa5
}
.md-typeset .progress.success .progress-bar {
background-color:#00e676
}
.md-typeset .progress.warning .progress-bar {
background-color:#ff9100
}
.md-typeset .progress.failure .progress-bar {
background-color:#ff5252
}
.md-typeset .progress.danger .progress-bar {
background-color:#ff1744
}
.md-typeset .progress.bug .progress-bar {
background-color:#f50057
}
.md-typeset .progress.quote .progress-bar {
background-color:#9e9e9e
} | stylesheets/extra.css | [data-md-color-primary=blue-grey] .md-typeset a {
color: #2196f3;
}
[data-md-color-primary=blue-grey] .md-nav__link--active, [data-md-color-primary=blue-grey] .md-nav__link:active {
color: #2196f3;
}
/******************************************************************************/
/* Center all images */
img {
display: block;
margin-left: auto;
margin-right: auto;
}
/******************************************************************************/
/* Progress bar */
.md-typeset .progress-label {
position: absolute;
width: 100%;
margin: 0;
color: rgba(0, 0, 0, .5);
font-weight: 700;
line-height: 1.4rem;
font-size: .64rem;
text-align: center;
white-space:nowrap
}
.md-typeset .progress-bar {
height: 1.2rem;
float: left;
background-color:#2979ff
}
.md-typeset .candystripe-animate .progress-bar {
-webkit-animation: a 3s linear infinite;
animation:a 3s linear infinite
}
.md-typeset .progress {
display: block;
position: relative;
width: 100%;
height: 1.2rem;
margin: .5rem 0;
background-color:#eee
}
.md-typeset .progress.thin {
height: .4rem;
margin-top:.9rem
}
.md-typeset .progress.thin .progress-label {
margin-top:-.4rem
}
.md-typeset .progress.thin .progress-bar {
height:.4rem
}
.md-typeset .progress.candystripe .progress-bar {
background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .8) 27%, transparent 0, transparent 52%, hsla(0, 0%, 100%, .8) 0, hsla(0, 0%, 100%, .8) 77%, transparent 0, transparent);
background-size:2rem 2rem
}
.md-typeset .progress-80plus .progress-bar, .md-typeset .progress-100plus .progress-bar {
background-color:#00e676
}
.md-typeset .progress-60plus .progress-bar {
background-color:#fbc02d
}
.md-typeset .progress-40plus .progress-bar {
background-color:#ff9100
}
.md-typeset .progress-20plus .progress-bar {
background-color:#ff5252
}
.md-typeset .progress-0plus .progress-bar {
background-color:#ff1744
}
.md-typeset .progress.note .progress-bar {
background-color:#2979ff
}
.md-typeset .progress.summary .progress-bar {
background-color:#00b0ff
}
.md-typeset .progress.tip .progress-bar {
background-color:#00bfa5
}
.md-typeset .progress.success .progress-bar {
background-color:#00e676
}
.md-typeset .progress.warning .progress-bar {
background-color:#ff9100
}
.md-typeset .progress.failure .progress-bar {
background-color:#ff5252
}
.md-typeset .progress.danger .progress-bar {
background-color:#ff1744
}
.md-typeset .progress.bug .progress-bar {
background-color:#f50057
}
.md-typeset .progress.quote .progress-bar {
background-color:#9e9e9e
} | 0.493897 | 0.053601 |
.stopfade {
opacity: 0.5;
}
#logoDivShow {
width: 0;
margin-left:5%;
}
@media (min-width:1981px)
{
.logoDivMenu :nth-child(1) { font-size: 45px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 80px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 1.5%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 45px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 5%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 30px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 30px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 25px;
font-weight: bold;
}
.trapezium
{
border-bottom: 50px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 300px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{
padding-left:2%;position: absolute;
top: 160px;}
#line1 :hover { opacity:0.9;}
#line2
{
position: absolute;
left: 650px;
top: 160px;
}
#line2 :hover { opacity:0.9;}
#videobmw
{
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
opacity: 0.5;
}
}
@media screen and (max-width: 1980px)
{
.logoDivMenu :nth-child(1) { font-size: 45px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 30px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#logo
{
display:show;
width: 80px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 1.5%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 45px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 5%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 30px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 30px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 25px;
font-weight: bold;
}
.trapezium
{
border-bottom: 50px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 300px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 160px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 650px;
top: 160px;}
#line2 :hover { opacity:0.9;}
#videobmw
{
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
opacity: 0.5;
}
}
@media screen and (max-width:1243px)
{
.logoDivMenu :nth-child(1) { font-size: 40px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 40px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 40px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 40px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 40px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
}
#logo
{
display:show;
width: 75px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 2%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 40px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 5%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 27px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 25px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 20px;
font-weight: bold;
}
.trapezium
{
border-bottom: 45px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 270px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 160px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 550px;
top: 160px;}
#line2 :hover { opacity:0.9;}
#videobmw
{
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
opacity: 0.5;
}
}
@media screen and (max-width:1160px)
{
.logoDivMenu :nth-child(1) { font-size: 35px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 35px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 35px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 35px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 35px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
}
#logo
{
display:show;
width: 70px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 2.5%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 35px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 3%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 25px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 20px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 20px;
font-weight: bold;
}
.trapezium {
border-bottom: 45px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 270px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 160px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 550px;
top: 160px;}
#line2 :hover { opacity:0.9;}
#videobmw
{
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
opacity: 0.5;
}
}
@media screen and (max-width:1110px)
{
.logoDivMenu :nth-child(1) { font-size: 30px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 30px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 30px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 30px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 30px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 65px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 3%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 30px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 4%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 25px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 18px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 15px;
font-weight: bold;
}
.trapezium {
border-bottom: 40px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 220px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 140px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 400px;
top: 140px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width:888px)
{
.logoDivMenu :nth-child(1) { font-size: 25px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
.logoDivMenu {padding-top: 10px;}
.logoDivMenu a {font-size: 18px;}
#logo
{
display:show;
width: 60px;
border-radius: 500px;
}
.trapezium
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
border-bottom: 30px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 150px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 3%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 25px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 4%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 23px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 15px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 13px;
font-weight: bold;
}
.trapezium {
border-bottom: 35px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 150px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 130px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 350px;
top: 130px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width:817px)
{
.logoDivMenu :nth-child(1) { font-size: 25px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 55px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top:3%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 25px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 4%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 21px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 13px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 13px;
font-weight: bold;
}
.trapezium {
border-bottom: 35px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 150px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 130px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 350px;
top: 130px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width: 800px)
{
.logoDivMenu :nth-child(1) { font-size: 25px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 55px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 3%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 25px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 2%;
padding-left: 1.9%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 19px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage {
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 11px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 13px;
font-weight: bold;
}
.trapezium {
border-bottom: 35px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 150px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 110px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 350px;
top: 110px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width: 657px)
{
.logoDivMenu :nth-child(1) { font-size: 22px; letter-spacing: 0px;}
.logoDivMenu :nth-child(2) { font-size: 22px; letter-spacing: 0px; }
.logoDivMenu :nth-child(3) { font-size: 22px; letter-spacing: 0px; }
.logoDivMenu :nth-child(4) { font-size: 22px; letter-spacing: 0px; }
.logoDivMenu :nth-child(n) { font-size: 22px; letter-spacing: 0px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 50px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 3%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 20px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 2%;
padding-left: 1%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 17px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage {
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 10px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 10px;
font-weight: bold;
}
.trapezium {
border-bottom: 30px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 100px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 100px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 300px;
top: 100px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width: 521px)
{
.logoDivMenu :nth-child(1) { font-size: 20px; letter-spacing: 0px;}
.logoDivMenu :nth-child(2) { font-size: 20px; letter-spacing: 0px; }
.logoDivMenu :nth-child(3) { font-size: 20px; letter-spacing: 0px; }
.logoDivMenu :nth-child(4) { font-size: 20px; letter-spacing: 0px; }
.logoDivMenu :nth-child(n) { font-size: 20px; letter-spacing: 0px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 40px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top:3%;
}
.logoDivMenu a
{
position: relative;
text-decoration: none;
font-size: 20px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 2%;
padding-left: 1%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 10px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 15px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage {
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 9px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 8px;
font-weight: bold;
}
.trapezium {
border-bottom: 20px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 70px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{
padding-left:2%;position: absolute;
top: 90px;
}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 200px;
top: 90px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width:500px)
{
.logoDivMenu :nth-child(1) { font-size: 15px; letter-spacing: 0px;}
.logoDivMenu :nth-child(2) { font-size: 15px; letter-spacing: 0px; }
.logoDivMenu :nth-child(3) { font-size: 15px; letter-spacing: 0px; }
.logoDivMenu :nth-child(4) { font-size: 15px; letter-spacing: 0px; }
.logoDivMenu :nth-child(n) { font-size: 15px; letter-spacing: 0px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 35px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 4%;
}
.logoDivMenu a
{
position: relative;
text-decoration: none;
font-size: 15px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 0%;
padding-left: 3%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 10px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 13px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage {
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 8px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 7px;
font-weight: bold;
}
.trapezium {
border-bottom: 15px solid #333;
border-left: 1px solid transparent;
border-right: 50px solid transparent;
height: 0;
width: 70px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 70px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 180px;
top: 70px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width:351px)
{
.logoDivMenu :nth-child(1) { font-size: 10px; letter-spacing: 0px;}
.logoDivMenu :nth-child(2) { font-size: 10px; letter-spacing: 0px; }
.logoDivMenu :nth-child(3) { font-size: 10px; letter-spacing: 0px; }
.logoDivMenu :nth-child(4) { font-size: 10px; letter-spacing: 0px; }
.logoDivMenu :nth-child(n) { font-size: 10px; letter-spacing: 0px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 30px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 5%;
}
.logoDivMenu a
{
position: relative;
text-decoration: none;
font-size: 10px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 1%;
padding-left: 4%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 10px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 10px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage {
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 7px;
text-shadow: 1.5px 1.5px black;
}
homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 7px;
font-weight: bold;
}
.trapezium {
border-bottom: 12px solid #333;
border-left: 1px solid transparent;
border-right: 50px solid transparent;
height: 0;
width: 40px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 65px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 130px;
top: 65px;}
#line2 :hover { opacity:0.9;}
}
/*@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ */
/*@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ } */
/*@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ } */
/*@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ } */
/*@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ } */
/*@media (min-width:1281px) { /* hi-res laptops and desktops */ } */ | As1 Select.css |
.stopfade {
opacity: 0.5;
}
#logoDivShow {
width: 0;
margin-left:5%;
}
@media (min-width:1981px)
{
.logoDivMenu :nth-child(1) { font-size: 45px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 80px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 1.5%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 45px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 5%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 30px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 30px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 25px;
font-weight: bold;
}
.trapezium
{
border-bottom: 50px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 300px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{
padding-left:2%;position: absolute;
top: 160px;}
#line1 :hover { opacity:0.9;}
#line2
{
position: absolute;
left: 650px;
top: 160px;
}
#line2 :hover { opacity:0.9;}
#videobmw
{
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
opacity: 0.5;
}
}
@media screen and (max-width: 1980px)
{
.logoDivMenu :nth-child(1) { font-size: 45px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 45px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 30px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#logo
{
display:show;
width: 80px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 1.5%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 45px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 5%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 30px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 30px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 25px;
font-weight: bold;
}
.trapezium
{
border-bottom: 50px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 300px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 160px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 650px;
top: 160px;}
#line2 :hover { opacity:0.9;}
#videobmw
{
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
opacity: 0.5;
}
}
@media screen and (max-width:1243px)
{
.logoDivMenu :nth-child(1) { font-size: 40px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 40px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 40px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 40px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 40px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
}
#logo
{
display:show;
width: 75px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 2%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 40px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 5%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 27px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 25px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 20px;
font-weight: bold;
}
.trapezium
{
border-bottom: 45px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 270px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 160px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 550px;
top: 160px;}
#line2 :hover { opacity:0.9;}
#videobmw
{
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
opacity: 0.5;
}
}
@media screen and (max-width:1160px)
{
.logoDivMenu :nth-child(1) { font-size: 35px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 35px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 35px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 35px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 35px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
}
#logo
{
display:show;
width: 70px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 2.5%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 35px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 3%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 25px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 20px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 20px;
font-weight: bold;
}
.trapezium {
border-bottom: 45px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 270px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 160px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 550px;
top: 160px;}
#line2 :hover { opacity:0.9;}
#videobmw
{
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-size: cover;
opacity: 0.5;
}
}
@media screen and (max-width:1110px)
{
.logoDivMenu :nth-child(1) { font-size: 30px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 30px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 30px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 30px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 30px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 65px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 3%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 30px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 4%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 25px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 18px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 15px;
font-weight: bold;
}
.trapezium {
border-bottom: 40px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 220px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 140px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 400px;
top: 140px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width:888px)
{
.logoDivMenu :nth-child(1) { font-size: 25px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
.logoDivMenu {padding-top: 10px;}
.logoDivMenu a {font-size: 18px;}
#logo
{
display:show;
width: 60px;
border-radius: 500px;
}
.trapezium
{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
border-bottom: 30px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 150px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 3%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 25px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 4%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 23px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 15px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 13px;
font-weight: bold;
}
.trapezium {
border-bottom: 35px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 150px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 130px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 350px;
top: 130px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width:817px)
{
.logoDivMenu :nth-child(1) { font-size: 25px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 55px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top:3%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 25px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 4%;
padding-left: 0.5%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 21px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage
{
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 13px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 13px;
font-weight: bold;
}
.trapezium {
border-bottom: 35px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 150px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 130px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 350px;
top: 130px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width: 800px)
{
.logoDivMenu :nth-child(1) { font-size: 25px; letter-spacing: 1px;}
.logoDivMenu :nth-child(2) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(3) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(4) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :nth-child(n) { font-size: 25px; letter-spacing: 1px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 55px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 3%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 25px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 2%;
padding-left: 1.9%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 19px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage {
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 11px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 13px;
font-weight: bold;
}
.trapezium {
border-bottom: 35px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 150px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 110px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 350px;
top: 110px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width: 657px)
{
.logoDivMenu :nth-child(1) { font-size: 22px; letter-spacing: 0px;}
.logoDivMenu :nth-child(2) { font-size: 22px; letter-spacing: 0px; }
.logoDivMenu :nth-child(3) { font-size: 22px; letter-spacing: 0px; }
.logoDivMenu :nth-child(4) { font-size: 22px; letter-spacing: 0px; }
.logoDivMenu :nth-child(n) { font-size: 22px; letter-spacing: 0px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 50px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 3%;
}
.logoDivMenu a
{
position: static;
text-decoration: none;
font-size: 20px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 2%;
padding-left: 1%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 50px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 17px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage {
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 10px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 10px;
font-weight: bold;
}
.trapezium {
border-bottom: 30px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 100px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 100px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 300px;
top: 100px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width: 521px)
{
.logoDivMenu :nth-child(1) { font-size: 20px; letter-spacing: 0px;}
.logoDivMenu :nth-child(2) { font-size: 20px; letter-spacing: 0px; }
.logoDivMenu :nth-child(3) { font-size: 20px; letter-spacing: 0px; }
.logoDivMenu :nth-child(4) { font-size: 20px; letter-spacing: 0px; }
.logoDivMenu :nth-child(n) { font-size: 20px; letter-spacing: 0px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 40px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top:3%;
}
.logoDivMenu a
{
position: relative;
text-decoration: none;
font-size: 20px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 2%;
padding-left: 1%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 10px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 15px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage {
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 9px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 8px;
font-weight: bold;
}
.trapezium {
border-bottom: 20px solid #333;
border-left: 1px solid transparent;
border-right: 100px solid transparent;
height: 0;
width: 70px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{
padding-left:2%;position: absolute;
top: 90px;
}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 200px;
top: 90px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width:500px)
{
.logoDivMenu :nth-child(1) { font-size: 15px; letter-spacing: 0px;}
.logoDivMenu :nth-child(2) { font-size: 15px; letter-spacing: 0px; }
.logoDivMenu :nth-child(3) { font-size: 15px; letter-spacing: 0px; }
.logoDivMenu :nth-child(4) { font-size: 15px; letter-spacing: 0px; }
.logoDivMenu :nth-child(n) { font-size: 15px; letter-spacing: 0px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 35px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 4%;
}
.logoDivMenu a
{
position: relative;
text-decoration: none;
font-size: 15px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 0%;
padding-left: 3%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 10px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 13px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage {
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 8px;
text-shadow: 1.5px 1.5px black;
}
#homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 7px;
font-weight: bold;
}
.trapezium {
border-bottom: 15px solid #333;
border-left: 1px solid transparent;
border-right: 50px solid transparent;
height: 0;
width: 70px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 70px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 180px;
top: 70px;}
#line2 :hover { opacity:0.9;}
}
@media screen and (max-width:351px)
{
.logoDivMenu :nth-child(1) { font-size: 10px; letter-spacing: 0px;}
.logoDivMenu :nth-child(2) { font-size: 10px; letter-spacing: 0px; }
.logoDivMenu :nth-child(3) { font-size: 10px; letter-spacing: 0px; }
.logoDivMenu :nth-child(4) { font-size: 10px; letter-spacing: 0px; }
.logoDivMenu :nth-child(n) { font-size: 10px; letter-spacing: 0px; }
.logoDivMenu :hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333; }
#logo
{
display:show;
width: 30px;
border-radius: 500px;
}
.logoDivMenu
{
text-transform: uppercase; font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display: inline-block;
height: 85px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-shadow:1.5px 1.5px black;
overflow-x: hidden;
overflow-y: hidden;
transition: 0.5s;
padding-top: 5%;
}
.logoDivMenu a
{
position: relative;
text-decoration: none;
font-size: 10px;
color: menu;
display: inline-block;
transition: 0.5s;
padding-right: 1%;
padding-left: 4%;
}
.logoDivMenu .closebtn
{
position: fixed;
top: 0;
right: 55px;
font-size: 50px;
margin-left: 10px;
}
.mute
{
font: Helvetica, Arial, Sans-Serif;
display:block;
position:absolute;
color: whitesmoke;
margin-top: 0;
margin-bottom:0;
font-size: 10px;
text-shadow: 1.5px 1.5px black;
}
.mute:active{color:#829292;}
.mute:hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:block;
cursor:pointer;
}
#homePage {
padding-left:1%;
font: Helvetica, Arial, Sans-Serif;
position:fixed;
bottom:0;
color: whitesmoke;
background:none;
font-size: 7px;
text-shadow: 1.5px 1.5px black;
}
homePage :hover
{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 3px 3px 3px #333;
font: Helvetica, Arial, Sans-Serif;
-webkit-transition: all 0.12s ease-out;
-moz-transition: all 0.12s ease-out;
-o-transition: all 0.12s ease-out;
display:inline-block;
}
p {-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
color:whitesmoke;
font: Helvetica, Arial, Sans-Serif;
font-size: 7px;
font-weight: bold;
}
.trapezium {
border-bottom: 12px solid #333;
border-left: 1px solid transparent;
border-right: 50px solid transparent;
height: 0;
width: 40px;
transform: rotate(180deg) scaleX(-1);
opacity:0.7;
box-shadow: -6px 8px 10px #000;
}
#line1
{padding-left:2%;position: absolute;
top: 65px;}
#line1 :hover { opacity:0.9;}
#line2{position: absolute;
left: 130px;
top: 65px;}
#line2 :hover { opacity:0.9;}
}
/*@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ */
/*@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ } */
/*@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ } */
/*@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ } */
/*@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ } */
/*@media (min-width:1281px) { /* hi-res laptops and desktops */ } */ | 0.266357 | 0.104752 |
@font-face {
font-family: RobotoBold;
src: url(../font/Roboto-Bold.ttf);
}
.header-nav-element {
position: fixed;
width: 100%;
display: flex;
justify-content: center;
height: 5rem;
padding: 0 2rem;
background-color: #FF3A41;
z-index: 10;
box-sizing: content-box;
top: 0;
}
.main-container {
margin-top: 1rem;
width: 90%;
margin: 0 auto;
}
.lssport-title {
color: #111111;
font-size: 3rem;
position: absolute;
left: 10vh;
top: 1vh;
margin: 0;
}
.text-white-color {
color: #fff;
}
.menu-mobile {
display: none;
}
.menu-list {
display: flex;
margin-top: auto;
margin-bottom: auto;
position: relative;
margin-left: auto;
margin-right: 5%;
list-style: none;
}
.menu-list .menu-link {
font-size: 1.4rem;
color: #fff;
text-decoration: none;
padding: 1rem 2rem;
transition: 0.5s;
border-radius: 0.5rem;
}
.menu-link:hover {
background-color: #ffffff48;
}
.last-updates {
}
.heading-1 {
font-size: 3.2rem;
font-family: RobotoBold, Arial, Helvetica, sans-serif;
margin: 7.5rem 0 2rem 0;
}
.list {
display: flex;
list-style-type: none;
list-style-position: inside;
margin: 2.5rem 0;
}
.active {
background-color: #00B1FF;
width: 8vw;
color: #FFFAFA;
border-radius: 0;
font-weight: bold;
}
.list-item {
padding: 1rem 2rem;
border-radius: 1rem;
margin-right: 2rem;
font-size: 2.2rem;
cursor: pointer;
}
.list-item a {
text-decoration: none;
color: #111111;
}
.nav:nth-child(1):hover{
color: #fff;
background-color: #00ccff;;
}
.nav:nth-child(2):hover {
background-color: #ffaf61;
color: #fff;
font-weight: bold;
}
.nav:nth-child(3):hover{
background-color: #000;
color: #fff;
font-weight: bold;
}
#updates-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;;
}
.updates-container--update {
margin: 5rem 2.5rem 5rem 0;
position: relative;
width: 30%;
}
.updates-container--update-img {
width: 100%;
height: 32rem;
border-radius: 2rem;
margin-bottom: 2.5rem;
object-fit: cover;
}
.updates-container--update-title{
font-size: 2.6rem;
word-wrap: normal;
text-decoration: none;
color: #000;
}
.updates-container--update-title a {
font-size: 2.6rem;
word-wrap: normal;
text-decoration: none;
color: #000;
}
.updates-container--update-title a:hover{
color: #FF3A41;
}
.img-grid{
display: grid;
grid-template-columns: 4;
grid-auto-flow: column;
place-items: center;
background-color: #fff;
height: 35vh;
border: 0.5px solid #dfdddd;
border-radius: 1vw;
margin-bottom: 2.5vh;
cursor: pointer;
}
.img-grid img {
box-shadow: 0px 0px 0.8vh rgba(0,0,0,0.25);
border-radius: 50%;
}
.p-2{
font-size: 5rem;
}
.div-title{
display: grid;
grid-template-columns: 2;
grid-auto-flow: column;
place-items: center;
justify-content: center;
font-size: 1.8rem;
gap: 0 33vh;
position: absolute;
bottom: 12.5vh;
left: 2vw;
}
.see-more-button {
font-size: 2.4rem;
border: none;
padding: 1rem 4rem;
border-radius: 1rem;
background: #FFFAFA;
border: 1px solid rgba(0, 0, 0, 0.5);
margin-top: 2.5rem;
transition: 0.5s;
cursor: pointer;
color: #FF3A41;
}
.see-more-button:hover {
background-color: #FF3A41;
color: #fff;
border: none;
}
.flex-column-section {
display: flex;
flex-direction: column;
}
.modalities-container {
display: flex;
flex-wrap: wrap;
}
.square-modality-container {
position: relative;
text-decoration: none;
padding: 10rem 10rem;
border-radius: 1rem;
background-color: #00ccf0;
margin: 2rem 2rem 0 0;
}
.atletism {
background-color: #FFAF61;
}
.soccer {
background-color: #00B1FF;
}
.racing {
background-color: #000;
}
.modality-icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 50%;
height: 50%;
object-fit: cover;
}
#updates-by-highlight .list .active {
color: #FF3A41;
background-color: #ffffff;
}
#updates-by-highlight .list .list-item {
transition: 0.5s;
cursor: pointer;
}
#updates-by-highlight .list .list-item:hover {
color: #FF3A41;
}
.highlights-items {
position: relative;
width: 100%;
}
.highlights-image {
width: 30%;
height: 31rem;
border-radius: 2rem;
}
.highlight-text-container {
position: absolute;
bottom: 0;
border-radius: 0 0 2rem 2rem;
width: 100%;
height: 12rem;
background-color: #00000098;
}
.highlight-text {
position: absolute;
top: 0;
padding: 1rem;
width: 99%;
box-sizing: border-box;
color: #fff;
font-size: 2.2rem;
}
a {
text-decoration: none;
}
.item-1{
display: grid;
grid-template-columns: 2;
grid-auto-flow: column;
text-decoration: none;
width: 50vw;
}
.main-div-img{
width: 15vw;
height: 20vh;
}
.main-div-img--img{
width: 100%;
height: 100%;
object-fit: cover;
}
a .item-1 .p-text{
color: #111111;
font-size: 1.5rem;
margin-top: 4vh;
margin-left: 2vw;
}
a .item-1 .p-text h2:hover{
color: #FF3A41;
}
a .item-1 .p-text p:hover{
color: #FF3A41;
}
@media screen and (max-width: 765px) {
.menu-list {
display: none;
}
.updates-container--update-img {
width: 100%;
}
.main-container {
width: 90%;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.updates-container--update {
margin: 5rem 0rem 0rem 0;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.flex-column-section {
flex-direction: column;
width: 95%;
}
.menu-hamburguer {
position: absolute;
left: 1rem;
background-color: #FF3A41;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 2.5rem;
height: 2rem;
top: 50%;
transform: translateY(-50%);
z-index: 20;
}
.menu-hamburguer .menu-hamburguer-line {
position: relative;
width: 100%;
height: 0.2rem;
border-radius: 1rem;
background-color: #fff;
transition: 0.5s;
position: absolute;
}
.menu-hamburguer-line:nth-child(1) {
top: 0%;
}
.menu-hamburguer-line:nth-child(2) {
top: 50%;
transform: translateY(-50%);
}
.menu-hamburguer-line:nth-child(3) {
top: 100%;
}
.menu-mobile {
display: block;
position: fixed;
width: 100%;
background-color: #ffffff;
list-style: none;
border-bottom: 0.1rem solid hsla(0, 0%, 0%, 0.114);
margin: 0;
top: -100%;
left: 0;
transition: 0.5s;
z-index: -2;
}
.menu-link {
padding: 1rem 0;
text-decoration: none;
background-color: #fff;
color: #111111;
position: relative;
text-align: center;
font-size: 1.4rem;
}
.menu-item {
padding: 1rem 0;
position: relative;
background-color: #fff;
}
.menu-link[href="#"] .menu-item::after {
content: "";
position: absolute;
height: 0.2rem;
width: 40%;
background-color: #FF3A41;
left: 50%;
transform: translateX(-50%);
bottom: 0;
border-radius: 10rem;
}
.highlights-items {
position: relative;
width: 100%;
display: inline-block;
}
.active {
background-color: white;
color: #00B1FF;
width: auto;
}
.highlights-image {
width: 100%
}
} | css/firstPage.css | @font-face {
font-family: RobotoBold;
src: url(../font/Roboto-Bold.ttf);
}
.header-nav-element {
position: fixed;
width: 100%;
display: flex;
justify-content: center;
height: 5rem;
padding: 0 2rem;
background-color: #FF3A41;
z-index: 10;
box-sizing: content-box;
top: 0;
}
.main-container {
margin-top: 1rem;
width: 90%;
margin: 0 auto;
}
.lssport-title {
color: #111111;
font-size: 3rem;
position: absolute;
left: 10vh;
top: 1vh;
margin: 0;
}
.text-white-color {
color: #fff;
}
.menu-mobile {
display: none;
}
.menu-list {
display: flex;
margin-top: auto;
margin-bottom: auto;
position: relative;
margin-left: auto;
margin-right: 5%;
list-style: none;
}
.menu-list .menu-link {
font-size: 1.4rem;
color: #fff;
text-decoration: none;
padding: 1rem 2rem;
transition: 0.5s;
border-radius: 0.5rem;
}
.menu-link:hover {
background-color: #ffffff48;
}
.last-updates {
}
.heading-1 {
font-size: 3.2rem;
font-family: RobotoBold, Arial, Helvetica, sans-serif;
margin: 7.5rem 0 2rem 0;
}
.list {
display: flex;
list-style-type: none;
list-style-position: inside;
margin: 2.5rem 0;
}
.active {
background-color: #00B1FF;
width: 8vw;
color: #FFFAFA;
border-radius: 0;
font-weight: bold;
}
.list-item {
padding: 1rem 2rem;
border-radius: 1rem;
margin-right: 2rem;
font-size: 2.2rem;
cursor: pointer;
}
.list-item a {
text-decoration: none;
color: #111111;
}
.nav:nth-child(1):hover{
color: #fff;
background-color: #00ccff;;
}
.nav:nth-child(2):hover {
background-color: #ffaf61;
color: #fff;
font-weight: bold;
}
.nav:nth-child(3):hover{
background-color: #000;
color: #fff;
font-weight: bold;
}
#updates-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;;
}
.updates-container--update {
margin: 5rem 2.5rem 5rem 0;
position: relative;
width: 30%;
}
.updates-container--update-img {
width: 100%;
height: 32rem;
border-radius: 2rem;
margin-bottom: 2.5rem;
object-fit: cover;
}
.updates-container--update-title{
font-size: 2.6rem;
word-wrap: normal;
text-decoration: none;
color: #000;
}
.updates-container--update-title a {
font-size: 2.6rem;
word-wrap: normal;
text-decoration: none;
color: #000;
}
.updates-container--update-title a:hover{
color: #FF3A41;
}
.img-grid{
display: grid;
grid-template-columns: 4;
grid-auto-flow: column;
place-items: center;
background-color: #fff;
height: 35vh;
border: 0.5px solid #dfdddd;
border-radius: 1vw;
margin-bottom: 2.5vh;
cursor: pointer;
}
.img-grid img {
box-shadow: 0px 0px 0.8vh rgba(0,0,0,0.25);
border-radius: 50%;
}
.p-2{
font-size: 5rem;
}
.div-title{
display: grid;
grid-template-columns: 2;
grid-auto-flow: column;
place-items: center;
justify-content: center;
font-size: 1.8rem;
gap: 0 33vh;
position: absolute;
bottom: 12.5vh;
left: 2vw;
}
.see-more-button {
font-size: 2.4rem;
border: none;
padding: 1rem 4rem;
border-radius: 1rem;
background: #FFFAFA;
border: 1px solid rgba(0, 0, 0, 0.5);
margin-top: 2.5rem;
transition: 0.5s;
cursor: pointer;
color: #FF3A41;
}
.see-more-button:hover {
background-color: #FF3A41;
color: #fff;
border: none;
}
.flex-column-section {
display: flex;
flex-direction: column;
}
.modalities-container {
display: flex;
flex-wrap: wrap;
}
.square-modality-container {
position: relative;
text-decoration: none;
padding: 10rem 10rem;
border-radius: 1rem;
background-color: #00ccf0;
margin: 2rem 2rem 0 0;
}
.atletism {
background-color: #FFAF61;
}
.soccer {
background-color: #00B1FF;
}
.racing {
background-color: #000;
}
.modality-icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 50%;
height: 50%;
object-fit: cover;
}
#updates-by-highlight .list .active {
color: #FF3A41;
background-color: #ffffff;
}
#updates-by-highlight .list .list-item {
transition: 0.5s;
cursor: pointer;
}
#updates-by-highlight .list .list-item:hover {
color: #FF3A41;
}
.highlights-items {
position: relative;
width: 100%;
}
.highlights-image {
width: 30%;
height: 31rem;
border-radius: 2rem;
}
.highlight-text-container {
position: absolute;
bottom: 0;
border-radius: 0 0 2rem 2rem;
width: 100%;
height: 12rem;
background-color: #00000098;
}
.highlight-text {
position: absolute;
top: 0;
padding: 1rem;
width: 99%;
box-sizing: border-box;
color: #fff;
font-size: 2.2rem;
}
a {
text-decoration: none;
}
.item-1{
display: grid;
grid-template-columns: 2;
grid-auto-flow: column;
text-decoration: none;
width: 50vw;
}
.main-div-img{
width: 15vw;
height: 20vh;
}
.main-div-img--img{
width: 100%;
height: 100%;
object-fit: cover;
}
a .item-1 .p-text{
color: #111111;
font-size: 1.5rem;
margin-top: 4vh;
margin-left: 2vw;
}
a .item-1 .p-text h2:hover{
color: #FF3A41;
}
a .item-1 .p-text p:hover{
color: #FF3A41;
}
@media screen and (max-width: 765px) {
.menu-list {
display: none;
}
.updates-container--update-img {
width: 100%;
}
.main-container {
width: 90%;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.updates-container--update {
margin: 5rem 0rem 0rem 0;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.flex-column-section {
flex-direction: column;
width: 95%;
}
.menu-hamburguer {
position: absolute;
left: 1rem;
background-color: #FF3A41;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 2.5rem;
height: 2rem;
top: 50%;
transform: translateY(-50%);
z-index: 20;
}
.menu-hamburguer .menu-hamburguer-line {
position: relative;
width: 100%;
height: 0.2rem;
border-radius: 1rem;
background-color: #fff;
transition: 0.5s;
position: absolute;
}
.menu-hamburguer-line:nth-child(1) {
top: 0%;
}
.menu-hamburguer-line:nth-child(2) {
top: 50%;
transform: translateY(-50%);
}
.menu-hamburguer-line:nth-child(3) {
top: 100%;
}
.menu-mobile {
display: block;
position: fixed;
width: 100%;
background-color: #ffffff;
list-style: none;
border-bottom: 0.1rem solid hsla(0, 0%, 0%, 0.114);
margin: 0;
top: -100%;
left: 0;
transition: 0.5s;
z-index: -2;
}
.menu-link {
padding: 1rem 0;
text-decoration: none;
background-color: #fff;
color: #111111;
position: relative;
text-align: center;
font-size: 1.4rem;
}
.menu-item {
padding: 1rem 0;
position: relative;
background-color: #fff;
}
.menu-link[href="#"] .menu-item::after {
content: "";
position: absolute;
height: 0.2rem;
width: 40%;
background-color: #FF3A41;
left: 50%;
transform: translateX(-50%);
bottom: 0;
border-radius: 10rem;
}
.highlights-items {
position: relative;
width: 100%;
display: inline-block;
}
.active {
background-color: white;
color: #00B1FF;
width: auto;
}
.highlights-image {
width: 100%
}
} | 0.530723 | 0.098079 |
body {
margin: 0;
position: relative; }
*,
*::after,
*::before {
box-sizing: border-box; }
a {
text-decoration: none;
color: inherit; }
input,
textarea {
border: none;
outline: none; }
ul {
margin: 0;
padding: 0;
list-style: none; }
h1, h2, h3, h4, h5, h6 {
margin: 0; }
@font-face {
font-family: Montserrat-Light;
src: url("fonts/Montserrat-Light.otf"); }
@font-face {
font-family: Montserrat-Hairline;
src: url("fonts/Montserrat-Hairline.otf"); }
@font-face {
font-family: Montserrat-Regular;
src: url("fonts/Montserrat-Regular.otf"); }
@font-face {
font-family: Raleway-Light;
src: url("fonts/Raleway-Light.ttf"); }
@font-face {
font-family: Raleway-Regular;
src: url("fonts/Raleway-Regular.ttf"); }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
.sv-sidebar {
display: none; }
.sv-main-content-wrapper {
padding-left: 0 !important; } }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
body {
font-family: "Raleway-Regular", sans-serif; }
button {
background: none;
outline: none;
border: none; }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
.sv-header {
height: 60px;
width: 100%;
background-color: #50E3C2;
z-index: 10;
position: fixed;
top: 0;
left: 0; }
.sv-logo {
left: 1em; }
.sv-logo a {
display: block;
font-weight: 900;
color: white !important; }
.sv-logo,
.sv-header-nav {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%); }
.sv-logo a,
.sv-header-nav a {
float: left; }
.sv-header-nav .notification {
display: inline-block;
width: 24px;
height: 24px;
margin-top: 6px;
margin-right: 16px; }
.sv-header-nav .notification img {
max-width: 100%; }
.sv-header-nav {
right: 2em; }
.sv-header-nav .overall {
display: block;
border: 1px solid #8e8e8e;
padding: 0.5em 1em;
background-color: #7EFFE2;
color: #9B9B9B; }
h3 a, h3 a:hover {
color: black !important;
cursor: pointer; }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
.sv-sidebar {
width: 170px;
height: 100%;
background-color: #4A4A4A;
position: fixed;
top: 0;
left: 0;
padding-top: 60px;
z-index: 5; }
.sv-sidebar-nav ul {
margin: 28px 0 0 28px; }
.sv-sidebar-nav ul li {
margin-bottom: 16px; }
.sv-sidebar-nav ul li a,
.sv-sidebar-nav ul li a:hover {
display: block;
color: #9B9B9B !important;
font-size: 20px;
cursor: pointer; }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
.sv-main-content-wrapper {
width: 100%;
min-height: 100vh;
background-color: #F6F2F2;
padding-top: 60px;
padding-left: 170px; }
.sv-company-name{
font-size: 1.5em;
padding: 1em;
}
.sv-overall-rating {
background-color: #FFFFFF;
padding: 2em;
width: 100%;
overflow: hidden; }
.sv-overall-rating::after {
clear: both;
content: "";
display: table; }
.sv-overall-rating .unit-name {
font-size: 2.5em;
margin-bottom: 0.5em; }
.rating-group {
width: 80%;
float: left;
padding: 0 2em; }
.total-respondents {
width: 20%;
float: right;
text-align: center; }
.total-respondents h3 {
font-size: 1.5em; }
.total-respondents h1 {
font-size: 3em;
margin: 1em 0; }
.total-respondents .generate-ticket-btn {
padding: 0.75em 1.25em;
margin: 1em 0;
font-size: 1.25em;
display: block;
border: 1px solid #000000;
font-style: italic;
-webkit-transition: background-color 0.3s, color 0.3s;
-moz-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s; }
.total-respondents .generate-ticket-btn:hover {
background-color: #000000;
color: #FFFFFF; }
.rating-graph {
margin-top: 2em;
overflow: auto; }
.sv-features,
.sv-units {
padding: 2em 2.5em;
background-color: #fff;
/*margin: 4em 0; */
}
.units-graph {
width: 100%;
margin: 0 auto;
overflow-x: scroll;
}
.sv-feature-label a {
display: block;
padding: 1em 1.5em;
background-color: #FFFFFF;
border: 2px solid #B8E986;
font-size: 1em; }
.sv-unit-block {
background-color: #FFFFFF;
margin: 1em; }
.sv-unit-block .unit-header {
background-color: #50E3C2; }
.sv-unit-block .unit-header a {
display: block;
font-size: 18px;
color: white;
padding: 1em 0 1em 1em; }
.sv-unit-block .unit-rating {
width: 90px;
height: 90px;
margin: 1em auto;
text-align: center;
position: relative;
border-radius: 50%; }
.sv-unit-block .unit-rating::after {
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%);
content: '';
border-radius: 50%;
z-index: 1;
background-color: #FFFFFF;
width: 70px;
height: 70px; }
.sv-unit-block .unit-rating h2 {
line-height: 90px;
z-index: 3;
color: #9B9B9B;
position: relative; }
.sv-unit-block .unit-feature-graph {
margin: 2.5em auto;
position: relative; }
.sv-unit-block .unit-feature-graph svg {
max-width: 100%; }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
.sv-unit-features {
margin-top: 2.5em; }
.sv-unit-features ul {
text-align: center; }
.sv-unit-feature-block {
width: 20%;
display: inline-block;
text-align: center; }
.sv-unit-feature-block .unit-feature-score {
margin: 0 auto;
width: 125px;
height: 125px;
position: relative;
border-radius: 50%; }
.sv-unit-feature-block .unit-feature-score::after {
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%);
content: '';
border-radius: 50%;
z-index: 1;
background-color: #F6F2F2;
width: 115px;
height: 115px; }
.sv-unit-feature-block .unit-feature-score h1 {
position: relative;
z-index: 2;
line-height: 125px; }
.sv-unit-feature-block .unit-feature-label {
margin-top: 1.5em; }
.sv-unit-questions {
/*margin-top: 2em;*/
padding: 2em; }
.sv-unit-question-block {
margin-bottom: 2em;
padding: 0.5em 0.25em 1em 0.5em;
display: block;
background-color: #FFFFFF; }
.sv-unit-question-block h1 {
font-size: 1.1em !important;
}
.sv-unit-question-block h3 {
font-size: 0.9em !important;
}
.sv-unit-question-block::after {
clear: both;
content: "";
display: table; }
.unit-question-group {
float: left;
width: 75%; }
.unit-question-graph {
float: right;
width: 25%; }
.unit-question-header {
margin-bottom: 2em; }
.unit-question-header h1 {
color: #746C77; }
.unit-question-body {
margin-top: 2em;
color: #4A4A4A; }
.yes-no-label {
margin-bottom: 1em; }
.yes-no-label h1, .yes-no-label span {
display: inline-block;
margin-right: 12px; }
.yes-no-label span {
width: 30px;
height: 15px; }
.choice-label {
margin-bottom: 1em; }
.choice-label h1, .choice-label span {
display: inline-block;
margin-right: 12px; }
.choice-label span {
width: 30px;
height: 15px; }
.long-text-keywords {
margin-bottom: 2em;
margin-left: 1em; }
.long-text-keywords h3 {
margin-bottom: 12px; }
.long-text-keywords ul {
background-color: #ECECEC;
max-width: 400px;
padding: 0.75em; }
.long-text-keywords ul li {
display: inline-block;
background-color: #FFFFFF;
padding: 5px 8px;
margin-bottom: 5px;
margin-right: 5px; }
.overall-analytics-ctas {
margin: 2em 0;
padding: 2em;
text-align: center; }
.overall-analytics-ctas a {
display: block;
width: 60%;
background-color: #FFFFFF;
font-size: 1.85em;
font-weight: 900;
margin: 0 auto; }
.overall-analytics-ctas a:first-child {
margin-bottom: 1em; }
.overall-analytics-ctas a::before {
content: '+';
font-size: 2em;
vertical-align: middle;
margin-right: 1em; }
.overall-analytics-ctas .cta-facebook {
border: 6px solid #4A90E2; }
.overall-analytics-ctas .cta-twitter {
border: 6px solid #50E3C2; }
.sv-main-content {
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
transition: background-color 1s; }
.sv-main-content.ng-enter {
background-color: #000000; }
.sv-modal {
position: fixed;
z-index: 20;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #D8D8D8; }
.modal-content {
width: 50%;
margin: 0 auto;
background-color: #FFFFFF;
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%); }
.modal-close {
position: absolute;
top: 10px;
right: 10px;
width: 20px;
height: 20px;
display: block; }
.modal-close::before, .modal-close::after {
content: '';
position: absolute;
top: 10px;
left: 0;
width: 100%;
height: 1px;
background-color: #000000;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.modal-close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.ticket-modal {
padding: 2em; }
.ticket-modal h2 {
font-size: 2em; }
.ticket-modal .ticket-form {
margin: 2em 0 2em 1em; }
.ticket-modal .radio-group {
margin-bottom: 0.5em; }
.ticket-modal .units-selection {
margin: 1.5em 0; }
.ticket-modal .units-selection h4 {
font-size: 1em;
font-style: italic;
color: #4A4A4A;
margin-left: 12px; }
.ticket-modal .units-selection .checkboxes {
background-color: #F6F6F6;
padding: 1em; }
.ticket-modal .units-selection .checkboxes .checkbox-group {
display: inline-block;
margin-right: 1em;
margin-bottom: 1em;
color: #4A4A4A; }
.ticket-modal .ticket-message {
padding: 1em; }
.ticket-modal .ticket-message h3 {
font-size: 1em;
margin-bottom: 12px; }
.ticket-modal .ticket-message textarea {
resize: none;
background-color: #F6F6F6;
width: 100%;
height: 200px;
padding: 1em;
font-size: 16px; }
.ticket-modal .ticket-action {
background-color: #FFFFFF;
padding: 0.75em 1.25em;
font-size: 16px;
border: 1px solid #000;
display: block;
margin: 1em auto;
border-radius: 8px;
outline: none;
cursor: pointer;
-webkit-transition: background-color 0.3s, color 0.3s;
-moz-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s; }
.ticket-modal .ticket-action:hover {
background-color: #000000;
color: #FFFFFF; }
.full-width-graph {
margin: 2em 0; }
.star-rating-all-group::after {
clear: both;
content: "";
display: table; }
.star-rating-label {
margin: 80px 0; }
.star-rating-label:first-child {
margin-top: 0; }
.star-rating-label:last-child {
margin-bottom: 0; }
.star-rating-graph-wrapper {
margin-top: 6em; }
.star-rating-graph-wrapper::after {
clear: both;
content: "";
display: table; }
.star-rating-graph-wrapper .star-rating-options {
float: left;
width: 40%; }
.star-rating-graph-wrapper .star-rating-question-graph {
float: left;
width: 60%; }
.ranking-board {
padding: 1em;
background-color: #EEFFFB; }
.ranking-board h1 {
font-size: 20px;
text-align: center; }
.ranking-board ul {
padding: 2em 0; }
.ranking-board ul li {
margin: 1em 0;
padding: 0 1.5em; }
.ranking-board ul li h2 {
font-size: 16px; }
.ranking-board ul li h2, .ranking-board ul li .board-label {
display: inline-block; }
.ranking-board ul li .board-label {
position: relative;
width: 80px;
height: 80px;
border-radius: 40px;
background-color: #ddd;
text-align: center;
margin-right: 1em;
font-size: 14px; }
.ranking-board ul li .board-label.first-rank::before {
content: '';
width: 64px;
height: 64px;
position: absolute;
-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: 2;
background: url("../images/rank-star.png") center center no-repeat; }
.ranking-board ul li .board-label h2 {
width: 68px;
height: 68px;
border-radius: 34px;
background-color: #EEFFFB;
line-height: 68px;
font-size: 2em;
font-weight: 900;
position: relative;
top: 6px; }
.ranking-graph-wrapper {
padding: 3em 0 0 1em; }
.ranking-graph-wrapper::after {
clear: both;
content: "";
display: table; }
.ranking-graph-wrapper .rank-rating-options {
width: 25%;
float: left; }
.ranking-graph-wrapper .rank-rating-question-graph {
width: 40%;
margin: 0 auto;
float: left; }
.ranking-graph-wrapper .ranking-board {
width: 35%;
float: left; }
.short-text-graph {
width: 800px;
max-height: 600px;
overflow: auto;
margin: 2em auto; }
.short-text-graph .st-words-list-wrapper {
border: 2px solid #333;
padding: 2em;
border-radius: 10px; }
.short-text-graph .st-words-list-wrapper ul li {
margin: 12px 0;
padding: 16px;
background-color: #ddd;
color: #000;
border-radius: 10px; }
.short-text-graph .st-words-list-wrapper ul li:first-child {
margin-top: 0; }
.short-text-graph .st-words-list-wrapper ul li:last-child {
margin-bottom: 0; }
.ranks-wrapper {
margin-top: 4em;
padding-left: 1em;
text-align: center; }
.ranks-wrapper .choice-label {
margin-right: 1em;
display: inline-block; }
.tabs {
position: relative;
width: 100%; }
.tabs nav {
/*margin-bottom: 4em;*/
background-color: #fff; }
.tabs nav ul::after {
clear: both;
content: "";
display: table; }
.tabs nav ul li {
cursor: pointer;
float: left;
background-color: #D8D8D8;
vertical-align: bottom;
font-size: 12px; }
.tabs nav ul li.tab-current {
background-color: #F6F2F2;
font-size: 14px;
margin-top: -5px; }
.tabs nav ul li a {
padding: 0.75em 2.5em;
color: black !important;
display: block; }
.group-rating-graph,
.multiple-choice-graph {
position: relative; }
#group-rating-graph-switch {
background-color: #ddd;
color: #333;
padding: 0.75em 1.75em;
position: absolute;
right: 1em;
cursor: pointer;
font-size: 16px; }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
svg.long-text text {
font-size: 24px; }
/*# sourceMappingURL=style.css.map */
.md-toolbar-tools, ._md-thumb {
background-color: #6BA9D9 !important;
}
.md-button {
background-color: #6BA9D9 !important;
color: white !important;
}
.md-datepicker-button {
display: none !important;
}
md-switch {
margin: -5px 0 0 0 !important;
}
.md-checked ._md-bar {
background-color: #6BA9D9 !important;
}
.dialog-header-icon {
width: 30px;
margin: 0 10px -5px 0;
} | css/style.css | body {
margin: 0;
position: relative; }
*,
*::after,
*::before {
box-sizing: border-box; }
a {
text-decoration: none;
color: inherit; }
input,
textarea {
border: none;
outline: none; }
ul {
margin: 0;
padding: 0;
list-style: none; }
h1, h2, h3, h4, h5, h6 {
margin: 0; }
@font-face {
font-family: Montserrat-Light;
src: url("fonts/Montserrat-Light.otf"); }
@font-face {
font-family: Montserrat-Hairline;
src: url("fonts/Montserrat-Hairline.otf"); }
@font-face {
font-family: Montserrat-Regular;
src: url("fonts/Montserrat-Regular.otf"); }
@font-face {
font-family: Raleway-Light;
src: url("fonts/Raleway-Light.ttf"); }
@font-face {
font-family: Raleway-Regular;
src: url("fonts/Raleway-Regular.ttf"); }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
.sv-sidebar {
display: none; }
.sv-main-content-wrapper {
padding-left: 0 !important; } }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
body {
font-family: "Raleway-Regular", sans-serif; }
button {
background: none;
outline: none;
border: none; }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
.sv-header {
height: 60px;
width: 100%;
background-color: #50E3C2;
z-index: 10;
position: fixed;
top: 0;
left: 0; }
.sv-logo {
left: 1em; }
.sv-logo a {
display: block;
font-weight: 900;
color: white !important; }
.sv-logo,
.sv-header-nav {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%); }
.sv-logo a,
.sv-header-nav a {
float: left; }
.sv-header-nav .notification {
display: inline-block;
width: 24px;
height: 24px;
margin-top: 6px;
margin-right: 16px; }
.sv-header-nav .notification img {
max-width: 100%; }
.sv-header-nav {
right: 2em; }
.sv-header-nav .overall {
display: block;
border: 1px solid #8e8e8e;
padding: 0.5em 1em;
background-color: #7EFFE2;
color: #9B9B9B; }
h3 a, h3 a:hover {
color: black !important;
cursor: pointer; }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
.sv-sidebar {
width: 170px;
height: 100%;
background-color: #4A4A4A;
position: fixed;
top: 0;
left: 0;
padding-top: 60px;
z-index: 5; }
.sv-sidebar-nav ul {
margin: 28px 0 0 28px; }
.sv-sidebar-nav ul li {
margin-bottom: 16px; }
.sv-sidebar-nav ul li a,
.sv-sidebar-nav ul li a:hover {
display: block;
color: #9B9B9B !important;
font-size: 20px;
cursor: pointer; }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
.sv-main-content-wrapper {
width: 100%;
min-height: 100vh;
background-color: #F6F2F2;
padding-top: 60px;
padding-left: 170px; }
.sv-company-name{
font-size: 1.5em;
padding: 1em;
}
.sv-overall-rating {
background-color: #FFFFFF;
padding: 2em;
width: 100%;
overflow: hidden; }
.sv-overall-rating::after {
clear: both;
content: "";
display: table; }
.sv-overall-rating .unit-name {
font-size: 2.5em;
margin-bottom: 0.5em; }
.rating-group {
width: 80%;
float: left;
padding: 0 2em; }
.total-respondents {
width: 20%;
float: right;
text-align: center; }
.total-respondents h3 {
font-size: 1.5em; }
.total-respondents h1 {
font-size: 3em;
margin: 1em 0; }
.total-respondents .generate-ticket-btn {
padding: 0.75em 1.25em;
margin: 1em 0;
font-size: 1.25em;
display: block;
border: 1px solid #000000;
font-style: italic;
-webkit-transition: background-color 0.3s, color 0.3s;
-moz-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s; }
.total-respondents .generate-ticket-btn:hover {
background-color: #000000;
color: #FFFFFF; }
.rating-graph {
margin-top: 2em;
overflow: auto; }
.sv-features,
.sv-units {
padding: 2em 2.5em;
background-color: #fff;
/*margin: 4em 0; */
}
.units-graph {
width: 100%;
margin: 0 auto;
overflow-x: scroll;
}
.sv-feature-label a {
display: block;
padding: 1em 1.5em;
background-color: #FFFFFF;
border: 2px solid #B8E986;
font-size: 1em; }
.sv-unit-block {
background-color: #FFFFFF;
margin: 1em; }
.sv-unit-block .unit-header {
background-color: #50E3C2; }
.sv-unit-block .unit-header a {
display: block;
font-size: 18px;
color: white;
padding: 1em 0 1em 1em; }
.sv-unit-block .unit-rating {
width: 90px;
height: 90px;
margin: 1em auto;
text-align: center;
position: relative;
border-radius: 50%; }
.sv-unit-block .unit-rating::after {
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%);
content: '';
border-radius: 50%;
z-index: 1;
background-color: #FFFFFF;
width: 70px;
height: 70px; }
.sv-unit-block .unit-rating h2 {
line-height: 90px;
z-index: 3;
color: #9B9B9B;
position: relative; }
.sv-unit-block .unit-feature-graph {
margin: 2.5em auto;
position: relative; }
.sv-unit-block .unit-feature-graph svg {
max-width: 100%; }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
.sv-unit-features {
margin-top: 2.5em; }
.sv-unit-features ul {
text-align: center; }
.sv-unit-feature-block {
width: 20%;
display: inline-block;
text-align: center; }
.sv-unit-feature-block .unit-feature-score {
margin: 0 auto;
width: 125px;
height: 125px;
position: relative;
border-radius: 50%; }
.sv-unit-feature-block .unit-feature-score::after {
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%);
content: '';
border-radius: 50%;
z-index: 1;
background-color: #F6F2F2;
width: 115px;
height: 115px; }
.sv-unit-feature-block .unit-feature-score h1 {
position: relative;
z-index: 2;
line-height: 125px; }
.sv-unit-feature-block .unit-feature-label {
margin-top: 1.5em; }
.sv-unit-questions {
/*margin-top: 2em;*/
padding: 2em; }
.sv-unit-question-block {
margin-bottom: 2em;
padding: 0.5em 0.25em 1em 0.5em;
display: block;
background-color: #FFFFFF; }
.sv-unit-question-block h1 {
font-size: 1.1em !important;
}
.sv-unit-question-block h3 {
font-size: 0.9em !important;
}
.sv-unit-question-block::after {
clear: both;
content: "";
display: table; }
.unit-question-group {
float: left;
width: 75%; }
.unit-question-graph {
float: right;
width: 25%; }
.unit-question-header {
margin-bottom: 2em; }
.unit-question-header h1 {
color: #746C77; }
.unit-question-body {
margin-top: 2em;
color: #4A4A4A; }
.yes-no-label {
margin-bottom: 1em; }
.yes-no-label h1, .yes-no-label span {
display: inline-block;
margin-right: 12px; }
.yes-no-label span {
width: 30px;
height: 15px; }
.choice-label {
margin-bottom: 1em; }
.choice-label h1, .choice-label span {
display: inline-block;
margin-right: 12px; }
.choice-label span {
width: 30px;
height: 15px; }
.long-text-keywords {
margin-bottom: 2em;
margin-left: 1em; }
.long-text-keywords h3 {
margin-bottom: 12px; }
.long-text-keywords ul {
background-color: #ECECEC;
max-width: 400px;
padding: 0.75em; }
.long-text-keywords ul li {
display: inline-block;
background-color: #FFFFFF;
padding: 5px 8px;
margin-bottom: 5px;
margin-right: 5px; }
.overall-analytics-ctas {
margin: 2em 0;
padding: 2em;
text-align: center; }
.overall-analytics-ctas a {
display: block;
width: 60%;
background-color: #FFFFFF;
font-size: 1.85em;
font-weight: 900;
margin: 0 auto; }
.overall-analytics-ctas a:first-child {
margin-bottom: 1em; }
.overall-analytics-ctas a::before {
content: '+';
font-size: 2em;
vertical-align: middle;
margin-right: 1em; }
.overall-analytics-ctas .cta-facebook {
border: 6px solid #4A90E2; }
.overall-analytics-ctas .cta-twitter {
border: 6px solid #50E3C2; }
.sv-main-content {
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
transition: background-color 1s; }
.sv-main-content.ng-enter {
background-color: #000000; }
.sv-modal {
position: fixed;
z-index: 20;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #D8D8D8; }
.modal-content {
width: 50%;
margin: 0 auto;
background-color: #FFFFFF;
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%); }
.modal-close {
position: absolute;
top: 10px;
right: 10px;
width: 20px;
height: 20px;
display: block; }
.modal-close::before, .modal-close::after {
content: '';
position: absolute;
top: 10px;
left: 0;
width: 100%;
height: 1px;
background-color: #000000;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.modal-close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.ticket-modal {
padding: 2em; }
.ticket-modal h2 {
font-size: 2em; }
.ticket-modal .ticket-form {
margin: 2em 0 2em 1em; }
.ticket-modal .radio-group {
margin-bottom: 0.5em; }
.ticket-modal .units-selection {
margin: 1.5em 0; }
.ticket-modal .units-selection h4 {
font-size: 1em;
font-style: italic;
color: #4A4A4A;
margin-left: 12px; }
.ticket-modal .units-selection .checkboxes {
background-color: #F6F6F6;
padding: 1em; }
.ticket-modal .units-selection .checkboxes .checkbox-group {
display: inline-block;
margin-right: 1em;
margin-bottom: 1em;
color: #4A4A4A; }
.ticket-modal .ticket-message {
padding: 1em; }
.ticket-modal .ticket-message h3 {
font-size: 1em;
margin-bottom: 12px; }
.ticket-modal .ticket-message textarea {
resize: none;
background-color: #F6F6F6;
width: 100%;
height: 200px;
padding: 1em;
font-size: 16px; }
.ticket-modal .ticket-action {
background-color: #FFFFFF;
padding: 0.75em 1.25em;
font-size: 16px;
border: 1px solid #000;
display: block;
margin: 1em auto;
border-radius: 8px;
outline: none;
cursor: pointer;
-webkit-transition: background-color 0.3s, color 0.3s;
-moz-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s; }
.ticket-modal .ticket-action:hover {
background-color: #000000;
color: #FFFFFF; }
.full-width-graph {
margin: 2em 0; }
.star-rating-all-group::after {
clear: both;
content: "";
display: table; }
.star-rating-label {
margin: 80px 0; }
.star-rating-label:first-child {
margin-top: 0; }
.star-rating-label:last-child {
margin-bottom: 0; }
.star-rating-graph-wrapper {
margin-top: 6em; }
.star-rating-graph-wrapper::after {
clear: both;
content: "";
display: table; }
.star-rating-graph-wrapper .star-rating-options {
float: left;
width: 40%; }
.star-rating-graph-wrapper .star-rating-question-graph {
float: left;
width: 60%; }
.ranking-board {
padding: 1em;
background-color: #EEFFFB; }
.ranking-board h1 {
font-size: 20px;
text-align: center; }
.ranking-board ul {
padding: 2em 0; }
.ranking-board ul li {
margin: 1em 0;
padding: 0 1.5em; }
.ranking-board ul li h2 {
font-size: 16px; }
.ranking-board ul li h2, .ranking-board ul li .board-label {
display: inline-block; }
.ranking-board ul li .board-label {
position: relative;
width: 80px;
height: 80px;
border-radius: 40px;
background-color: #ddd;
text-align: center;
margin-right: 1em;
font-size: 14px; }
.ranking-board ul li .board-label.first-rank::before {
content: '';
width: 64px;
height: 64px;
position: absolute;
-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: 2;
background: url("../images/rank-star.png") center center no-repeat; }
.ranking-board ul li .board-label h2 {
width: 68px;
height: 68px;
border-radius: 34px;
background-color: #EEFFFB;
line-height: 68px;
font-size: 2em;
font-weight: 900;
position: relative;
top: 6px; }
.ranking-graph-wrapper {
padding: 3em 0 0 1em; }
.ranking-graph-wrapper::after {
clear: both;
content: "";
display: table; }
.ranking-graph-wrapper .rank-rating-options {
width: 25%;
float: left; }
.ranking-graph-wrapper .rank-rating-question-graph {
width: 40%;
margin: 0 auto;
float: left; }
.ranking-graph-wrapper .ranking-board {
width: 35%;
float: left; }
.short-text-graph {
width: 800px;
max-height: 600px;
overflow: auto;
margin: 2em auto; }
.short-text-graph .st-words-list-wrapper {
border: 2px solid #333;
padding: 2em;
border-radius: 10px; }
.short-text-graph .st-words-list-wrapper ul li {
margin: 12px 0;
padding: 16px;
background-color: #ddd;
color: #000;
border-radius: 10px; }
.short-text-graph .st-words-list-wrapper ul li:first-child {
margin-top: 0; }
.short-text-graph .st-words-list-wrapper ul li:last-child {
margin-bottom: 0; }
.ranks-wrapper {
margin-top: 4em;
padding-left: 1em;
text-align: center; }
.ranks-wrapper .choice-label {
margin-right: 1em;
display: inline-block; }
.tabs {
position: relative;
width: 100%; }
.tabs nav {
/*margin-bottom: 4em;*/
background-color: #fff; }
.tabs nav ul::after {
clear: both;
content: "";
display: table; }
.tabs nav ul li {
cursor: pointer;
float: left;
background-color: #D8D8D8;
vertical-align: bottom;
font-size: 12px; }
.tabs nav ul li.tab-current {
background-color: #F6F2F2;
font-size: 14px;
margin-top: -5px; }
.tabs nav ul li a {
padding: 0.75em 2.5em;
color: black !important;
display: block; }
.group-rating-graph,
.multiple-choice-graph {
position: relative; }
#group-rating-graph-switch {
background-color: #ddd;
color: #333;
padding: 0.75em 1.75em;
position: absolute;
right: 1em;
cursor: pointer;
font-size: 16px; }
/*---------------------------------------------------*/
/*---------------------------------------------------*/
svg.long-text text {
font-size: 24px; }
/*# sourceMappingURL=style.css.map */
.md-toolbar-tools, ._md-thumb {
background-color: #6BA9D9 !important;
}
.md-button {
background-color: #6BA9D9 !important;
color: white !important;
}
.md-datepicker-button {
display: none !important;
}
md-switch {
margin: -5px 0 0 0 !important;
}
.md-checked ._md-bar {
background-color: #6BA9D9 !important;
}
.dialog-header-icon {
width: 30px;
margin: 0 10px -5px 0;
} | 0.421076 | 0.046486 |
.no_msie .animate, .no_msie .animate-delay {
opacity: 0;
-webkit-perspective: 1000;
}
.msie .animate, .msie .animate-delay {
opacity:1 !important;
}
.no_msie .animate.animated.scale,
.no_msie .animate-delay.animated.scale {
-webkit-animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
opacity: 1;
}
.no_msie .animate.animated.pulse,
.no_msie .animate-delay.animated.pulse {
-webkit-animation: pulse 0.5s 1 linear;
-moz-animation: pulse 0.5s 1 linear;
-o-animation: pulse 0.5s 1 linear;
animation: pulse 0.5s 1 linear;
opacity: 1;
}
.no_msie .animate.animated.flip,
.no_msie .animate-delay.animated.flip {
-webkit-animation: flip 0.5s 1 linear;
-moz-animation: flip 0.5s 1 linear;
-o-animation: flip 0.5s 1 linear;
animation: flip 0.5s 1 linear;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
opacity: 1;
}
.no_msie .animate.animated.fadeUp,
.no_msie .animate-delay.animated.fadeUp {
-webkit-animation: fadeUp 0.5s 1 linear;
-moz-animation: fadeUp 0.5s 1 linear;
-o-animation: fadeUp 0.5s 1 linear;
animation: fadeUp 0.5s 1 linear;
opacity: 1;
}
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(0.3);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale {
0% {
-moz-transform: scale(0.3);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes scale {
0% {
-o-transform: scale(0.3);
opacity: 0.1;
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes scale {
0% {
transform: scale(0.3);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-webkit-keyframes fadeUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
} | catalog/view/theme/buyshop/stylesheet/animate.css | .no_msie .animate, .no_msie .animate-delay {
opacity: 0;
-webkit-perspective: 1000;
}
.msie .animate, .msie .animate-delay {
opacity:1 !important;
}
.no_msie .animate.animated.scale,
.no_msie .animate-delay.animated.scale {
-webkit-animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
animation: scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
opacity: 1;
}
.no_msie .animate.animated.pulse,
.no_msie .animate-delay.animated.pulse {
-webkit-animation: pulse 0.5s 1 linear;
-moz-animation: pulse 0.5s 1 linear;
-o-animation: pulse 0.5s 1 linear;
animation: pulse 0.5s 1 linear;
opacity: 1;
}
.no_msie .animate.animated.flip,
.no_msie .animate-delay.animated.flip {
-webkit-animation: flip 0.5s 1 linear;
-moz-animation: flip 0.5s 1 linear;
-o-animation: flip 0.5s 1 linear;
animation: flip 0.5s 1 linear;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
opacity: 1;
}
.no_msie .animate.animated.fadeUp,
.no_msie .animate-delay.animated.fadeUp {
-webkit-animation: fadeUp 0.5s 1 linear;
-moz-animation: fadeUp 0.5s 1 linear;
-o-animation: fadeUp 0.5s 1 linear;
animation: fadeUp 0.5s 1 linear;
opacity: 1;
}
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(0.3);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale {
0% {
-moz-transform: scale(0.3);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes scale {
0% {
-o-transform: scale(0.3);
opacity: 0.1;
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes scale {
0% {
transform: scale(0.3);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-webkit-keyframes fadeUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
} | 0.460289 | 0.10004 |
body {
--primary: 25,91,255;
--color: 44, 62, 80;
--bg: 255, 255, 255;
--red: 255, 0, 78;
height: 100vh;
background: #f2f6f9;
height: calc(var(--vh, 1vh) * 100);
overflow: auto;
color: rgb(var(--color));
width: 100%;
}
* {
list-style: none;
outline: none;
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
box-sizing: border-box;
}
b {
padding: 0px 4px;
display: inline-block;
}
.con-items {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
.item {
width: 360px;
background: #fff;
box-shadow: 0px 5px 30px 0px rgba(0,0,0,.05);
border-radius: 40px;
margin: 0px;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
transition: all .25s ease;
position: relative;
}
.item:not(.color):hover{
transform: scale(1.05);
}
.item:hover .con-img{
transform: scale(1.15);
}
.item.color:hover {
transform: scale(1.15);
}
.con-img {
display: flex;
align-items: center;
justify-content: center;
transition: all .25s ease;
}
.con-img img {
width: 130px;
}
.item1 {
padding-right: 45px;
}
.item2 {
z-index: 100;
}
.item3 {
padding-left: 45px;
}
.item.color {
background: #3dcbab;
color: #fff;
transform: scale(1.1);
}
.item.color li {
color: rgba(255,255,255,.75);
}
.item.color li b {
color: rgba(255,255,255,1);
}
.item.color li i {
color: rgba(255,255,255,1);
}
.item header {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
width: 100%;
}
.item header h3 {
font-size: 2rem;
}
.item header p {
font-size: 1.2rem;
}
.badge {
position: absolute;
top: 20px;
right: 20px;
background: #fff;
padding: 5px 10px;
border-radius: 12px;
color: rgb(61, 203, 171);
font-weight: bold;
font-size: .85rem;
}
.item ul {
padding: 20px 0px;
flex: 1;
width: 100%;
}
.item ul li {
width: 100%;
padding: 10px;
display: flex;
align-items: center;
justify-content: flex-start;
text-align: left;
color: rgb(var(--color), .5)
}
.item ul li b {
color: rgb(var(--color), 1)
}
.item ul li i {
font-size: 1.6rem;
margin-right: 15px;
color: rgb(var(--color), 1)
}
.item button {
padding: 14px 20px;
width: 100%;
background: rgb(61, 203, 171);
border: 3px solid transparent;
border-radius: 20px;
color: #fff;
font-weight: bold;
font-size: 1.1rem;
box-shadow: 0px 10px 25px 0px rgba(61, 203, 171, .35);
cursor: pointer;
transition: all .25s ease;
}
.item button:not(.border):hover {
transform: translate(0,5px);
box-shadow: 0px 0px 0px 0px rgba(61, 203, 171, .35);
}
.item button.border {
border: 3px solid #fff;
}
.item button.border:hover {
background: #fff;
color: rgb(61, 203, 171);
} | style.css | body {
--primary: 25,91,255;
--color: 44, 62, 80;
--bg: 255, 255, 255;
--red: 255, 0, 78;
height: 100vh;
background: #f2f6f9;
height: calc(var(--vh, 1vh) * 100);
overflow: auto;
color: rgb(var(--color));
width: 100%;
}
* {
list-style: none;
outline: none;
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
box-sizing: border-box;
}
b {
padding: 0px 4px;
display: inline-block;
}
.con-items {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
.item {
width: 360px;
background: #fff;
box-shadow: 0px 5px 30px 0px rgba(0,0,0,.05);
border-radius: 40px;
margin: 0px;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
transition: all .25s ease;
position: relative;
}
.item:not(.color):hover{
transform: scale(1.05);
}
.item:hover .con-img{
transform: scale(1.15);
}
.item.color:hover {
transform: scale(1.15);
}
.con-img {
display: flex;
align-items: center;
justify-content: center;
transition: all .25s ease;
}
.con-img img {
width: 130px;
}
.item1 {
padding-right: 45px;
}
.item2 {
z-index: 100;
}
.item3 {
padding-left: 45px;
}
.item.color {
background: #3dcbab;
color: #fff;
transform: scale(1.1);
}
.item.color li {
color: rgba(255,255,255,.75);
}
.item.color li b {
color: rgba(255,255,255,1);
}
.item.color li i {
color: rgba(255,255,255,1);
}
.item header {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
width: 100%;
}
.item header h3 {
font-size: 2rem;
}
.item header p {
font-size: 1.2rem;
}
.badge {
position: absolute;
top: 20px;
right: 20px;
background: #fff;
padding: 5px 10px;
border-radius: 12px;
color: rgb(61, 203, 171);
font-weight: bold;
font-size: .85rem;
}
.item ul {
padding: 20px 0px;
flex: 1;
width: 100%;
}
.item ul li {
width: 100%;
padding: 10px;
display: flex;
align-items: center;
justify-content: flex-start;
text-align: left;
color: rgb(var(--color), .5)
}
.item ul li b {
color: rgb(var(--color), 1)
}
.item ul li i {
font-size: 1.6rem;
margin-right: 15px;
color: rgb(var(--color), 1)
}
.item button {
padding: 14px 20px;
width: 100%;
background: rgb(61, 203, 171);
border: 3px solid transparent;
border-radius: 20px;
color: #fff;
font-weight: bold;
font-size: 1.1rem;
box-shadow: 0px 10px 25px 0px rgba(61, 203, 171, .35);
cursor: pointer;
transition: all .25s ease;
}
.item button:not(.border):hover {
transform: translate(0,5px);
box-shadow: 0px 0px 0px 0px rgba(61, 203, 171, .35);
}
.item button.border {
border: 3px solid #fff;
}
.item button.border:hover {
background: #fff;
color: rgb(61, 203, 171);
} | 0.583203 | 0.088347 |
.cleanfix:before,
.cleanfix:after {
display: table;
content: ' ';
}
.cleanfix:after {
clear: both;
}
/*-----------------*/
.container {
width: 100%;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.container {
max-width: 1080px;
width: 90%;
}
}
@media screen and (max-width: 768px){
.container{
box-sizing: border-box;
padding: 0 1rem;
}
}
.title {
color: #47a3da;
font-weight: 500;
margin-top: 2.5rem;
}
@media screen and (max-width: 768px){
.title{
text-align: center;
margin-top: 1.5rem;
}
}
.main {
margin-top: 5rem;
position: relative;
}
.item-all:before {
position: absolute;
content: ' ';
width: .5rem;
height: 100%;
background-color: #afdcf8;
left: 25%;
top: 0;
bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 425px){
.item-all:before {
left: 22%;
}
}
@media screen and (max-width: 425px) {
.item-all:before {
display: none;
}
.main {
margin-top: 2rem;
}
}
.item-all .item:nth-child(2n) .right-wrap,
.item-all .item:nth-child(2n) .item-right:before {
background-color: #3594CB;
}
.item-all .item:nth-child(2n+1) .right-wrap,
.item-all .item:nth-child(2n+1) .item-right:before {
background-color: #6CBFEE;
}
.item-all{
padding: 0;
}
.item {
list-style: none;
position: relative;
margin-bottom: 2rem;
}
@media screen and (max-width: 768px) and (min-width: 425px){
.item {
margin-bottom: 1rem;
}
}
.item-left {
float: left;
width: 30%;
padding-right: 5rem;
box-sizing: border-box;
position: absolute;
top: 0;
bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 425px){
.item-left {
padding-right: 10%;
}
}
.item-right {
float: right;
width: 70%;
position: relative;
}
.left-data {
font-size: 1rem;
color: #bdd0db;
display: block;
text-align: right;
}
@media screen and (max-width: 768px) and (min-width: 425px){
.left-data {
text-align: left;
}
}
.item-all .item:nth-child(2n) .left-time {
color: #3594CB;
}
.item-all .item:nth-child(2n+1) .left-time {
color: #6CBFEE;
}
.left-time {
display: block;
text-align: right;
font-size: 3rem;
font-weight: 400;
margin-top: .2rem;
}
@media screen and (max-width: 768px) and (min-width: 425px){
.left-time {
font-size: 2rem;
text-align: left;
}
}
.right-wrap {
/*background-color: #6CBFEE;*/
border-radius: .4rem;
padding: 2rem;
}
.item-right:before {
position: absolute;
content: ' ';
display: block;
width: 1.2rem;
height: 1.2rem;
/*background-color: #6CBFEE;*/
left: -.5rem;
top: 2rem;
transform: rotate(45deg);
}
.right-title {
color: #ffffff;
font-weight: 600;
font-size: 1.5rem;
}
.right-title:after {
content: ' ';
display: block;
height: 1px;
background-color: #ffffff;
margin-top: .8rem;
}
.right-desc {
color: #ffffff;
line-height: 1.5;
}
@media screen and (max-width: 425px) {
.item-left {
float: none;
width: 100%;
display: block;
position: relative;
}
.item-right {
float: none;
width: 100%;
display: block;
position: relative;
margin-top: 1rem;
}
.left-time{
text-align: left;
font-size: 2rem;
}
.left-data{
text-align: left;
}
.item-right:before {
position: absolute;
content: ' ';
display: block;
width: 1.2rem;
height: 1.2rem;
/* background-color: #6CBFEE; */
left: 2rem;
top: -.5rem;
transform: rotate(45deg);
}
} | src/css/main.css | .cleanfix:before,
.cleanfix:after {
display: table;
content: ' ';
}
.cleanfix:after {
clear: both;
}
/*-----------------*/
.container {
width: 100%;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.container {
max-width: 1080px;
width: 90%;
}
}
@media screen and (max-width: 768px){
.container{
box-sizing: border-box;
padding: 0 1rem;
}
}
.title {
color: #47a3da;
font-weight: 500;
margin-top: 2.5rem;
}
@media screen and (max-width: 768px){
.title{
text-align: center;
margin-top: 1.5rem;
}
}
.main {
margin-top: 5rem;
position: relative;
}
.item-all:before {
position: absolute;
content: ' ';
width: .5rem;
height: 100%;
background-color: #afdcf8;
left: 25%;
top: 0;
bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 425px){
.item-all:before {
left: 22%;
}
}
@media screen and (max-width: 425px) {
.item-all:before {
display: none;
}
.main {
margin-top: 2rem;
}
}
.item-all .item:nth-child(2n) .right-wrap,
.item-all .item:nth-child(2n) .item-right:before {
background-color: #3594CB;
}
.item-all .item:nth-child(2n+1) .right-wrap,
.item-all .item:nth-child(2n+1) .item-right:before {
background-color: #6CBFEE;
}
.item-all{
padding: 0;
}
.item {
list-style: none;
position: relative;
margin-bottom: 2rem;
}
@media screen and (max-width: 768px) and (min-width: 425px){
.item {
margin-bottom: 1rem;
}
}
.item-left {
float: left;
width: 30%;
padding-right: 5rem;
box-sizing: border-box;
position: absolute;
top: 0;
bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 425px){
.item-left {
padding-right: 10%;
}
}
.item-right {
float: right;
width: 70%;
position: relative;
}
.left-data {
font-size: 1rem;
color: #bdd0db;
display: block;
text-align: right;
}
@media screen and (max-width: 768px) and (min-width: 425px){
.left-data {
text-align: left;
}
}
.item-all .item:nth-child(2n) .left-time {
color: #3594CB;
}
.item-all .item:nth-child(2n+1) .left-time {
color: #6CBFEE;
}
.left-time {
display: block;
text-align: right;
font-size: 3rem;
font-weight: 400;
margin-top: .2rem;
}
@media screen and (max-width: 768px) and (min-width: 425px){
.left-time {
font-size: 2rem;
text-align: left;
}
}
.right-wrap {
/*background-color: #6CBFEE;*/
border-radius: .4rem;
padding: 2rem;
}
.item-right:before {
position: absolute;
content: ' ';
display: block;
width: 1.2rem;
height: 1.2rem;
/*background-color: #6CBFEE;*/
left: -.5rem;
top: 2rem;
transform: rotate(45deg);
}
.right-title {
color: #ffffff;
font-weight: 600;
font-size: 1.5rem;
}
.right-title:after {
content: ' ';
display: block;
height: 1px;
background-color: #ffffff;
margin-top: .8rem;
}
.right-desc {
color: #ffffff;
line-height: 1.5;
}
@media screen and (max-width: 425px) {
.item-left {
float: none;
width: 100%;
display: block;
position: relative;
}
.item-right {
float: none;
width: 100%;
display: block;
position: relative;
margin-top: 1rem;
}
.left-time{
text-align: left;
font-size: 2rem;
}
.left-data{
text-align: left;
}
.item-right:before {
position: absolute;
content: ' ';
display: block;
width: 1.2rem;
height: 1.2rem;
/* background-color: #6CBFEE; */
left: 2rem;
top: -.5rem;
transform: rotate(45deg);
}
} | 0.467575 | 0.110184 |
* {
margin: 0;
}
html,
body {
height: 100%;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #999;
}
p {
margin: 0.5em 0 0.5em 0;
}
header {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #a493c0;
padding: 10px;
}
a {
text-decoration: none;
}
nav a:visited,
nav a:link {
color: #fff;
}
nav > ul {
display: inline;
padding: 0;
}
nav > ul > li {
display: inline-block;
list-style-type: none;
margin: 0 5px;
}
main {
background-image: url(./images/background.png);
padding: 3em 0;
min-height: 85%;
}
article,
aside {
padding: 2em;
}
aside {
text-align: center;
}
article {
width: 75%;
margin: 0 auto;
}
footer {
padding: 15px;
}
.columns {
display: flex;
}
@media (min-width: 768px) {
main {
display: flex;
}
aside {
margin-left: 2%;
}
section.columns-desktop {
display: flex;
}
}
/********pie styling****************/
.pie {
width: 200px;
padding: 10px;
margin: 10px;
background-color: #fff;
border: 1px solid #ccc;
}
.pie img {
width: 100%;
}
.pie .title {
font-weight: bold;
}
.pie .columns {
width: 100%;
}
.pie .columns div {
width: 50%;
}
.pie .price {
text-align: right;
}
.pie button {
background-color: #f6aeae;
padding: 10px;
border: 1px solid #f6aeae;
border-radius: 5px;
color: #fff;
cursor: pointer;
}
/************ order styling*****************/
.input-group {
margin-bottom: 20px;
}
.input-group input,
.input-group textarea {
padding: 10px;
border: 1px solid #999;
border-radius: 3px;
width: 100%;
}
label {
font-weight: 600;
}
input[type="reset"] {
background: transparent;
border: 0;
text-decoration: underline;
cursor: pointer;
}
input[type="submit"] {
border: 1px solid #999;
border-radius: 3px;
padding: 10px;
cursor: pointer;
}
main.order {
position: relative;
}
.modal {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
background-color: white;
padding: 6rem;
border-radius: 5px;
box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
z-index: 10;
}
.modal p {
font-size: 1.8rem;
}
.hidden {
display: none;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(3px);
z-index: 5;
}
@media (min-width: 768px) {
article.form {
width: 350px;
margin: 0;
}
} | site.css | * {
margin: 0;
}
html,
body {
height: 100%;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #999;
}
p {
margin: 0.5em 0 0.5em 0;
}
header {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #a493c0;
padding: 10px;
}
a {
text-decoration: none;
}
nav a:visited,
nav a:link {
color: #fff;
}
nav > ul {
display: inline;
padding: 0;
}
nav > ul > li {
display: inline-block;
list-style-type: none;
margin: 0 5px;
}
main {
background-image: url(./images/background.png);
padding: 3em 0;
min-height: 85%;
}
article,
aside {
padding: 2em;
}
aside {
text-align: center;
}
article {
width: 75%;
margin: 0 auto;
}
footer {
padding: 15px;
}
.columns {
display: flex;
}
@media (min-width: 768px) {
main {
display: flex;
}
aside {
margin-left: 2%;
}
section.columns-desktop {
display: flex;
}
}
/********pie styling****************/
.pie {
width: 200px;
padding: 10px;
margin: 10px;
background-color: #fff;
border: 1px solid #ccc;
}
.pie img {
width: 100%;
}
.pie .title {
font-weight: bold;
}
.pie .columns {
width: 100%;
}
.pie .columns div {
width: 50%;
}
.pie .price {
text-align: right;
}
.pie button {
background-color: #f6aeae;
padding: 10px;
border: 1px solid #f6aeae;
border-radius: 5px;
color: #fff;
cursor: pointer;
}
/************ order styling*****************/
.input-group {
margin-bottom: 20px;
}
.input-group input,
.input-group textarea {
padding: 10px;
border: 1px solid #999;
border-radius: 3px;
width: 100%;
}
label {
font-weight: 600;
}
input[type="reset"] {
background: transparent;
border: 0;
text-decoration: underline;
cursor: pointer;
}
input[type="submit"] {
border: 1px solid #999;
border-radius: 3px;
padding: 10px;
cursor: pointer;
}
main.order {
position: relative;
}
.modal {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
background-color: white;
padding: 6rem;
border-radius: 5px;
box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
z-index: 10;
}
.modal p {
font-size: 1.8rem;
}
.hidden {
display: none;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(3px);
z-index: 5;
}
@media (min-width: 768px) {
article.form {
width: 350px;
margin: 0;
}
} | 0.549399 | 0.101634 |
.header {
background-color: #fff;
border: 1px solid #efefef;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
height: 48px;
position: relative;
z-index: 2
}
.header, .header__container {
-webkit-align-items: center;
align-items: center;
display: -webkit-flex;
display: flex;
width: 100%;
}
.header__container {
-webkit-justify-content: space-between;
justify-content: space-between
}
.header__left {
z-index: 1;
}
.header__right {
-webkit-align-items: center;
align-items: center;
display: -webkit-flex;
display: flex
}
.header__select {
margin-right: 46px;
z-index: 1
}
.select {
position: relative
}
.select__selected {
background-color: #fdd256;
border-radius: 8px;
height: 26px;
-webkit-justify-content: space-between;
justify-content: space-between;
min-width: 74px;
padding: 5px 12px;
position: relative;
z-index: 1
}
.select__selected, .select__selected-icon {
-webkit-align-items: center;
align-items: center;
display: -webkit-flex;
display: flex
}
.select__selected-icon {
margin-left: 7px;
transition: all .45s
}
.select.active .select__selected-icon {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.select__options {
background: #fff;
border-radius: 8px;
box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .08), 0 1px 12px rgba(0, 0, 0, .04);
left: 0;
opacity: 0;
padding-top: 26px;
position: absolute;
top: 0;
transition: all .45s;
visibility: hidden;
width: 100%
}
.select.active .select__options {
opacity: 1;
visibility: visible
}
.select__option {
margin: 3px 0;
padding: 7px 12px
}
.select__option--selected p {
display: inline;
position: relative
}
.select__option--selected p:after {
background-image: url("/static/icons/checked.svg");
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
display: block;
height: 8px;
position: absolute;
right: -12px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px
}
.select p {
color: #303030;
font: 600 10px/10px Poppins, sans-serif
} | iogt/static/css/header.css | .header {
background-color: #fff;
border: 1px solid #efefef;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
height: 48px;
position: relative;
z-index: 2
}
.header, .header__container {
-webkit-align-items: center;
align-items: center;
display: -webkit-flex;
display: flex;
width: 100%;
}
.header__container {
-webkit-justify-content: space-between;
justify-content: space-between
}
.header__left {
z-index: 1;
}
.header__right {
-webkit-align-items: center;
align-items: center;
display: -webkit-flex;
display: flex
}
.header__select {
margin-right: 46px;
z-index: 1
}
.select {
position: relative
}
.select__selected {
background-color: #fdd256;
border-radius: 8px;
height: 26px;
-webkit-justify-content: space-between;
justify-content: space-between;
min-width: 74px;
padding: 5px 12px;
position: relative;
z-index: 1
}
.select__selected, .select__selected-icon {
-webkit-align-items: center;
align-items: center;
display: -webkit-flex;
display: flex
}
.select__selected-icon {
margin-left: 7px;
transition: all .45s
}
.select.active .select__selected-icon {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.select__options {
background: #fff;
border-radius: 8px;
box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .08), 0 1px 12px rgba(0, 0, 0, .04);
left: 0;
opacity: 0;
padding-top: 26px;
position: absolute;
top: 0;
transition: all .45s;
visibility: hidden;
width: 100%
}
.select.active .select__options {
opacity: 1;
visibility: visible
}
.select__option {
margin: 3px 0;
padding: 7px 12px
}
.select__option--selected p {
display: inline;
position: relative
}
.select__option--selected p:after {
background-image: url("/static/icons/checked.svg");
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
display: block;
height: 8px;
position: absolute;
right: -12px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px
}
.select p {
color: #303030;
font: 600 10px/10px Poppins, sans-serif
} | 0.412175 | 0.133274 |
:root {
--ipydatagrid-ui-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--ipydatagrid-ui-font-size0: 0.83333em;
--ipydatagrid-ui-font-size1: 13px; /* Base font size */
--ipydatagrid-ui-font-size2: 1.2em;
--ipydatagrid-ui-font-size3: 1.44em;
--ipydatagrid-padding: 3px;
--ipydatagrid-filter-dialog-width: 220px;
--ipydatagrid-filter-icon-light: url('icons/filter.svg');
--ipydatagrid-sort-asc-icon-light: url('icons/arrow-up-short.svg');
--ipydatagrid-sort-desc-icon-light: url('icons/arrow-down-short.svg');
--ipydatagrid-filter-icon-dark: url('icons/filter-dark.svg');
--ipydatagrid-sort-asc-icon-dark: url('icons/arrow-up-short-dark.svg');
--ipydatagrid-sort-desc-icon-dark: url('icons/arrow-down-short-dark.svg');
--ipydatagrid-filter-icon: var(--ipydatagrid-filter-icon-light);
--ipydatagrid-sort-asc-icon: var(--ipydatagrid-sort-asc-icon-light);
--ipydatagrid-sort-desc-icon: var(--ipydatagrid-sort-desc-icon-light);
--ipydatagrid-layout-color0: white;
--ipydatagrid-layout-color1: white;
--ipydatagrid-layout-color2: #eeeeee;
--ipydatagrid-layout-color3: #bdbdbd;
--ipydatagrid-layout-color4: #757575;
--ipydatagrid-ui-font-color0: rgba(0, 0, 0, 1);
--ipydatagrid-ui-font-color1: rgba(0, 0, 0, 0.87);
--ipydatagrid-ui-font-color2: rgba(0, 0, 0, 0.54);
--ipydatagrid-ui-font-color3: rgba(0, 0, 0, 0.38);
--ipydatagrid-border-color0: #bdbdbd;
--ipydatagrid-border-color1: #bdbdbd;
--ipydatagrid-border-color2: #e0e0e0;
--ipydatagrid-border-color3: #eeeeee;
--ipydatagrid-brand-color0: #1976d2;
--ipydatagrid-brand-color1: #2196f3;
--ipydatagrid-brand-color2: #64b5f6;
--ipydatagrid-brand-color3: #bbdefb;
--ipydatagrid-brand-color4: #e3f2fd;
--ipydatagrid-brand-color5: #00e6ff;
--ipydatagrid-brand-color6: #ffe100;
--ipydatagrid-brand-color7: #009eb0;
--ipydatagrid-brand-color8: #b09b00;
--ipydatagrid-menu-bgcolor: white;
--ipydatagrid-menu-border-color: #bdbdbd;
--ipydatagrid-filter-dlg-textcolor: black;
--ipydatagrid-filter-dlg-bgcolor: white;
}
.ipydatagrid-widget {
width: 100%;
height: 100%;
font-family: var(--ipydatagrid-ui-font-family);
font-size: var(--ipydatagrid-ui-font-size1);
}
.p-DataGrid {
width: 100%;
height: 100%;
padding: var(--ipydatagrid-padding);
border: none;
font-family: "Lato", Helvetica, sans-serif;
}
.lm-DataGrid-cellEditorOccluder {
margin: var(--ipydatagrid-padding);
}
.ipydatagrid-filterMenu {
font-family: var(--ipydatagrid-ui-font-family);
font-size: var(--ipydatagrid-ui-font-size1);
border: 1px solid var(--ipydatagrid-menu-border-color, #bdbdbd);
box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
background: var(--ipydatagrid-menu-bgcolor, white);
z-index: 10;
padding: 5px;
min-height: 143px;
}
.ipydatagrid-filterMenu select, .ipydatagrid-filterMenu input, .ipydatagrid-filterMenu button {
color: var(--ipydatagrid-ui-font-color0, black) !important;
background: var(--ipydatagrid-menu-bgcolor, white);
font-size: var(--ipydatagrid-ui-font-size1);
}
.ipydatagrid-filterMenuIcon {
background-size: 21px;
background-repeat: no-repeat;
}
.ipydatagrid-filterMenuIcon-filter {
background-image: var(--ipydatagrid-filter-icon);
}
.ipydatagrid-filterMenuIcon-sortAsc {
background-image: var(--ipydatagrid-sort-asc-icon);
}
.ipydatagrid-filterMenuIcon-sortDesc {
background-image: var(--ipydatagrid-sort-desc-icon);
}
.ipydatagrid-unique-value-grid {
min-height: 165px;
min-width: var(--ipydatagrid-filter-dialog-width);
z-index: 1;
}
.ipydatagrid-filter-title {
min-height: 25px;
min-width: var(--ipydatagrid-filter-dialog-width);
}
.ipydatagrid-filter-apply {
min-height: 20px;
}
.ipydatagrid-filter-condition-select {
min-height: 35px;
min-width: var(--ipydatagrid-filter-dialog-width);
}
.ipydatagrid-context-menu {
border: 1px solid var(--ipydatagrid-menu-border-color, #bdbdbd);
background-color: var(--ipydatagrid-menu-bgcolor, white) !important;
color: var(--ipydatagrid-ui-font-color0, black) !important;
font-family: var(--ipydatagrid-ui-font-family);
font-size: var(--ipydatagrid-ui-font-size1);
padding-top: 7px;
padding-bottom: 4px;
padding-left: 3px;
}
.ipydatagrid-context-menu .lm-Menu-item.lm-mod-active, .ipydatagrid-context-menu .p-Menu-item.p-mod-active {
background-color: var(--ipydatagrid-layout-color2);
}
.ipydatagrid-text-input-filter {
transform: translate(5px, 0px);
} | style/feathergrid.css | :root {
--ipydatagrid-ui-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--ipydatagrid-ui-font-size0: 0.83333em;
--ipydatagrid-ui-font-size1: 13px; /* Base font size */
--ipydatagrid-ui-font-size2: 1.2em;
--ipydatagrid-ui-font-size3: 1.44em;
--ipydatagrid-padding: 3px;
--ipydatagrid-filter-dialog-width: 220px;
--ipydatagrid-filter-icon-light: url('icons/filter.svg');
--ipydatagrid-sort-asc-icon-light: url('icons/arrow-up-short.svg');
--ipydatagrid-sort-desc-icon-light: url('icons/arrow-down-short.svg');
--ipydatagrid-filter-icon-dark: url('icons/filter-dark.svg');
--ipydatagrid-sort-asc-icon-dark: url('icons/arrow-up-short-dark.svg');
--ipydatagrid-sort-desc-icon-dark: url('icons/arrow-down-short-dark.svg');
--ipydatagrid-filter-icon: var(--ipydatagrid-filter-icon-light);
--ipydatagrid-sort-asc-icon: var(--ipydatagrid-sort-asc-icon-light);
--ipydatagrid-sort-desc-icon: var(--ipydatagrid-sort-desc-icon-light);
--ipydatagrid-layout-color0: white;
--ipydatagrid-layout-color1: white;
--ipydatagrid-layout-color2: #eeeeee;
--ipydatagrid-layout-color3: #bdbdbd;
--ipydatagrid-layout-color4: #757575;
--ipydatagrid-ui-font-color0: rgba(0, 0, 0, 1);
--ipydatagrid-ui-font-color1: rgba(0, 0, 0, 0.87);
--ipydatagrid-ui-font-color2: rgba(0, 0, 0, 0.54);
--ipydatagrid-ui-font-color3: rgba(0, 0, 0, 0.38);
--ipydatagrid-border-color0: #bdbdbd;
--ipydatagrid-border-color1: #bdbdbd;
--ipydatagrid-border-color2: #e0e0e0;
--ipydatagrid-border-color3: #eeeeee;
--ipydatagrid-brand-color0: #1976d2;
--ipydatagrid-brand-color1: #2196f3;
--ipydatagrid-brand-color2: #64b5f6;
--ipydatagrid-brand-color3: #bbdefb;
--ipydatagrid-brand-color4: #e3f2fd;
--ipydatagrid-brand-color5: #00e6ff;
--ipydatagrid-brand-color6: #ffe100;
--ipydatagrid-brand-color7: #009eb0;
--ipydatagrid-brand-color8: #b09b00;
--ipydatagrid-menu-bgcolor: white;
--ipydatagrid-menu-border-color: #bdbdbd;
--ipydatagrid-filter-dlg-textcolor: black;
--ipydatagrid-filter-dlg-bgcolor: white;
}
.ipydatagrid-widget {
width: 100%;
height: 100%;
font-family: var(--ipydatagrid-ui-font-family);
font-size: var(--ipydatagrid-ui-font-size1);
}
.p-DataGrid {
width: 100%;
height: 100%;
padding: var(--ipydatagrid-padding);
border: none;
font-family: "Lato", Helvetica, sans-serif;
}
.lm-DataGrid-cellEditorOccluder {
margin: var(--ipydatagrid-padding);
}
.ipydatagrid-filterMenu {
font-family: var(--ipydatagrid-ui-font-family);
font-size: var(--ipydatagrid-ui-font-size1);
border: 1px solid var(--ipydatagrid-menu-border-color, #bdbdbd);
box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
background: var(--ipydatagrid-menu-bgcolor, white);
z-index: 10;
padding: 5px;
min-height: 143px;
}
.ipydatagrid-filterMenu select, .ipydatagrid-filterMenu input, .ipydatagrid-filterMenu button {
color: var(--ipydatagrid-ui-font-color0, black) !important;
background: var(--ipydatagrid-menu-bgcolor, white);
font-size: var(--ipydatagrid-ui-font-size1);
}
.ipydatagrid-filterMenuIcon {
background-size: 21px;
background-repeat: no-repeat;
}
.ipydatagrid-filterMenuIcon-filter {
background-image: var(--ipydatagrid-filter-icon);
}
.ipydatagrid-filterMenuIcon-sortAsc {
background-image: var(--ipydatagrid-sort-asc-icon);
}
.ipydatagrid-filterMenuIcon-sortDesc {
background-image: var(--ipydatagrid-sort-desc-icon);
}
.ipydatagrid-unique-value-grid {
min-height: 165px;
min-width: var(--ipydatagrid-filter-dialog-width);
z-index: 1;
}
.ipydatagrid-filter-title {
min-height: 25px;
min-width: var(--ipydatagrid-filter-dialog-width);
}
.ipydatagrid-filter-apply {
min-height: 20px;
}
.ipydatagrid-filter-condition-select {
min-height: 35px;
min-width: var(--ipydatagrid-filter-dialog-width);
}
.ipydatagrid-context-menu {
border: 1px solid var(--ipydatagrid-menu-border-color, #bdbdbd);
background-color: var(--ipydatagrid-menu-bgcolor, white) !important;
color: var(--ipydatagrid-ui-font-color0, black) !important;
font-family: var(--ipydatagrid-ui-font-family);
font-size: var(--ipydatagrid-ui-font-size1);
padding-top: 7px;
padding-bottom: 4px;
padding-left: 3px;
}
.ipydatagrid-context-menu .lm-Menu-item.lm-mod-active, .ipydatagrid-context-menu .p-Menu-item.p-mod-active {
background-color: var(--ipydatagrid-layout-color2);
}
.ipydatagrid-text-input-filter {
transform: translate(5px, 0px);
} | 0.414069 | 0.109897 |
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700');
@-webkit-keyframes preloader3 {
0%{
transform: scale(.2);
}
50%{
transform: scale(1);
}
100%{
transform: scale(.2);
}
}
@-webkit-keyframes preloader3b {
0%{
transform: scale(1);
}
50%{
transform: scale(.2);
}
100%{
transform: scale(1);
}
}
body{
font-family: 'Raleway', sans-serif;
font-size: 100%;
}
.github{
margin-top: 2%;
}
.center-block {
float: initial;
text-align: center;
display: block;
margin-right: auto;
margin-left: auto;
}
.form{
margin-bottom: 20px;
}
.form h1{
text-align: center;
font-size: 2.5em;
font-weight: 700;
}
.form .btn{
background-color: #000;
color: #FFF;
font-weight: 400;
text-transform: uppercase;
transition: all .25s ease-in-out;
}
.form .btn:hover{
background-color: #3B6F25;
}
.form input{
border: 2px solid #ececec;
border-right: 0px;
}
.form input:focus{
outline: 0;
border-color: #000;
box-shadow: none;
}
.form input:-webkit-autofill{
background-color: #FFF;
}
.image-avatar{
width: 100%;
height: auto;
float: left;
}
.image-avatar img{
width: 100%;
box-sizing: border-box;
border: 10px solid #000;
}
.usuario h2{
width: 100%;
height: auto;
float: left;
margin-top: 20px;
color: #24292e;
font-size: 2.5em;
font-weight: 700;
}
.usuario p{
width: 100%;
height: auto;
float: left;
margin-top: 10px;
color: #24292e;
font-size: 2em;
font-weight: 300;
}
.repositories{
width: 49%;
height: auto;
display: inline-block;
box-sizing: border-box;
padding: 10px;
margin-bottom: 10px;
margin-left: 1%;
border: 1px #e1e4e8 solid;
border-radius: 5px;
}
.repositories h3{
width: 100%;
height: auto;
float: left;
margin: 0;
color: #24292e;
font-weight: 600;
font-size: 2em;
}
.repositories p{
width: 100%;
height: auto;
min-height: 42px;
float: left;
margin-bottom: 10px;
margin-top: 10px;
color: #24292e;
font-weight: 300;
font-size: 1.5em;
}
/* PRELOADER 3 */
.box-preload {
width: 100%;
height: auto;
float: left;
display: none;
}
.box-preload.ativo{
display: block;
}
.preloaders-3{
width: 230px;
height: 50px;
margin: 80px auto;
}
.preloaders-3 span{
width: 50px;
height: 50px;
float: left;
margin-right: 30px;
background-color: #2E2929;
border-radius: 50px;
}
.preloaders-3 span:last-child{
margin-right: 0;
}
.preloaders-3 span:nth-child(1){
-webkit-animation: preloader3 1s cubic-bezier(0.49, 0, 0.46, 1) infinite;
}
.preloaders-3 span:nth-child(2){
-webkit-animation: preloader3b 1s cubic-bezier(0.49, 0, 0.46, 1) infinite;
}
.preloaders-3 span:nth-child(3){
-webkit-animation: preloader3 1s cubic-bezier(0.49, 0, 0.46, 1) infinite;
}
.error{
width: 100%;
height: auto;
float: left;
margin-top: 10px;
text-align: center;
color: red;
font-weight: 600;
font-size: 1.5em;
}
.main {
min-height: 350px;
}
footer {
width: 100%;
height: auto;
float: left;
padding: 10px 0;
margin-top: 30px;
background-color: #1c1d21;
text-align: center;
}
footer p {
width: 100%;
height: auto;
float: left;
text-align: center;
font-weight: 400;
color: #fff;
font-size: 1.8em;
}
footer .coracao {
position: relative;
display: inline;
margin-left: 7px;
}
footer .coracao:before, footer .coracao:after {
width: 10px;
height: 17px;
position: absolute;
top: 3px;
left: 9px;
content: "";
background: #FF0000;
border-radius: 50px 50px 0 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 0 100%;
}
footer .coracao:after {
left: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
footer {
width: 100%;
height: auto;
float: left;
padding: 10px 0;
margin-top: 30px;
background-color: #1c1d21;
text-align: center;
}
footer .social {
width: 100%;
height: 40px;
float: left;
}
footer .social ul {
width: 200px;
height: 25px;
list-style: none;
margin: 10px auto;
display: inline-block;
padding: 0;
}
footer .social li {
width: 25px;
height: 25px;
float: left;
margin-left: 10px;
}
footer .social li:first-child {
margin-left: 0px;
}
footer .social img {
width: 25px;
height: 25px;
fill: #fff;
}
@media screen and (max-width: 768px) {
.repositories{
width: 100%;
margin-left: 0;
}
}
@media screen and (max-width: 425px) {
.github img{
width: 100%;
}
} | src/css/main.css | @import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700');
@-webkit-keyframes preloader3 {
0%{
transform: scale(.2);
}
50%{
transform: scale(1);
}
100%{
transform: scale(.2);
}
}
@-webkit-keyframes preloader3b {
0%{
transform: scale(1);
}
50%{
transform: scale(.2);
}
100%{
transform: scale(1);
}
}
body{
font-family: 'Raleway', sans-serif;
font-size: 100%;
}
.github{
margin-top: 2%;
}
.center-block {
float: initial;
text-align: center;
display: block;
margin-right: auto;
margin-left: auto;
}
.form{
margin-bottom: 20px;
}
.form h1{
text-align: center;
font-size: 2.5em;
font-weight: 700;
}
.form .btn{
background-color: #000;
color: #FFF;
font-weight: 400;
text-transform: uppercase;
transition: all .25s ease-in-out;
}
.form .btn:hover{
background-color: #3B6F25;
}
.form input{
border: 2px solid #ececec;
border-right: 0px;
}
.form input:focus{
outline: 0;
border-color: #000;
box-shadow: none;
}
.form input:-webkit-autofill{
background-color: #FFF;
}
.image-avatar{
width: 100%;
height: auto;
float: left;
}
.image-avatar img{
width: 100%;
box-sizing: border-box;
border: 10px solid #000;
}
.usuario h2{
width: 100%;
height: auto;
float: left;
margin-top: 20px;
color: #24292e;
font-size: 2.5em;
font-weight: 700;
}
.usuario p{
width: 100%;
height: auto;
float: left;
margin-top: 10px;
color: #24292e;
font-size: 2em;
font-weight: 300;
}
.repositories{
width: 49%;
height: auto;
display: inline-block;
box-sizing: border-box;
padding: 10px;
margin-bottom: 10px;
margin-left: 1%;
border: 1px #e1e4e8 solid;
border-radius: 5px;
}
.repositories h3{
width: 100%;
height: auto;
float: left;
margin: 0;
color: #24292e;
font-weight: 600;
font-size: 2em;
}
.repositories p{
width: 100%;
height: auto;
min-height: 42px;
float: left;
margin-bottom: 10px;
margin-top: 10px;
color: #24292e;
font-weight: 300;
font-size: 1.5em;
}
/* PRELOADER 3 */
.box-preload {
width: 100%;
height: auto;
float: left;
display: none;
}
.box-preload.ativo{
display: block;
}
.preloaders-3{
width: 230px;
height: 50px;
margin: 80px auto;
}
.preloaders-3 span{
width: 50px;
height: 50px;
float: left;
margin-right: 30px;
background-color: #2E2929;
border-radius: 50px;
}
.preloaders-3 span:last-child{
margin-right: 0;
}
.preloaders-3 span:nth-child(1){
-webkit-animation: preloader3 1s cubic-bezier(0.49, 0, 0.46, 1) infinite;
}
.preloaders-3 span:nth-child(2){
-webkit-animation: preloader3b 1s cubic-bezier(0.49, 0, 0.46, 1) infinite;
}
.preloaders-3 span:nth-child(3){
-webkit-animation: preloader3 1s cubic-bezier(0.49, 0, 0.46, 1) infinite;
}
.error{
width: 100%;
height: auto;
float: left;
margin-top: 10px;
text-align: center;
color: red;
font-weight: 600;
font-size: 1.5em;
}
.main {
min-height: 350px;
}
footer {
width: 100%;
height: auto;
float: left;
padding: 10px 0;
margin-top: 30px;
background-color: #1c1d21;
text-align: center;
}
footer p {
width: 100%;
height: auto;
float: left;
text-align: center;
font-weight: 400;
color: #fff;
font-size: 1.8em;
}
footer .coracao {
position: relative;
display: inline;
margin-left: 7px;
}
footer .coracao:before, footer .coracao:after {
width: 10px;
height: 17px;
position: absolute;
top: 3px;
left: 9px;
content: "";
background: #FF0000;
border-radius: 50px 50px 0 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 0 100%;
}
footer .coracao:after {
left: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
footer {
width: 100%;
height: auto;
float: left;
padding: 10px 0;
margin-top: 30px;
background-color: #1c1d21;
text-align: center;
}
footer .social {
width: 100%;
height: 40px;
float: left;
}
footer .social ul {
width: 200px;
height: 25px;
list-style: none;
margin: 10px auto;
display: inline-block;
padding: 0;
}
footer .social li {
width: 25px;
height: 25px;
float: left;
margin-left: 10px;
}
footer .social li:first-child {
margin-left: 0px;
}
footer .social img {
width: 25px;
height: 25px;
fill: #fff;
}
@media screen and (max-width: 768px) {
.repositories{
width: 100%;
margin-left: 0;
}
}
@media screen and (max-width: 425px) {
.github img{
width: 100%;
}
} | 0.33928 | 0.094552 |
@import url('https://fonts.googleapis.com/css?family=Proxima+Nova+Rgbold');
body {
margin: 0;
overflow-x: hidden ;
}
header {
z-index: 4;
}
.contact-info {
background-color: #2f2f35;
font-size: 12px;
color: #fff;
padding: 11px 0 10px;
}
.white-text {
color: #fff;
}
.phone-number:hover {
color: #b3d146;
}
.email {
color : #9b9b9b;
}
.email:hover {
color: #fff;
transition: .3s ease all;
}
.email:before {
content: "|";
position: relative;
margin-right: 5px;
color: #b3d146;
top: -1px;
}
/* navbar style */
.menu-item{
color: #fff;
font-size: 14px;
font-family: proxima_nova_rgbold;
text-transform: uppercase;
padding: 0 22px!important;
line-height: 37px;
height: 36px;
display: inline-block;
}
.menu-item:hover {
color: #b2d338!important;
background: #2f2f35;
}
.nav div ul li {
margin-left: 2px;
}
.contact-btn {
color: #fff;
background: #b3d146;
padding: 0 22px!important;
line-height: 37px;
height: 36px;
display: flex;align-items: center;
}
.contact-btn:hover {
background: #2f2f35!important;
color: #fff!important;
}
.logo {
width: 136px;
}
.navbar-fixed-top-scroll {
background: #212125;
}
/*banner*/
.banner-img {
/*background-image: url('');*/
background: url("../img/home-banner.jpg") no-repeat center top 38px;
width: 100%;
background-size: cover;
min-height: 730px;
border-bottom: 3px solid #b2d237;
overflow: hidden;
}
.main-content {
overflow: hidden;
width: 100%;
text-align: right;
margin: 260px 0 0 0;
font-weight: bold;
font-size: 106px;
text-transform: uppercase;
color: #fff;
line-height: 90px;
opacity: 0;
animation-duration: 1s;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
}
@keyframes fadeInUp {
from {
transform: translate3d(20px, 0, 0)
}
to {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@-webkit-keyframes fadeInUp {
from {
transform: translate3d(20px, 0, 0)
}
to {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@media only screen and (max-width: 676px) {
.banner-img {
background: url("../img/home-banner-mob.jpg") no-repeat center;
min-height: 600px;
}
.logo {
width: 120px;
}
}
@media only screen and (max-width: 479px) {
.main-content {
font-size: 36px;
margin: 38% 0 7%;
}
}
@media only screen and (max-width: 676px) and (min-width: 479px) {
.main-content {
font-size: 44px;
}
}
@media only screen and (max-width: 1200px) and (min-width: 678px) {
.main-content {
font-size: 43px;
}
}
.slider-container {
background: #181818;
padding: 130px 0;
}
.slider {
width: 112%;
}
@media screen and (max-width: 768px) {
.slider {
width: 100%;
}
}
.client {
width: 705px;
max-width: 705px;
opacity: 0;
}
.controls {
position: absolute;
right: 10%;
top: -2%;
}
.carousel-btn {
color: #b2d237;
padding: 7px 15px;
margin: 0 5px;
border-radius: 50%;
background: #1b1b1b;
}
.carousel-btn:hover {
color: #b2d237;
/*border-color: #b2d237;*/
border-radius: 50%;
background: #1b1b1b;
}
.carousel-btn-deactive {
color: #4b5d06;
}
@keyframes fadeInUpSlider {
from {
transform: translate3d(20px, 0, 0)
}
to {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@-webkit-keyframes fadeInUpSlider {
from {
transform: translate3d(20px, 0, 0)
}
to {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
.slider-title {
color: #fff;
font-family: proxima_nova_rgbold;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
line-height: 17px;
text-transform: uppercase;
margin-bottom: 20px;
/*padding-right: 130px;*/
width: fit-content;
}
.slider-title:hover {
color: #b2d426;
}
.think-text {
font-size: 100px;
font-weight: 800;
letter-spacing: 0;
line-height: 90px;
text-transform: uppercase;
color: #fff;
/*font-family: proxima_nova_thbold;*/
/*margin-bottom: 30px;*/
}
.think-text span {
color: #b2d426;
}
.think-text h1 {
color: #fff;
/*font-family: proxima_nova_rgbold;*/
font-size: 30px;
letter-spacing: 0;
line-height: 38px;
margin: 30px 0;
}
.think-text p {
color: #fff;
font-weight: normal;
font-size: 16px;
letter-spacing: 0;
line-height: 26px;
max-width: 430px;
}
.think-text h3 {
color: #b2d426;
font-family: proxima_nova_rgbold;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
line-height: 17px;
text-transform: uppercase;
margin: 25px 0 0;
}
.slider-award {
width: 130px;
height: 130px;
position: absolute;
/* top: -72px; */
bottom: 0;
left: 37px;
}
/*recent-work*/
.recent-work {
padding: 130px 0;
}
.recent-work-title {
color: #000;
display: inline-block;
font-weight: 700;
font-size: 24px;
line-height: 29px;
letter-spacing: 3px;
text-align: center;
text-transform: uppercase;
margin-bottom: 40px;
position: relative;
z-index: 1;
}
.recent-work-title:after {
background: #b2d426;
content: '';
display: block;
height: 15px;
position: absolute;
bottom: 0;
left: -5px;
right: -5px;
z-index: -1;
}
.img-hover {
position: absolute;
width: 100%;
height: 100%;
top: 0;
text-align: center;
padding: 17px;
color: #fff;
opacity: 0;
transition: .7s;
/*display: inline-block;*/
/* border: 1px solid; */
background: rgba(0,0,0,.7);
}
.img-hover:hover {
opacity: 1;
}
.hover-border {
border: 1px solid #fff;
width: 100%;
height: 100%;
padding: 10px;
vertical-align: middle;
/*display: table-cell;*/
}
.hover-border h3{
font-size: 34px;
line-height: 34px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
margin-bottom: 10px;
letter-spacing: .1em;
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
}
.hover-border p {
font-size: 18px;
color: #fff;
font-family: proxima_novalight;
margin-bottom: 23px;
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
}
.explore-btn {
background: rgba(0,0,0,.5);
border: 2px solid #b2d237;
display: inline-block;
padding: 0 11px;
line-height: 32px;
height: 34px;
color: #fff;
font-size: 12px;
text-transform: uppercase;
/*font-family: proxima_novasemibold;*/
letter-spacing: .1em;
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
/*opacity: 0;*/
margin-top: 0;
}
.explore-btn:hover {
background: #b2d237;
}
.vertical-md {
display: table-cell;
vertical-align: middle;
padding: 8% 0;
}
.show-more {
padding: 50px 0 30px;
}
.show-more button {
background: #b3d146;
color: #364200;
display: inline-block;
border: none;
font-size: 14px;
line-height: 18px;
letter-spacing: 1.5px;
padding: 16px 20px;
text-transform: uppercase;
font-weight: 800;
transition: .7s;
}
.show-more button:hover {
background: #2f2f35;
color: #fff;
}
.select-client {
color: #fff!important;
z-index: 1;
}
.select-client:after {
background: #585858!important;
}
.select-client-content {
background: #1b1b1b;
}
.expertise-container {
background: #ececec;
}
.expertise-box {
height: 500px;
width: 370px;
padding: 40px 40px 90px!important;
background: #fff;
margin-top: 50px;
}
.expertise-box h2 {
color: #1b1b1b;
font-size: 30px;
font-weight: 700;
line-height: 36px;
text-transform: uppercase;
margin: 30px 0 20px;
}
.expertise-box p {
font-size: 16px;
line-height: 26px;
margin-bottom: 29px;
color: #000;
}
.expertise-box a {
font-size: 14px;
color: #b1d237;
/*font-family: proxima_nova_rgbold;*/
text-transform: uppercase;
bottom: 68px;
left: 44px;
position: absolute;
}
.hover-content {
width: 100%;
height: 100%;
position: absolute;
top: 0;
background: #000000a6;
}
.expertise-hover {
width: 370px;
height: 500px;
text-align: left;
bottom: 0;
top: auto;
}
.hover-title {
font-size: 30px;
line-height: 36px;
margin: 0 0 20px;
color: #b1d237;
padding-left: 10px;
}
.expertise-hover ul {
padding-bottom: 1rem;
/*margin-bottom: 0;*/
}
.expertise-hover ul li h3 a {
text-decoration: none!important;
font-size: 14px;
color: #fff
}
.expertise-hover ul li h3 {
text-decoration: none!important;
font-size: 16px;
color: #fff;
margin-bottom: 0;
}
.expertise-hover .img-hover {
text-align: left;
}
.learn-more {
background: 0 0;
border: 2px solid #b2d425;
/*font-family: proxima_nova_rgbold;*/
padding: 15px 30px;
font-size: 12px;
line-height: 16px;
height: auto;
text-decoration: none;
color: #fff;
margin-left: 14px;
}
.learn-more:hover {
background: #b2d425;
color: #364200;
} | dist/css/main.css | @import url('https://fonts.googleapis.com/css?family=Proxima+Nova+Rgbold');
body {
margin: 0;
overflow-x: hidden ;
}
header {
z-index: 4;
}
.contact-info {
background-color: #2f2f35;
font-size: 12px;
color: #fff;
padding: 11px 0 10px;
}
.white-text {
color: #fff;
}
.phone-number:hover {
color: #b3d146;
}
.email {
color : #9b9b9b;
}
.email:hover {
color: #fff;
transition: .3s ease all;
}
.email:before {
content: "|";
position: relative;
margin-right: 5px;
color: #b3d146;
top: -1px;
}
/* navbar style */
.menu-item{
color: #fff;
font-size: 14px;
font-family: proxima_nova_rgbold;
text-transform: uppercase;
padding: 0 22px!important;
line-height: 37px;
height: 36px;
display: inline-block;
}
.menu-item:hover {
color: #b2d338!important;
background: #2f2f35;
}
.nav div ul li {
margin-left: 2px;
}
.contact-btn {
color: #fff;
background: #b3d146;
padding: 0 22px!important;
line-height: 37px;
height: 36px;
display: flex;align-items: center;
}
.contact-btn:hover {
background: #2f2f35!important;
color: #fff!important;
}
.logo {
width: 136px;
}
.navbar-fixed-top-scroll {
background: #212125;
}
/*banner*/
.banner-img {
/*background-image: url('');*/
background: url("../img/home-banner.jpg") no-repeat center top 38px;
width: 100%;
background-size: cover;
min-height: 730px;
border-bottom: 3px solid #b2d237;
overflow: hidden;
}
.main-content {
overflow: hidden;
width: 100%;
text-align: right;
margin: 260px 0 0 0;
font-weight: bold;
font-size: 106px;
text-transform: uppercase;
color: #fff;
line-height: 90px;
opacity: 0;
animation-duration: 1s;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
}
@keyframes fadeInUp {
from {
transform: translate3d(20px, 0, 0)
}
to {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@-webkit-keyframes fadeInUp {
from {
transform: translate3d(20px, 0, 0)
}
to {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@media only screen and (max-width: 676px) {
.banner-img {
background: url("../img/home-banner-mob.jpg") no-repeat center;
min-height: 600px;
}
.logo {
width: 120px;
}
}
@media only screen and (max-width: 479px) {
.main-content {
font-size: 36px;
margin: 38% 0 7%;
}
}
@media only screen and (max-width: 676px) and (min-width: 479px) {
.main-content {
font-size: 44px;
}
}
@media only screen and (max-width: 1200px) and (min-width: 678px) {
.main-content {
font-size: 43px;
}
}
.slider-container {
background: #181818;
padding: 130px 0;
}
.slider {
width: 112%;
}
@media screen and (max-width: 768px) {
.slider {
width: 100%;
}
}
.client {
width: 705px;
max-width: 705px;
opacity: 0;
}
.controls {
position: absolute;
right: 10%;
top: -2%;
}
.carousel-btn {
color: #b2d237;
padding: 7px 15px;
margin: 0 5px;
border-radius: 50%;
background: #1b1b1b;
}
.carousel-btn:hover {
color: #b2d237;
/*border-color: #b2d237;*/
border-radius: 50%;
background: #1b1b1b;
}
.carousel-btn-deactive {
color: #4b5d06;
}
@keyframes fadeInUpSlider {
from {
transform: translate3d(20px, 0, 0)
}
to {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@-webkit-keyframes fadeInUpSlider {
from {
transform: translate3d(20px, 0, 0)
}
to {
transform: translate3d(0, 0, 0);
opacity: 1
}
}
.slider-title {
color: #fff;
font-family: proxima_nova_rgbold;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
line-height: 17px;
text-transform: uppercase;
margin-bottom: 20px;
/*padding-right: 130px;*/
width: fit-content;
}
.slider-title:hover {
color: #b2d426;
}
.think-text {
font-size: 100px;
font-weight: 800;
letter-spacing: 0;
line-height: 90px;
text-transform: uppercase;
color: #fff;
/*font-family: proxima_nova_thbold;*/
/*margin-bottom: 30px;*/
}
.think-text span {
color: #b2d426;
}
.think-text h1 {
color: #fff;
/*font-family: proxima_nova_rgbold;*/
font-size: 30px;
letter-spacing: 0;
line-height: 38px;
margin: 30px 0;
}
.think-text p {
color: #fff;
font-weight: normal;
font-size: 16px;
letter-spacing: 0;
line-height: 26px;
max-width: 430px;
}
.think-text h3 {
color: #b2d426;
font-family: proxima_nova_rgbold;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
line-height: 17px;
text-transform: uppercase;
margin: 25px 0 0;
}
.slider-award {
width: 130px;
height: 130px;
position: absolute;
/* top: -72px; */
bottom: 0;
left: 37px;
}
/*recent-work*/
.recent-work {
padding: 130px 0;
}
.recent-work-title {
color: #000;
display: inline-block;
font-weight: 700;
font-size: 24px;
line-height: 29px;
letter-spacing: 3px;
text-align: center;
text-transform: uppercase;
margin-bottom: 40px;
position: relative;
z-index: 1;
}
.recent-work-title:after {
background: #b2d426;
content: '';
display: block;
height: 15px;
position: absolute;
bottom: 0;
left: -5px;
right: -5px;
z-index: -1;
}
.img-hover {
position: absolute;
width: 100%;
height: 100%;
top: 0;
text-align: center;
padding: 17px;
color: #fff;
opacity: 0;
transition: .7s;
/*display: inline-block;*/
/* border: 1px solid; */
background: rgba(0,0,0,.7);
}
.img-hover:hover {
opacity: 1;
}
.hover-border {
border: 1px solid #fff;
width: 100%;
height: 100%;
padding: 10px;
vertical-align: middle;
/*display: table-cell;*/
}
.hover-border h3{
font-size: 34px;
line-height: 34px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
margin-bottom: 10px;
letter-spacing: .1em;
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
}
.hover-border p {
font-size: 18px;
color: #fff;
font-family: proxima_novalight;
margin-bottom: 23px;
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
}
.explore-btn {
background: rgba(0,0,0,.5);
border: 2px solid #b2d237;
display: inline-block;
padding: 0 11px;
line-height: 32px;
height: 34px;
color: #fff;
font-size: 12px;
text-transform: uppercase;
/*font-family: proxima_novasemibold;*/
letter-spacing: .1em;
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
/*opacity: 0;*/
margin-top: 0;
}
.explore-btn:hover {
background: #b2d237;
}
.vertical-md {
display: table-cell;
vertical-align: middle;
padding: 8% 0;
}
.show-more {
padding: 50px 0 30px;
}
.show-more button {
background: #b3d146;
color: #364200;
display: inline-block;
border: none;
font-size: 14px;
line-height: 18px;
letter-spacing: 1.5px;
padding: 16px 20px;
text-transform: uppercase;
font-weight: 800;
transition: .7s;
}
.show-more button:hover {
background: #2f2f35;
color: #fff;
}
.select-client {
color: #fff!important;
z-index: 1;
}
.select-client:after {
background: #585858!important;
}
.select-client-content {
background: #1b1b1b;
}
.expertise-container {
background: #ececec;
}
.expertise-box {
height: 500px;
width: 370px;
padding: 40px 40px 90px!important;
background: #fff;
margin-top: 50px;
}
.expertise-box h2 {
color: #1b1b1b;
font-size: 30px;
font-weight: 700;
line-height: 36px;
text-transform: uppercase;
margin: 30px 0 20px;
}
.expertise-box p {
font-size: 16px;
line-height: 26px;
margin-bottom: 29px;
color: #000;
}
.expertise-box a {
font-size: 14px;
color: #b1d237;
/*font-family: proxima_nova_rgbold;*/
text-transform: uppercase;
bottom: 68px;
left: 44px;
position: absolute;
}
.hover-content {
width: 100%;
height: 100%;
position: absolute;
top: 0;
background: #000000a6;
}
.expertise-hover {
width: 370px;
height: 500px;
text-align: left;
bottom: 0;
top: auto;
}
.hover-title {
font-size: 30px;
line-height: 36px;
margin: 0 0 20px;
color: #b1d237;
padding-left: 10px;
}
.expertise-hover ul {
padding-bottom: 1rem;
/*margin-bottom: 0;*/
}
.expertise-hover ul li h3 a {
text-decoration: none!important;
font-size: 14px;
color: #fff
}
.expertise-hover ul li h3 {
text-decoration: none!important;
font-size: 16px;
color: #fff;
margin-bottom: 0;
}
.expertise-hover .img-hover {
text-align: left;
}
.learn-more {
background: 0 0;
border: 2px solid #b2d425;
/*font-family: proxima_nova_rgbold;*/
padding: 15px 30px;
font-size: 12px;
line-height: 16px;
height: auto;
text-decoration: none;
color: #fff;
margin-left: 14px;
}
.learn-more:hover {
background: #b2d425;
color: #364200;
} | 0.427994 | 0.126677 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100vh;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
overflow: hidden;
}
.container {
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
}
.left,
.right {
position: absolute;
height: 100%;
width: 50%;
}
.left {
background: #ffffff;
}
.right {
left: 50%;
background: #cfcfcf;
}
.right-sidebar {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 80px;
}
.right-sidebar ul {
list-style: none;
}
.right-sidebar ul li a {
text-decoration: none;
}
.social-links {
padding: 10px 0;
text-align: center;
}
.social-links a .fa {
color: #000000be;
padding: 0 5px;
transition: all 0.2s ease;
}
.social-links a .fa:hover {
color: #000000;
transform: translatey(-2px);
transition: all 0.5s ease;
}
.product {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: hover 5s ease-in-out infinite;
}
.product img {
width: 100%;
height: auto;
}
@keyframes hover {
0% {
transform: translate(-50%, -45%);
}
50% {
transform: translate(-50%, -55%);
}
100% {
transform: translate(-50%, -45%);
}
}
.left-bottom {
position: absolute;
left: 60px;
bottom: 40px;
font-family: "Open Sans", sans-serif;
color: #151515;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 3px;
}
.left-sidebar {
position: absolute;
left: 60px;
top: 50%;
transform: translateY(-50%);
text-align: left;
width: 25%;
}
.left-sidebar h1 {
text-transform: uppercase;
font-weight: lighter;
font-size: 1.5rem;
}
.left-sidebar h1 span {
font-weight: normal;
font-size: 3rem;
}
.left-sidebar p {
font-family: "Open Sans", sans-serif;
font-weight: lighter;
color: #777777;
line-height: 24px;
}
.video-link {
margin: 3rem 0 0 0;
width: 100%;
height: 175px;
background: url(../assets/video-img.jpg) center;
background-size: cover;
opacity: 1;
cursor: pointer;
}
.video-play {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 0;
height: 0;
border-top: 15px solid transparent;
border-left: 30px solid #fff;
border-bottom: 15px solid transparent;
opacity: 1 !important;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.video-link:hover .video-play {
border-left: 30px solid #8d8d8d !important;
transition: all 0.5s ease-in-out;
cursor: pointer;
}
#overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.9);
z-index: 2;
cursor: pointer;
}
#video {
position: absolute;
width: 90vw;
height: 90vh;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.center-bottom {
position: relative;
/* left: 37.5%;
bottom: 30px;
transform: translateY(-50%); */
text-align: center;
width: auto;
margin: 0 auto;
top: 85%;
}
.center-bottom button {
cursor: pointer;
font-family: "Open Sans", sans-serif;
color: #fff;
font-size: 0.8rem;
font-weight: normal;
text-transform: capitalize;
letter-spacing: 0px;
background: #2f9ceb;
margin: 0;
padding: 10px 25px;
outline: none;
border: none;
transition: all 0.2s ease-in-out;
}
.center-bottom button:hover {
color: #2f9ceb;
font-weight: 600;
text-transform: uppercase;
background: linear-gradient(
to right,
#cfcfcf 0%,
#cfcfcf 50%,
#ffffff 50%,
#ffffff 100%
);
transition: all 0.1s ease-in-out;
}
.media {
position: absolute;
font-family: "Open Sans", sans-serif;
font-weight: lighter;
font-size: 0.6rem;
color: #555555;
text-align: right;
bottom: 2rem;
right: 3rem;
}
.media ul {
list-style: none;
}
.media ul li a {
cursor: pointer;
text-decoration: none;
color: #555555;
transition: all 0.1s ease-in-out;
}
.media ul li a:hover {
color: #000000;
transition: all 0.3s ease-in-out;
}
/* NAVBAR */
nav {
width: 100vw;
background-color: transparent !important;
font-family: "Open sans", sans-serif !important;
}
.menu {
position: relative;
width: 90%;
margin: 0 auto;
padding: 0;
overflow: hidden;
}
.menu ul {
list-style: none;
display: flex;
justify-content: space-between;
}
.menu ul .div-logo {
position: absolute;
left: 0%;
background: inherit;
margin: 0;
padding: 0;
line-height: 3.5rem;
}
.menu ul .div-logo .logo a img {
height: 25px;
width: auto;
margin: 0;
padding: 0;
}
.menu ul .nav-menu {
display: flex;
width: 50%;
margin: 0 auto;
padding: 0 0 0 0;
text-align: center;
}
.menu ul .nav-menu li {
display: inline;
margin-left: auto;
margin-right: auto;
}
.menu ul .nav-menu li a {
top: 1rem;
}
.menu ul .menu-item a {
color: #555555;
line-height: 2rem;
text-decoration: none;
transition: all 0.2s ease-in-out;
}
.menu ul .menu-item a:hover {
color: #000000;
transition: all 0.5s ease-in-out;
}
.menu ul .menu-icon a {
display: inline;
margin: 0 auto;
padding: 5px;
text-align: center;
}
.menu ul .menu-item.nav-link {
transform: scale(1);
transition: 0.5s;
display: block;
text-transform: capitalize;
}
.menu ul .menu-item.nav-link:nth-child(5) {
text-transform: uppercase;
}
.menu ul .menu-item.nav-link.menu-item-hide {
transform: scale(0);
}
.menu ul .menu-item.nav-link.menu-item-hide:nth-child(1) {
transition-delay: 0.5s;
}
.menu ul .menu-item.nav-link.menu-item-hide:nth-child(2) {
transition-delay: 0.4s;
}
.menu ul .menu-item.nav-link.menu-item-hide:nth-child(3) {
transition-delay: 0.3s;
}
.menu ul .menu-item.nav-link.menu-item-hide:nth-child(4) {
transition-delay: 0.2s;
}
.menu ul .menu-item.nav-link.menu-item-hide:nth-child(5) {
transition-delay: 0.1s;
}
.menu ul .menu-item.nav-link:nth-child(1) {
transition-delay: 0.3s;
}
.menu ul .menu-item.nav-link:nth-child(2) {
transition-delay: 0.4s;
}
.menu ul .menu-item.nav-link:nth-child(3) {
transition-delay: 0.5s;
}
.menu ul .menu-item.nav-link:nth-child(4) {
transition-delay: 0.6s;
}
.menu ul .menu-item.nav-link:nth-child(5) {
transition-delay: 0.7s;
}
#search,
#cart,
#close {
position: absolute;
color: #444444;
text-decoration: none;
line-height: 2rem;
}
#search {
padding: 0;
right: 8rem;
}
#cart {
padding: 0;
right: 1rem;
}
#close {
top: 15px;
padding: 0;
margin: 0;
right: 8rem;
}
.menu .search-form {
position: absolute;
top: 0.8rem;
left: 75%;
transform: translateX(0%);
width: 50%;
height: 0;
opacity: 0;
visibility: hidden;
transition: 0.7s;
}
.menu .search-form-active {
visibility: visible;
opacity: 1;
transition-delay: 0.5s;
transform: translateX(-50%);
}
.menu .search-form::before {
content: "\f002";
position: absolute;
top: 0.8rem;
left: -2rem;
font-size: 1.2rem;
color: #151515;
font-family: fontAwesome;
}
.menu .search-form input {
width: 75%;
height: 2.8rem;
background-color: transparent;
color: #151515;
border: none;
outline: none;
font-size: 1rem;
}
.menu .search-form input::placeholder {
color: #979797;
}
.menu .search-close {
position: absolute;
top: 0;
right: 0;
height: 40px;
background-color: transparent;
color: #555555 !important;
font-size: 1.3rem;
text-align: right;
width: auto;
visibility: hidden;
opacity: 0;
transition: 0.7s;
}
.menu .search-close-active {
opacity: 1;
visibility: visible;
transition-delay: 0.3s;
} | css/style.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100vh;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
overflow: hidden;
}
.container {
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
}
.left,
.right {
position: absolute;
height: 100%;
width: 50%;
}
.left {
background: #ffffff;
}
.right {
left: 50%;
background: #cfcfcf;
}
.right-sidebar {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 80px;
}
.right-sidebar ul {
list-style: none;
}
.right-sidebar ul li a {
text-decoration: none;
}
.social-links {
padding: 10px 0;
text-align: center;
}
.social-links a .fa {
color: #000000be;
padding: 0 5px;
transition: all 0.2s ease;
}
.social-links a .fa:hover {
color: #000000;
transform: translatey(-2px);
transition: all 0.5s ease;
}
.product {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: hover 5s ease-in-out infinite;
}
.product img {
width: 100%;
height: auto;
}
@keyframes hover {
0% {
transform: translate(-50%, -45%);
}
50% {
transform: translate(-50%, -55%);
}
100% {
transform: translate(-50%, -45%);
}
}
.left-bottom {
position: absolute;
left: 60px;
bottom: 40px;
font-family: "Open Sans", sans-serif;
color: #151515;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 3px;
}
.left-sidebar {
position: absolute;
left: 60px;
top: 50%;
transform: translateY(-50%);
text-align: left;
width: 25%;
}
.left-sidebar h1 {
text-transform: uppercase;
font-weight: lighter;
font-size: 1.5rem;
}
.left-sidebar h1 span {
font-weight: normal;
font-size: 3rem;
}
.left-sidebar p {
font-family: "Open Sans", sans-serif;
font-weight: lighter;
color: #777777;
line-height: 24px;
}
.video-link {
margin: 3rem 0 0 0;
width: 100%;
height: 175px;
background: url(../assets/video-img.jpg) center;
background-size: cover;
opacity: 1;
cursor: pointer;
}
.video-play {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 0;
height: 0;
border-top: 15px solid transparent;
border-left: 30px solid #fff;
border-bottom: 15px solid transparent;
opacity: 1 !important;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.video-link:hover .video-play {
border-left: 30px solid #8d8d8d !important;
transition: all 0.5s ease-in-out;
cursor: pointer;
}
#overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.9);
z-index: 2;
cursor: pointer;
}
#video {
position: absolute;
width: 90vw;
height: 90vh;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.center-bottom {
position: relative;
/* left: 37.5%;
bottom: 30px;
transform: translateY(-50%); */
text-align: center;
width: auto;
margin: 0 auto;
top: 85%;
}
.center-bottom button {
cursor: pointer;
font-family: "Open Sans", sans-serif;
color: #fff;
font-size: 0.8rem;
font-weight: normal;
text-transform: capitalize;
letter-spacing: 0px;
background: #2f9ceb;
margin: 0;
padding: 10px 25px;
outline: none;
border: none;
transition: all 0.2s ease-in-out;
}
.center-bottom button:hover {
color: #2f9ceb;
font-weight: 600;
text-transform: uppercase;
background: linear-gradient(
to right,
#cfcfcf 0%,
#cfcfcf 50%,
#ffffff 50%,
#ffffff 100%
);
transition: all 0.1s ease-in-out;
}
.media {
position: absolute;
font-family: "Open Sans", sans-serif;
font-weight: lighter;
font-size: 0.6rem;
color: #555555;
text-align: right;
bottom: 2rem;
right: 3rem;
}
.media ul {
list-style: none;
}
.media ul li a {
cursor: pointer;
text-decoration: none;
color: #555555;
transition: all 0.1s ease-in-out;
}
.media ul li a:hover {
color: #000000;
transition: all 0.3s ease-in-out;
}
/* NAVBAR */
nav {
width: 100vw;
background-color: transparent !important;
font-family: "Open sans", sans-serif !important;
}
.menu {
position: relative;
width: 90%;
margin: 0 auto;
padding: 0;
overflow: hidden;
}
.menu ul {
list-style: none;
display: flex;
justify-content: space-between;
}
.menu ul .div-logo {
position: absolute;
left: 0%;
background: inherit;
margin: 0;
padding: 0;
line-height: 3.5rem;
}
.menu ul .div-logo .logo a img {
height: 25px;
width: auto;
margin: 0;
padding: 0;
}
.menu ul .nav-menu {
display: flex;
width: 50%;
margin: 0 auto;
padding: 0 0 0 0;
text-align: center;
}
.menu ul .nav-menu li {
display: inline;
margin-left: auto;
margin-right: auto;
}
.menu ul .nav-menu li a {
top: 1rem;
}
.menu ul .menu-item a {
color: #555555;
line-height: 2rem;
text-decoration: none;
transition: all 0.2s ease-in-out;
}
.menu ul .menu-item a:hover {
color: #000000;
transition: all 0.5s ease-in-out;
}
.menu ul .menu-icon a {
display: inline;
margin: 0 auto;
padding: 5px;
text-align: center;
}
.menu ul .menu-item.nav-link {
transform: scale(1);
transition: 0.5s;
display: block;
text-transform: capitalize;
}
.menu ul .menu-item.nav-link:nth-child(5) {
text-transform: uppercase;
}
.menu ul .menu-item.nav-link.menu-item-hide {
transform: scale(0);
}
.menu ul .menu-item.nav-link.menu-item-hide:nth-child(1) {
transition-delay: 0.5s;
}
.menu ul .menu-item.nav-link.menu-item-hide:nth-child(2) {
transition-delay: 0.4s;
}
.menu ul .menu-item.nav-link.menu-item-hide:nth-child(3) {
transition-delay: 0.3s;
}
.menu ul .menu-item.nav-link.menu-item-hide:nth-child(4) {
transition-delay: 0.2s;
}
.menu ul .menu-item.nav-link.menu-item-hide:nth-child(5) {
transition-delay: 0.1s;
}
.menu ul .menu-item.nav-link:nth-child(1) {
transition-delay: 0.3s;
}
.menu ul .menu-item.nav-link:nth-child(2) {
transition-delay: 0.4s;
}
.menu ul .menu-item.nav-link:nth-child(3) {
transition-delay: 0.5s;
}
.menu ul .menu-item.nav-link:nth-child(4) {
transition-delay: 0.6s;
}
.menu ul .menu-item.nav-link:nth-child(5) {
transition-delay: 0.7s;
}
#search,
#cart,
#close {
position: absolute;
color: #444444;
text-decoration: none;
line-height: 2rem;
}
#search {
padding: 0;
right: 8rem;
}
#cart {
padding: 0;
right: 1rem;
}
#close {
top: 15px;
padding: 0;
margin: 0;
right: 8rem;
}
.menu .search-form {
position: absolute;
top: 0.8rem;
left: 75%;
transform: translateX(0%);
width: 50%;
height: 0;
opacity: 0;
visibility: hidden;
transition: 0.7s;
}
.menu .search-form-active {
visibility: visible;
opacity: 1;
transition-delay: 0.5s;
transform: translateX(-50%);
}
.menu .search-form::before {
content: "\f002";
position: absolute;
top: 0.8rem;
left: -2rem;
font-size: 1.2rem;
color: #151515;
font-family: fontAwesome;
}
.menu .search-form input {
width: 75%;
height: 2.8rem;
background-color: transparent;
color: #151515;
border: none;
outline: none;
font-size: 1rem;
}
.menu .search-form input::placeholder {
color: #979797;
}
.menu .search-close {
position: absolute;
top: 0;
right: 0;
height: 40px;
background-color: transparent;
color: #555555 !important;
font-size: 1.3rem;
text-align: right;
width: auto;
visibility: hidden;
opacity: 0;
transition: 0.7s;
}
.menu .search-close-active {
opacity: 1;
visibility: visible;
transition-delay: 0.3s;
} | 0.601359 | 0.082623 |
*
{
padding: 0;
font-family: Poppins, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Roboto, メイリオ, Meiryo, "MS Pゴシック", sans-serif;
}
a
{
text-decoration: none;
}
.container{
width: 560px;
margin: 40px auto;
}
.back-link{
font-size: 14px;
}
h1
{
border-bottom: 1px solid;
margin: 16px 0;
padding-bottom: 8px;
font-size: 18px;
display: flex;
align-items: center;
}
h2
{
font-size: 16px;
margin-top: 40px;
}
h1 > a{
font-weight: normal;
font-size: 14px;
margin-left: auto;
}
li{
line-height: 1.6;
padding-bottom: 8px;
list-style: none;
}
p{
line-height: 1.6;
}
input,
textarea
{
width: 100%;
padding: 4px;
}
textarea
{
height: 160px;
}
button
{
padding: 4px 8px;
font-size: 14px;
}
.form-group
{
margin-bottom: 16px;
}
.form-button
{
text-align: right;
}
.error
{
color: red;
font-size: 14px;
margin-top: 8px;
}
/* .btn
{
background: transparent;
border: none;
color: blue;
cursor: pointer;
vertical-align: 1px;
font-size: 16px;
font-weight: normal;
} */
.comment-form
{
display: flex;
}
.comment-form > button
{
margin-left: 8px;
}
/* Add by me */
.projects-index-user_list > ul
{
list-style: none;
}
.projects-index-user
{
display: inline-block;
width: 560px;
height: 238px;
margin-top: 30px;
margin-bottom: 30px;
}
.projects-index-user > a
{
color: black;
}
.projects-index-user > a:hover .project-title
{
color: #006F8E;
}
img
{
display: block;
/* max-width: 100%; */
/* width: 560px; */
height: 238px;
}
a > img
{
margin-bottom:5px ;
}
.project-detail > h2
{
font-size: 22px;
}
.project-detail > p
{
font-size: 14px;
}
.btn
{
color: #006F8E;
background-color: transparent;
border: solid#006F8E 1px;
padding:5px 20px;
border-radius: 6px;
}
.btn:hover
{
background-color: #006F8E;
color: white;
transition: 0.5s;
}
.btn-right
{
margin-left: 10px;
} | public/CSS/style.css | *
{
padding: 0;
font-family: Poppins, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Roboto, メイリオ, Meiryo, "MS Pゴシック", sans-serif;
}
a
{
text-decoration: none;
}
.container{
width: 560px;
margin: 40px auto;
}
.back-link{
font-size: 14px;
}
h1
{
border-bottom: 1px solid;
margin: 16px 0;
padding-bottom: 8px;
font-size: 18px;
display: flex;
align-items: center;
}
h2
{
font-size: 16px;
margin-top: 40px;
}
h1 > a{
font-weight: normal;
font-size: 14px;
margin-left: auto;
}
li{
line-height: 1.6;
padding-bottom: 8px;
list-style: none;
}
p{
line-height: 1.6;
}
input,
textarea
{
width: 100%;
padding: 4px;
}
textarea
{
height: 160px;
}
button
{
padding: 4px 8px;
font-size: 14px;
}
.form-group
{
margin-bottom: 16px;
}
.form-button
{
text-align: right;
}
.error
{
color: red;
font-size: 14px;
margin-top: 8px;
}
/* .btn
{
background: transparent;
border: none;
color: blue;
cursor: pointer;
vertical-align: 1px;
font-size: 16px;
font-weight: normal;
} */
.comment-form
{
display: flex;
}
.comment-form > button
{
margin-left: 8px;
}
/* Add by me */
.projects-index-user_list > ul
{
list-style: none;
}
.projects-index-user
{
display: inline-block;
width: 560px;
height: 238px;
margin-top: 30px;
margin-bottom: 30px;
}
.projects-index-user > a
{
color: black;
}
.projects-index-user > a:hover .project-title
{
color: #006F8E;
}
img
{
display: block;
/* max-width: 100%; */
/* width: 560px; */
height: 238px;
}
a > img
{
margin-bottom:5px ;
}
.project-detail > h2
{
font-size: 22px;
}
.project-detail > p
{
font-size: 14px;
}
.btn
{
color: #006F8E;
background-color: transparent;
border: solid#006F8E 1px;
padding:5px 20px;
border-radius: 6px;
}
.btn:hover
{
background-color: #006F8E;
color: white;
transition: 0.5s;
}
.btn-right
{
margin-left: 10px;
} | 0.289573 | 0.086632 |
@font-face {
font-family: 'OxygenRegular';
src: url('../fonts/Oxygen-webfont.eot');
src: url('../fonts/Oxygen-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oxygen-webfont.woff') format('woff'),
url('../fonts/Oxygen-webfont.ttf') format('truetype'),
url('../fonts/Oxygen-webfont.svg#OxygenRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OxygenItalic';
src: url('../fonts/Oxygen-Italic-webfont.eot');
src: url('../fonts/Oxygen-Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oxygen-Italic-webfont.woff') format('woff'),
url('../fonts/Oxygen-Italic-webfont.ttf') format('truetype'),
url('../fonts/Oxygen-Italic-webfont.svg#OxygenItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OxygenBold';
src: url('../fonts/Oxygen-Bold-webfont.eot');
src: url('../fonts/Oxygen-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oxygen-Bold-webfont.woff') format('woff'),
url('../fonts/Oxygen-Bold-webfont.ttf') format('truetype'),
url('../fonts/Oxygen-Bold-webfont.svg#OxygenBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OxygenBoldItalic';
src: url('../fonts/Oxygen-BoldItalic-webfont.eot');
src: url('../fonts/Oxygen-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oxygen-BoldItalic-webfont.woff') format('woff'),
url('../fonts/Oxygen-BoldItalic-webfont.ttf') format('truetype'),
url('../fonts/Oxygen-BoldItalic-webfont.svg#OxygenBoldItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OxygenMonoRegular';
src: url('../fonts/OxygenMono-Regular-webfont.eot');
src: url('../fonts/OxygenMono-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OxygenMono-Regular-webfont.woff') format('woff'),
url('../fonts/OxygenMono-Regular-webfont.ttf') format('truetype'),
url('../fonts/OxygenMono-Regular-webfont.svg#OxygenMonoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'RobotoBlack';
src: url('../fonts/Roboto-Black-webfont.eot');
src: url('../fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Black-webfont.woff') format('woff'),
url('../fonts/Roboto-Black-webfont.ttf') format('truetype'),
url('../fonts/Roboto-Black-webfont.svg#RobotoBlack') format('svg');
font-weight: normal;
font-style: normal;
}
h1 {
font: 1.75em/2em 'RobotoBlack', Arial, sans-serif;
letter-spacing: 0;
color: #232323;
font-weight: normal;
}
h2 {
font: 1.5em/1.75em 'RobotoBlack', Arial, sans-serif;
font-weight: normal;
color: #898989;
letter-spacing: 0;
}
h3 {
font: 1.15em/1.25em 'RobotoBlack', Arial, sans-serif;
letter-spacing: 0;
font-weight: normal;
}
h4 {
font: 1.15em/1.25em 'OxygenItalic', Arial, sans-serif;
letter-spacing: .06em;
}
body {
font-family: 'OxygenRegular', Arial, sans-serif;
color: #333333;
background-color: #fff;
}
body{
font-size: 14px;
}
/*@media screen and (max-width: 768px){
body{font-size: 12px;}
}
@media screen and (max-width: 480px){
body{font-size: 10px;}
}*/
strong, b {
font-family: 'OxygenBold';
font-weight: normal;
}
em, i {
font-family: 'OxygenItalic';
font-style: normal;
}
strong em, em strong, b i, i b{
font-family: 'OxygenBoldItalic';
font-style: normal;
font-weight: normal;
}
a {
color: #0088cc;
text-decoration: none;
}
a:visited {
color: #018841;
}
a:hover {
text-decoration: underline;
color: #018841;
}
pre, code {
font-family: 'OxygenMonoRegular', "Lucida Console", "Lucida Sans Typewriter", monospace;
font-style: normal;
}
body {
padding-top: 0px;
}
header[role="banner"] {
position: relative;
top: 0;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #E0E0E0;
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
box-shadow: 0 1px 10px rgba(0,0,0,.1);
z-index: 999;
}
#logo {
float: left;
padding: .4em 30px;
}
nav[role="navigation"] ul{
margin: .7em 0 .5em 0;
text-align: center;
padding-left: 0px;
}
nav[role="navigation"] ul li {
display: inline;
margin: 0 .5em;
vertical-align: middle;
line-height: 3em;
}
nav[role="navigation"] ul li a {
text-decoration: none;
font-size: 1.2em;
font-family: 'OxygenBold';
padding: 7px 1em;
background-color: #5c9531;
color: #fff;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
border: 1px solid #5c9531;
}
#header_banner .dropdown-menu a {
color: #0066b9;
}
#header_banner .dropdown-menu a:hover {
background-color: #b6e9f8;
color: #0066b9;
text-decoration: none;
}
li#searchlabel a{
}
input#search_terms, input#alt_search_terms{
padding: .4em 1em;
display: inline;
border-color: #5c9531;
position: relative;
left: -.5em;
font-size: 1em;
margin-top: -3px;
background-image: url("../images/search.png");
background-size: 22px;
background-repeat:no-repeat;
background-position:right center;
}
span#searchspan{
display: inline-block;
width: 55%;
}
@media screen and (max-width: 1170px){
span#searchspan{width: 40%;}
}
@media screen and (max-width: 980px){
span#searchspan{width: 30%;}
}
@media screen and (max-width: 768px){
span#searchspan{width: 90%;}
}
@media screen and (max-width: 590px){
span#searchspan{width: 90%;}
}
#login-widget{
padding: 1em 1em 0 0;
line-height: 1.5em;
}
#apps_menu{
padding: 1em 0 0 0;
margin: 0;
display: inline-block;
}
#apps_menu li{
padding: 0;
}
#apps_menu_items{
padding-top: 0;
} | www/assets/external/kbase/css/kbase_stylesheet.css | @font-face {
font-family: 'OxygenRegular';
src: url('../fonts/Oxygen-webfont.eot');
src: url('../fonts/Oxygen-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oxygen-webfont.woff') format('woff'),
url('../fonts/Oxygen-webfont.ttf') format('truetype'),
url('../fonts/Oxygen-webfont.svg#OxygenRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OxygenItalic';
src: url('../fonts/Oxygen-Italic-webfont.eot');
src: url('../fonts/Oxygen-Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oxygen-Italic-webfont.woff') format('woff'),
url('../fonts/Oxygen-Italic-webfont.ttf') format('truetype'),
url('../fonts/Oxygen-Italic-webfont.svg#OxygenItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OxygenBold';
src: url('../fonts/Oxygen-Bold-webfont.eot');
src: url('../fonts/Oxygen-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oxygen-Bold-webfont.woff') format('woff'),
url('../fonts/Oxygen-Bold-webfont.ttf') format('truetype'),
url('../fonts/Oxygen-Bold-webfont.svg#OxygenBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OxygenBoldItalic';
src: url('../fonts/Oxygen-BoldItalic-webfont.eot');
src: url('../fonts/Oxygen-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Oxygen-BoldItalic-webfont.woff') format('woff'),
url('../fonts/Oxygen-BoldItalic-webfont.ttf') format('truetype'),
url('../fonts/Oxygen-BoldItalic-webfont.svg#OxygenBoldItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OxygenMonoRegular';
src: url('../fonts/OxygenMono-Regular-webfont.eot');
src: url('../fonts/OxygenMono-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OxygenMono-Regular-webfont.woff') format('woff'),
url('../fonts/OxygenMono-Regular-webfont.ttf') format('truetype'),
url('../fonts/OxygenMono-Regular-webfont.svg#OxygenMonoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'RobotoBlack';
src: url('../fonts/Roboto-Black-webfont.eot');
src: url('../fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Black-webfont.woff') format('woff'),
url('../fonts/Roboto-Black-webfont.ttf') format('truetype'),
url('../fonts/Roboto-Black-webfont.svg#RobotoBlack') format('svg');
font-weight: normal;
font-style: normal;
}
h1 {
font: 1.75em/2em 'RobotoBlack', Arial, sans-serif;
letter-spacing: 0;
color: #232323;
font-weight: normal;
}
h2 {
font: 1.5em/1.75em 'RobotoBlack', Arial, sans-serif;
font-weight: normal;
color: #898989;
letter-spacing: 0;
}
h3 {
font: 1.15em/1.25em 'RobotoBlack', Arial, sans-serif;
letter-spacing: 0;
font-weight: normal;
}
h4 {
font: 1.15em/1.25em 'OxygenItalic', Arial, sans-serif;
letter-spacing: .06em;
}
body {
font-family: 'OxygenRegular', Arial, sans-serif;
color: #333333;
background-color: #fff;
}
body{
font-size: 14px;
}
/*@media screen and (max-width: 768px){
body{font-size: 12px;}
}
@media screen and (max-width: 480px){
body{font-size: 10px;}
}*/
strong, b {
font-family: 'OxygenBold';
font-weight: normal;
}
em, i {
font-family: 'OxygenItalic';
font-style: normal;
}
strong em, em strong, b i, i b{
font-family: 'OxygenBoldItalic';
font-style: normal;
font-weight: normal;
}
a {
color: #0088cc;
text-decoration: none;
}
a:visited {
color: #018841;
}
a:hover {
text-decoration: underline;
color: #018841;
}
pre, code {
font-family: 'OxygenMonoRegular', "Lucida Console", "Lucida Sans Typewriter", monospace;
font-style: normal;
}
body {
padding-top: 0px;
}
header[role="banner"] {
position: relative;
top: 0;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #E0E0E0;
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
box-shadow: 0 1px 10px rgba(0,0,0,.1);
z-index: 999;
}
#logo {
float: left;
padding: .4em 30px;
}
nav[role="navigation"] ul{
margin: .7em 0 .5em 0;
text-align: center;
padding-left: 0px;
}
nav[role="navigation"] ul li {
display: inline;
margin: 0 .5em;
vertical-align: middle;
line-height: 3em;
}
nav[role="navigation"] ul li a {
text-decoration: none;
font-size: 1.2em;
font-family: 'OxygenBold';
padding: 7px 1em;
background-color: #5c9531;
color: #fff;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
border: 1px solid #5c9531;
}
#header_banner .dropdown-menu a {
color: #0066b9;
}
#header_banner .dropdown-menu a:hover {
background-color: #b6e9f8;
color: #0066b9;
text-decoration: none;
}
li#searchlabel a{
}
input#search_terms, input#alt_search_terms{
padding: .4em 1em;
display: inline;
border-color: #5c9531;
position: relative;
left: -.5em;
font-size: 1em;
margin-top: -3px;
background-image: url("../images/search.png");
background-size: 22px;
background-repeat:no-repeat;
background-position:right center;
}
span#searchspan{
display: inline-block;
width: 55%;
}
@media screen and (max-width: 1170px){
span#searchspan{width: 40%;}
}
@media screen and (max-width: 980px){
span#searchspan{width: 30%;}
}
@media screen and (max-width: 768px){
span#searchspan{width: 90%;}
}
@media screen and (max-width: 590px){
span#searchspan{width: 90%;}
}
#login-widget{
padding: 1em 1em 0 0;
line-height: 1.5em;
}
#apps_menu{
padding: 1em 0 0 0;
margin: 0;
display: inline-block;
}
#apps_menu li{
padding: 0;
}
#apps_menu_items{
padding-top: 0;
} | 0.232223 | 0.044514 |
.contenedor{
height:auto;
position: absolute;
top: 20%;
width: 100%;
text-align: center;
}
.page{
margin: 20px 100px;
font-family: Google Sans, Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 18px;
text-align: left !important;
}
.tabs-container{
margin: 20px 100px;
}
.div-buscar{
margin: 0px 30px 20px 30px !important;
text-align: right;
}
.input-busqueda{
font-size: 11px !important;
margin-right: 10px;
width: 350px !important;
}
.btn-buscar{
margin-right: 10px;
}
.form-buscar{
margin: 0 0 0 auto !important;
display: inline !important;
}
.check-buscar label{
display: inline !important;
}
.check-buscar{
display: block !important;
margin-bottom: 9px;
padding-right: 8px;
}
.div-opciones label{
margin-right: 10px;
}
.div-opciones select{
border:none;
border-bottom: black 1px solid;
border-radius: 0%;
width: 170px !important;
margin-right: 45px !important;
}
.opciones-btn{
text-align: right;
padding-right: 40px !important;
}
.opciones-form{
padding-left: 20px !important;
}
.modal-header{
padding: 5px 10px !important;
}
.formRegistro{
padding: 0px 30px;
}
.formRegistrolabel{
display: block;
text-align: left;
}
.checkVigente{
margin-top: 25%;
}
.formRegistro .row{
margin-top: 10px;
}
.formModificar{
padding: 0px 30px;
}
.formModificarlabel{
display: block;
text-align: left;
}
table thead{
text-align:center;
}
.breadcrumb{
width: 80%;
margin-left: 8%;
background: none !important;
font-size: 18px;
}
.breadcrumb a:link{
padding: 5px 10px;
text-align: center;
border-radius: 5%;
text-decoration: none;
}
.breadcrumb a:hover {
background-color: rgb(235, 235, 235);
color: rgb(71, 71, 71);
}
.alertError{
text-align: left;
color: rgb(199, 57, 57);
display: block;
}
.dataTables_info, .dataTables_paginate{
margin-top: 8px !important;
margin-bottom: 20px !important;
} | public/css/PlanEstudios.css | .contenedor{
height:auto;
position: absolute;
top: 20%;
width: 100%;
text-align: center;
}
.page{
margin: 20px 100px;
font-family: Google Sans, Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 18px;
text-align: left !important;
}
.tabs-container{
margin: 20px 100px;
}
.div-buscar{
margin: 0px 30px 20px 30px !important;
text-align: right;
}
.input-busqueda{
font-size: 11px !important;
margin-right: 10px;
width: 350px !important;
}
.btn-buscar{
margin-right: 10px;
}
.form-buscar{
margin: 0 0 0 auto !important;
display: inline !important;
}
.check-buscar label{
display: inline !important;
}
.check-buscar{
display: block !important;
margin-bottom: 9px;
padding-right: 8px;
}
.div-opciones label{
margin-right: 10px;
}
.div-opciones select{
border:none;
border-bottom: black 1px solid;
border-radius: 0%;
width: 170px !important;
margin-right: 45px !important;
}
.opciones-btn{
text-align: right;
padding-right: 40px !important;
}
.opciones-form{
padding-left: 20px !important;
}
.modal-header{
padding: 5px 10px !important;
}
.formRegistro{
padding: 0px 30px;
}
.formRegistrolabel{
display: block;
text-align: left;
}
.checkVigente{
margin-top: 25%;
}
.formRegistro .row{
margin-top: 10px;
}
.formModificar{
padding: 0px 30px;
}
.formModificarlabel{
display: block;
text-align: left;
}
table thead{
text-align:center;
}
.breadcrumb{
width: 80%;
margin-left: 8%;
background: none !important;
font-size: 18px;
}
.breadcrumb a:link{
padding: 5px 10px;
text-align: center;
border-radius: 5%;
text-decoration: none;
}
.breadcrumb a:hover {
background-color: rgb(235, 235, 235);
color: rgb(71, 71, 71);
}
.alertError{
text-align: left;
color: rgb(199, 57, 57);
display: block;
}
.dataTables_info, .dataTables_paginate{
margin-top: 8px !important;
margin-bottom: 20px !important;
} | 0.52829 | 0.10393 |
@namespace xml url('http://www.w3.org/XML/1998/namespace');
@namespace tei url('http://www.tei-c.org/ns/1.0');
@namespace oxy url('http://www.oxygenxml.com/extensions/author');
/* Par défaut */
TEI {
font-family: sans-serif;
line-height: 1.4;
color: black;
margin-left: auto;
margin-right: auto;
max-width: 60ex;
}
/*
BLOCS ET CARACTÈRES
Les styles de niveau bloc sont déclarés une première fois à un seul endroit, afin d’assurer l'écoulement du texte avant de le décorer.
*/
* {
display: inline;
}
ab,
address,
appInfo,
argument,
back,
bibl,
biblFull,
biblStruct,
body,
byline,
category,
change,
cit,
classcode,
classDecl,
closer,
dateline,
div,
div0,
div1,
div2,
div3,
div4,
div5,
div6,
div7,
docAuthor,
editionStmt,
editionStmt > edition,
editorialDecl,
editorialDecl > *,
eg,
epigraph,
encodingDesc,
extent,
fileDesc,
figDesc,
figure,
front,
graphic,
group,
head,
item,
keywords,
keywords > term,
l,
langUsage,
language,
licence,
list,
listBibl,
listWit,
lg,
msDesc,
namespace,
notesStmt,
notesStmt > note,
opener,
p,
projectDesc,
publicationStmt,
publicationStmt > *,
abstract > quote,
argument > quote,
cit > quote,
div > quote,
postscript > quote,
refsDecl,
salute,
samplingDecl,
seriesStmt,
seriesStmt > *,
signed,
sourceDesc,
sp,
speaker,
tagsDecl,
TEI,
teiHeader,
text,
textClass,
titlePage,
titleStmt,
titleStmt > *,
trailer,
witness {
display: block;
}
/* Surcharge des contextes */
p bibl,
p biblFull,
p biblStruct,
p cit {
display: inline;
}
/*
SECTIONS ET TITRES
*/
back,
div,
div0,
div1,
div2,
div3,
div4,
div5,
div6,
div7,
front,
group,
text {
padding-left: 0.1rem;
margin-left: 0.4rem;
border: 1px dashed #afafaf;
border-top-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-right-color: #FFFFFF;
}
body {
counter-reset: div1;
}
body > div {
counter-increment: div1;
counter-reset: div2;
}
body > div > div {
counter-increment: div2;
counter-reset: div3;
}
body > div > div > div {
counter-increment: div3;
}
div1 {
counter-increment: div1;
counter-reset: div2;
}
div2 {
counter-increment: div2;
counter-reset: div3;
}
div3 {
counter-increment: div3;
counter-reset: div4;
}
div4 {
counter-increment: div4;
counter-reset: div5;
}
div5 {
counter-increment: div5;
counter-reset: div6;
}
div6 {
counter-increment: div6;
counter-reset: div7;
}
div7 {
margin-bottom: 1rem;
counter-increment: div7;
}
/*
div1 > head:before {
content: counter(div1) ". ";
}
div2 > head:before {
content: counter(div1) "." counter(div2) ". ";
}
div3 > head:before {
content: counter(div1) "." counter(div2) "." counter(div3) ". ";
}
body > div > head:before {
content: counter(div1) ". ";
}
body > div > div > head:before {
content: counter(div1) "." counter(div2) ". ";
}
body > div > div > div > head:before {
content: counter(div1) "." counter(div2) "." counter(div3) ". ";
}
*/
head {
font-weight: bold;
}
div head,
div1 head {
font-size: 150%;
margin-top: 4rem;
margin-bottom: 2rem;
text-align: center;
}
div div head,
div2 head {
font-size: 130%;
margin-top: 2rem;
margin-bottom: 1rem;
text-align: left;
}
div div div head,
div3 head {
font-size: 117%;
margin-top: 1rem;
margin-bottom: 1rem;
}
/**
*
*/
/*
LISTES
*/
item[n]:before {
content: attr(n) ". ";
list-style: none;
}
item,
listWit witness,
listBibl bibl {
display: list-item;
margin-left: 1rem;
}
item list {
margin-top: 0rem;
margin-bottom: 0rem;
}
list,
listBibl,
listWit {
list-style-type: disc;
list-style-position: outside;
margin-bottom: 1rem;
margin-left: 2rem;
margin-top: 1rem;
}
list[type = "bulleted"] {
list-style-type: disc;
list-style-position: outside;
}
list[type = "gloss"] item {
display: block;
margin-left: 2rem;
}
list[type = "gloss"] label {
font-weight: bold;
}
list[type = "none"] {
list-style-type: none;
}
list[type = "numbered"] {
list-style-type: decimal;
list-style-position: outside;
}
list[type = "ordered"] {
list-style-type: decimal;
list-style-position: outside;
}
list[rend = "runon"] {
display: inline;
}
list[type = "unordered"] {
list-style-type: disc;
list-style-position: outside;
}
/*
TABLES
*/
table {
display: table;
}
table > head {
display: table-caption;
font-style: italic;
margin-bottom: 6pt;
}
row {
display: table-row;
}
cell {
display: table-cell;
border-width: 1px;
border-color: black;
border-style: solid;
padding: 1px;
text-align: center;
}
/*
BLOCS
*/
ab {
display: block;
text-align: center;
color: red;
font-weight: bold;
}
closer {
border-right: solid 10px #dca497;
border-top: solid 1px #dca497;
margin-top: 1rem;
}
dateline {
text-align: right;
margin-top: 1rem;
margin-bottom: 1rem;
}
opener {
border-left: solid 10px #dca497;
border-bottom: solid 1px #dca497;
margin-bottom: 1rem;
}
label {
font-weight: bold;
color: #800;
}
p {
text-indent: 1rem;
}
p[n]:before {
content: attr(n) ") ";
font-family: sans-serif;
font-size: 80%;
color: #800;
font-weight: bold;
}
quote {
margin: 1rem 0 1rem 1rem;
color: #060;
}
quote p:first-child {
text-indent: 0;
}
quote p{
margin: 0;
}
p quote {
display: inline;
margin: 0;
font-style: italic;
}
salute {
text-indent: 1.5rem;
margin-top: 1rem;
margin-bottom: 1rem;
}
signed {
text-align: right;
margin-top: 1rem;
margin-bottom: 1rem;
}
div > space {
display: block;
text-align: center;
}
/* BIBLIO*/
bibl {
line-height: 1.5;
}
address:before {
content: "Adresse : ";
}
bibl author:before {
content: "Auteur : ";
}
date:before {
content: "Date : ";
}
distributor:before {
content: "Diffuseur : ";
}
editor:before {
content: "Contributeur (" attr(role) ") : ";
}
extent:before {
content: "Taille approximative : ";
}
funder:before {
content: "Financeur : ";
}
idno:before {
content: attr(type) " : ";
}
principal:before {
content: "Directeur : ";
}
publisher:before {
content: "Éditeur : ";
}
pubPlace:before {
content: "Lieu : ";
}
sponsor:before {
content: "Partenaire : ";
}
bibl title:before {
content: "Titre : ";
}
bibl title {
background-color: transparent;
font-style: italic;
}
/*
POINTS (notes, sauts de page, index…)
*/
lb {
content: "\A";
}
lb[n] {
content: "\A(l. " attr(n) ") ";
color: #666666;
}
lb:first-child {
content: "(l. " attr(n) ") ";
color: #666666;
}
pb[n]:after {
content: " [" attr(n) "] ";
background: #CCCCCC;
}
pb[xml|id]:after {
content: " [" attr(xml|id) "] ";
background: #CCCCCC;
}
text {
counter-reset: note;
}
note {
font-style:initial;
font-weight: 300;
font-size: 90%;
text-indent: 0;
display: inline-block;
font-family: sans-serif;
color: #666;
padding: 3px;
background-color: #efefef;
}
note:before {
counter-increment: note;
white-space: pre;
padding: 0;
background: #800;
font-size: 80%;
line-height: 0.8;
color: #fff;
font-weight: bold;
content: '[' counter(note) ']\a';
}
note:after {
background: #800;
white-space: pre;
content: '\a ';
}
note[xml|id]:before {
content: "NOTE (" attr(xml|id)") : ";
color: #000000;
}
note[n]:before {
content: "NOTE (" attr(n)") : ";
color: #000000;
}
note[place = "left"] {
float: left;
}
note[place = "right"] {
float: right;
}
note[place = "margin"] {
margin-left: 10rem;
background-color: #FFFFEE;
}
note[place = "inline"],
note[place = "unspecified"] {
display: inline;
}
index:before {
content: oxy_attributes();
display: block;
font-weight: bold;
color: #afafaf;
}
/*
CARACTÈRES
*/
*[target]:after {
text-decoration: none;
content: attr(target);
vertical-align: super;
font-size: 80%;
color: #666666;
}
date {
background-color: #dca497;
}
gap:after {
content: "[…]";
font-style: italic;
}
*[rend = "i"],
*[rend = "it"],
*[rend = "italic"],
emph,
foreign,
mentioned,
soCalled,
title {
font-style: italic;
}
*[rend = "i"] emph,
*[rend = "i"] title {
font-style: normal;
}
*[rend = "b"],
hi[rend = "b"],
hi[rend = "bold"] {
font-weight: bold;
}
hi[rend = "sc"],
hi[rend = "smallcaps"] {
color: red;
}
hi[rend = "sup"] {
position: relative;
top: -0.5em;
font-size: 80%;
}
hi[rend = "ul"],
hi[rend = "u"],
ref {
text-decoration: underline;
}
name {
background-color: #FFFF00
}
persName {
background-color: #dca497;
}
persName[type = "author"],
author {
background-color: #EEEEFF;
}
persName[type = "character"] {
}
placeName {
background-color: #dca497;
}
title {
background-color: #FFFFCC;
border-bottom: #00FF00;
font-style: italic;
}
/*
DIVERS
*/
include {
content: attr(href) " : " attr(xpointer);
display: block;
}
/* quote {display: block;}*/
gloss {
font-style: italic;
margin-left: 2rem;
}
quote > list {
/*counter-reset: item; */
margin-left: 2rem;
}
speaker {
margin-top: 1rem;
margin-bottom: 1ex;
margin-left: 2rem;
font-size: 95%;
font-weight: bold;
}
figure > head {
margin-bottom: 2rem;
padding: 1rem;
text-align: center;
color: maroon;
}
figDesc:before {
counter-increment: figDesc;
content: "Fig. " counter(figDesc) " : ";
}
figDesc {
text-align: center;
margin-top: 1ex;
margin-bottom: 1.5rem;
}
graphic {
margin-left: auto;
margin-right: auto;
margin-top: 2rem;
border: 1px solid black;
content: "{" attr(url) "}";
}
/*
teiHeader
*/
teiHeader {
-oxy-foldable: true;
-oxy-folded: true;
border-bottom: 2px solid #FF0000;
padding-bottom: 1rem;
margin-bottom: 1rem;
color: #000000;
}
teiHeader > *,
teiHeader > * > *,
teiHeader > * > * > * {
margin-left: 1rem;
}
teiHeader > * {
margin-top: 2rem;
margin-bottom: 1rem;
border: 1px dashed #afafaf;
padding-left: 2px;
}
teiHeader > * > * {
margin-bottom: 1rem;
border: 1px dashed #afafaf;
padding-left: 2px;
}
teiHeader *:before {
color: #FF0000;
font-size: 80%;
}
sourceDesc > bibl > * {
display: block;
}
fileDesc:before {
content: "Description";
}
titleStmt:before {
content: "Le texte électronique";
}
respStmt:before {
content: "Autres responsabilités : ";
}
respStmt > resp:before {
content: "rôle : ";
font-size: 80%;
}
respStmt > name:before {
content: "Nom, Prénom : ";
font-size: 80%;
}
editionStmt:before {
content: "Mentions d'éditon électronique ";
}
editionStmt > edition:before {
content: "N° de l'édition : ";
}
publicationStmt:before {
content: "Adresse éditoriale";
}
publicationStmt > publisher:before {
content: "Éditeur électronique : ";
}
publicationStmt > authority:before {
content: "Autre responsable de publication : ";
}
availability:before {
content: "Disponibilité";
}
availability * {
margin-left: 1rem;
}
licence:before {
content: "License, " attr(target) " : ";
}
seriesStmt:before {
content: "Collection";
}
notesStmt:before {
content: "Annotations";
}
notesStmt > note:before {
content: "Note " counter(note) " : ";
}
sourceDesc:before {
content: "Source(s) numérisées";
}
encodingDesc:before {
content: "Description de l'encodage";
}
encodingDesc > projectDesc:before {
content: "Informations sur l'encodage";
}
encodingDesc > samplingDecl:before {
content: "Échantillonnage";
}
encodingDesc > editorialDecl:before {
content: "Spécificités éditoriales";
}
editorialDecl > correction:before {
content: "Règles de correction : ";
}
editorialDecl > normalization:before {
content: "Normalisation : ";
}
editorialDecl > quotation:before {
content: "Citation : ";
}
editorialDecl > hyphenation:before {
content: "Césurage : ";
}
editorialDecl > segmentation:before {
content: "Segmentation : ";
}
editorialDecl > stdVals:before {
content: "Valeurs des mesures utilisées : ";
}
editorialDecl > interpretation :before {
content: "Interprétation : ";
}
encodingDesc > tagsDecl > namespace:before {
content: "Déclaration de balisage";
}
encodingDesc > tagsDecl > rendition {
content: "Rendu : ";
}
encodingDesc > tagsDecl > namespace > tagUsage {
content: "Utilisation d'un élément spécifique : ";
}
encodingDesc > refsDecl:before {
content: "Déclaration de référence";
}
encodingDesc > refsDecl > cRefPattern {
content: "Manière de référencer : ";
}
encodingDesc > classDecl > taxonomy:before {
content: "Déclaration de classification";
}
encodingDesc > classDecl > taxonomy > category:before {
content: "Catégorie : ";
}
profileDesc:before {
content: "Description du fichier";
}
profileDesc > creation {
content: "date et lieu de création du document : ";
}
profileDesc > langUsage:before {
content: "Langue(s) : ";
}
profileDesc > langUsage > language:before {
display: block;
content: "langue — " attr(ident) " : ";
}
profileDesc > textClass:before {
content: "Classification du texte : ";
}
profileDesc > textClass > keywords:before {
display: block;
content: "Termes : ";
}
profileDesc > textClass > classCode:before {
content: "Code de classification — " attr(scheme) " : ";
}
revisionDesc:before {
content: "Révisions";
}
change:before {
display: block;
content: "Qui ? " attr(who) " Quand ? " attr(when) " Quoi ? ";
}
@media oxygen {
back,
div,
div0,
div1,
div2,
div3,
div4,
div5,
div6,
div7,
front,
group,
text {
-oxy-foldable: true;
-oxy-not-foldable-child: head;
}
persName:after {
color: #dca497;
font-family: sans-serif;
padding-left: 0.5rem;
font-size: 95%;
content: oxy_textfield(
edit, '@key',
fontInherit, true,
color, "inherit",
tooltip, "Nom, Prénom (AAAA-AAAA)"
);
}
placeName:after {
color: #dca497;
font-family: sans-serif;
padding-left: 0.5rem;
font-size: 95%;
content: oxy_textfield(
edit, '@key',
fontInherit, true,
color, "inherit",
tooltip, "???"
);
}
*[target]:after {
link: attr(target);
}
oxy|comment {
width: 90%;
font-family: monospace !important;
display: block !important;
color: green !important;
font-size: 80% !important;
padding-left: 2rem !important;
border: 1px solid;
}
}
@media XMLmind-XML-Editor {
graphic {
margin-left: auto;
margin-right: auto;
margin-top: 1.5rem;
border: 1px solid black;
content: image-viewport(attribute, url, data-type, anyURI, viewport-width, 450, content-width, scale-to-fit, smooth, yes);
}
back,
div,
div0,
div1,
div2,
div3,
div4,
div5,
div6,
div7,
front,
group,
text {
collapsible: yes;
}
back:before,
div:before,
div0:before,
div1:before,
div2:before,
div3:before,
div4:before,
div5:before,
div6:before,
div7:before,
front:before,
group:before,
text:before {
display: block;
content: " " element-name() " " collapser() " ";
font-size: 80%;
background-color: #efefef;
text-align: right;
}
listWit {
collapsible: yes;
collapsed: yes;
}
listWit:before {
content: "Témoins" collapser();
}
change:before {
display: block;
content: "— Date : \A" text-area(attribute, when, columns, 15, rows, 1, wrap, word) "\AResponsable : \A" text-area(attribute, who, columns, 15, rows, 1, wrap, word) "\AAction";
}
} | author-tei.css | @namespace xml url('http://www.w3.org/XML/1998/namespace');
@namespace tei url('http://www.tei-c.org/ns/1.0');
@namespace oxy url('http://www.oxygenxml.com/extensions/author');
/* Par défaut */
TEI {
font-family: sans-serif;
line-height: 1.4;
color: black;
margin-left: auto;
margin-right: auto;
max-width: 60ex;
}
/*
BLOCS ET CARACTÈRES
Les styles de niveau bloc sont déclarés une première fois à un seul endroit, afin d’assurer l'écoulement du texte avant de le décorer.
*/
* {
display: inline;
}
ab,
address,
appInfo,
argument,
back,
bibl,
biblFull,
biblStruct,
body,
byline,
category,
change,
cit,
classcode,
classDecl,
closer,
dateline,
div,
div0,
div1,
div2,
div3,
div4,
div5,
div6,
div7,
docAuthor,
editionStmt,
editionStmt > edition,
editorialDecl,
editorialDecl > *,
eg,
epigraph,
encodingDesc,
extent,
fileDesc,
figDesc,
figure,
front,
graphic,
group,
head,
item,
keywords,
keywords > term,
l,
langUsage,
language,
licence,
list,
listBibl,
listWit,
lg,
msDesc,
namespace,
notesStmt,
notesStmt > note,
opener,
p,
projectDesc,
publicationStmt,
publicationStmt > *,
abstract > quote,
argument > quote,
cit > quote,
div > quote,
postscript > quote,
refsDecl,
salute,
samplingDecl,
seriesStmt,
seriesStmt > *,
signed,
sourceDesc,
sp,
speaker,
tagsDecl,
TEI,
teiHeader,
text,
textClass,
titlePage,
titleStmt,
titleStmt > *,
trailer,
witness {
display: block;
}
/* Surcharge des contextes */
p bibl,
p biblFull,
p biblStruct,
p cit {
display: inline;
}
/*
SECTIONS ET TITRES
*/
back,
div,
div0,
div1,
div2,
div3,
div4,
div5,
div6,
div7,
front,
group,
text {
padding-left: 0.1rem;
margin-left: 0.4rem;
border: 1px dashed #afafaf;
border-top-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-right-color: #FFFFFF;
}
body {
counter-reset: div1;
}
body > div {
counter-increment: div1;
counter-reset: div2;
}
body > div > div {
counter-increment: div2;
counter-reset: div3;
}
body > div > div > div {
counter-increment: div3;
}
div1 {
counter-increment: div1;
counter-reset: div2;
}
div2 {
counter-increment: div2;
counter-reset: div3;
}
div3 {
counter-increment: div3;
counter-reset: div4;
}
div4 {
counter-increment: div4;
counter-reset: div5;
}
div5 {
counter-increment: div5;
counter-reset: div6;
}
div6 {
counter-increment: div6;
counter-reset: div7;
}
div7 {
margin-bottom: 1rem;
counter-increment: div7;
}
/*
div1 > head:before {
content: counter(div1) ". ";
}
div2 > head:before {
content: counter(div1) "." counter(div2) ". ";
}
div3 > head:before {
content: counter(div1) "." counter(div2) "." counter(div3) ". ";
}
body > div > head:before {
content: counter(div1) ". ";
}
body > div > div > head:before {
content: counter(div1) "." counter(div2) ". ";
}
body > div > div > div > head:before {
content: counter(div1) "." counter(div2) "." counter(div3) ". ";
}
*/
head {
font-weight: bold;
}
div head,
div1 head {
font-size: 150%;
margin-top: 4rem;
margin-bottom: 2rem;
text-align: center;
}
div div head,
div2 head {
font-size: 130%;
margin-top: 2rem;
margin-bottom: 1rem;
text-align: left;
}
div div div head,
div3 head {
font-size: 117%;
margin-top: 1rem;
margin-bottom: 1rem;
}
/**
*
*/
/*
LISTES
*/
item[n]:before {
content: attr(n) ". ";
list-style: none;
}
item,
listWit witness,
listBibl bibl {
display: list-item;
margin-left: 1rem;
}
item list {
margin-top: 0rem;
margin-bottom: 0rem;
}
list,
listBibl,
listWit {
list-style-type: disc;
list-style-position: outside;
margin-bottom: 1rem;
margin-left: 2rem;
margin-top: 1rem;
}
list[type = "bulleted"] {
list-style-type: disc;
list-style-position: outside;
}
list[type = "gloss"] item {
display: block;
margin-left: 2rem;
}
list[type = "gloss"] label {
font-weight: bold;
}
list[type = "none"] {
list-style-type: none;
}
list[type = "numbered"] {
list-style-type: decimal;
list-style-position: outside;
}
list[type = "ordered"] {
list-style-type: decimal;
list-style-position: outside;
}
list[rend = "runon"] {
display: inline;
}
list[type = "unordered"] {
list-style-type: disc;
list-style-position: outside;
}
/*
TABLES
*/
table {
display: table;
}
table > head {
display: table-caption;
font-style: italic;
margin-bottom: 6pt;
}
row {
display: table-row;
}
cell {
display: table-cell;
border-width: 1px;
border-color: black;
border-style: solid;
padding: 1px;
text-align: center;
}
/*
BLOCS
*/
ab {
display: block;
text-align: center;
color: red;
font-weight: bold;
}
closer {
border-right: solid 10px #dca497;
border-top: solid 1px #dca497;
margin-top: 1rem;
}
dateline {
text-align: right;
margin-top: 1rem;
margin-bottom: 1rem;
}
opener {
border-left: solid 10px #dca497;
border-bottom: solid 1px #dca497;
margin-bottom: 1rem;
}
label {
font-weight: bold;
color: #800;
}
p {
text-indent: 1rem;
}
p[n]:before {
content: attr(n) ") ";
font-family: sans-serif;
font-size: 80%;
color: #800;
font-weight: bold;
}
quote {
margin: 1rem 0 1rem 1rem;
color: #060;
}
quote p:first-child {
text-indent: 0;
}
quote p{
margin: 0;
}
p quote {
display: inline;
margin: 0;
font-style: italic;
}
salute {
text-indent: 1.5rem;
margin-top: 1rem;
margin-bottom: 1rem;
}
signed {
text-align: right;
margin-top: 1rem;
margin-bottom: 1rem;
}
div > space {
display: block;
text-align: center;
}
/* BIBLIO*/
bibl {
line-height: 1.5;
}
address:before {
content: "Adresse : ";
}
bibl author:before {
content: "Auteur : ";
}
date:before {
content: "Date : ";
}
distributor:before {
content: "Diffuseur : ";
}
editor:before {
content: "Contributeur (" attr(role) ") : ";
}
extent:before {
content: "Taille approximative : ";
}
funder:before {
content: "Financeur : ";
}
idno:before {
content: attr(type) " : ";
}
principal:before {
content: "Directeur : ";
}
publisher:before {
content: "Éditeur : ";
}
pubPlace:before {
content: "Lieu : ";
}
sponsor:before {
content: "Partenaire : ";
}
bibl title:before {
content: "Titre : ";
}
bibl title {
background-color: transparent;
font-style: italic;
}
/*
POINTS (notes, sauts de page, index…)
*/
lb {
content: "\A";
}
lb[n] {
content: "\A(l. " attr(n) ") ";
color: #666666;
}
lb:first-child {
content: "(l. " attr(n) ") ";
color: #666666;
}
pb[n]:after {
content: " [" attr(n) "] ";
background: #CCCCCC;
}
pb[xml|id]:after {
content: " [" attr(xml|id) "] ";
background: #CCCCCC;
}
text {
counter-reset: note;
}
note {
font-style:initial;
font-weight: 300;
font-size: 90%;
text-indent: 0;
display: inline-block;
font-family: sans-serif;
color: #666;
padding: 3px;
background-color: #efefef;
}
note:before {
counter-increment: note;
white-space: pre;
padding: 0;
background: #800;
font-size: 80%;
line-height: 0.8;
color: #fff;
font-weight: bold;
content: '[' counter(note) ']\a';
}
note:after {
background: #800;
white-space: pre;
content: '\a ';
}
note[xml|id]:before {
content: "NOTE (" attr(xml|id)") : ";
color: #000000;
}
note[n]:before {
content: "NOTE (" attr(n)") : ";
color: #000000;
}
note[place = "left"] {
float: left;
}
note[place = "right"] {
float: right;
}
note[place = "margin"] {
margin-left: 10rem;
background-color: #FFFFEE;
}
note[place = "inline"],
note[place = "unspecified"] {
display: inline;
}
index:before {
content: oxy_attributes();
display: block;
font-weight: bold;
color: #afafaf;
}
/*
CARACTÈRES
*/
*[target]:after {
text-decoration: none;
content: attr(target);
vertical-align: super;
font-size: 80%;
color: #666666;
}
date {
background-color: #dca497;
}
gap:after {
content: "[…]";
font-style: italic;
}
*[rend = "i"],
*[rend = "it"],
*[rend = "italic"],
emph,
foreign,
mentioned,
soCalled,
title {
font-style: italic;
}
*[rend = "i"] emph,
*[rend = "i"] title {
font-style: normal;
}
*[rend = "b"],
hi[rend = "b"],
hi[rend = "bold"] {
font-weight: bold;
}
hi[rend = "sc"],
hi[rend = "smallcaps"] {
color: red;
}
hi[rend = "sup"] {
position: relative;
top: -0.5em;
font-size: 80%;
}
hi[rend = "ul"],
hi[rend = "u"],
ref {
text-decoration: underline;
}
name {
background-color: #FFFF00
}
persName {
background-color: #dca497;
}
persName[type = "author"],
author {
background-color: #EEEEFF;
}
persName[type = "character"] {
}
placeName {
background-color: #dca497;
}
title {
background-color: #FFFFCC;
border-bottom: #00FF00;
font-style: italic;
}
/*
DIVERS
*/
include {
content: attr(href) " : " attr(xpointer);
display: block;
}
/* quote {display: block;}*/
gloss {
font-style: italic;
margin-left: 2rem;
}
quote > list {
/*counter-reset: item; */
margin-left: 2rem;
}
speaker {
margin-top: 1rem;
margin-bottom: 1ex;
margin-left: 2rem;
font-size: 95%;
font-weight: bold;
}
figure > head {
margin-bottom: 2rem;
padding: 1rem;
text-align: center;
color: maroon;
}
figDesc:before {
counter-increment: figDesc;
content: "Fig. " counter(figDesc) " : ";
}
figDesc {
text-align: center;
margin-top: 1ex;
margin-bottom: 1.5rem;
}
graphic {
margin-left: auto;
margin-right: auto;
margin-top: 2rem;
border: 1px solid black;
content: "{" attr(url) "}";
}
/*
teiHeader
*/
teiHeader {
-oxy-foldable: true;
-oxy-folded: true;
border-bottom: 2px solid #FF0000;
padding-bottom: 1rem;
margin-bottom: 1rem;
color: #000000;
}
teiHeader > *,
teiHeader > * > *,
teiHeader > * > * > * {
margin-left: 1rem;
}
teiHeader > * {
margin-top: 2rem;
margin-bottom: 1rem;
border: 1px dashed #afafaf;
padding-left: 2px;
}
teiHeader > * > * {
margin-bottom: 1rem;
border: 1px dashed #afafaf;
padding-left: 2px;
}
teiHeader *:before {
color: #FF0000;
font-size: 80%;
}
sourceDesc > bibl > * {
display: block;
}
fileDesc:before {
content: "Description";
}
titleStmt:before {
content: "Le texte électronique";
}
respStmt:before {
content: "Autres responsabilités : ";
}
respStmt > resp:before {
content: "rôle : ";
font-size: 80%;
}
respStmt > name:before {
content: "Nom, Prénom : ";
font-size: 80%;
}
editionStmt:before {
content: "Mentions d'éditon électronique ";
}
editionStmt > edition:before {
content: "N° de l'édition : ";
}
publicationStmt:before {
content: "Adresse éditoriale";
}
publicationStmt > publisher:before {
content: "Éditeur électronique : ";
}
publicationStmt > authority:before {
content: "Autre responsable de publication : ";
}
availability:before {
content: "Disponibilité";
}
availability * {
margin-left: 1rem;
}
licence:before {
content: "License, " attr(target) " : ";
}
seriesStmt:before {
content: "Collection";
}
notesStmt:before {
content: "Annotations";
}
notesStmt > note:before {
content: "Note " counter(note) " : ";
}
sourceDesc:before {
content: "Source(s) numérisées";
}
encodingDesc:before {
content: "Description de l'encodage";
}
encodingDesc > projectDesc:before {
content: "Informations sur l'encodage";
}
encodingDesc > samplingDecl:before {
content: "Échantillonnage";
}
encodingDesc > editorialDecl:before {
content: "Spécificités éditoriales";
}
editorialDecl > correction:before {
content: "Règles de correction : ";
}
editorialDecl > normalization:before {
content: "Normalisation : ";
}
editorialDecl > quotation:before {
content: "Citation : ";
}
editorialDecl > hyphenation:before {
content: "Césurage : ";
}
editorialDecl > segmentation:before {
content: "Segmentation : ";
}
editorialDecl > stdVals:before {
content: "Valeurs des mesures utilisées : ";
}
editorialDecl > interpretation :before {
content: "Interprétation : ";
}
encodingDesc > tagsDecl > namespace:before {
content: "Déclaration de balisage";
}
encodingDesc > tagsDecl > rendition {
content: "Rendu : ";
}
encodingDesc > tagsDecl > namespace > tagUsage {
content: "Utilisation d'un élément spécifique : ";
}
encodingDesc > refsDecl:before {
content: "Déclaration de référence";
}
encodingDesc > refsDecl > cRefPattern {
content: "Manière de référencer : ";
}
encodingDesc > classDecl > taxonomy:before {
content: "Déclaration de classification";
}
encodingDesc > classDecl > taxonomy > category:before {
content: "Catégorie : ";
}
profileDesc:before {
content: "Description du fichier";
}
profileDesc > creation {
content: "date et lieu de création du document : ";
}
profileDesc > langUsage:before {
content: "Langue(s) : ";
}
profileDesc > langUsage > language:before {
display: block;
content: "langue — " attr(ident) " : ";
}
profileDesc > textClass:before {
content: "Classification du texte : ";
}
profileDesc > textClass > keywords:before {
display: block;
content: "Termes : ";
}
profileDesc > textClass > classCode:before {
content: "Code de classification — " attr(scheme) " : ";
}
revisionDesc:before {
content: "Révisions";
}
change:before {
display: block;
content: "Qui ? " attr(who) " Quand ? " attr(when) " Quoi ? ";
}
@media oxygen {
back,
div,
div0,
div1,
div2,
div3,
div4,
div5,
div6,
div7,
front,
group,
text {
-oxy-foldable: true;
-oxy-not-foldable-child: head;
}
persName:after {
color: #dca497;
font-family: sans-serif;
padding-left: 0.5rem;
font-size: 95%;
content: oxy_textfield(
edit, '@key',
fontInherit, true,
color, "inherit",
tooltip, "Nom, Prénom (AAAA-AAAA)"
);
}
placeName:after {
color: #dca497;
font-family: sans-serif;
padding-left: 0.5rem;
font-size: 95%;
content: oxy_textfield(
edit, '@key',
fontInherit, true,
color, "inherit",
tooltip, "???"
);
}
*[target]:after {
link: attr(target);
}
oxy|comment {
width: 90%;
font-family: monospace !important;
display: block !important;
color: green !important;
font-size: 80% !important;
padding-left: 2rem !important;
border: 1px solid;
}
}
@media XMLmind-XML-Editor {
graphic {
margin-left: auto;
margin-right: auto;
margin-top: 1.5rem;
border: 1px solid black;
content: image-viewport(attribute, url, data-type, anyURI, viewport-width, 450, content-width, scale-to-fit, smooth, yes);
}
back,
div,
div0,
div1,
div2,
div3,
div4,
div5,
div6,
div7,
front,
group,
text {
collapsible: yes;
}
back:before,
div:before,
div0:before,
div1:before,
div2:before,
div3:before,
div4:before,
div5:before,
div6:before,
div7:before,
front:before,
group:before,
text:before {
display: block;
content: " " element-name() " " collapser() " ";
font-size: 80%;
background-color: #efefef;
text-align: right;
}
listWit {
collapsible: yes;
collapsed: yes;
}
listWit:before {
content: "Témoins" collapser();
}
change:before {
display: block;
content: "— Date : \A" text-area(attribute, when, columns, 15, rows, 1, wrap, word) "\AResponsable : \A" text-area(attribute, who, columns, 15, rows, 1, wrap, word) "\AAction";
}
} | 0.324878 | 0.100569 |
html {
font-family: "Quicksand", Arial, sans-serif;
font-size: 2vh;
font-size: 100%;
font-weight: 400;
}
body {
padding: 0;
margin: 0;
background: #000;
}
canvas {
width: 100%;
height: 100%;
}
h1.logo {
font-size: 6em;
letter-spacing: 0.2em;
font-weight: 400;
text-transform: uppercase;
color: #fff;
text-shadow: 0 0 5px #fff , 0 0 10px #fff , 0 0 20px #D490D2 , 0 0 30px #D490D2 , 0 0 40px #D490D2 , 0 0 50px #D490D2;
}
#about-body {
color: white;
width: 960px;
max-width: 100%;
margin: 0 auto;
margin-top: 100px;
margin-bottom: 100px;
}
#about-body .inner {
padding: 0 10px;
}
#about-body #photos {
overflow: hidden;
}
#about-body #photos img {
float: left;
max-width: 300px;
margin: 5px;
}
#about-body #team {
overflow: hidden;
}
#about-body #team .item {
float: left;
width: 50%;
margin-bottom: 20px;
text-align: center;
}
#about-body #back {
text-align: center;
}
#gui {
color: #fff;
}
#gui #score {
position: fixed;
top: 30px;
left: 30px;
margin-bottom: 30px;
}
#score {
font-size: 3em;
letter-spacing: 0.2em;
}
#gui #exit {
position: fixed;
top: 30px;
right: 30px;
text-align: right;
z-index: 100;
}
#gui a {
width: 200px
}
#gui #shotclock {
position: fixed;
top: 100px;
left: 0px;
right: 0px;
text-align: center;
font-size: 5em;
letter-spacing: 0.2em;
}
#input-data {
position: fixed;
top: 10px;
right: 10px;
color: #fff;
font-size: 12px;
width: 160px;
}
#input-data table {
color: #fff;
}
#controller-selection,
#phoneinput-info,
#endgame {
color: #fff;
background: #000;
position: fixed;
text-align: center;
width: 100%;
z-index: 1000;
}
#endgame #score {
margin-bottom: 30px;
}
#controller-selection a.button,
#endgame a.button,
#about-body a.button {
width: 200px;
max-width: 100%;
margin: 0 5px;
}
#about {
position: fixed;
bottom: 0;
width: 100%;
}
a,
a:visited {
color: white;
text-decoration: none;
}
a:hover {
text-decoration: underline;;
}
a.button,
a.button:visited {
text-align: center;
font-weight: 400;
background: none;
border: 2px solid #fff;
padding: 20px 0;
color: #fff;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.2em;
-moz-transition: all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
a.button:hover,
a.button:focus {
background: #fff;
color: #000;
display: inline-block;
text-decoration: none;
}
#aim {
background-image: url('aim.png');
background-position: center center;
background-size: 100%;
position: fixed;
width: 9vh;
height: 9vh;
width: 100px;
height: 100px;
-webkit-animation:spin 4s linear infinite;
-moz-animation:spin 4s linear infinite;
animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/**
* Generic
*/
img {
max-width: 100%;
}
.table {
height: 100%;
width: 100%;
display: table;
}
.table-cell {
height: 100%;
width: 100%;
display: table-cell;
vertical-align: middle;
}
.fade-in {
-webkit-animation-name: fadeIn;
-webkit-animation-duration: 1s;
animation-name: fadeIn;
animation-duration: 1s;
}
.fade-out {
-webkit-animation-name: fadeOut;
-webkit-animation-duration: 1s;
animation-name: fadeOut;
animation-duration: 1s;
}
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-webkit-keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 20px;} .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } | public/styles/style.css | html {
font-family: "Quicksand", Arial, sans-serif;
font-size: 2vh;
font-size: 100%;
font-weight: 400;
}
body {
padding: 0;
margin: 0;
background: #000;
}
canvas {
width: 100%;
height: 100%;
}
h1.logo {
font-size: 6em;
letter-spacing: 0.2em;
font-weight: 400;
text-transform: uppercase;
color: #fff;
text-shadow: 0 0 5px #fff , 0 0 10px #fff , 0 0 20px #D490D2 , 0 0 30px #D490D2 , 0 0 40px #D490D2 , 0 0 50px #D490D2;
}
#about-body {
color: white;
width: 960px;
max-width: 100%;
margin: 0 auto;
margin-top: 100px;
margin-bottom: 100px;
}
#about-body .inner {
padding: 0 10px;
}
#about-body #photos {
overflow: hidden;
}
#about-body #photos img {
float: left;
max-width: 300px;
margin: 5px;
}
#about-body #team {
overflow: hidden;
}
#about-body #team .item {
float: left;
width: 50%;
margin-bottom: 20px;
text-align: center;
}
#about-body #back {
text-align: center;
}
#gui {
color: #fff;
}
#gui #score {
position: fixed;
top: 30px;
left: 30px;
margin-bottom: 30px;
}
#score {
font-size: 3em;
letter-spacing: 0.2em;
}
#gui #exit {
position: fixed;
top: 30px;
right: 30px;
text-align: right;
z-index: 100;
}
#gui a {
width: 200px
}
#gui #shotclock {
position: fixed;
top: 100px;
left: 0px;
right: 0px;
text-align: center;
font-size: 5em;
letter-spacing: 0.2em;
}
#input-data {
position: fixed;
top: 10px;
right: 10px;
color: #fff;
font-size: 12px;
width: 160px;
}
#input-data table {
color: #fff;
}
#controller-selection,
#phoneinput-info,
#endgame {
color: #fff;
background: #000;
position: fixed;
text-align: center;
width: 100%;
z-index: 1000;
}
#endgame #score {
margin-bottom: 30px;
}
#controller-selection a.button,
#endgame a.button,
#about-body a.button {
width: 200px;
max-width: 100%;
margin: 0 5px;
}
#about {
position: fixed;
bottom: 0;
width: 100%;
}
a,
a:visited {
color: white;
text-decoration: none;
}
a:hover {
text-decoration: underline;;
}
a.button,
a.button:visited {
text-align: center;
font-weight: 400;
background: none;
border: 2px solid #fff;
padding: 20px 0;
color: #fff;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.2em;
-moz-transition: all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
a.button:hover,
a.button:focus {
background: #fff;
color: #000;
display: inline-block;
text-decoration: none;
}
#aim {
background-image: url('aim.png');
background-position: center center;
background-size: 100%;
position: fixed;
width: 9vh;
height: 9vh;
width: 100px;
height: 100px;
-webkit-animation:spin 4s linear infinite;
-moz-animation:spin 4s linear infinite;
animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/**
* Generic
*/
img {
max-width: 100%;
}
.table {
height: 100%;
width: 100%;
display: table;
}
.table-cell {
height: 100%;
width: 100%;
display: table-cell;
vertical-align: middle;
}
.fade-in {
-webkit-animation-name: fadeIn;
-webkit-animation-duration: 1s;
animation-name: fadeIn;
animation-duration: 1s;
}
.fade-out {
-webkit-animation-name: fadeOut;
-webkit-animation-duration: 1s;
animation-name: fadeOut;
animation-duration: 1s;
}
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-webkit-keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 20px;} .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } | 0.406273 | 0.072047 |
BODY {
margin: 0px;
}
/*** Font Styles ***/
BODY {
font-family: sans-serif;
font-size: 10pt;
}
P {
margin: 0px;
}
H1,H2,H3,H4,H5,H6 {
margin: 0px;
padding: 0px;
font-weight: normal;
}
H1 {
font-size: 22pt;
}
H2 {
font-size: 18pt;
}
H3 {
font-size: 16pt;
}
.content {
font-size: 12pt;
}
.content H1 {
margin-top: 8px;
margin-bottom: 4px;
}
/* teaser */
.teaser {
overflow: hidden;
padding: 8px
}
.teaser:HOVER {
padding: 7px;
}
.teaser H1 {
font-size: 14pt;
margin-top: 8px;
margin-bottom: 4px;
}
/*** columns ***/
.column1 {
width: 100%;
min-width: 250px;
height: 120px;
float: none;
}
.column2 {
width: 49%;
min-width: 250px;
height: 120px;
float: left;
}
.column3 {
width: 30%;
min-width: 250px;
height: 120px;
float: left;
}
/*** Positioning ***/
.top {
left: 0px;
right: 0px;
top: 0px;
height: 40px;
z-index: 100;
}
.left {
left: 0px;
width: 320px;
top: 40px;
bottom: 0px;
z-index: 99;
}
.left .label {
top: 30px;
left: 38px;
position: absolute;
}
.left .list {
top: 56px;
left: 30px;
right: 30px;
position: absolute;
}
.center {
position: absolute;
top: 96px;
left: 320px;
right: 40px;z-index: 98;
}
#label-result {
position: absolute;
top: 70px;
left: 328px;
}
#button-refresh {
position: absolute;
top: 50px;
right: 40px;
}
/* search panel */
.search {
position: fixed;
}
.search .workingset-selection {
left: 30px;
top: 9px;
width: 150px;
position: absolute;
}
.search .icon.edit-set {
left: 192px;
top: 6px;
position: absolute;
}
.search .icon.add-set {
left: 218px;
top: 6px;
position: absolute;
}
.search .icon.delete-set {
left: 244px;
top: 6px;
position: absolute;
}
.search .search-field {
left: 320px;
top: 9px;
right: 40px;
position: absolute;
}
.search .search-field INPUT {
left: 0px;
top: 0px;
width: 100%;
position: absolute;
}
.search .icon.search {
top: -3px;
right: -3px;
position: absolute;
}
/* source filter */
.sources {
position: fixed;
}
.sources .list {
bottom: 100px;
}
.sources .icon.select-all {
left: 30px;
bottom: 74px;
position: absolute;
}
.sources .icon.select-none {
left: 56px;
bottom: 74px;
position: absolute;
}
.sources .icon.add {
left: 82px;
bottom: 74px;
position: absolute;
}
/* pager */
.pager {
position: fixed;
}
.pager .link.nav-left {
left: 30px;
top: 3px;
width: 70px;
position: absolute;
}
.pager .article-selection {
left: 320px;
top: 9px;
right: 92px;
position: absolute;
}
.pager .article-selection select {
width: 100%;
}
.pager .nav-left {
top: 6px;
right: 66px;
position: absolute;
}
.pager .nav-right {
top: 6px;
right: 40px;
position: absolute;
}
/* main content */
.content {
padding: 8px;
}
.center.content {
top: 70px;
}
/* what others say panel */
.related {
position: absolute;
}
/*** UI elements ***/
.clickable, .checked, .unchecked {
cursor: pointer;
}
.checked:HOVER, .unchecked:HOVER {
background-color: #f6f8f9;
}
.clickable:HOVER {
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
-moz-border-radius: 6px;
border-radius: 6px;
background: #f6f8f9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background:
url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9),
color-stop(50%, #e5ebee), color-stop(51%, #d7dee3),
color-stop(100%, #f5f7f9) ); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%,
#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* IE10+ */
background: linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
}
.checked {
padding-left: 26px;
}
.unchecked {
padding-left: 26px;
color: gray;
}
.border {
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
-moz-border-radius: 6px;
border-radius: 6px;
}
.list-item {
line-height: 30px;
vertical-align: baseline;
}
.vertical-scroll {
overflow-y: auto;
overflow-x: hidden;
}
/* icons */
.icon {
cursor: pointer;
border: none;
position: relative;
background-color: transparent;
}
.link {
cursor: pointer;
line-height: 30px;
vertical-align: baseline;
text-decoration: underline;
}
/* icons 24 * 24 pixels */
button.icon24 {
width: 24px;
}
.icon24 {
background-image: url("../images/icons24.png");
background-repeat: no-repeat;
height: 24px;
}
.icon24.edit-set {
background-position: 0px -60px;
}
.icon24.add-set {
background-position: 0px -84px;
}
.icon24.delete-set {
background-position: 0px -108px;
}
.icon24.search {
background-position: 0px -132px;
}
.icon24.delete {
background-position: 0px -156px;
}
.icon24.refresh {
background-position: 0px -180px;
}
.icon24.select-all {
background-position: 0px -204px;
}
.icon24.select-none {
background-position: 0px -228px;
}
.icon24.add {
background-position: 0px -252px;
}
.icon24.nav-left {
background-position: 0px -276px;
}
.icon24.nav-right {
background-position: 0px -300px;
}
/* icons 30 * 24 pixels */
.link.icon30 {
padding-left: 26px;
}
.icon30 {
background-image: url("../images/icons24.png");
background-repeat: no-repeat;
height: 30px;
}
.icon30.unchecked {
background-position: 0px -324px;
}
.icon30.checked {
background-position: 0px -354px;
}
.icon30.nav-left {
background-position: 0px 0px;
}
.icon30.nav-right {
background-position: 0px -60px;
}
/** background **/
.top {
background: #f6f8f9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background:
url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW<KEY>
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9),
color-stop(50%, #e5ebee), color-stop(51%, #d7dee3),
color-stop(100%, #f5f7f9) ); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%,
#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* IE10+ */
background: linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
} | cee-html-prototype/src/main/resources/twopage/css/main.css | BODY {
margin: 0px;
}
/*** Font Styles ***/
BODY {
font-family: sans-serif;
font-size: 10pt;
}
P {
margin: 0px;
}
H1,H2,H3,H4,H5,H6 {
margin: 0px;
padding: 0px;
font-weight: normal;
}
H1 {
font-size: 22pt;
}
H2 {
font-size: 18pt;
}
H3 {
font-size: 16pt;
}
.content {
font-size: 12pt;
}
.content H1 {
margin-top: 8px;
margin-bottom: 4px;
}
/* teaser */
.teaser {
overflow: hidden;
padding: 8px
}
.teaser:HOVER {
padding: 7px;
}
.teaser H1 {
font-size: 14pt;
margin-top: 8px;
margin-bottom: 4px;
}
/*** columns ***/
.column1 {
width: 100%;
min-width: 250px;
height: 120px;
float: none;
}
.column2 {
width: 49%;
min-width: 250px;
height: 120px;
float: left;
}
.column3 {
width: 30%;
min-width: 250px;
height: 120px;
float: left;
}
/*** Positioning ***/
.top {
left: 0px;
right: 0px;
top: 0px;
height: 40px;
z-index: 100;
}
.left {
left: 0px;
width: 320px;
top: 40px;
bottom: 0px;
z-index: 99;
}
.left .label {
top: 30px;
left: 38px;
position: absolute;
}
.left .list {
top: 56px;
left: 30px;
right: 30px;
position: absolute;
}
.center {
position: absolute;
top: 96px;
left: 320px;
right: 40px;z-index: 98;
}
#label-result {
position: absolute;
top: 70px;
left: 328px;
}
#button-refresh {
position: absolute;
top: 50px;
right: 40px;
}
/* search panel */
.search {
position: fixed;
}
.search .workingset-selection {
left: 30px;
top: 9px;
width: 150px;
position: absolute;
}
.search .icon.edit-set {
left: 192px;
top: 6px;
position: absolute;
}
.search .icon.add-set {
left: 218px;
top: 6px;
position: absolute;
}
.search .icon.delete-set {
left: 244px;
top: 6px;
position: absolute;
}
.search .search-field {
left: 320px;
top: 9px;
right: 40px;
position: absolute;
}
.search .search-field INPUT {
left: 0px;
top: 0px;
width: 100%;
position: absolute;
}
.search .icon.search {
top: -3px;
right: -3px;
position: absolute;
}
/* source filter */
.sources {
position: fixed;
}
.sources .list {
bottom: 100px;
}
.sources .icon.select-all {
left: 30px;
bottom: 74px;
position: absolute;
}
.sources .icon.select-none {
left: 56px;
bottom: 74px;
position: absolute;
}
.sources .icon.add {
left: 82px;
bottom: 74px;
position: absolute;
}
/* pager */
.pager {
position: fixed;
}
.pager .link.nav-left {
left: 30px;
top: 3px;
width: 70px;
position: absolute;
}
.pager .article-selection {
left: 320px;
top: 9px;
right: 92px;
position: absolute;
}
.pager .article-selection select {
width: 100%;
}
.pager .nav-left {
top: 6px;
right: 66px;
position: absolute;
}
.pager .nav-right {
top: 6px;
right: 40px;
position: absolute;
}
/* main content */
.content {
padding: 8px;
}
.center.content {
top: 70px;
}
/* what others say panel */
.related {
position: absolute;
}
/*** UI elements ***/
.clickable, .checked, .unchecked {
cursor: pointer;
}
.checked:HOVER, .unchecked:HOVER {
background-color: #f6f8f9;
}
.clickable:HOVER {
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
-moz-border-radius: 6px;
border-radius: 6px;
background: #f6f8f9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background:
url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9),
color-stop(50%, #e5ebee), color-stop(51%, #d7dee3),
color-stop(100%, #f5f7f9) ); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%,
#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* IE10+ */
background: linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
}
.checked {
padding-left: 26px;
}
.unchecked {
padding-left: 26px;
color: gray;
}
.border {
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
-moz-border-radius: 6px;
border-radius: 6px;
}
.list-item {
line-height: 30px;
vertical-align: baseline;
}
.vertical-scroll {
overflow-y: auto;
overflow-x: hidden;
}
/* icons */
.icon {
cursor: pointer;
border: none;
position: relative;
background-color: transparent;
}
.link {
cursor: pointer;
line-height: 30px;
vertical-align: baseline;
text-decoration: underline;
}
/* icons 24 * 24 pixels */
button.icon24 {
width: 24px;
}
.icon24 {
background-image: url("../images/icons24.png");
background-repeat: no-repeat;
height: 24px;
}
.icon24.edit-set {
background-position: 0px -60px;
}
.icon24.add-set {
background-position: 0px -84px;
}
.icon24.delete-set {
background-position: 0px -108px;
}
.icon24.search {
background-position: 0px -132px;
}
.icon24.delete {
background-position: 0px -156px;
}
.icon24.refresh {
background-position: 0px -180px;
}
.icon24.select-all {
background-position: 0px -204px;
}
.icon24.select-none {
background-position: 0px -228px;
}
.icon24.add {
background-position: 0px -252px;
}
.icon24.nav-left {
background-position: 0px -276px;
}
.icon24.nav-right {
background-position: 0px -300px;
}
/* icons 30 * 24 pixels */
.link.icon30 {
padding-left: 26px;
}
.icon30 {
background-image: url("../images/icons24.png");
background-repeat: no-repeat;
height: 30px;
}
.icon30.unchecked {
background-position: 0px -324px;
}
.icon30.checked {
background-position: 0px -354px;
}
.icon30.nav-left {
background-position: 0px 0px;
}
.icon30.nav-right {
background-position: 0px -60px;
}
/** background **/
.top {
background: #f6f8f9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background:
url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW<KEY>
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9),
color-stop(50%, #e5ebee), color-stop(51%, #d7dee3),
color-stop(100%, #f5f7f9) ); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%,
#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9
100%); /* IE10+ */
background: linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
} | 0.358915 | 0.057493 |
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
.mCustomScrollBox{ /* contains plugin's markup */
position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
outline: none;
direction: ltr;
}
.mCSB_container{ /* contains the original content */
overflow: hidden;
width: auto;
height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container{ margin-right: 30px; }
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
margin-right: 0;
margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */
.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
position: absolute;
width: 16px;
height: auto;
left: auto;
top: 0;
right: 0;
bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
right: auto;
left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail{
width: 2px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
cursor: pointer;
width: 100%;
height: 30px; /* minimum dragger height */
z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
position: relative;
width: 4px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
display: block;
position: absolute;
height: 20px;
width: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container{
margin-right: 0;
margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
width: auto;
height: 16px;
top: auto;
right: 0;
bottom: 0;
left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
width: 100%;
height: 2px;
margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
width: 30px; /* minimum dragger width */
height: 100%;
left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
width: 100%;
height: 4px;
margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
height: 12px; /* auto-expanded scrollbar */
margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
height: 8px; /* auto-expanded scrollbar */
margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
display: block;
position: absolute;
width: 20px;
height: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper{
position: absolute;
height: auto;
width: auto;
overflow: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin-right: 30px;
margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container{
padding-right: 30px;
padding-bottom: 30px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
margin-right: 0;
margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
margin-right: 0; /* non-visible scrollbar */
margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }
.mCSB_scrollTools .mCSB_draggerRail{
background-color: #000; background-color: rgba(0,0,0,0.4);
filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: #fff; background-color: rgba(255,255,255,0.75);
filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background-color: #fff; background-color: rgba(255,255,255,0.85);
filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background-color: #fff; background-color: rgba(255,255,255,0.9);
filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
background-image: url(mCSB_buttons.png); /* css sprites */
background-repeat: no-repeat;
opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp{
background-position: 0 0;
/*
sprites locations
light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
*/
}
.mCSB_scrollTools .mCSB_buttonDown{
background-position: 0 -20px;
/*
sprites locations
light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
background-position: 0 -40px;
/*
sprites locations
light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
*/
}
.mCSB_scrollTools .mCSB_buttonRight{
background-position: 0 -56px;
/*
sprites locations
light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
width: 4px;
background-color: #fff; background-color: rgba(255,255,255,0.1);
-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width: 4px;
background-color: #fff; background-color: rgba(255,255,255,0.75);
-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
width: 100%;
height: 4px;
margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -20px; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -40px; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
background-color: #000; background-color: rgba(0,0,0,0.1);
-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: #000; background-color: rgba(0,0,0,0.75);
-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -120px -56px; }
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
width: 4px;
background-color: #fff; background-color: rgba(255,255,255,0.1);
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width: 6px;
background-color: #fff; background-color: rgba(255,255,255,0.75);
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
width: 100%;
height: 4px;
margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
width: 100%;
height: 6px;
margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -20px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -40px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
background-color: #000; background-color: rgba(0,0,0,0.1);
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: #000; background-color: rgba(0,0,0,0.75);
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -56px; }
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
width: 100%;
height: 2px;
margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width: 14px;
margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
height: 14px;
margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
width: 16px; /* auto-expanded scrollbar */
height: 16px;
margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
height: 16px; /* auto-expanded scrollbar */
width: 16px;
margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
height: 4px; /* auto-expanded scrollbar */
margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
background-color: transparent;
background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
background-repeat: repeat-y;
opacity: 0.3;
filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
height: 4px;
margin: 6px 0;
background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-repeat: repeat-y;
background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools{
opacity: 1;
filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
width: 8px;
background-color: #000; background-color: rgba(0,0,0,0.2);
box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
width: 100%;
height: 8px;
margin: 4px 0;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
width: 100%;
height: 8px;
margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
background-color: #000; background-color: rgba(0,0,0,0.1);
box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -120px -128px; }
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools{
opacity: 1;
filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
bottom: 1px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
width: 12px;
margin: 2px;
position: absolute;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
height: 12px;
width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
background-color: #000; background-color: rgba(0,0,0,0.05);
box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
background-color: #fff; background-color: rgba(0,0,0,0.05);
box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -120px -128px; }
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
right: 0;
margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
bottom: 0;
margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
left: 0;
right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: #fff; background-color: rgba(255,255,255,0.2);
filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background-color: #fff; background-color: rgba(255,255,255,0.5);
filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: #000; background-color: rgba(0,0,0,0.2);
filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background-color: #000; background-color: rgba(0,0,0,0.5);
filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
width: 6px;
background-color: #000; background-color: rgba(0,0,0,0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
width: 100%;
height: 6px;
margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
height: 12px;
margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -120px -128px; }
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
width: 12px;
background-color: #000; background-color: rgba(0,0,0,0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width: 6px;
margin: 3px 5px;
position: absolute;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
height: 6px;
margin: 5px 3px;
position: absolute;
width: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
width: 100%;
height: 12px;
margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -120px -128px; }
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
background-color: transparent;
border-width: 1px;
border-style: solid;
border-color: #fff;
border-color: rgba(255,255,255,0.2);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
/* ---------------------------------------- */
/*! nouislider - 12.0.0 - 9/14/2018 */
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
direction: ltr;
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
/* Wrapper for all connect elements.
*/
.noUi-connects {
overflow: hidden;
z-index: 0;
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
left: 0;
height: 100%;
width: 100%;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
/* Offset direction
*/
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
left: auto;
right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
* connect elements.
*/
.noUi-vertical .noUi-origin {
width: 0;
}
.noUi-horizontal .noUi-origin {
height: 0;
}
.noUi-handle {
position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: transform 0.3s;
transition: transform 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
}
/* Slider size and handle placement;
*/
.noUi-horizontal {
height: 18px;
}
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
left: -17px;
top: -6px;
}
.noUi-vertical {
width: 18px;
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
right: -17px;
left: auto;
}
/* Styling;
* Giving the connect element a border radius causes issues with using transform: scale
*/
.noUi-target {
background: #FAFAFA;
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
border-radius: 3px;
}
.noUi-connect {
background: #3FB8AF;
}
/* Handles and cursors;
*/
.noUi-draggable {
cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize;
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
*/
.noUi-handle:before,
.noUi-handle:after {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px;
}
.noUi-handle:after {
left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
}
.noUi-vertical .noUi-handle:after {
top: 17px;
}
/* Disabled state;
*/
[disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
cursor: not-allowed;
}
/* Base;
*
*/
.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-pips {
position: absolute;
color: #999;
}
/* Values;
*
*/
.noUi-value {
position: absolute;
white-space: nowrap;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
}
/* Markings;
*
*/
.noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
}
/* Horizontal layout;
*
*/
.noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
}
/* Vertical layout;
*
*/
.noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%, 0);
padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px;
}
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
text-align: center;
white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.navbar {
display: none; }
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important; }
.label {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important; } }
* {
-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: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #fff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none; }
a:hover, a:focus {
color: #23527c;
text-decoration: underline; }
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-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; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777; }
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 20px;
margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%; }
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 10px;
margin-bottom: 10px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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: 300;
line-height: 1.4; }
@media (min-width: 768px) {
.lead {
font-size: 21px; } }
small,
.small {
font-size: 85%; }
mark,
.mark {
background-color: #fcf8e3;
padding: .2em; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
.text-nowrap {
white-space: nowrap; }
.text-lowercase {
text-transform: lowercase; }
.text-uppercase, .initialism {
text-transform: uppercase; }
.text-capitalize {
text-transform: capitalize; }
.text-muted {
color: #777777; }
.text-primary {
color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
color: #286090; }
.text-success {
color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
color: #2b542c; }
.text-info {
color: #31708f; }
a.text-info:hover,
a.text-info:focus {
color: #245269; }
.text-warning {
color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
color: #66512c; }
.text-danger {
color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
color: #843534; }
.bg-primary {
color: #fff; }
.bg-primary {
background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090; }
.bg-success {
background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3; }
.bg-info {
background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee; }
.bg-warning {
background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5; }
.bg-danger {
background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
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,
ul ol,
ol ul,
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; }
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table; }
.dl-horizontal dd:after {
clear: both; }
@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 #777777; }
.initialism {
font-size: 90%; }
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: #777777; }
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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014'; }
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429; }
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.container:before, .container:after {
content: " ";
display: table; }
.container:after {
clear: both; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@media (min-width: 992px) {
.container {
width: 970px; } }
@media (min-width: 1200px) {
.container {
width: 1170px; } }
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; }
.row {
margin-left: -15px;
margin-right: -15px; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
.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: 15px;
padding-right: 15px; }
.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-1 {
width: 8.3333333333%; }
.col-xs-2 {
width: 16.6666666667%; }
.col-xs-3 {
width: 25%; }
.col-xs-4 {
width: 33.3333333333%; }
.col-xs-5 {
width: 41.6666666667%; }
.col-xs-6 {
width: 50%; }
.col-xs-7 {
width: 58.3333333333%; }
.col-xs-8 {
width: 66.6666666667%; }
.col-xs-9 {
width: 75%; }
.col-xs-10 {
width: 83.3333333333%; }
.col-xs-11 {
width: 91.6666666667%; }
.col-xs-12 {
width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 8.3333333333%; }
.col-xs-pull-2 {
right: 16.6666666667%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-4 {
right: 33.3333333333%; }
.col-xs-pull-5 {
right: 41.6666666667%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-7 {
right: 58.3333333333%; }
.col-xs-pull-8 {
right: 66.6666666667%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-10 {
right: 83.3333333333%; }
.col-xs-pull-11 {
right: 91.6666666667%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 8.3333333333%; }
.col-xs-push-2 {
left: 16.6666666667%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-4 {
left: 33.3333333333%; }
.col-xs-push-5 {
left: 41.6666666667%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-7 {
left: 58.3333333333%; }
.col-xs-push-8 {
left: 66.6666666667%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-10 {
left: 83.3333333333%; }
.col-xs-push-11 {
left: 91.6666666667%; }
.col-xs-push-12 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 8.3333333333%; }
.col-xs-offset-2 {
margin-left: 16.6666666667%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.3333333333%; }
.col-xs-offset-5 {
margin-left: 41.6666666667%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.3333333333%; }
.col-xs-offset-8 {
margin-left: 66.6666666667%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.3333333333%; }
.col-xs-offset-11 {
margin-left: 91.6666666667%; }
.col-xs-offset-12 {
margin-left: 100%; }
@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-1 {
width: 8.3333333333%; }
.col-sm-2 {
width: 16.6666666667%; }
.col-sm-3 {
width: 25%; }
.col-sm-4 {
width: 33.3333333333%; }
.col-sm-5 {
width: 41.6666666667%; }
.col-sm-6 {
width: 50%; }
.col-sm-7 {
width: 58.3333333333%; }
.col-sm-8 {
width: 66.6666666667%; }
.col-sm-9 {
width: 75%; }
.col-sm-10 {
width: 83.3333333333%; }
.col-sm-11 {
width: 91.6666666667%; }
.col-sm-12 {
width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 8.3333333333%; }
.col-sm-pull-2 {
right: 16.6666666667%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-4 {
right: 33.3333333333%; }
.col-sm-pull-5 {
right: 41.6666666667%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-7 {
right: 58.3333333333%; }
.col-sm-pull-8 {
right: 66.6666666667%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-10 {
right: 83.3333333333%; }
.col-sm-pull-11 {
right: 91.6666666667%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 8.3333333333%; }
.col-sm-push-2 {
left: 16.6666666667%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-4 {
left: 33.3333333333%; }
.col-sm-push-5 {
left: 41.6666666667%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-7 {
left: 58.3333333333%; }
.col-sm-push-8 {
left: 66.6666666667%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-10 {
left: 83.3333333333%; }
.col-sm-push-11 {
left: 91.6666666667%; }
.col-sm-push-12 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 8.3333333333%; }
.col-sm-offset-2 {
margin-left: 16.6666666667%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.3333333333%; }
.col-sm-offset-5 {
margin-left: 41.6666666667%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.3333333333%; }
.col-sm-offset-8 {
margin-left: 66.6666666667%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.3333333333%; }
.col-sm-offset-11 {
margin-left: 91.6666666667%; }
.col-sm-offset-12 {
margin-left: 100%; } }
@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-1 {
width: 8.3333333333%; }
.col-md-2 {
width: 16.6666666667%; }
.col-md-3 {
width: 25%; }
.col-md-4 {
width: 33.3333333333%; }
.col-md-5 {
width: 41.6666666667%; }
.col-md-6 {
width: 50%; }
.col-md-7 {
width: 58.3333333333%; }
.col-md-8 {
width: 66.6666666667%; }
.col-md-9 {
width: 75%; }
.col-md-10 {
width: 83.3333333333%; }
.col-md-11 {
width: 91.6666666667%; }
.col-md-12 {
width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 8.3333333333%; }
.col-md-pull-2 {
right: 16.6666666667%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-4 {
right: 33.3333333333%; }
.col-md-pull-5 {
right: 41.6666666667%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-7 {
right: 58.3333333333%; }
.col-md-pull-8 {
right: 66.6666666667%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-10 {
right: 83.3333333333%; }
.col-md-pull-11 {
right: 91.6666666667%; }
.col-md-pull-12 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 8.3333333333%; }
.col-md-push-2 {
left: 16.6666666667%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-4 {
left: 33.3333333333%; }
.col-md-push-5 {
left: 41.6666666667%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-7 {
left: 58.3333333333%; }
.col-md-push-8 {
left: 66.6666666667%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-10 {
left: 83.3333333333%; }
.col-md-push-11 {
left: 91.6666666667%; }
.col-md-push-12 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 8.3333333333%; }
.col-md-offset-2 {
margin-left: 16.6666666667%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.3333333333%; }
.col-md-offset-5 {
margin-left: 41.6666666667%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.3333333333%; }
.col-md-offset-8 {
margin-left: 66.6666666667%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.3333333333%; }
.col-md-offset-11 {
margin-left: 91.6666666667%; }
.col-md-offset-12 {
margin-left: 100%; } }
@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-1 {
width: 8.3333333333%; }
.col-lg-2 {
width: 16.6666666667%; }
.col-lg-3 {
width: 25%; }
.col-lg-4 {
width: 33.3333333333%; }
.col-lg-5 {
width: 41.6666666667%; }
.col-lg-6 {
width: 50%; }
.col-lg-7 {
width: 58.3333333333%; }
.col-lg-8 {
width: 66.6666666667%; }
.col-lg-9 {
width: 75%; }
.col-lg-10 {
width: 83.3333333333%; }
.col-lg-11 {
width: 91.6666666667%; }
.col-lg-12 {
width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 8.3333333333%; }
.col-lg-pull-2 {
right: 16.6666666667%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-4 {
right: 33.3333333333%; }
.col-lg-pull-5 {
right: 41.6666666667%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-7 {
right: 58.3333333333%; }
.col-lg-pull-8 {
right: 66.6666666667%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-10 {
right: 83.3333333333%; }
.col-lg-pull-11 {
right: 91.6666666667%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 8.3333333333%; }
.col-lg-push-2 {
left: 16.6666666667%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-4 {
left: 33.3333333333%; }
.col-lg-push-5 {
left: 41.6666666667%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-7 {
left: 58.3333333333%; }
.col-lg-push-8 {
left: 66.6666666667%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-10 {
left: 83.3333333333%; }
.col-lg-push-11 {
left: 91.6666666667%; }
.col-lg-push-12 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 8.3333333333%; }
.col-lg-offset-2 {
margin-left: 16.6666666667%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.3333333333%; }
.col-lg-offset-5 {
margin-left: 41.6666666667%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.3333333333%; }
.col-lg-offset-8 {
margin-left: 66.6666666667%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.3333333333%; }
.col-lg-offset-11 {
margin-left: 91.6666666667%; }
.col-lg-offset-12 {
margin-left: 100%; } }
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
.fade.in {
opacity: 1; }
.collapse {
display: none; }
.collapse.in {
display: block; }
tr.collapse.in {
display: table-row; }
tbody.collapse.in {
display: table-row-group; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease; }
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none; }
.nav:before, .nav:after {
content: " ";
display: table; }
.nav:after {
clear: both; }
.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: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
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: #337ab7; }
.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 #ddd; }
.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: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default; }
.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: #fff;
background-color: #337ab7; }
.nav-stacked > li {
float: none; }
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0; }
.nav-justified, .nav-tabs.nav-justified {
width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none; }
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd; }
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff; } }
.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; }
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body {
padding: 15px; }
.panel-body:before, .panel-body:after {
content: " ";
display: table; }
.panel-body:after {
clear: both; }
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle {
color: inherit; }
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit; }
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit; }
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0; }
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0; }
.list-group + .panel-footer {
border-top-width: 0; }
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0; }
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0; }
.panel > .table-responsive {
border: 0;
margin-bottom: 0; }
.panel-group {
margin-bottom: 20px; }
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px; }
.panel-group .panel + .panel {
margin-top: 5px; }
.panel-group .panel-heading {
border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd; }
.panel-group .panel-footer {
border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd; }
.panel-default {
border-color: #ddd; }
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd; }
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; }
.panel-primary {
border-color: #337ab7; }
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7; }
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7; }
.panel-success {
border-color: #d6e9c6; }
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6; }
.panel-info {
border-color: #bce8f1; }
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1; }
.panel-warning {
border-color: #faebcc; }
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc; }
.panel-danger {
border-color: #ebccd1; }
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1; }
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20); }
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50); }
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none; }
.modal-open {
overflow: hidden; }
.modal {
display: none;
overflow: hidden;
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%);
-o-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);
-o-transform: translate(0, 0);
transform: translate(0, 0); }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 10px; }
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
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: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.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; }
.modal-header:before, .modal-header:after {
content: " ";
display: table; }
.modal-header:after {
clear: both; }
.modal-header .close {
margin-top: -2px; }
.modal-title {
margin: 0;
line-height: 1.428571429; }
.modal-body {
position: relative;
padding: 15px; }
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
content: " ";
display: table; }
.modal-footer:after {
clear: both; }
.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; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
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: 900px; } }
.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;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px; }
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0; }
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0; }
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0; } }
.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: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0); }
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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: 0;
color: #fff;
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%;
margin-top: -10px;
z-index: 5;
display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
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 #fff;
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: #fff; }
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
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: -10px;
font-size: 30px; }
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px; }
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px; }
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px; }
.carousel-indicators {
bottom: 20px; } }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix: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; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs {
display: none !important; }
.visible-sm {
display: none !important; }
.visible-md {
display: none !important; }
.visible-lg {
display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important; }
@media (max-width: 767px) {
.visible-xs {
display: block !important; }
table.visible-xs {
display: table !important; }
tr.visible-xs {
display: table-row !important; }
th.visible-xs,
td.visible-xs {
display: table-cell !important; } }
@media (max-width: 767px) {
.visible-xs-block {
display: block !important; } }
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important; } }
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important; }
table.visible-sm {
display: table !important; }
tr.visible-sm {
display: table-row !important; }
th.visible-sm,
td.visible-sm {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important; }
table.visible-md {
display: table !important; }
tr.visible-md {
display: table-row !important; }
th.visible-md,
td.visible-md {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important; } }
@media (min-width: 1200px) {
.visible-lg {
display: block !important; }
table.visible-lg {
display: table !important; }
tr.visible-lg {
display: table-row !important; }
th.visible-lg,
td.visible-lg {
display: table-cell !important; } }
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important; } }
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important; } }
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !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 !important; }
tr.visible-print {
display: table-row !important; }
th.visible-print,
td.visible-print {
display: table-cell !important; } }
.visible-print-block {
display: none !important; }
@media print {
.visible-print-block {
display: block !important; } }
.visible-print-inline {
display: none !important; }
@media print {
.visible-print-inline {
display: inline !important; } }
.visible-print-inline-block {
display: none !important; }
@media print {
.visible-print-inline-block {
display: inline-block !important; } }
@media print {
.hidden-print {
display: none !important; } }
html {
font-size: 62.5%; }
body {
font-family: "Exo", sans-serif;
font-size: 1.1em;
color: #101010; }
@media (min-width: 1919px) {
body {
font-size: 1.2em; } }
@media (min-width: 2399px) {
body {
font-size: 1.3em; } }
a {
text-decoration: none;
outline: none;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
a:focus, a:visited {
color: inhiret;
text-decoration: none; }
h1, h2, h3, h4, h5 {
font-size: 1em;
font-family: "Exo", sans-serif; }
html, body, .site {
width: 100%;
height: 100%;
overflow: hidden; }
@media (max-width: 768px) {
html, body, .site {
height: auto;
overflow: auto; } }
.site--loader {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999999999;
background-color: rgba(0, 0, 0, 0.9);
display: flex;
align-items: center; }
.site--loader._hide {
visibility: hidden;
opacity: 0; }
.site--loader ._icon {
width: 6em;
margin: 0px auto; }
.site--loader ._icon img {
width: 100%; }
.icon {
display: inline-block;
vertical-align: middle;
width: 2em;
height: 2em;
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain; }
.icon--car {
background-image: url("../images/icon--car.png"); }
.icon--car--grey {
background-image: url("../images/icon--car--grey.png"); }
.icon--location {
background-image: url("../images/icon--location.png"); }
.icon--location--grey {
background-image: url("../images/icon--location--grey.png"); }
.icon--warranty {
background-image: url("../images/icon--warranty.png"); }
.icon--help {
background-image: url("../images/icon--help.png"); }
.icon--play--white {
background-image: url("../images/icon--play--white.svg"); }
.icon--target {
background-image: url("../images/icon--target--primary.svg"); }
.section--subtitle {
margin: 0;
font-size: 1.5em;
font-weight: 1em;
font-weight: 300;
text-transform: uppercase;
color: #282828; }
.section--title {
margin: 0;
font-size: 3.5em;
font-weight: 1em;
font-weight: 100;
color: #282828; }
.section--title--lg {
font-size: 4.5em;
text-transform: uppercase; }
.section--title--wider {
letter-spacing: 0.6em; }
.section--container {
padding-left: 4em;
padding-right: 4em; }
.section--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s; }
@media (max-width: 768px) {
.section--bg._desktop {
display: none; } }
.section--bg._mobile {
display: none; }
@media (max-width: 768px) {
.section--bg._mobile {
display: block;
position: static; } }
.section--bg._mobile img {
width: 100%; }
.section--content {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.section--content--main {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
display: flex;
align-items: center; }
.block {
margin-bottom: 1em; }
.block--inner, .block--content {
width: 100%;
height: 100%; }
.block--content {
position: relative; }
.block--media {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 9999;
visibility: hidden; }
.block--media._open {
visibility: visible; }
.block--media._open ._media--overlay {
opacity: 1;
visibility: visible; }
.block--media._open ._media--main {
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.block--media ._media--overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
visibility: hidden; }
.block--media ._media--close {
text-align: right;
margin-bottom: 1em; }
.block--media ._media--close a {
display: inline-block;
color: #ffffff;
font-size: 1.2em; }
.block--media ._media--close a ._label {
margin-right: 1em; }
.block--media ._media--main {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
visibility: hidden;
-webkit-transform: translateY(-110%);
-moz-transform: translateY(-110%);
-ms-transform: translateY(-110%);
-o-transform: translateY(-110%);
transform: translateY(-110%); }
.block--media ._media--main--inner {
margin: 0px auto;
width: 60em;
height: 36em; }
.block--media ._media--main ._media--content,
.block--media ._media--main ._video--main {
width: 100%;
height: 100%; }
.block--banner {
width: 100%;
height: 73em; }
@media (max-width: 768px) {
.block--banner {
height: auto; }
.block--banner .block--content {
padding-top: 8em;
padding-bottom: 3em; } }
.block--banner--sm {
height: 35em; }
.block--banner--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.block--banner--bg ._overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1; }
.block--banner--bg ._overlay--dark {
background-color: rgba(0, 0, 0, 0.8); }
.block--banner--bg ._overlay--light {
background-color: rgba(255, 255, 255, 0.8); }
.block--banner--bg ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.block--banner--content {
position: relative;
z-index: 2;
height: 100%;
display: flex;
align-items: center; }
.block--banner--content._text-center {
text-align: center; }
.block--banner--content ._content--inner {
width: 124em;
margin: 0px auto; }
@media (min-width: 1920px) {
.block--banner--content ._content--inner {
width: 140em; } }
@media (min-width: 2400px) {
.block--banner--content ._content--inner {
width: 160em; } }
@media (max-width: 1250px) {
.block--banner--content ._content--inner {
width: 100%;
padding-left: 4em;
padding-right: 4em; } }
.block--banner--content ._info {
color: #ffffff; }
.block--banner--content ._info._color--dark {
color: #333333; }
.block--banner--content ._info._color--dark .section--title,
.block--banner--content ._info._color--dark .section--subtitle {
color: #333333; }
.block--banner--content ._info._color--light .section--title,
.block--banner--content ._info._color--light .section--subtitle {
color: #ffffff; }
.block--banner--content ._info--inner {
display: flex;
align-items: center;
height: 100%; }
@media (max-width: 768px) {
.block--banner--content ._info--inner {
display: block; } }
.block--banner--content ._info--content {
margin: 0px auto; }
.block--banner--content ._info ._info--header {
color: #ffffff;
text-align: center; }
.block--banner--content ._info ._info--header .section--subtitle {
letter-spacing: 0.3em;
margin-bottom: 1em; }
.block--banner--content ._info ._info--header .section--title {
color: #ffffff;
letter-spacing: 0.5em;
text-indent: 0.5em;
text-transform: uppercase;
font-size: 4.5em;
margin-bottom: 0.8888888889em; }
@media (max-width: 768px) {
.block--banner--content ._info ._info--header .section--title {
font-size: 4em;
margin-bottom: 1em;
letter-spacing: 0.4em;
text-indent: 0.4em; } }
@media (max-width: 480px) {
.block--banner--content ._info ._info--header .section--title {
font-size: 3.5em;
margin-bottom: 1em;
letter-spacing: 0.3em;
text-indent: 0.3em; } }
.block--banner--content ._info ._desc {
font-size: 1.2em;
line-height: 1.6666666667em; }
.block--banner--content ._info ._header--logo img {
width: 100%; }
.block--banner--content ._info ._info--action {
margin-top: 5em;
text-align: center; }
@media (max-width: 768px) {
.block--banner--content._col--2 {
max-width: 54em;
margin: 0px auto; } }
.block--banner--content._col--2 ._content--inner {
display: flex; }
@media (max-width: 768px) {
.block--banner--content._col--2 ._content--inner {
flex-direction: column; } }
.block--banner--content._col--2 ._content--inner ._info {
width: 50%;
padding-right: 3em; }
@media (max-width: 1200px) {
.block--banner--content._col--2 ._content--inner ._info {
width: 60%; } }
@media (max-width: 768px) {
.block--banner--content._col--2 ._content--inner ._info {
width: 100%;
margin-bottom: 6em;
padding-right: 0; } }
.block--banner--content._col--2 ._content--inner ._thumb {
width: 50%;
padding-left: 3em;
text-align: center; }
@media (max-width: 1200px) {
.block--banner--content._col--2 ._content--inner ._thumb {
width: 40%; } }
@media (max-width: 768px) {
.block--banner--content._col--2 ._content--inner ._thumb {
width: 100%;
text-align: center; } }
.block--banner--content._col--2 ._content--inner ._thumb img {
width: 100%;
max-width: 42em; }
@media (min-width: 1920px) {
.block--banner--content._col--2 ._content--inner ._thumb img {
max-width: 60em; } }
@media (min-width: 2400px) {
.block--banner--content._col--2 ._content--inner ._thumb img {
max-width: 64em; } }
@media (max-width: 992px) {
.block--banner--content._col--2 ._content--inner ._thumb img {
max-width: 32em; } }
.block--cta {
height: 42.5em;
overflow: hidden; }
@media (min-width: 1600px) {
.block--cta {
height: 47.5em; } }
@media (min-width: 1920px) {
.block--cta {
height: 52em; } }
@media (max-width: 1200px) {
.block--cta {
height: 36em; } }
@media (max-width: 768px) {
.block--cta {
height: auto; } }
.block--cta--thumb {
position: relative; }
.block--cta--thumb._thumb--slider ._slides {
width: 100%;
height: 100%; }
.block--cta--thumb._thumb--slider ._slide {
position: absolute !important;
top: 0;
left: 0;
bottom: 0;
right: 0; }
.block--cta--thumb._thumb--slider .flex-control-nav {
position: absolute;
bottom: 2em;
right: 2em;
z-index: 8;
padding: 0;
margin: 0;
list-style: none; }
.block--cta--thumb._thumb--slider .flex-control-nav li {
margin: 0;
padding: 0; }
@media (max-width: 768px) {
.block--cta--thumb._thumb--slider .flex-control-nav {
left: 0 !important;
right: 0 !important;
text-align: center; } }
.block--cta--thumb._thumb--slider .flex-control-nav li {
display: inline-block;
vertical-align: middle;
margin-left: 0.6em;
margin-right: 0.6em; }
.block--cta--thumb._thumb--slider .flex-control-nav li a {
display: block;
display: inline-block;
vertical-align: middle;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
width: 1.2em;
height: 1.2em;
line-height: 1.2em;
vertical-align: middle;
text-align: center;
background-color: #ffffff;
text-indent: -9999px; }
.block--cta--thumb._thumb--slider .flex-control-nav li a.flex-active, .block--cta--thumb._thumb--slider .flex-control-nav li a:hover {
background-color: #b91440; }
.block--cta--thumb ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.block--cta--info .section--title {
margin-bottom: 0.5714285714em; }
.block--cta--info ._desc {
font-size: 1.2em;
line-height: 1.6666666667em; }
.block--cta--info ._action {
margin-top: 3.5em; }
.block--cta--info ._action form {
width: 21em; }
@media (max-width: 768px) {
.block--cta--info ._action form {
margin: 0px auto; } }
.block--cta--info ._action form ._form--input {
position: relative;
margin-bottom: 0.6em; }
.block--cta--info ._action form ._form--input ._icon {
height: 2em;
width: 2em;
position: absolute;
top: 0;
top: 0.6em;
right: 0.6em; }
.block--cta--info ._action form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 3em;
line-height: 3em;
padding: 0 2.5em 0 1em;
border: 1px solid #dfdfdf;
outline: none; }
@media (max-width: 768px) {
.block--cta._col--1 .block--content {
display: flex;
flex-direction: column-reverse; } }
.block--cta._col--1 .block--cta--thumb {
height: 100%;
width: 80%; }
@media (max-width: 768px) {
.block--cta._col--1 .block--cta--thumb {
width: 100%;
min-height: 24em; } }
.block--cta._col--1 .block--cta--thumb .flex-control-nav {
right: 17%; }
@media (max-width: 1200px) {
.block--cta._col--1 .block--cta--thumb .flex-control-nav {
right: 30%; } }
.block--cta._col--1 .block--cta--info {
position: absolute;
top: 0;
bottom: 0;
right: -10%;
width: 40%;
background-color: #f2f2f2;
padding: 3em;
-webkit-transform: skewX(-10deg);
-moz-transform: skewX(-10deg);
-ms-transform: skewX(-10deg);
-o-transform: skewX(-10deg);
transform: skewX(-10deg);
z-index: 10; }
@media (max-width: 1200px) {
.block--cta._col--1 .block--cta--info {
width: 50%; } }
@media (max-width: 768px) {
.block--cta._col--1 .block--cta--info {
position: static;
width: 100%;
padding-top: 5em;
padding-bottom: 5em;
-webkit-transform: skewX(0);
-moz-transform: skewX(0);
-ms-transform: skewX(0);
-o-transform: skewX(0);
transform: skewX(0); } }
.block--cta._col--1 .block--cta--info ._info--inner {
-webkit-transform: skewX(10deg);
-moz-transform: skewX(10deg);
-ms-transform: skewX(10deg);
-o-transform: skewX(10deg);
transform: skewX(10deg);
height: 100%;
padding-right: 22%;
display: flex;
align-items: center; }
@media (max-width: 768px) {
.block--cta._col--1 .block--cta--info ._info--inner {
-webkit-transform: skewX(0);
-moz-transform: skewX(0);
-ms-transform: skewX(0);
-o-transform: skewX(0);
transform: skewX(0);
padding-right: 0;
padding-left: 0; } }
.block--cta._col--1 .block--cta--info ._info--content {
margin: 0px auto; }
@media (max-width: 768px) {
.block--cta._col--1 .block--cta--info ._info--content {
text-align: center; } }
.block--cta._col--1._thumb--right .block--cta--thumb {
margin-left: auto; }
.block--cta._col--1._thumb--right .block--cta--thumb .flex-control-nav {
right: auto;
left: 12%; }
@media (max-width: 1200px) {
.block--cta._col--1._thumb--right .block--cta--thumb .flex-control-nav {
left: 30%; } }
.block--cta._col--1._thumb--right .block--cta--info {
right: auto;
left: -10%; }
.block--cta._col--1._thumb--right .block--cta--info ._info--inner {
padding-left: 22%;
padding-right: 4em; }
@media (max-width: 768px) {
.block--cta._col--1._thumb--right .block--cta--info ._info--inner {
padding-right: 0;
padding-left: 0; } }
.block._col--2 .block--inner {
display: flex;
margin-left: -0.5em;
margin-right: -0.5em;
width: auto;
padding-left: 1em;
padding-right: 1em; }
@media (max-width: 768px) {
.block._col--2 .block--inner {
flex-direction: column;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0; } }
.block._col--2 .block--col {
width: 50%;
padding-left: 0.5em;
padding-right: 0.5em; }
@media (max-width: 768px) {
.block._col--2 .block--col {
width: 100%;
padding-left: 0;
padding-right: 0; }
.block._col--2 .block--col:first-child {
margin-bottom: 1em; } }
.block._col--2 .block--col--inner {
width: 100%;
height: 100%; }
.block._col--2 .block--content {
display: flex; }
.block._col--2 .block--cta--info {
width: 50%; }
@media (max-width: 1200px) {
.block._col--2 .block--cta--info {
width: 60%; }
.block._col--2 .block--cta--info .button {
min-width: 20em; } }
@media (max-width: 768px) {
.block._col--2 .block--cta--info {
min-height: 30em; }
.block._col--2 .block--cta--info .button {
min-width: 28em;
max-width: none; } }
.block._col--2 .block--cta--thumb {
width: 50%; }
@media (max-width: 1200px) {
.block._col--2 .block--cta--thumb {
width: 40%; } }
.block._col--2 .block--cta--info ._info--inner {
height: 100%;
padding: 2em;
display: flex;
align-items: center; }
.block._col--2 .block--cta--info ._info--content {
display: inline-block;
margin: 0px auto; }
@media (max-width: 768px) {
.block._col--2 .block--cta--info ._info--content {
width: 100%; } }
.block._col--2 .block--cta--info._color--primary {
background-color: #b91440;
color: #ffffff; }
.block._col--2 .block--cta--info._color--primary .section--title {
color: #ffffff; }
.block._col--2._thumb--right .block--content {
flex-direction: row-reverse; }
.button {
display: inline-block;
width: 100%;
max-width: 22em;
height: 3.6em;
line-height: 3.6em;
padding-left: 1.6em;
padding-right: 1.6em;
background-color: #cccccc;
color: #444444;
position: relative;
text-align: left;
outline: none;
border: 0 none; }
.button:hover {
text-decoration: none; }
.button ._label {
font-size: 1.2em; }
.button ._icon {
position: absolute;
top: 0;
right: 0;
width: 2.8em;
height: 3.6em;
line-height: 3.6em;
text-align: center; }
.button ._icon i {
display: inline-block;
vertical-align: middle;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--right--white.svg") no-repeat 0 0;
background-size: contain; }
.button--primary {
color: #ffffff;
background-color: #b91440; }
.button--primary:hover {
background-color: #9a0029;
color: #ffffff; }
.button--white {
background-color: #ffffff;
color: #b91440; }
.button--white ._icon i {
background-image: url("../images/arrow--right--primary.svg"); }
.button--white:hover {
background-color: #efefef;
color: #a21239; }
.button--link {
font-size: 1.2em;
line-height: 1em;
text-decoration: none;
font-weight: 300; }
.button--link:hover {
text-decoration: none;
color: #ffffff; }
.button--link ._label {
display: inline-block;
vertical-align: middle; }
.button--link ._icon {
display: inline-block;
vertical-align: middle;
margin-left: 1em; }
.button--link--white {
color: #ffffff; }
.button--link--primary {
color: #b91440; }
.button--link--primary:hover {
color: #9a0029; }
.button--nina {
overflow: hidden; }
.button--nina > ._label {
display: inline-block;
vertical-align: middle;
position: relative;
overflow: hidden; }
.button--nina > ._label > ._label--hover,
.button--nina > ._label > ._label--current {
display: inline-block;
vertical-align: middle;
position: relative; }
.button--nina > ._label > ._label--hover > span,
.button--nina > ._label > ._label--current > span {
display: inline-block;
vertical-align: middle; }
.button--nina > ._label > ._label--current {
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
.button--nina > ._label > ._label--hover {
position: absolute;
left: 0;
top: 0; }
.button--nina > ._label > ._label--hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
.button--nina:hover > ._label > ._label--current {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
.button--nina:hover > ._label > ._label--hover > span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.button--nina:hover > ._label > ._label--hover > span:nth-child(1) {
-webkit-transition-delay: 0.045s;
transition-delay: 0.045s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(2) {
-webkit-transition-delay: 0.09s;
transition-delay: 0.09s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(3) {
-webkit-transition-delay: 0.135s;
transition-delay: 0.135s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(4) {
-webkit-transition-delay: 0.18s;
transition-delay: 0.18s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(5) {
-webkit-transition-delay: 0.225s;
transition-delay: 0.225s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(6) {
-webkit-transition-delay: 0.27s;
transition-delay: 0.27s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(7) {
-webkit-transition-delay: 0.315s;
transition-delay: 0.315s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(8) {
-webkit-transition-delay: 0.36s;
transition-delay: 0.36s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(9) {
-webkit-transition-delay: 0.405s;
transition-delay: 0.405s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(10) {
-webkit-transition-delay: 0.45s;
transition-delay: 0.45s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(11) {
-webkit-transition-delay: 0.47s;
transition-delay: 0.47s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(12) {
-webkit-transition-delay: 0.50s;
transition-delay: 0.50s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(13) {
-webkit-transition-delay: 0.52s;
transition-delay: 0.52s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(14) {
-webkit-transition-delay: 0.54s;
transition-delay: 0.54s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(15) {
-webkit-transition-delay: 0.56s;
transition-delay: 0.56s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(16) {
-webkit-transition-delay: 0.58s;
transition-delay: 0.58s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(17) {
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(18) {
-webkit-transition-delay: 0.62s;
transition-delay: 0.62s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(19) {
-webkit-transition-delay: 0.64s;
transition-delay: 0.64s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(20) {
-webkit-transition-delay: 0.66s;
transition-delay: 0.66s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(21) {
-webkit-transition-delay: 0.68s;
transition-delay: 0.68s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(22) {
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(23) {
-webkit-transition-delay: 0.72s;
transition-delay: 0.72s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(24) {
-webkit-transition-delay: 0.74s;
transition-delay: 0.74s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(25) {
-webkit-transition-delay: 0.76s;
transition-delay: 0.76s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(26) {
-webkit-transition-delay: 0.78s;
transition-delay: 0.78s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(27) {
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(28) {
-webkit-transition-delay: 0.82s;
transition-delay: 0.82s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(29) {
-webkit-transition-delay: 0.84s;
transition-delay: 0.84s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(30) {
-webkit-transition-delay: 0.86s;
transition-delay: 0.86s; }
.breadcrumb ._links {
font-size: 1.1em; }
.breadcrumb ._link {
display: inline-block;
vertical-align: middle;
color: #282828; }
.breadcrumb ._link:hover {
text-decoration: underline; }
.breadcrumb ._link--home {
font-size: 1.3333333333em; }
.breadcrumb span._link {
opacity: 0.6;
cursor: not-allowed; }
.breadcrumb span._link:hover {
text-decoration: none; }
.breadcrumb ._separator {
width: 1.6em;
height: 1.6em;
display: inline-block;
vertical-align: middle;
background: url("../images/arrow--right.svg") no-repeat 0 0;
background-size: contain;
margin-left: 0.6em;
margin-right: 0.6em; }
.ui__rating ._rating--star {
display: inline-block;
vertical-align: middle;
width: 1.125em;
height: 1.125em;
font-size: 1.6em;
margin-right: 0.25em;
color: #b91440;
position: relative;
text-decoration: none;
border: 0 none;
background-color: transparent;
padding: 0; }
.ui__rating ._rating--star .svg-inline--fa {
position: absolute;
top: 0;
left: 0; }
.ui__rating ._rating--half .fa-star-half {
z-index: 2; }
.ui__rating ._rating--half .fa-star {
z-index: 1;
color: #dfdfdf; }
.ui__rating ._rating--empty {
color: #dfdfdf; }
._form--messages {
margin-bottom: 3em;
display: none; }
._form--messages h3 {
font-size: 1.6em;
margin: 0 0 1em; }
._form--messages ._errors {
padding-left: 2em; }
._form--messages ._error {
color: #b32c3e;
margin-bottom: 0.8em; }
._form--input .input--error--msg {
margin-top: 0.6em;
font-size: 1.1em;
background-color: #df3f3f;
color: #ffffff;
padding: 0.6em 1em; }
._form--input ._form--invalid input {
border: 1px solid #df3f3f; }
form [type="checkbox"]:checked,
form [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px; }
form [type="checkbox"]:checked + label,
form [type="checkbox"]:not(:checked) + label {
position: relative;
padding-left: 24px;
cursor: pointer;
line-height: 16px;
display: inline-block;
color: #444444; }
form [type="checkbox"]:checked + label:before,
form [type="checkbox"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 16px;
height: 16px;
border: 1px solid #acacac;
background-color: #ffffff; }
form [type="checkbox"]:checked + label:after,
form [type="checkbox"]:not(:checked) + label:after {
content: '';
width: 16px;
height: 16px;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.2 ease;
-o-transition: all 0.2 ease;
transition: all 0.2 ease;
background: #b91440 url("../images/icon--check--white.svg"); }
form [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); }
form [type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
form [type="radio"]:checked,
form [type="radio"]:not(:checked) {
position: absolute;
left: -9999px; }
form [type="radio"]:checked + label,
form [type="radio"]:not(:checked) + label {
position: relative;
padding-left: 24px;
cursor: pointer;
line-height: 16px;
display: inline-block;
color: #444444; }
form [type="radio"]:checked + label:before,
form [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 16px;
height: 16px;
border: 1px solid #acacac;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background-color: #ffffff; }
form [type="radio"]:checked + label:after,
form [type="radio"]:not(:checked) + label:after {
content: '';
width: 8px;
height: 8px;
position: absolute;
top: 4px;
left: 4px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.2 ease;
-o-transition: all 0.2 ease;
transition: all 0.2 ease;
background-color: #b91440; }
form [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); }
form [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
form .rangeslider {
height: 0.4em;
line-height: 0.4em;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
background-color: #a1a1a1;
position: relative; }
form .rangeslider__fill {
position: absolute;
top: 0;
left: 0;
height: 0.4em;
line-height: 0.4em;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
background-color: #c6244f; }
form .rangeslider__handle {
width: 2em;
height: 2em;
background-color: #a60e37;
position: absolute;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
top: -0.7em; }
form .form--toggle ._toggle--switch {
background: #7c273a;
border: 1px solid #c13b58;
width: 4em;
height: 2.4em;
overflow: hidden;
border-radius: 50px;
display: inline-block;
vertical-align: middle;
margin: 0 0.2em;
cursor: pointer; }
form .form--toggle ._toggle--switch:after {
content: " ";
display: block;
width: 1.8em;
height: 1.8em;
border-radius: 100%;
background-color: #ffffff;
border-top: 0;
border-bottom: 0;
transition: all 0.1s ease-in-out;
margin: 0.2em 0 0.2em 0.2em; }
form .form--toggle._active--off ._toggle--switch:after {
margin-left: 1.8em; }
form .form--toggle ._toggle--label {
display: inline-block;
line-height: 2.5em;
font-size: 1.2em;
text-transform: uppercase;
color: #ffffff; }
@media (min-width: 1600px) {
form .form--toggle ._toggle--label {
font-size: 13px; } }
form .form--toggle ._toggle--label--off {
color: #c47e8b; }
form .form--toggle._active--off ._toggle--label--off {
color: #ffffff; }
form .form--toggle._active--off ._toggle--label--on {
color: #c47e8b; }
.select2-dropdown {
z-index: 99999 !important; }
.loader {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.loader._show {
visibility: visible;
opacity: 1; }
.loader--inner {
width: 100%;
height: 100%;
display: flex;
align-items: center; }
.loader--icon {
text-align: center;
margin: 0px auto; }
.loader--icon img {
width: 8em; }
.loader--block {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 99;
background-color: rgba(255, 255, 255, 0.95); }
.loader--block .loader--inner {
align-items: flex-start;
margin-top: 10em; }
.loader--site {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999999;
background-color: rgba(255, 255, 255, 0.95); }
.header {
position: relative;
z-index: 20; }
.header--subnav {
position: relative;
height: 0; }
.header--subnav ._menu {
position: static !important; }
.header--widget {
height: 3.6em;
line-height: 3.6em;
background-color: #b91440;
color: #ffffff;
text-align: right; }
@media (max-width: 480px) {
.header--widget .section--container {
padding-left: 1.5em;
padding-right: 1.5em; } }
.header--widget ._widget--nav {
display: inline-block; }
.header--widget ._widget--nav ul {
padding: 0;
margin: 0;
list-style: none; }
.header--widget ._widget--nav ul li {
margin: 0;
padding: 0; }
.header--widget ._widget--nav ul li {
display: inline-block;
vertical-align: middle;
margin-left: 3.2em; }
.header--widget ._widget--nav ul li._lang-option {
margin-left: 35px; }
@media (max-width: 922px) {
.header--widget ._widget--nav ul li._lang-option {
display: none; } }
.header--widget ._widget--nav ul li._lang-switch {
margin-left: 25px; }
@media (max-width: 992px) {
.header--widget ._widget--nav ul li._lang-switch {
display: none; } }
@media (max-width: 480px) {
.header--widget ._widget--nav ul li {
margin-left: 2em; } }
@media (max-width: 380px) {
.header--widget ._widget--nav ul li {
margin-left: 1.5em; } }
.header--widget ._widget--nav ul li a {
color: #ffffff;
text-decoration: none;
font-size: 1.2em;
font-weight: 500; }
.header--main {
height: 5.2em;
background-color: #ffffff;
width: 100%; }
.header--main--inner {
position: relative;
height: 100%; }
.header--main .header--logo {
position: absolute;
left: 4em;
top: 0;
display: flex;
align-items: center;
height: 100%; }
@media (max-width: 1200px) {
.header--main .header--logo {
left: 1em; } }
@media (max-width: 992px) {
.header--main .header--logo {
left: 3em; } }
@media (max-width: 480px) {
.header--main .header--logo {
position: static; }
.header--main .header--logo ._logo {
margin: 0px auto; } }
.header--main .header--logo img {
width: 16em; }
.header--main .header--search {
position: absolute;
top: 0;
right: 4em;
width: 15em;
height: 100%;
display: flex;
align-items: center; }
@media (max-width: 1200px) {
.header--main .header--search {
right: 1em;
width: 12em; } }
@media (max-width: 992px) {
.header--main .header--search {
display: none; } }
.header--main .header--search form {
width: 100%;
height: 2.8em; }
.header--main .header--search ._form--inner {
width: 100%;
height: 100%;
position: absolute; }
.header--main .header--search ._form--inner ._form--input {
width: 100%; }
.header--main .header--search ._form--inner ._form--input input {
width: 100%;
height: 2.8em;
line-height: 2.8em;
padding-left: 1.5em;
padding-right: 2em;
border: 1px solid #d9d9d9;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
outline: none; }
.header--main .header--search ._form--inner ._form--submit {
position: absolute;
top: 0;
right: 0.2em;
width: 2.8em;
height: 2.8em;
line-height: 2.8em;
color: #888888; }
.header--main .header--search ._form--inner ._form--submit button {
display: block;
border: 0 none;
background-color: transparent;
outline: none;
text-align: center;
line-height: 2.4em;
color: #c6c6c6; }
.header--lang-select .select2.select2-container {
width: 4.4em !important;
border-bottom: 1px solid #ffffff; }
.header--lang-select .select2.select2-container--open .select2-selection {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.header--lang-select .select2 .select2-selection {
outline: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
border: 0 none;
height: 1.8em;
background-color: transparent; }
.header--lang-select .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 1.1666666667em;
position: relative;
padding-left: 0;
text-align: left;
color: #ffffff; }
.header--lang-select .select2 .select2-selection .select2-selection__arrow {
width: 1.6em;
height: 1.6em;
top: -1px;
background: url("../images/arrow--down--white.svg") no-repeat;
background-size: contain; }
.header--lang-select .select2 .select2-selection .select2-selection__arrow b {
display: none; }
.header__nav {
height: 100%;
display: flex;
align-items: center;
padding-left: 24em;
padding-right: 24em; }
@media (max-width: 1400px) {
.header__nav {
padding-left: 22em;
padding-right: 22em; } }
@media (max-width: 1200px) {
.header__nav {
padding-left: 18em;
padding-right: 14em; } }
@media (max-width: 992px) {
.header__nav {
display: none; } }
.header__nav ._nav--inner {
margin: 0px auto; }
.header__nav ._nav--inner > ._menus > ._menu {
display: inline-block;
vertical-align: middle;
padding-left: 1.8em;
padding-right: 1.8em;
position: relative; }
@media (max-width: 1400px) {
.header__nav ._nav--inner > ._menus > ._menu {
padding-left: 0.8em;
padding-right: 0.8em; } }
@media (max-width: 1200px) {
.header__nav ._nav--inner > ._menus > ._menu {
padding-left: 0.4em;
padding-right: 0.4em; } }
.header__nav ._nav--inner > ._menus > ._menu:hover ._menu--toggle a, .header__nav ._nav--inner > ._menus > ._menu._active ._menu--toggle a {
color: #b91440; }
.header__nav ._nav--inner > ._menus > ._menu:hover ._menu--toggle a:after, .header__nav ._nav--inner > ._menus > ._menu._active ._menu--toggle a:after {
opacity: 1; }
.header__nav ._nav--inner > ._menus > ._menu:hover ._menu--sub, .header__nav ._nav--inner > ._menus > ._menu._active ._menu--sub {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav ._nav--inner > ._menus > ._menu._submenu--full {
position: static; }
.header__nav ._nav--inner > ._menus > ._menu._submenu--full ._menu--sub {
width: 100%;
right: 0;
left: 0; }
.header__nav ._nav--inner > ._menus > ._menu ._menu--toggle a {
display: block;
height: 5.2em;
line-height: 5.2em;
font-weight: 500;
color: #c4395e;
padding-left: 1em;
padding-right: 1em;
position: relative; }
.header__nav ._nav--inner > ._menus > ._menu ._menu--toggle a:after {
content: "";
height: 0.3em;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #b91440;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 0; }
.header__nav ._nav--inner > ._menus > ._menu ._menu--toggle a ._label {
font-size: 1.2em;
line-height: 1.3333333333em;
display: inline-block;
vertical-align: middle; }
.header__nav ._nav--inner > ._menus > ._menu ._menu--toggle ._toggle {
line-height: 1.6em;
display: inline-block;
vertical-align: middle;
width: 1em;
height: 0.5em;
margin-left: 0.8em; }
.header__nav ._nav--inner > ._menus > ._menu ._menu--toggle ._toggle i {
content: '';
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 0.5em;
position: absolute;
border-top-color: #be244d; }
.header__nav ._menu--sub {
position: absolute;
top: 0;
left: -1.2em;
width: 16em;
z-index: 10;
background-color: #f2f2f2;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
-webkit-transform: translateY(-5em);
-moz-transform: translateY(-5em);
-ms-transform: translateY(-5em);
-o-transform: translateY(-5em);
transform: translateY(-5em);
opacity: 0;
visibility: hidden; }
.header__nav ._menu--sub._show {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav ._menu--sub--inner {
padding: 2em 0; }
.header__nav ._menu--sub ._sub--menus {
padding: 0;
margin: 0;
list-style: none;
text-align: center; }
.header__nav ._menu--sub ._sub--menus li {
margin: 0;
padding: 0; }
.header__nav ._menu--sub ._sub--menus li {
padding: 1em 1.5em; }
.header__nav ._menu--sub ._sub--menus li a {
display: inline-block;
font-size: 1.1em;
line-height: 1em;
color: #c4395e;
text-decoration: none;
position: relative; }
.header__nav ._menu--sub ._sub--menus li a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -6px;
background-color: #b91440;
width: 100%;
height: 2px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.header__nav ._menu--sub ._sub--menus li a:hover {
color: #b91440; }
.header__nav ._menu--sub ._sub--menus li a:hover:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav ._menu--tech ._menu--sub {
width: 28em;
left: -6.5em; }
.header__nav ._menu--tech ._menu--sub ._sub--menus {
display: flex;
flex-wrap: wrap;
text-align: left;
padding-left: 1.6em;
padding-right: 1.6em; }
.header__nav ._menu--tech ._menu--sub ._sub--menus li {
width: 50%;
padding-left: 1em;
padding-right: 1em; }
.header__nav ._menu--tech ._menu--sub ._sub--menus li a {
text-align: left; }
.header__nav ._menu--car ._menu--sub {
padding-left: 4em;
padding-right: 4em; }
.header__nav ._menu--car ._menu--sub--inner {
display: flex;
margin-left: -4em;
margin-right: -4em;
padding-top: 3.5em;
padding-bottom: 3.5em; }
.header__nav ._menu--car ._menu--sub--info {
width: 25%;
border-right: 1px solid #d6d6d6;
padding-left: 4em;
padding-right: 4em;
padding-top: 3em; }
.header__nav ._menu--car ._menu--sub--info ._title {
font-size: 1.2em;
font-weight: 600;
line-height: 1em;
margin: 0 0 1.4em;
color: #b91440; }
.header__nav ._menu--car ._menu--sub--info ._desc {
font-size: 1.1em;
line-height: 1.3636363636em;
color: #b91440; }
.header__nav ._menu--car ._menu--sub--info ._action {
margin-top: 3em; }
.header__nav ._menu--car ._menu--sub--nav {
width: 75%;
padding-left: 4em;
padding-right: 4em; }
.header__nav ._menu--car ._menu--sub--nav ._inner {
display: flex;
align-items: center;
height: 100%; }
.header__nav ._menu--car ._menu--sub--nav ._category--groups {
display: flex;
width: 100%; }
.header__nav ._menu--car ._menu--sub--nav ._category--group {
width: 16.66666%;
text-align: center; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--icon {
margin-bottom: 1em; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--icon img {
width: 100%;
max-width: 9em; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content {
text-align: left;
display: inline-block; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content ._content--section {
margin-bottom: 3.4em; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content ._content--section:last-child {
margin-bottom: 0; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content ._title {
font-size: 1.2em;
font-weight: 600;
line-height: 1em;
margin: 0 0 1.5em;
color: #b91440; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content a {
font-size: 1.1em;
line-height: 1em;
color: #c4395e;
text-decoration: none;
position: relative; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
background-color: #b91440;
width: 100%;
height: 1px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content a:hover {
color: #b91440; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content a:hover:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content ._action a {
font-weight: 600; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--sub {
padding: 0;
margin: 0;
list-style: none;
margin-bottom: 1.8em; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--sub li {
margin: 0;
padding: 0; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--sub li {
margin-bottom: 0.8em; }
.header__nav ._menu--support ._menu--sub {
padding-left: 4em;
padding-right: 4em; }
.header__nav ._menu--support ._menu--sub--inner {
display: flex;
margin-left: -4em;
margin-right: -4em;
padding-top: 3em;
padding-bottom: 3em; }
.header__nav ._menu--support ._menu--sub--info {
width: 40%;
border-right: 1px solid #d6d6d6;
padding-left: 4em;
padding-right: 4em; }
.header__nav ._menu--support ._menu--sub--info ._inner {
display: flex;
align-items: center;
height: 100%; }
.header__nav ._menu--support ._menu--sub--info ._info--main {
display: flex;
width: 100%;
margin-left: -2em;
margin-right: -2em; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store,
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--register {
padding-left: 2em;
padding-right: 2em;
width: 50%; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store ._title,
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--register ._title {
font-size: 1.2em;
font-weight: 600;
line-height: 1em;
margin: 0 0 1.4em;
color: #b91440; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store ._desc,
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--register ._desc {
font-size: 1.1em;
line-height: 1.3636363636em;
color: #b91440; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--register {
padding-top: 2.8em;
padding-bottom: 3em; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--register ._action {
margin-top: 4.4em; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store form {
margin-top: 1.5em; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store form ._form--input {
position: relative;
margin-bottom: 0.6em; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store form ._form--input:after {
content: "";
height: 2em;
width: 2em;
position: absolute;
top: 0;
top: 0.6em;
right: 0.6em;
background: url("../images/icon--map-pointer--grey.svg") no-repeat 0 0;
background-size: contain; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 3em;
line-height: 3em;
padding: 0 2.5em 0 1em;
border: 1px solid #dfdfdf;
outline: none; }
.header__nav ._menu--support ._menu--sub--nav {
width: 60%;
padding-left: 4em;
padding-right: 4em; }
.header__nav ._menu--support ._menu--sub--nav ._inner {
display: flex;
align-items: center;
height: 100%; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items {
display: flex;
width: 100%; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col {
width: 25%; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ._title {
font-size: 1.2em;
font-weight: 600;
line-height: 1em;
margin: 0 0 2em;
color: #b91440; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul {
padding: 0;
margin: 0;
list-style: none; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul li {
margin: 0;
padding: 0; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul li {
margin-bottom: 0.8em; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul a {
font-size: 1.1em;
color: #b91440;
text-decoration: none;
position: relative; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -5px;
background-color: #b91440;
width: 100%;
height: 2px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul a:hover {
color: #b91440; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul a:hover:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav-mobile--toggle {
display: none;
position: absolute;
top: 1.4em;
right: 3em; }
@media (max-width: 992px) {
.header__nav-mobile--toggle {
display: block; } }
@media (max-width: 480px) {
.header__nav-mobile--toggle {
top: 1.6em;
right: 2em; } }
.header__nav-mobile--toggle a {
display: block;
width: 3.4em;
height: 3.4em; }
@media (max-width: 480px) {
.header__nav-mobile--toggle a {
width: 3em;
height: 3em; } }
.header__nav-mobile--toggle a span {
display: block;
width: 100%;
height: 0.5em;
margin-bottom: 0.5em;
background-color: #b91440; }
@media (max-width: 480px) {
.header__nav-mobile--toggle a span {
height: 0.4em;
margin-bottom: 0.4em; } }
.header__nav-mobile--main {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 100%;
max-width: 48em;
z-index: 99999;
background-color: #b91440;
opacity: 0;
-webkit-transform: translateX(-110%);
-moz-transform: translateX(-110%);
-ms-transform: translateX(-110%);
-o-transform: translateX(-110%);
transform: translateX(-110%);
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.header__nav-mobile--main._open {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1; }
.header__nav-mobile--main ._nav--main--top {
padding-left: 3em;
padding-top: 3em;
width: 29em; }
@media (max-width: 360px) {
.header__nav-mobile--main ._nav--main--top {
width: 20em; } }
.header__nav-mobile--main ._nav--main--options form {
display: flex;
align-items: center; }
.header__nav-mobile--main ._nav--main--options ._lang-switch {
margin-left: auto; }
.header__nav-mobile--main ._nav--main--close {
position: absolute;
top: 2em;
right: 1em; }
.header__nav-mobile--main ._nav--main--close a {
display: block;
width: 5em;
height: 5em;
background: url("../images/icon--close-md--white.svg") no-repeat 0 0;
background-size: contain; }
.header__nav-mobile--main ._nav--main--inner {
overflow: auto;
width: 100%;
height: 100%;
position: relative; }
.header__nav-mobile--main ._nav--main--content {
padding-top: 2.5em;
padding-bottom: 4em; }
.header__nav-mobile--main ._nav--section ._menus {
padding: 0;
margin: 0;
list-style: none; }
.header__nav-mobile--main ._nav--section ._menus li {
margin: 0;
padding: 0; }
.header__nav-mobile--main ._nav--section ._menus li {
margin-bottom: 1.5em; }
.header__nav-mobile--main ._nav--section ._menus li a {
color: #eabcc9;
font-size: 1.3em;
line-height: 1em;
text-decoration: none;
position: relative; }
.header__nav-mobile--main ._nav--section ._menus li a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -3px;
background-color: #ffffff;
width: 100%;
height: 1px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.header__nav-mobile--main ._nav--section ._menus li a:hover:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav-mobile--main ._nav--section--subscribe {
padding-left: 3em;
padding-right: 3em;
max-width: 32em;
padding-bottom: 3em; }
.header__nav-mobile--main ._nav--section--subscribe form {
margin-bottom: 2em; }
.header__nav-mobile--main ._nav--section--subscribe ._menus li a {
font-weight: 400;
color: #ffffff; }
.header__nav-mobile--main ._nav--section--subscribe ._menus li a .icon {
margin-right: 0.8333333333em; }
.header__nav-mobile--main ._nav--section--subscribe form {
margin-bottom: 3em; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input {
position: relative;
margin-bottom: 0.6em; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input:after {
content: "";
height: 2.5em;
width: 2.5em;
position: absolute;
top: 0;
top: 0.7em;
right: 0.4em;
background: url("../images/icon--email--white.svg") no-repeat 0 0;
background-size: contain; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 3.1666666667em;
line-height: 3.1666666667em;
padding: 0 3.1666666667em 0 1em;
border: 1px solid #e0a0b1;
background-color: #8a0e2f;
outline: none; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input input::-webkit-input-placeholder {
color: #e0a0b1 !important; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input input::-moz-placeholder {
color: #e0a0b1 !important; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input input:-ms-input-placeholder {
color: #e0a0b1 !important; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input input:-moz-placeholder {
color: #e0a0b1 !important; }
.header__nav-mobile--main ._nav--section--toggle {
border-bottom: 1px solid #ffffff; }
.header__nav-mobile--main ._nav--section--toggle._nav--first {
border-top: 1px solid #ffffff; }
.header__nav-mobile--main ._nav--section--toggle._open ._toggle--header ._toggle--icon {
background-image: url("../images/arrow--up--white.svg"); }
.header__nav-mobile--main ._nav--section--toggle ._toggle--header {
position: relative;
padding: 2.5em 3em;
cursor: pointer; }
.header__nav-mobile--main ._nav--section--toggle ._toggle--header ._title {
margin: 0;
font-size: 1.4em;
color: #ffffff; }
.header__nav-mobile--main ._nav--section--toggle ._toggle--header ._toggle--icon {
width: 2em;
height: 2em;
position: absolute;
top: 2.2em;
right: 2em;
background: url("../images/arrow--down--white.svg") no-repeat 0 0;
background-size: contain; }
.header__nav-mobile--main ._nav--section--toggle ._toggle--content {
overflow: hidden;
height: 0; }
.header__nav-mobile--main ._nav--section--toggle ._toggle--content--inner {
padding-left: 3em;
padding-right: 3em;
padding-top: 1em;
padding-bottom: 1em; }
.header__nav-mobile--main ._nav--section--toggle ._app--list {
padding: 0;
margin: 0;
list-style: none;
margin-bottom: 2.5em; }
.header__nav-mobile--main ._nav--section--toggle ._app--list li {
margin: 0;
padding: 0; }
.header__nav-mobile--main ._nav--section--toggle ._app--list li {
padding-right: 1.2em;
display: inline-block; }
.header__nav-mobile--main ._nav--section--toggle ._app--list li a {
display: block;
width: 11.4em;
height: 4em;
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain; }
.header__nav-mobile--main ._nav--section--toggle ._app--list li._google-play a {
background-image: url("../images/icon--google-play.png"); }
.header__nav-mobile--main ._nav--section--toggle ._app--list li._apple-store a {
background-image: url("../images/icon--apple-store.png"); }
.header__nav-mobile--main .footer--copy {
font-size: 1.1em;
line-height: 1.4545454545em;
padding-left: 3em;
padding-right: 3em;
color: #eabcc9;
padding-bottom: 3em; }
.header__nav-mobile--main .footer--copy a {
color: #ffffff; }
.footer--updates ._updates--header {
padding-top: 5em;
padding-bottom: 3em;
background-color: #ffffff;
text-align: center; }
@media (max-width: 480px) {
.footer--updates ._updates--header .section--container {
padding-left: 2em;
padding-right: 2em; } }
@media (max-width: 380px) {
.footer--updates ._updates--header .section--container {
padding-left: 1.5em;
padding-right: 1.5em; } }
.footer--updates ._updates--list {
background-color: #f2f2f2;
padding-top: 5em;
padding-bottom: 5em;
text-align: center; }
@media (max-width: 768px) {
.footer--updates ._updates--list {
padding-bottom: 2em;
text-align: left; } }
@media (max-width: 480px) {
.footer--updates ._updates--list .section--container {
padding-left: 2em;
padding-right: 2em; } }
@media (max-width: 380px) {
.footer--updates ._updates--list .section--container {
padding-left: 1.5em;
padding-right: 1.5em; } }
.footer--updates ._updates--list ul {
padding: 0;
margin: 0;
list-style: none;
display: inline-block; }
.footer--updates ._updates--list ul li {
margin: 0;
padding: 0; }
@media (max-width: 768px) {
.footer--updates ._updates--list ul {
display: flex;
flex-wrap: wrap; } }
.footer--updates ._updates--list ul li {
display: inline-block;
vertical-align: middle;
padding-left: 5em;
padding-right: 5em; }
@media (max-width: 992px) {
.footer--updates ._updates--list ul li {
padding-left: 2.5em;
padding-right: 2.5em; } }
@media (max-width: 768px) {
.footer--updates ._updates--list ul li {
width: 50%;
margin-bottom: 3em;
padding-left: 0;
padding-right: 4em; } }
@media (max-width: 380px) {
.footer--updates ._updates--list ul li {
padding-left: 0;
padding-right: 1.5em; } }
.footer--updates ._updates--list ul li._facebook ._icon {
background-image: url("../images/icon--facebook.png"); }
.footer--updates ._updates--list ul li._instagram ._icon {
background-image: url("../images/icon--instagram.png"); }
.footer--updates ._updates--list ul li._twitter ._icon {
background-image: url("../images/icon--twitter.png"); }
.footer--updates ._updates--list ul li._youtube ._icon {
background-image: url("../images/icon--youtube.png"); }
.footer--updates ._updates--list ul li a {
display: block; }
.footer--updates ._updates--list ul li a ._icon {
display: inline-block;
vertical-align: middle;
width: 3em;
height: 3em;
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain; }
.footer--updates ._updates--list ul li a ._label {
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
margin-left: 1.3333333333em;
font-weight: 500;
line-height: 1em;
color: #282828; }
@media (max-width: 380px) {
.footer--updates ._updates--list ul li a ._label {
margin-left: 0.6666666667em; } }
.footer--main {
background-color: #b91440;
padding-top: 9em;
padding-bottom: 4.5em;
color: #ffffff; }
@media (max-width: 768px) {
.footer--main {
display: none; } }
.footer--main .footer--nav {
margin-bottom: 8em; }
.footer--main .footer--nav ._nav--inner {
display: flex;
flex-wrap: wrap;
margin-left: -3.5em;
margin-right: -3.5em; }
.footer--main .footer--nav ._nav--col {
width: 20%;
padding-left: 3.5em;
padding-right: 3.5em; }
@media (max-width: 1200px) {
.footer--main .footer--nav ._nav--col {
width: 25%; }
.footer--main .footer--nav ._nav--col:last-child {
width: 100%;
padding-top: 4em;
margin-top: 6em;
border-top: 1px solid rgba(255, 255, 255, 0.4);
text-align: center; }
.footer--main .footer--nav ._nav--col:last-child ._nav--col--inner {
display: inline-block; }
.footer--main .footer--nav ._nav--col:last-child ._nav--section {
display: flex; }
.footer--main .footer--nav ._nav--col:last-child ._nav--section ._subscribe {
width: 24em;
margin-right: 5em; }
.footer--main .footer--nav ._nav--col:last-child ._nav--section ._menus li {
display: inline-block;
vertical-align: middle;
margin-right: 3em; } }
@media (max-width: 992px) {
.footer--main .footer--nav ._nav--col:last-child ._nav--section {
flex-direction: column; }
.footer--main .footer--nav ._nav--col:last-child ._nav--section ._subscribe {
margin: 0px auto; } }
.footer--main .footer--nav ._nav--section {
margin-bottom: 5em; }
.footer--main .footer--nav ._nav--section:last-child {
margin-bottom: 0; }
.footer--main .footer--nav ._nav--section ._title {
font-size: 1.5em;
line-height: 1em;
margin: 0 0 1.4666666667em;
padding-bottom: 1.0666666667em;
border-bottom: 1px solid #ffffff; }
.footer--main .footer--nav ._nav--section ._menus {
padding: 0;
margin: 0;
list-style: none; }
.footer--main .footer--nav ._nav--section ._menus li {
margin: 0;
padding: 0; }
.footer--main .footer--nav ._nav--section ._menus li {
margin-bottom: 1.5em; }
.footer--main .footer--nav ._nav--section ._menus li a {
color: #ffffff;
font-size: 1.3em;
font-weight: 100;
line-height: 1em;
text-decoration: none;
position: relative; }
.footer--main .footer--nav ._nav--section ._menus li a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -3px;
background-color: #ffffff;
width: 100%;
height: 1px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.footer--main .footer--nav ._nav--section ._menus li a:hover:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.footer--main .footer--nav ._nav--section--app ul {
padding: 0;
margin: 0;
list-style: none; }
.footer--main .footer--nav ._nav--section--app ul li {
margin: 0;
padding: 0; }
.footer--main .footer--nav ._nav--section--app ul li {
margin-bottom: 0.8em; }
.footer--main .footer--nav ._nav--section--app ul li a {
display: block;
width: 11.4em;
height: 4em;
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain; }
.footer--main .footer--nav ._nav--section--app ul li._google-play a {
background-image: url("../images/icon--google-play.png"); }
.footer--main .footer--nav ._nav--section--app ul li._apple-store a {
background-image: url("../images/icon--apple-store.png"); }
.footer--main .footer--nav ._nav--section--subscribe ._menus li a {
font-weight: 400; }
.footer--main .footer--nav ._nav--section--subscribe ._menus li a .icon {
margin-right: 0.8333333333em; }
.footer--main .footer--nav ._nav--section--subscribe form {
margin-bottom: 3em; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input {
position: relative;
margin-bottom: 0.6em; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input:after {
content: "";
height: 2.5em;
width: 2.5em;
position: absolute;
top: 0;
top: 0.3em;
right: 0.4em;
background: url("../images/icon--email--white.svg") no-repeat 0 0;
background-size: contain; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 2.5em;
line-height: 2.5em;
padding: 0 2.5em 0 1em;
border: 1px solid #e0a0b1;
background-color: #c4254f;
outline: none; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input input::-webkit-input-placeholder {
color: #e0a0b1 !important; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input input::-moz-placeholder {
color: #e0a0b1 !important; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input input:-ms-input-placeholder {
color: #e0a0b1 !important; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input input:-moz-placeholder {
color: #e0a0b1 !important; }
.footer--main .footer--copy {
font-size: 1.1em;
text-align: center; }
.footer--main .footer--copy a {
color: #ffffff;
text-decoration: underline; }
.home--news--header {
padding-top: 5em;
padding-bottom: 3em;
background-color: #ffffff;
text-align: center; }
.home--news--list {
padding-top: 2.5em;
padding-bottom: 2.5em;
background-color: #f2f2f2;
overflow: hidden; }
.home--news--list img {
pointer-events: none; }
.home--news--list ._items {
margin-left: -8px;
margin-right: -8px;
display: flex;
flex-wrap: wrap; }
.home--news--list ._item {
padding-left: 8px;
padding-right: 8px;
width: 30%;
min-width: 22em; }
.home--news--list ._item--inner {
background-color: #fdfdfd; }
.home--news--list ._item--thumb {
width: 100%;
height: 15.4em;
position: relative; }
.home--news--list ._item--thumb ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover; }
.home--news--list ._item--info {
padding: 2.4em 1.8em; }
.home--news--list ._item--title {
font-size: 2em;
line-height: 1em;
font-weight: 400;
margin: 0 0 0.8em; }
.home--news--list ._item--content {
font-size: 1.3em;
line-height: 1.5384615385em;
height: 3.0769230769em;
overflow: hidden; }
.home--news--list ._item--content p {
margin-bottom: 0; }
.categories--banner {
height: 54.8em;
overflow: hidden;
position: relative; }
@media (min-width: 1920px) {
.categories--banner {
height: 72em; } }
@media (min-width: 2400px) {
.categories--banner {
height: 92em; } }
@media (max-width: 768px) {
.categories--banner {
height: auto;
padding-top: 5em;
padding-bottom: 5em; } }
.categories--banner--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.categories--banner--bg ._video {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
@media (max-width: 768px) {
.categories--banner--bg ._video {
display: none; } }
.categories--banner--bg ._video--main {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.categories--banner--bg ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover;
display: none; }
@media (max-width: 768px) {
.categories--banner--bg ._image {
display: block; } }
.categories--banner--content {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center; }
@media (max-width: 768px) {
.categories--banner--content {
position: relative; } }
.categories--banner--content ._content--inner {
margin: 0px auto;
display: flex; }
@media (max-width: 768px) {
.categories--banner--content ._content--inner {
flex-direction: column;
width: 30em;
text-align: center; } }
.categories--banner--content ._content--inner ._thumb {
width: 42em;
padding-right: 8em; }
@media (min-width: 1600px) {
.categories--banner--content ._content--inner ._thumb {
width: 44em; } }
@media (min-width: 1920px) {
.categories--banner--content ._content--inner ._thumb {
width: 48em; } }
@media (min-width: 2400px) {
.categories--banner--content ._content--inner ._thumb {
width: 54em; } }
@media (max-width: 992px) {
.categories--banner--content ._content--inner ._thumb {
width: 38em;
padding-right: 6em; } }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._thumb {
width: 30em;
padding-right: 0;
margin: 0px auto; } }
.categories--banner--content ._content--inner ._thumb img {
width: 100%; }
.categories--banner--content ._content--inner ._info {
display: flex;
align-items: center;
color: #ffffff;
width: 48em; }
@media (min-width: 2400px) {
.categories--banner--content ._content--inner ._info {
width: 52em; } }
@media (max-width: 992px) {
.categories--banner--content ._content--inner ._info {
width: 31em; } }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._info {
width: 100%; } }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._info--desktop ._header {
display: none; } }
.categories--banner--content ._content--inner ._info--mobile {
display: none; }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._info--mobile {
display: block;
margin-bottom: 4em;
text-align: center; } }
.categories--banner--content ._content--inner ._info--inner {
width: 100%; }
@media (min-width: 2400px) {
.categories--banner--content ._content--inner ._info ._header {
font-size: 1.1em; } }
.categories--banner--content ._content--inner ._info ._title {
font-size: 3em;
font-weight: 100;
letter-spacing: 0.5em;
text-transform: uppercase;
margin: 0 0 0.6666666667em; }
.categories--banner--content ._content--inner ._info ._desc {
font-size: 1.4em;
line-height: 1em;
font-weight: 300; }
.categories--banner--content ._content--inner ._info ._actions {
margin-top: 6.8em; }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._info ._actions {
margin-top: 4em; }
.categories--banner--content ._content--inner ._info ._actions .button {
max-width: none; } }
.categories--banner--content ._content--inner ._info ._actions ._action {
margin-right: 2em;
display: inline-block;
min-width: 20em; }
@media (max-width: 992px) {
.categories--banner--content ._content--inner ._info ._actions ._action {
margin-bottom: 1.5em; }
.categories--banner--content ._content--inner ._info ._actions ._action:last-child {
margin-bottom: 0; } }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._info ._actions ._action {
margin-right: 0;
display: block; } }
.categories--list {
padding-top: 5em;
padding-bottom: 8em; }
.categories--list--header {
text-align: center;
margin-bottom: 5em;
padding-left: 3em;
padding-right: 3em; }
.categories--list--header .section--title {
font-size: 4.5em; }
.categories--list--header ._link {
margin-top: 3.6em; }
.categories--list--header .button--link {
color: #282828; }
.categories--list--header .button--link ._icon {
color: #b91440; }
@media (max-width: 768px) {
.categories--list--main .section--container {
padding: 0; } }
.categories--list--main ._items {
display: flex;
flex-wrap: wrap;
margin-left: -0.8em;
margin-right: -0.8em; }
@media (max-width: 768px) {
.categories--list--main ._items {
margin-left: 0;
margin-right: 0; } }
.categories--list--main ._item {
width: 20%;
padding-left: 0.8em;
padding-right: 0.8em;
margin-bottom: 1.6em; }
.categories--list--main ._item:hover ._item--thumb ._thumb--desc {
opacity: 1;
visibility: visible; }
@media (max-width: 1200px) {
.categories--list--main ._item {
width: 25%; } }
@media (max-width: 992px) {
.categories--list--main ._item {
width: 33.333333%; } }
@media (max-width: 768px) {
.categories--list--main ._item {
padding-left: 0;
padding-right: 0;
margin-bottom: 0; } }
@media (max-width: 680px) {
.categories--list--main ._item {
width: 50%; } }
@media (max-width: 480px) {
.categories--list--main ._item {
width: 100%;
max-width: 38em;
margin: 0px auto; } }
.categories--list--main ._item--main {
border: 1px solid #cfcfcf;
border-bottom: 0 none;
text-align: center;
background-color: #ffffff; }
.categories--list--main ._item--title {
font-size: 1.4em;
font-weight: 300;
margin: 0;
padding: 1em 1.4285714286em;
background-color: #f2f2f2; }
.categories--list--main ._item--thumb {
text-align: center;
height: 20em;
display: flex;
align-items: center;
position: relative; }
@media (min-width: 1600px) {
.categories--list--main ._item--thumb {
height: 21em; } }
@media (min-width: 1920px) {
.categories--list--main ._item--thumb {
height: 26em; } }
@media (max-width: 992px) {
.categories--list--main ._item--thumb {
height: 21em; } }
.categories--list--main ._item--thumb ._thumb--main {
margin: 0px auto; }
.categories--list--main ._item--thumb img {
width: 90%;
max-width: 20em;
margin: 0px auto; }
@media (min-width: 1920px) {
.categories--list--main ._item--thumb img {
max-width: 24em; } }
.categories--list--main ._item--thumb ._thumb--desc {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(238, 238, 238, 0.9);
color: #999999;
text-align: center;
display: flex;
align-items: center;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
visibility: hidden; }
.categories--list--main ._item--thumb ._thumb--desc p {
font-size: 1.2em;
padding-left: 2em;
padding-right: 2em;
margin: 0px auto;
margin-bottom: 0; }
.categories--list--main ._item--bottom {
height: 14.8em;
background-color: #b91440;
padding: 3em; }
@media (max-width: 768px) {
.categories--list--main ._item--bottom {
border-right: 1px solid #b7b7b7;
border-left: 1px solid #b7b7b7; } }
.categories--list--main ._item--bottom ._col--2 {
display: flex;
flex-wrap: wrap; }
.categories--list--main ._item--bottom ._col--2 ._link {
width: 50%; }
.categories--list--main ._item--bottom ._link {
margin-bottom: 2em; }
.categories--list--main ._item--bottom ._link a {
font-size: 1.2em;
line-height: 1em;
text-decoration: none;
font-weight: 300;
color: #ffffff; }
.categories--list--main ._item--bottom ._link a:hover {
text-decoration: none;
color: #ffffff; }
.categories--list--main ._item--bottom ._link a:hover ._label:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.categories--list--main ._item--bottom ._link a ._label {
display: inline-block;
vertical-align: middle;
position: relative; }
.categories--list--main ._item--bottom ._link a ._label:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -3px;
background-color: #ffffff;
width: 100%;
height: 1px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.categories--list--main ._item--bottom ._link a ._icon {
display: inline-block;
vertical-align: middle;
font-size: 1.1666666667em;
margin-left: 1.1666666667em; }
@media (max-width: 768px) {
.products--wrapper {
position: relative;
padding-top: 5.4em; } }
.products--banner {
height: 17em;
position: relative; }
@media (min-width: 1600px) {
.products--banner {
height: 18.5em; } }
@media (min-width: 1920px) {
.products--banner {
height: 22em; } }
@media (min-width: 2400px) {
.products--banner {
height: 29em; } }
.products--banner--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.products--banner--bg ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.products--banner--bg ._image._mobile {
display: none; }
@media (max-width: 768px) {
.products--banner--bg ._image._mobile {
display: block; } }
@media (max-width: 768px) {
.products--banner--bg ._image._desktop {
display: none; } }
.products--banner--content {
display: flex;
align-items: center;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.products--banner--content ._title {
color: #ffffff;
margin: 0;
font-size: 3em;
font-weight: 100;
line-height: 1em;
text-transform: uppercase;
margin: 0px auto;
letter-spacing: 0.5em; }
.products--main {
padding: 3em 0 6.4em;
position: relative; }
@media (max-width: 768px) {
.products--main {
position: static;
padding-top: 0;
overflow: hidden; }
.products--main > .section--container {
padding-left: 0;
padding-right: 0; } }
.products--main .products--breadcrumb {
position: absolute;
top: 3em;
left: 4em; }
@media (max-width: 768px) {
.products--main .products--breadcrumb {
top: 1em;
right: 0;
left: 0;
background-color: #f3f3f3;
padding: 1.2em 3em; } }
.products--main .products--top {
margin-bottom: 4em;
height: 3.6em;
position: relative;
text-align: center; }
.products--main .products--top--options {
height: 8em;
position: relative; }
@media (min-width: 1600px) {
.products--main .products--top--options {
text-align: center; } }
@media (max-width: 1200px) {
.products--main .products--top--options {
display: flex;
flex-direction: column-reverse;
height: 10em; }
.products--main .products--top--options ._options--main {
margin-bottom: auto; } }
@media (max-width: 768px) {
.products--main .products--top--options {
height: auto;
margin-left: 4em;
margin-right: 4em;
margin-bottom: 4em; } }
@media (max-width: 580px) {
.products--main .products--top--options {
margin-left: 2em;
margin-right: 2em; } }
.products--main .products--top--options ._option--sort {
display: inline-block;
vertical-align: middle;
margin-right: 1.8em; }
@media (max-width: 768px) {
.products--main .products--top--options ._option--sort {
padding-right: 1em;
display: block;
width: 50%; } }
.products--main .products--top--options ._option--sort .select2.select2-container {
width: 12em !important;
border-bottom: 1px solid #a1a1a1; }
@media (max-width: 768px) {
.products--main .products--top--options ._option--sort .select2.select2-container {
width: 100% !important; } }
.products--main .products--top--options ._option--sort .select2.select2-container--open .select2-selection {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.products--main .products--top--options ._option--sort .select2 .select2-selection {
outline: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
border: 0 none;
height: 3em; }
.products--main .products--top--options ._option--sort .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 1.8333333333em;
position: relative;
padding-left: 0;
text-align: left; }
.products--main .products--top--options ._option--sort .select2 .select2-selection .select2-selection__arrow {
height: 2em;
right: 0; }
.products--main .products--top--options ._filter--result {
display: inline-block;
vertical-align: middle; }
@media (max-width: 768px) {
.products--main .products--top--options ._filter--result {
display: block;
padding-top: 2em; } }
.products--main .products--top--options ._filter--result ._tags {
display: inline-block;
vertical-align: middle;
margin-right: 1.2em; }
@media (max-width: 768px) {
.products--main .products--top--options ._filter--result ._tags {
display: block;
display: flex;
margin-left: -1em;
margin-right: -1em; } }
.products--main .products--top--options ._filter--result ._tags ._tag {
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
line-height: 2.5em;
padding-left: 0.8333333333em;
background-color: #b91440;
color: #ffffff;
padding-right: 3.3333333333em;
margin-left: 0.5em;
margin-right: 0.5em;
position: relative; }
@media (max-width: 768px) {
.products--main .products--top--options ._filter--result ._tags ._tag {
display: block;
width: 50%;
padding-left: 1em;
padding-right: 1em; } }
.products--main .products--top--options ._filter--result ._tags ._tag ._tag--remove {
position: absolute;
right: 0;
top: 0;
width: 2.1666666667em;
height: 2.5em;
line-height: 2.5em;
text-align: center; }
.products--main .products--top--options ._filter--result ._tags ._tag ._tag--remove i {
display: inline-block;
vertical-align: middle;
width: 1.1666666667em;
height: 1.1666666667em;
background: url("../images/icon--close--white.svg") no-repeat 0 0;
background-size: contain; }
.products--main .products--top--options ._filter--result ._clear {
font-size: 1.2em;
line-height: 2.5em;
display: inline-block;
vertical-align: middle;
color: #b91440; }
@media (max-width: 768px) {
.products--main .products--top--options ._filter--result ._clear {
display: none; } }
.products--main .products--top--nav {
position: absolute;
top: 0;
right: 0; }
@media (max-width: 1200px) {
.products--main .products--top--nav {
position: static;
margin-bottom: 2em; } }
@media (max-width: 768px) {
.products--main .products--top--nav {
position: absolute;
margin-bottom: 0; } }
@media (max-width: 480px) {
.products--main .products--top--nav {
position: static;
margin-bottom: 2em; } }
.products--main .products--top--nav ._tabs {
background-color: #f2f2f2;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
display: flex;
position: relative; }
@media (max-width: 1200px) {
.products--main .products--top--nav ._tabs {
display: inline-block; } }
.products--main .products--top--nav ._tabs ._tab {
font-size: 1.2em;
height: 2.6666666667em;
line-height: 2.6666666667em;
padding-left: 1.6666666667em;
padding-right: 1.6666666667em;
color: #afafaf;
text-decoration: none; }
.products--main .products--top--nav ._tabs ._tab ._label {
position: relative;
z-index: 2; }
.products--main .products--top--nav ._tabs ._tab:hover {
color: #444444; }
.products--main .products--top--nav ._tabs ._tab._active {
color: #ffffff; }
.products--main .products--top--nav ._tabs ._tab:first-child {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px; }
.products--main .products--top--nav ._tabs ._tab:nth-child(2) {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px; }
.products--main .products--top--nav ._tabs ._tab:last-child {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px; }
.products--main .products--top--nav ._tabs ._tab--selected {
height: 3.2em;
line-height: 3.2em;
width: 10em;
background-color: #b91440;
color: #ffffff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
position: absolute;
top: 0;
bottom: 0;
left: 0; }
.products--main .products--list {
display: flex; }
@media (max-width: 768px) {
.products--main .products--list {
flex-direction: column; } }
.products--main .products--list--filter {
width: 22%;
padding-right: 5em;
padding-top: 8em; }
@media (max-width: 1400px) {
.products--main .products--list--filter {
width: 25%;
padding-right: 2em; } }
@media (max-width: 1200px) {
.products--main .products--list--filter {
width: 30%;
padding-top: 10em; } }
@media (max-width: 768px) {
.products--main .products--list--filter {
width: auto;
padding-right: 0;
padding-top: 0;
margin-bottom: 4em; } }
.products--main .products--list--filter ._filter--header {
height: 3.6em;
line-height: 3.6em;
border: 1px solid #e5e5e5;
background-color: #f8f8f8;
padding-left: 1.5em;
padding-right: 1.5em;
margin-bottom: 1.6em; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--header {
display: none; } }
.products--main .products--list--filter ._filter--header ._label {
font-size: 1.4em;
font-weight: 400; }
.products--main .products--list--filter ._filter--category {
margin-bottom: 1.6em; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--category {
display: none; } }
.products--main .products--list--filter ._filter--category .select2.select2-container {
width: 100% !important; }
.products--main .products--list--filter ._filter--category .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important;
height: 4em;
border: 1px solid #e5e5e5;
background-color: #f8f8f8;
padding-left: 1.5em;
padding-right: 1.5em; }
.products--main .products--list--filter ._filter--category .select2 .select2-selection .select2-selection__rendered {
font-size: 1.4em;
line-height: 2.7142857143em;
position: relative;
padding-left: 0;
text-align: left; }
.products--main .products--list--filter ._filter--category .select2 .select2-selection .select2-selection__arrow {
height: 3.8em;
right: 0.5em; }
.products--main .products--list--filter ._filter--content {
border: 1px solid #e5e5e5;
background-color: #f8f8f8; }
.products--main .products--list--filter ._filter--box--header {
height: 3.6em;
line-height: 3.6em;
border-bottom: 1px solid #e5e5e5;
background-color: #f8f8f8;
padding-left: 1.5em;
padding-right: 1.5em;
position: relative; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--box--header {
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 480px) {
.products--main .products--list--filter ._filter--box--header {
padding-left: 2em;
padding-right: 2em; } }
.products--main .products--list--filter ._filter--box--title {
margin: 0;
font-size: 1.4em;
line-height: 2.5714285714em;
font-weight: 400; }
.products--main .products--list--filter ._filter--box--options {
position: absolute;
top: 0;
right: 4em;
display: none; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--box--options {
display: block; } }
@media (max-width: 480px) {
.products--main .products--list--filter ._filter--box--options {
right: 2em; } }
.products--main .products--list--filter ._filter--box--options a {
font-size: 1.2em;
margin-left: 2.5em;
color: #b91440; }
.products--main .products--list--filter ._filter--box--options a span {
margin-right: 0.6666666667em; }
@media (max-width: 380px) {
.products--main .products--list--filter ._filter--box--options a {
margin-left: 1.25em; } }
.products--main .products--list--filter ._filter--box--main {
overflow: hidden; }
.products--main .products--list--filter ._filter--box--main ._main--options {
padding-left: 1.5em;
padding-right: 1.5em;
padding-top: 2.5em;
padding-bottom: 1.5em; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--box--main ._main--options {
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 480px) {
.products--main .products--list--filter ._filter--box--main ._main--options {
padding-left: 2em;
padding-right: 2em; } }
.products--main .products--list--filter ._filter--box--main ._filter--section {
margin-bottom: 2.5em; }
.products--main .products--list--filter ._filter--box--main ._filter--section ._title {
font-size: 1.2em;
line-height: 1em;
margin: 0 0 1.5em; }
.products--main .products--list--filter ._filter--box--main ._filter--section ._options ul {
padding: 0;
margin: 0;
list-style: none; }
.products--main .products--list--filter ._filter--box--main ._filter--section ._options ul li {
margin: 0;
padding: 0; }
.products--main .products--list--filter ._filter--box--main ._filter--section ._options ul li {
margin-bottom: 1.2em; }
.products--main .products--list--filter ._filter--box--main ._filter--section ._options ul li ._label {
font-size: 1.2em;
margin-left: 1em; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider {
margin-bottom: 2em;
padding-right: 1.2em; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider .noUi-target {
height: 0.5em;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
border: 0 none;
background-color: #a1a1a1;
-webkit-box-shadow: none;
box-shadow: none; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider .noUi-connect {
background-color: #c6244f; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider .noUi-handle {
border: 0 none;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
width: 2em;
height: 2em;
background-color: #a60e37;
-webkit-box-shadow: none;
box-shadow: none;
top: -0.8em;
outline: none; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider .noUi-handle::before, .products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider .noUi-handle::after {
display: none; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--value {
display: flex; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--value ._separator {
font-size: 2em;
height: 1.7em;
line-height: 1.7em;
text-align: center;
margin-left: 1em;
margin-right: 1em; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--value input {
font-size: 1.4em;
width: 100%;
height: 2.4285714286em;
line-height: 2.4285714286em;
border: 1px solid #b7b7b7;
background-color: #ffffff;
padding: 0 1em;
text-align: center; }
.products--main .products--list--filter ._filter--box--bottom {
height: 3.6em;
line-height: 3.6em;
border-top: 1px solid #e5e5e5;
text-align: center; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--box--bottom {
display: none; } }
.products--main .products--list--filter ._filter--box--bottom a {
font-size: 1.2em;
color: #b91440; }
.products--main .products--list--content {
width: 78%; }
@media (max-width: 1400px) {
.products--main .products--list--content {
width: 75%; } }
@media (max-width: 1200px) {
.products--main .products--list--content {
width: 70%; } }
@media (max-width: 768px) {
.products--main .products--list--content {
width: 100%; } }
.products--main .products--list--content ._list--main {
position: relative;
overflow: hidden; }
.products--main .products--list--content ._list--loader {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 9;
background-color: #ffffff;
display: flex;
align-items: center;
border: 1px solid #eeeeee;
visibility: hidden;
opacity: 0; }
.products--main .products--list--content ._list--loader._show {
visibility: visible;
opacity: 1; }
.products--main .products--list--content ._list--loader ._content {
margin: 0px auto;
text-align: center; }
.products--main .products--list--content ._list--loader ._label {
margin-top: 1.5em;
font-size: 1.2em;
text-transform: uppercase;
color: #bbbbbb; }
.products--main .products--list--content ._items {
display: flex;
flex-wrap: wrap;
margin-left: -0.6em;
margin-right: -0.6em; }
.products--main .products--list--content ._item {
width: 25%;
padding-left: 0.6em;
padding-right: 0.6em;
margin-bottom: 1.2em; }
@media (max-width: 1200px) {
.products--main .products--list--content ._item {
width: 33.333333%; } }
@media (max-width: 992px) {
.products--main .products--list--content ._item {
width: 50%; } }
@media (max-width: 380px) {
.products--main .products--list--content ._item {
width: 100%; } }
.products--main .products--list--content ._item--inner {
border: 1px solid #e2e2e2; }
.products--main .products--list--content ._item--thumb {
text-align: center;
height: 22em;
background-color: #f2f2f2;
border-bottom: 1px solid #e2e2e2;
position: relative;
overflow: hidden; }
@media (min-width: 1920px) {
.products--main .products--list--content ._item--thumb {
height: 24em; } }
@media (min-width: 2400px) {
.products--main .products--list--content ._item--thumb {
height: 31em; } }
.products--main .products--list--content ._item--thumb ._thumb--main {
display: flex;
align-items: center;
height: 100%; }
.products--main .products--list--content ._item--thumb ._thumb--main ._image {
margin: 0px auto; }
.products--main .products--list--content ._item--thumb ._thumb--main img {
width: 85%; }
.products--main .products--list--content ._item--thumb ._item--compare {
position: absolute;
top: 1em;
left: 1em;
z-index: 2; }
.products--main .products--list--content ._item--thumb ._label--new {
position: absolute;
right: -4em;
top: -3em;
background-color: #9d3545;
color: #ffffff;
width: 8em;
height: 6em;
text-align: right;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
display: flex;
font-weight: 500;
align-items: flex-end;
padding-bottom: 0.2em; }
.products--main .products--list--content ._item--thumb ._label--new span {
margin: 0px auto; }
.products--main .products--list--content ._item--content ._content--main {
height: 3.6em;
line-height: 3.6em;
border-bottom: 1px solid #e2e2e2;
padding-left: 1.2em;
padding-right: 1.2em; }
.products--main .products--list--content ._item--content ._content--main ._inner {
display: flex;
align-items: center; }
.products--main .products--list--content ._item--content ._content--main ._title {
font-size: 1.2em;
line-height: 1em;
text-transform: uppercase;
font-weight: 500;
margin: 0; }
.products--main .products--list--content ._item--content ._content--main ._price {
margin-left: auto;
color: #b91440; }
.products--main .products--list--content ._item--content ._content--main ._price ._price--currency {
font-size: 1.2em;
margin-right: 0.3333333333em;
position: relative;
top: -0.4166666667em; }
.products--main .products--list--content ._item--content ._content--main ._price ._price--value {
font-size: 1.7em; }
.products--main .products--list--content ._item--content ._content--specs {
padding: 1.5em 1.2em; }
.products--main .products--list--content ._item--content ._content--specs ul {
padding: 0;
margin: 0;
list-style: none; }
.products--main .products--list--content ._item--content ._content--specs ul li {
margin: 0;
padding: 0; }
.products--main .products--list--content ._item--content ._content--specs ul li {
font-size: 1.1em;
margin-bottom: 1em;
font-weight: 300; }
.products--main .products--list--content ._item--content ._content--specs ul li:last-child {
margin-bottom: 0; }
.products--upgrade {
height: 30em;
overflow: hidden; }
@media (min-width: 1600px) {
.products--upgrade {
height: 34em; } }
@media (min-width: 1920px) {
.products--upgrade {
height: 40em; } }
@media (min-width: 2400px) {
.products--upgrade {
height: 48em; } }
@media (max-width: 768px) {
.products--upgrade {
height: auto;
overflow: hidden; } }
.products--upgrade ._upgrade--inner {
width: 100%;
height: 100%;
position: relative; }
@media (max-width: 768px) {
.products--upgrade ._upgrade--inner {
padding-top: 5em; } }
.products--upgrade ._upgrade--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.products--upgrade ._upgrade--bg ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.products--upgrade ._upgrade--bg ._image._mobile {
display: none; }
@media (max-width: 768px) {
.products--upgrade ._upgrade--bg ._image._mobile {
display: block; } }
@media (max-width: 768px) {
.products--upgrade ._upgrade--bg ._image._desktop {
display: none; } }
.products--upgrade ._upgrade--content {
position: relative;
z-index: 1;
display: flex;
align-items: center;
height: 100%; }
.products--upgrade ._upgrade--content--inner {
width: 98em;
margin: 0px auto;
display: flex;
height: 100%; }
@media (max-width: 992px) {
.products--upgrade ._upgrade--content--inner {
width: 100%;
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 768px) {
.products--upgrade ._upgrade--content--inner {
flex-direction: column; } }
.products--upgrade ._upgrade--content--inner ._upgrade--thumb {
width: 50%; }
@media (max-width: 768px) {
.products--upgrade ._upgrade--content--inner ._upgrade--thumb {
width: 90%;
margin: 0px auto;
max-width: 48em; } }
.products--upgrade ._upgrade--content--inner ._upgrade--thumb img {
height: 120%;
position: relative;
top: -10%; }
@media (max-width: 768px) {
.products--upgrade ._upgrade--content--inner ._upgrade--thumb img {
top: 0;
height: auto;
width: 100%;
margin-bottom: -18em; } }
@media (max-width: 480px) {
.products--upgrade ._upgrade--content--inner ._upgrade--thumb img {
margin-bottom: -13em; } }
@media (max-width: 380px) {
.products--upgrade ._upgrade--content--inner ._upgrade--thumb img {
margin-bottom: -9em; } }
.products--upgrade ._upgrade--content--inner ._upgrade--info {
width: 50%;
display: flex;
align-items: center; }
@media (max-width: 768px) {
.products--upgrade ._upgrade--content--inner ._upgrade--info {
width: 100%;
text-align: center;
margin-bottom: 6em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info--inner {
margin: 0px auto; } }
.products--upgrade ._upgrade--content--inner ._upgrade--info .section--title {
font-size: 4.5em;
margin-bottom: 0.4444444444em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._desc {
font-size: 1.3em;
font-weight: 300;
line-height: 1.5384615385em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._action {
margin-top: 3.5em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._action form {
width: 21em;
margin: 0px auto; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._action form ._form--input {
position: relative;
margin-bottom: 0.6em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._action form ._form--input ._icon {
height: 2em;
width: 2em;
position: absolute;
top: 0;
top: 0.6em;
right: 0.6em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._action form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 3em;
line-height: 3em;
padding: 0 2.5em 0 1em;
border: 1px solid #dfdfdf;
outline: none; }
.products--new {
padding-bottom: 4em; }
.products--new .section--container {
max-width: 1920px;
margin: 0px auto; }
.products--new--header {
text-align: center;
padding-left: 4em;
padding-right: 4em; }
.products--new--header .section--title {
font-size: 4.5em; }
.products--new--header ._desc {
font-size: 1.5em;
font-weight: 300;
margin-top: 1.6666666667em; }
.products--new--list {
margin-top: 9em; }
@media (max-width: 992px) {
.products--new--list .section--container {
padding-left: 3em;
padding-right: 3em;
width: 100%;
max-width: 58em;
position: relative; } }
.products--new--list ._items {
display: flex;
margin-left: -1.5em;
margin-right: -1.5em; }
@media (max-width: 992px) {
.products--new--list ._items {
display: block;
margin-left: 0;
margin-right: 0; } }
.products--new--list ._item {
width: 33.333333%;
padding-left: 1.5em;
padding-right: 1.5em; }
@media (max-width: 992px) {
.products--new--list ._item {
width: 100%;
min-width: 0;
padding-left: 0;
padding-right: 0; } }
.products--new--list ._item--inner {
background-color: #f2f2f2; }
.products--new--list ._item--top {
padding-top: 3em; }
.products--new--list ._item--title {
font-size: 2.2em;
line-height: 1.3636363636em;
margin: 0 0 0.6818181818em;
color: #b91440;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.3em; }
.products--new--list ._item--desc {
font-size: 1.2em;
line-height: 1.5em;
width: 18.3333333333em;
margin: 0px auto;
text-align: center; }
.products--new--list ._item--thumb {
margin: 4em 0 2em;
height: 22em;
text-align: center; }
@media (min-width: 1920px) {
.products--new--list ._item--thumb {
height: 25em; } }
@media (min-width: 2400px) {
.products--new--list ._item--thumb {
height: 30em; } }
.products--new--list ._item--thumb img {
width: 90%;
max-width: 30em; }
@media (min-width: 1920px) {
.products--new--list ._item--thumb img {
max-width: 34em; } }
@media (min-width: 2400px) {
.products--new--list ._item--thumb img {
max-width: 40em; } }
.products--new--list ._item--price {
display: flex;
height: 16em; }
.products--new--list ._item--price ._price--main {
width: 50%;
padding-left: 2em; }
@media (min-width: 1600px) {
.products--new--list ._item--price ._price--main {
padding-left: 4em; } }
@media (min-width: 2400px) {
.products--new--list ._item--price ._price--main {
padding-left: 5em; } }
.products--new--list ._item--price ._price--main ._label {
font-size: 2.8em;
font-weight: 300;
line-height: 1.2857142857em; }
.products--new--list ._item--price ._price--main ._value {
font-size: 5.6em;
line-height: 1em; }
.products--new--list ._item--price ._price--features {
width: 50%;
text-align: center;
padding-right: 1.5em; }
.products--new--list ._item--price ._price--features ul {
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
text-align: left; }
.products--new--list ._item--price ._price--features ul li {
margin: 0;
padding: 0; }
.products--new--list ._item--price ._price--features ul li {
font-size: 1.1em;
font-weight: 300;
line-height: 1em;
margin-bottom: 1.6363636364em; }
.products--new--list ._item--bottom {
height: 6.8em;
line-height: 6.8em;
background-color: #b91440; }
.products--new--list ._item--bottom ._actions {
display: flex; }
.products--new--list ._item--bottom ._actions a {
color: #ffffff;
text-decoration: none;
font-size: 1.4em;
padding-left: 1.4285714286em;
padding-right: 1.4285714286em;
font-weight: 500; }
.products--new--list ._item--bottom ._actions a:hover {
background-color: #9a0029; }
.products--new--list ._item--bottom ._actions ._action--enquire {
flex-grow: 1;
border-right: 1px solid #cd6c87; }
.products--new--list ._item--bottom ._actions ._action--enquire ._icon {
margin-right: 1em; }
.products--new--list ._item--bottom ._actions ._action--detail {
flex-grow: 8;
display: flex; }
.products--new--list ._item--bottom ._actions ._action--detail ._icon {
margin-left: auto;
font-size: 1.5em; }
.products--new--list .flex-direction-nav {
padding: 0;
margin: 0;
list-style: none; }
.products--new--list .flex-direction-nav li {
margin: 0;
padding: 0; }
.products--new--list .flex-direction-nav a {
display: block;
font-size: 1.6em;
display: inline-block;
vertical-align: middle;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
width: 3.125em;
height: 3.125em;
line-height: 3.125em;
vertical-align: middle;
text-align: center;
background-color: #888888;
color: #ffffff;
position: absolute;
top: 50%;
margin-top: -1.5625em;
z-index: 99; }
.products--new--list .flex-direction-nav a.flex-prev {
left: -3.125em; }
@media (max-width: 768px) {
.products--new--list .flex-direction-nav a.flex-prev {
left: 0.625em; } }
.products--new--list .flex-direction-nav a.flex-next {
right: -3.125em; }
@media (max-width: 768px) {
.products--new--list .flex-direction-nav a.flex-next {
right: 0.625em; } }
.products .product__compare--summary {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: translateY(110%);
-moz-transform: translateY(110%);
-ms-transform: translateY(110%);
-o-transform: translateY(110%);
transform: translateY(110%);
margin-bottom: 0; }
.product .site--inner {
overflow: hidden; }
.product--wrapper {
position: relative; }
@media (max-width: 1200px) {
.product--wrapper {
padding-top: 4.5em; } }
.product .main .section--container {
padding-left: 0;
padding-right: 0;
width: 120em;
margin: 0px auto; }
@media (max-width: 1200px) {
.product .main .section--container {
width: auto;
padding-left: 3em;
padding-right: 3em; } }
.product__top {
background-color: #fafafa;
position: relative;
padding-bottom: 4em; }
.product__top .section--container {
position: relative; }
.product__top .product--banner {
position: absolute;
left: 0;
right: 0;
top: 0;
height: 22.5em; }
@media (min-width: 1920px) {
.product__top .product--banner {
height: 24em; } }
@media (max-width: 768px) {
.product__top .product--banner {
height: 32em; } }
.product__top .product--banner ._video {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
@media (max-width: 768px) {
.product__top .product--banner ._video {
display: none; } }
.product__top .product--banner ._video--main {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.product__top .product--banner ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover;
display: none; }
@media (max-width: 768px) {
.product__top .product--banner ._image {
display: block; } }
.product__top .breadcrumb {
padding-top: 2em;
position: absolute;
top: 23.2em;
left: 3em; }
@media (min-width: 1920px) {
.product__top .breadcrumb {
top: 24.4em; } }
@media (max-width: 1200px) {
.product__top .breadcrumb {
top: -3.5em;
left: 0;
right: 0;
padding: 1.2em 3em;
background-color: #f1f1f1; } }
.product__top--detail ._detail--inner {
width: 78em;
margin: 0px auto;
position: relative;
z-index: 2;
padding-top: 5em; }
@media (min-width: 1600px) {
.product__top--detail ._detail--inner {
width: 84em;
padding-top: 7em; } }
@media (min-width: 1920px) {
.product__top--detail ._detail--inner {
width: 92em; } }
@media (max-width: 992px) {
.product__top--detail ._detail--inner {
width: 76em; } }
@media (max-width: 768px) {
.product__top--detail ._detail--inner {
width: 100%;
padding-left: 4em;
padding-right: 4em;
max-width: 58em; } }
@media (max-width: 480px) {
.product__top--detail ._detail--inner {
padding-right: 3em; } }
.product__top--detail ._detail--main {
display: flex;
margin-bottom: 5em; }
@media (max-width: 768px) {
.product__top--detail ._detail--main {
flex-direction: column;
position: relative; } }
@media (max-width: 480px) {
.product__top--detail ._detail--main {
padding-left: 3em; } }
@media (max-width: 380px) {
.product__top--detail ._detail--main {
padding-left: 2em; } }
.product__top--detail ._detail--info {
width: 55%; }
@media (min-width: 1600px) {
.product__top--detail ._detail--info {
width: 50%; } }
@media (min-width: 1920px) {
.product__top--detail ._detail--info {
width: 46%; } }
@media (max-width: 768px) {
.product__top--detail ._detail--info {
width: 100%; } }
.product__top--detail ._detail--info ._detail--actions {
display: block;
margin-top: 5em;
text-align: right; }
.product__top--detail ._detail--info ._detail--actions ._action {
margin-left: 0;
margin-right: 0; }
.product__top--detail ._detail--thumb {
width: 45%;
padding-left: 6em;
position: relative;
z-index: 2; }
@media (min-width: 1600px) {
.product__top--detail ._detail--thumb {
margin-top: -3em; } }
@media (min-width: 1920px) {
.product__top--detail ._detail--thumb {
margin-top: -4em; } }
@media (max-width: 768px) {
.product__top--detail ._detail--thumb {
width: 100%;
padding-left: 0;
max-width: 38em;
margin: 0px auto; } }
@media (max-width: 480px) {
.product__top--detail ._detail--thumb {
width: 76%; } }
@media (max-width: 380px) {
.product__top--detail ._detail--thumb {
width: 90%; } }
.product__top--detail ._detail--thumb ._thumb {
display: none;
text-align: center;
align-items: center;
margin: 0px auto; }
@media (min-width: 1600px) {
.product__top--detail ._detail--thumb ._thumb {
height: 356px; } }
@media (min-width: 1920px) {
.product__top--detail ._detail--thumb ._thumb {
height: 475px; } }
@media (max-width: 1440px) {
.product__top--detail ._detail--thumb ._thumb {
height: 32.5em; } }
@media (max-width: 992px) {
.product__top--detail ._detail--thumb ._thumb {
height: 31.5em; } }
@media (max-width: 768px) {
.product__top--detail ._detail--thumb ._thumb {
width: 30em;
height: 30em; } }
@media (max-width: 480px) {
.product__top--detail ._detail--thumb ._thumb {
width: 26em;
height: 26em; } }
@media (max-width: 380px) {
.product__top--detail ._detail--thumb ._thumb {
width: 21em;
height: 21em; } }
.product__top--detail ._detail--thumb ._thumb:first-child {
display: flex; }
.product__top--detail ._detail--thumb img {
width: 100%;
margin: 0px auto; }
@media (max-width: 480px) {
.product__top--detail ._detail--thumb img {
width: 100%; } }
.product__top--detail ._detail--thumb--nav {
text-align: right;
margin-bottom: 6.6em; }
@media (max-width: 768px) {
.product__top--detail ._detail--thumb--nav {
margin-bottom: 0;
position: absolute;
left: 0;
top: 10vh;
width: 4em; } }
@media (max-width: 480px) {
.product__top--detail ._detail--thumb--nav {
left: -3em; } }
.product__top--detail ._detail--thumb--nav a {
display: inline-block;
vertical-align: middle;
width: 4em;
height: 4em;
line-height: 4em;
margin-left: 0.8em;
background-color: #f7f7f7;
text-align: center;
opacity: 0.6; }
.product__top--detail ._detail--thumb--nav a:hover, .product__top--detail ._detail--thumb--nav a._active {
opacity: 1; }
@media (max-width: 768px) {
.product__top--detail ._detail--thumb--nav a {
margin-left: 0;
display: block;
margin-bottom: 0.8em; } }
.product__top--detail ._detail--thumb--nav a img {
width: 80%; }
.product__top--detail ._detail--header {
color: #ffffff;
text-align: right;
margin-bottom: 2.8em; }
@media (max-width: 768px) {
.product__top--detail ._detail--header {
text-align: center; } }
.product__top--detail ._detail--header h3 {
font-size: 1.1em;
line-height: 1em;
text-transform: uppercase;
font-weight: 300;
margin: 0 0 1.0909090909em;
letter-spacing: 0.5em; }
.product__top--detail ._detail--header h2 {
font-size: 3.4em;
line-height: 1em;
text-transform: uppercase;
margin: 0;
letter-spacing: 0.2em; }
.product__top--detail ._detail--header ._price {
font-size: 1.6em;
line-height: 1em;
text-transform: uppercase;
font-weight: 300;
margin: 0.5em 0 0;
letter-spacing: 0.2em; }
.product__top--detail ._detail--desc,
.product__top--detail ._detail--desc--mobile {
font-size: 1.4em;
line-height: 1.5714285714em; }
.product__top--detail ._detail--desc {
text-align: right;
width: 22.8571428571em;
margin-left: auto; }
@media (max-width: 768px) {
.product__top--detail ._detail--desc {
display: none; } }
.product__top--detail ._detail--desc--mobile {
display: none;
text-align: center;
margin-bottom: 3em; }
@media (max-width: 768px) {
.product__top--detail ._detail--desc--mobile {
display: block; } }
.product__top--detail ._detail--actions {
text-align: center; }
.product__top--detail ._detail--actions ._action {
display: inline-block;
width: 24em;
margin-left: 2.5em;
margin-right: 2.5em; }
@media (max-width: 768px) {
.product__top--detail ._detail--actions ._action {
display: block;
margin: 0px auto;
width: 100%;
max-width: 32em;
margin-bottom: 1.2em; }
.product__top--detail ._detail--actions ._action .button {
max-width: none; } }
.product__description ._description--container {
width: 120em;
margin: 0px auto; }
@media (max-width: 1200px) {
.product__description ._description--container {
width: auto;
padding-left: 3em;
padding-right: 3em; } }
.product__description ._description--text {
padding-top: 7em;
padding-bottom: 7em; }
.product__description ._description--text._title--right ._inner {
flex-direction: row-reverse; }
@media (max-width: 768px) {
.product__description ._description--text._title--right ._inner {
flex-direction: column; } }
.product__description ._description--text._title--right ._inner ._header {
text-align: left; }
.product__description ._description--text._title--right ._inner ._content {
padding-right: 7em; }
@media (max-width: 768px) {
.product__description ._description--text._title--right ._inner ._content {
padding-right: 0; } }
.product__description ._description--text ._inner {
display: flex;
margin: 0px auto;
width: 90em; }
@media (max-width: 992px) {
.product__description ._description--text ._inner {
width: auto;
padding-left: 3em;
padding-right: 3em; } }
@media (max-width: 768px) {
.product__description ._description--text ._inner {
flex-direction: column; } }
.product__description ._description--text ._inner ._header {
width: 40%;
text-align: right; }
@media (max-width: 768px) {
.product__description ._description--text ._inner ._header {
width: 100%;
margin-bottom: 3em;
text-align: left; } }
.product__description ._description--text ._inner ._header ._title {
margin: 0;
font-size: 4.5em;
line-height: 1.1111111111em;
font-weight: 500; }
.product__description ._description--text ._inner ._content {
width: 60%;
padding-left: 7em; }
@media (max-width: 768px) {
.product__description ._description--text ._inner ._content {
width: 100%;
padding-left: 0; } }
.product__description ._description--text ._inner ._content p {
font-size: 1.4em;
line-height: 1.7142857143em; }
.product__description ._description--video {
background-color: #fafafa;
height: 30em; }
.product__description ._description--video ._inner {
width: 55em;
height: 100%;
margin: 0px auto; }
@media (max-width: 580px) {
.product__description ._description--video ._inner {
width: 100%; } }
.product__description ._description--video ._video {
width: 100%;
height: 100%;
position: relative; }
.product__description ._description--video ._video .section--bg {
z-index: 1; }
.product__description ._description--video ._video .section--content--main {
z-index: 3; }
.product__description ._description--video ._video ._video--overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.2);
z-index: 2; }
.product__description ._description--video ._video ._video--cover {
width: 100%;
height: 100%;
position: relative;
z-index: 9; }
.product__description ._description--video ._video ._video--main {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.product__description ._description--video ._video ._video--info {
margin: 0px auto;
text-align: center; }
.product__description ._description--video ._video ._video--info a {
display: block;
text-decoration: none;
outline: none; }
.product__description ._description--video ._video ._video--info--title {
margin: 20px 0 0;
font-size: 20px;
line-height: 22px;
color: #ffffff; }
.product__description ._description--video ._video ._video--info--icon {
display: inline-block;
width: 62px;
height: 62px;
background: url("../images/icon--play-alt--white.svg") no-repeat 0 0;
background-size: contain; }
.product__description ._description--features {
padding-top: 8em; }
.product__description ._description--features._features--primary ._items {
padding-left: 4em;
padding-right: 4em; }
@media (max-width: 1200px) {
.product__description ._description--features._features--primary ._items {
padding-left: 0;
padding-right: 0; } }
.product__description ._description--features._features--secondary {
padding-top: 0; }
.product__description ._description--features._features--secondary ._label {
color: #dcdcdc;
text-align: center;
border-bottom: 1px solid #dcdcdc;
margin-bottom: 8em;
position: relative;
height: 1px; }
.product__description ._description--features._features--secondary ._label span {
display: inline-block;
font-size: 1.1em;
line-height: 1.0909090909em;
position: relative;
top: -0.5em;
text-align: center;
padding-left: 2.7272727273em;
padding-right: 2.7272727273em;
background-color: #ffffff; }
.product__description ._description--features ._items {
display: flex;
flex-wrap: wrap;
margin-left: -1.5em;
margin-right: -1.5em; }
.product__description ._description--features ._items ._item {
width: 25%;
padding-left: 1.5em;
padding-right: 1.5em;
margin-bottom: 3.6em; }
@media (max-width: 992px) {
.product__description ._description--features ._items ._item {
width: 50%;
padding-left: 2em;
padding-right: 2em;
margin-bottom: 6em; } }
@media (max-width: 580px) {
.product__description ._description--features ._items ._item {
width: 100%; } }
.product__description ._description--features ._items ._item--inner {
padding-left: 8.8em;
position: relative; }
.product__description ._description--features ._items ._item--icon {
width: 6.8em;
height: 6.8em;
position: absolute;
top: 0;
left: 0; }
.product__description ._description--features ._items ._item--icon img {
width: 100%; }
.product__description ._description--features ._items ._item--info {
font-size: 1.2em; }
.product__description ._description--features ._items ._item--info ._title {
margin: 0 0 0.8333333333em;
font-weight: 600; }
.product__description ._description--features ._items ._item--info ._desc {
line-height: 1.5em;
margin-bottom: 0; }
.product__testimony ._header {
padding-top: 4em;
padding-bottom: 3em; }
.product__testimony ._header ._title {
margin: 0;
line-height: 1em;
font-size: 2.8em;
font-weight: 600; }
.product__testimony ._content {
background-color: #f7f7f7;
padding-top: 5em;
padding-bottom: 2em; }
.product__testimony ._content ._items {
display: flex;
flex-wrap: wrap;
margin-left: -2.5em;
margin-right: -2.5em; }
.product__testimony ._content ._items ._item {
width: 25%;
padding-left: 2.5em;
padding-right: 2.5em; }
@media (max-width: 992px) {
.product__testimony ._content ._items ._item {
width: 50%;
margin-bottom: 5em; } }
@media (max-width: 580px) {
.product__testimony ._content ._items ._item {
width: 100%; } }
.product__testimony ._content ._items ._item--star {
margin-bottom: 2em; }
.product__testimony ._content ._items ._item--content {
font-size: 1.2em;
line-height: 1.6666666667em;
margin-bottom: 2em; }
.product__testimony ._content ._items ._item--content p {
margin-bottom: 0; }
.product__testimony ._content ._items ._item--user {
font-size: 1.2em;
line-height: 1em; }
.product__specs ._header {
padding-top: 4em;
padding-bottom: 3em; }
.product__specs ._header ._title {
margin: 0;
line-height: 1em;
font-size: 2.8em;
font-weight: 600; }
.product__specs ._content {
background-color: #f7f7f7;
padding-top: 5em;
padding-bottom: 2em; }
.product__specs ._content ._specs {
display: flex;
flex-wrap: wrap;
margin-left: -3.5em;
margin-right: -3.5em; }
.product__specs ._content ._specs ._spec {
width: 33.333333%;
padding-left: 3.5em;
padding-right: 3.5em; }
@media (max-width: 992px) {
.product__specs ._content ._specs ._spec {
width: 50%; } }
@media (max-width: 768px) {
.product__specs ._content ._specs ._spec {
width: 100%; } }
.product__specs ._content ._specs ._spec--inner {
font-size: 1.2em;
padding-bottom: 0.3333333333em;
margin-bottom: 2.5em;
border-bottom: 1px solid #cbcbcb;
display: flex; }
.product__specs ._content ._specs ._spec--inner ._label {
margin: 0; }
.product__specs ._content ._specs ._spec--inner ._value {
margin-left: auto;
margin-bottom: 0; }
.product__related {
padding-top: 5em;
padding-bottom: 3em; }
.product__related ._header {
text-align: center;
margin-bottom: 4em; }
.product__related ._list .section--container {
padding-right: 0; }
.product__related ._items {
overflow: hidden; }
.product__related ._items--inner {
display: flex;
margin: 0px auto; }
.product__related ._items ._item {
width: 25%;
padding-left: 1em;
padding-right: 1em;
min-width: 28em; }
.product__related ._items ._item--action {
display: block;
width: 100%;
height: 3.8em;
line-height: 3.8em;
max-width: none; }
.product__related ._items ._item--thumb {
overflow: hidden; }
.product__related ._items ._item--thumb img {
width: 100%; }
.product__compare--loader {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.9);
z-index: 99;
border-top: 3px solid #eeeeee;
padding-top: 20em;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.product__compare--loader._show {
visibility: visible;
opacity: 1; }
.product__compare--main {
background-color: #f1f1f1;
padding-top: 7em;
padding-bottom: 10em;
text-align: center;
position: relative; }
.product__compare--main ._main--inner {
padding-left: 3em;
padding-right: 3em;
display: flex;
align-items: center; }
.product__compare--main ._main--content {
margin: 0px auto;
width: auto; }
.product__compare--main ._main--content .mCSB_scrollTools .mCSB_draggerRail {
background-color: #c9c9c9; }
.product__compare--main ._main--content .mCSB_scrollTools .mCSB_dragger_bar {
background-color: #b4152b !important;
height: 10px;
margin-top: 3px; }
.product__compare--main ._compare--bottom {
text-align: left;
margin-top: 6em; }
.product__compare--main ._compare--bottom a {
font-size: 1.2em;
color: #b91440; }
.product__compare--main ._compare--list {
overflow-x: auto;
white-space: nowrap;
width: 100%; }
.product__compare--main ._compare--list--inner {
display: flex; }
.product__compare--main ._compare--list ._compare--top {
height: 14em;
padding-bottom: 1.6em;
border-bottom: 1px solid #b7b7b7;
display: flex;
align-items: flex-end;
padding-left: 1em;
padding-right: 1em; }
.product__compare--main ._compare--list ._compare--top ._compare--title {
font-size: 1.6em;
line-height: 1em;
margin: 0;
font-weight: 300; }
.product__compare--main ._compare--list ._compare--top ._item--info {
text-align: center;
margin: 0px auto; }
.product__compare--main ._compare--list ._compare--top ._item--thumb {
display: inline-block;
width: 6.4em;
height: 6.4em;
margin-bottom: 1em;
overflow: hidden;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
border: 2px solid #b7b7b7;
display: flex;
align-items: center; }
.product__compare--main ._compare--list ._compare--top ._item--thumb img {
width: 100%; }
.product__compare--main ._compare--list ._compare--top ._item--name {
font-size: 1.2em;
line-height: 1em;
font-weight: 600;
margin: 0 0 0.6666666667em; }
.product__compare--main ._compare--list ._compare--top ._item--action a {
font-size: 1.1em;
color: #b91440; }
.product__compare--main ._compare--list ._compare--main {
padding-left: 1em;
padding-right: 1em;
padding-top: 1.5em; }
.product__compare--main ._compare--list ._compare--main ._attr {
font-size: 1.2em;
line-height: 1em;
padding-top: 1.6em;
padding-bottom: 1.6em; }
.product__compare--main ._compare--list ._compare--label {
width: 22em;
text-align: left; }
.product__compare--main ._compare--list ._compare--item,
.product__compare--main ._compare--list ._compare--add {
width: 200px; }
.product__compare--main ._compare--list ._compare--add ._add--main {
margin: 0px auto; }
.product__compare--main ._compare--list ._compare--add ._add--button {
margin-bottom: 1.6em; }
.product__compare--main ._compare--list ._compare--add ._add--button ._icon {
font-size: 2.4em; }
.product__compare--main ._compare--list ._compare--add ._add--button ._label {
margin-top: 0.9090909091em;
font-size: 1.1em;
line-height: 1.3636363636em; }
.product__compare--main ._compare--list ._compare--add .select2.select2-container {
width: 14em !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.product__compare--main ._compare--list ._compare--add .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 1px solid #d4d4d4;
height: 3em; }
.product__compare--main ._compare--list ._compare--add .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 2.3333333333em;
position: relative;
text-align: left; }
.product__compare--main ._compare--list ._compare--add .select2 .select2-selection .select2-selection__arrow {
height: 2.8em;
right: 0; }
.product__compare--summary {
background-color: #b91440;
padding-top: 2em;
padding-bottom: 2em;
margin-bottom: 0.4em;
text-align: center; }
.product__compare--summary._show {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.product__compare--summary ._summary--inner {
display: inline-block; }
.product__compare--summary ._summary--content {
display: flex;
align-items: center; }
@media (max-width: 768px) {
.product__compare--summary ._summary--content {
display: block; } }
.product__compare--summary ._summary--title {
padding-right: 2em; }
.product__compare--summary ._summary--title p {
margin-bottom: 0;
font-size: 1.2em;
color: #ffffff; }
.product__compare--summary ._summary--options .select2.select2-container {
width: 14em !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.product__compare--summary ._summary--options .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up--primary.svg"); }
.product__compare--summary ._summary--options .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 0 none;
height: 3em;
background-color: #f2f2f2; }
.product__compare--summary ._summary--options .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 2.3333333333em;
position: relative;
text-align: left; }
.product__compare--summary ._summary--options .select2 .select2-selection .select2-selection__arrow {
height: 2.8em;
line-height: 2.8em;
right: 0; }
.product__compare--summary ._summary--options .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down--primary.svg") no-repeat 0 0;
background-size: contain; }
.product__compare--summary ._summary--actions {
margin-left: 4em;
text-align: left; }
@media (max-width: 768px) {
.product__compare--summary ._summary--actions {
margin-top: 3em; } }
.product__compare--summary ._summary--actions ._actions--wrap {
display: flex; }
.product__compare--summary ._summary--actions ._actions--wrap > div {
width: 50%; }
.product__compare--summary ._summary--actions ._actions--wrap ._action--submit {
width: 18em; }
.product__compare--summary ._summary--actions ._actions--wrap ._action--others {
margin-left: 4em; }
.product__compare--summary ._summary--actions a {
color: #e4c8cd;
font-size: 1.1em;
text-decoration: underline; }
.product__compare--summary ._summary--actions a:hover {
color: #ffffff; }
.product__compare--summary ._summary--items {
margin-right: 3em; }
@media (min-width: 1199px) {
.product__compare--summary ._summary--items {
width: "auto" !important; } }
@media (max-width: 1199px) {
.product__compare--summary ._summary--items {
width: 20em; } }
@media (max-width: 768px) {
.product__compare--summary ._summary--items {
margin: 0px auto; } }
.product__compare--summary ._summary--items ._col--inner {
position: relative; }
.product__compare--summary ._summary--items ._items--prev,
.product__compare--summary ._summary--items ._items--next {
color: #ffffff;
font-size: 1.6em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
position: absolute;
top: 50%;
margin-top: -0.5em;
display: none; }
@media (max-width: 1199px) {
.product__compare--summary ._summary--items ._items--prev,
.product__compare--summary ._summary--items ._items--next {
display: block; } }
.product__compare--summary ._summary--items ._items--prev {
left: -1em; }
.product__compare--summary ._summary--items ._items--next {
right: 0; }
.product__compare--summary ._summary--items ._items {
width: 100%;
overflow: hidden; }
.product__compare--summary ._summary--items ._items--inner {
display: flex;
flex-wrap: wrap;
position: relative; }
.product__compare--summary ._summary--items ._item {
padding-left: 1em;
padding-right: 1em; }
@media (max-width: 1199px) {
.product__compare--summary ._summary--items ._item {
position: absolute;
left: 0;
top: 0;
opacity: 0;
visibility: hidden; }
.product__compare--summary ._summary--items ._item._active {
position: static;
opacity: 1;
visibility: visible; } }
.product__compare--summary ._summary--items ._item--inner {
display: flex;
position: relative;
align-items: center; }
.product__compare--summary ._summary--items ._item--info {
font-size: 1.2em;
line-height: 2.3333333333em;
color: #ffffff;
padding-left: 0.8333333333em;
text-align: left; }
.product__compare--summary ._summary--items ._item--name, .product__compare--summary ._summary--items ._item--price {
margin: 0; }
.product__compare--summary ._summary--items ._item--thumb {
width: 9em;
height: 7.6em;
background-color: #ffffff;
overflow: hidden;
padding: 1em; }
.product__compare--summary ._summary--items ._item--thumb img {
width: 100%; }
.product__compare .footer--updates {
display: none; }
.perfect-fit--wrapper {
background-color: #f2f2f2;
height: 72em;
position: relative; }
.perfect-fit--bg {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 72em;
background: url("../images/perfect-fit--bg.png") no-repeat 0 0;
background-size: cover; }
@media (max-width: 768px) {
.perfect-fit--bg {
background: url("../images/perfect-fit--bg--mobile.png") no-repeat 0 80px;
background-size: contain; } }
.perfect-fit--main {
position: relative;
z-index: 2;
height: 100%;
display: flex;
align-items: center; }
.perfect-fit--content {
margin: 0px auto;
width: 58em; }
@media (max-width: 600px) {
.perfect-fit--content {
width: 100%;
padding-left: 3em;
padding-right: 3em; } }
@media (max-width: 480px) {
.perfect-fit--content {
padding-left: 2em;
padding-right: 2em; } }
.perfect-fit--content ._step {
display: none; }
.perfect-fit--content ._step:nth-child(1) {
display: block; }
.perfect-fit--content ._step--header {
height: 21em;
position: relative;
margin-bottom: 3.5em; }
.perfect-fit--content ._step--header ._number {
text-align: center;
color: #ffffff;
font-size: 28em;
line-height: 0.75em;
font-weight: bold; }
.perfect-fit--content ._step--header ._title {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center; }
.perfect-fit--content ._step--header ._title h2 {
font-size: 3.5em;
font-weight: 100;
line-height: 1em;
margin: 0 0 0.7142857143em;
text-transform: uppercase;
letter-spacing: 0.5em; }
@media (max-width: 768px) {
.perfect-fit--content ._step--header ._title h2 {
width: 8.5714285714em;
margin: 0px auto;
line-height: 1.4857142857em;
margin-bottom: 1.2857142857em; } }
.perfect-fit--content ._step--header ._title h3 {
font-size: 1.2em;
font-weight: 400;
line-height: 1em;
margin: 0; }
.perfect-fit--content ._step--main {
text-align: center;
position: relative;
z-index: 4; }
.perfect-fit--content ._step--input ._text {
font-size: 1.2em; }
@media (max-width: 480px) {
.perfect-fit--content ._step--input ._text--last {
display: block;
margin-top: 1.6666666667em; } }
.perfect-fit--content ._step--input ._select {
margin-left: 1em;
margin-right: 1em; }
.perfect-fit--content ._step--input ._select .select2.select2-container {
width: 13em !important;
border-bottom: 1px solid #1b1b1b; }
.perfect-fit--content ._step--input ._select .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up--primary.svg"); }
.perfect-fit--content ._step--input ._select .select2 .select2-selection {
outline: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
border: 0 none;
height: 3em;
background-color: transparent; }
.perfect-fit--content ._step--input ._select .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 2.3333333333em;
position: relative;
text-align: center;
background-color: transparent;
color: #b91440; }
.perfect-fit--content ._step--input ._select .select2 .select2-selection .select2-selection__arrow {
height: 2.8em;
line-height: 2.8em;
right: 0; }
.perfect-fit--content ._step--input ._select .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down--primary.svg") no-repeat 0 0;
background-size: contain; }
.perfect-fit--content ._step--actions {
margin-top: 4.6em; }
.perfect-fit--content ._step--actions ._action {
margin-bottom: 2em; }
.perfect-fit--content ._step--actions ._action--submit {
max-width: 24em; }
.perfect-fit--content ._step--actions ._action--back {
font-size: 1.1em;
color: #b3b3b3; }
.perfect-fit--content ._step--first ._step--header ._title h3 {
text-transform: uppercase;
letter-spacing: 0.2em; }
.perfect-fit--content ._step--seconds ._step--input {
width: 24em;
margin: 0px auto; }
.perfect-fit--content ._step--seconds ._step--input input {
width: 100%;
font-size: 1.2em;
height: 3.3333333333em;
line-height: 3.3333333333em;
padding: 0 2.5em 0 1em;
border: 1px solid #dfdfdf;
outline: none; }
.perfect-fit--content ._step--seconds ._step--actions {
margin-top: 1em; }
.perfect-fit--content ._step--third ._input--tags ._tag {
display: inline-block;
text-decoration: none;
font-size: 1.2em;
padding-left: 1em;
padding-right: 1em;
height: 2.5em;
line-height: 2.5em;
border: 1px solid #b91440;
color: #b91440;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
margin-left: 0.5em;
margin-right: 0.5em;
margin-bottom: 1em; }
.perfect-fit--content ._step--third ._input--tags ._tag:hover, .perfect-fit--content ._step--third ._input--tags ._tag._active {
background-color: #b91440;
color: #ffffff; }
.perfect-fit--result .perfect-fit--wrapper {
height: auto;
overflow: hidden; }
.perfect-fit--result .perfect-fit--main {
display: block;
padding-top: 10em;
padding-bottom: 5em; }
.perfect-fit--result .perfect-fit--content {
width: auto; }
.perfect-fit--result .perfect-fit--content ._step {
display: block; }
.perfect-fit--result .perfect-fit--content ._step--header {
height: auto;
margin-bottom: 5em; }
.perfect-fit--result .perfect-fit--content ._step--header ._number {
display: none; }
.perfect-fit--result .perfect-fit--content ._step--header ._title {
position: static;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.perfect-fit--result ._result--main {
padding-bottom: 0; }
.perfect-fit--result ._result--main ._section--inner {
text-align: center; }
.perfect-fit--result ._result--main ._section--list {
display: inline-block;
width: auto; }
.perfect-fit--result ._result--main ._section--list ._items {
display: flex;
margin-left: -0.8em;
margin-right: -0.8em; }
.perfect-fit--result ._result--main ._section--list ._items ._item {
width: 22em;
padding-left: 0.8em;
padding-right: 0.8em; }
@media (max-width: 768px) {
.perfect-fit--result ._result--main ._section--list ._items ._item {
width: 100%;
max-width: 42em;
margin: 0px auto;
margin-bottom: 4em; } }
.perfect-fit--result ._result--main ._section--list ._items ._item--category {
margin-bottom: 2em;
text-align: center; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._category {
display: inline-block; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._icon {
display: inline-block;
vertical-align: middle;
width: 3.6em;
height: 3.6em;
margin-right: 0.8em; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._icon img {
width: 100%; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._info {
display: inline-block;
vertical-align: middle;
text-align: left; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._info h4 {
font-size: 1.2em;
line-height: 1em;
font-weight: 600;
margin: 0 0 0.1666666667em; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._info p {
font-size: 1.1em;
margin-bottom: 0; }
.perfect-fit--result ._result--main ._section--list ._items ._item--inner {
border: 0 none; }
.perfect-fit--result ._result--main ._section--list ._items ._item--main {
border: 1px solid #e2e2e2; }
.perfect-fit--result ._result--main ._section--list ._items ._item--content ._content--specs {
height: 9em;
text-align: left; }
.perfect-fit--result ._result--section {
margin-bottom: 11em; }
.perfect-fit--result ._result--section ._section--info {
width: 100%;
max-width: 48em;
margin: 0px auto;
display: flex;
margin-bottom: 6em;
align-items: center; }
@media (max-width: 768px) {
.perfect-fit--result ._result--section ._section--info {
flex-direction: column; } }
.perfect-fit--result ._result--section ._section--info ._info--title {
width: 50%;
margin: 0;
padding-right: 2.5em;
font-size: 2em;
line-height: 1.4em;
color: #b91440;
text-transform: uppercase;
letter-spacing: 0.3em;
text-align: right; }
@media (max-width: 768px) {
.perfect-fit--result ._result--section ._section--info ._info--title {
width: 100%;
margin-bottom: 0.75em;
text-align: center;
padding-right: 0; } }
.perfect-fit--result ._result--section ._section--info ._info--desc {
width: 50%;
font-size: 1.2em;
line-height: 1.5em;
text-align: left; }
@media (max-width: 768px) {
.perfect-fit--result ._result--section ._section--info ._info--desc {
width: 100%;
text-align: center; } }
.perfect-fit--result ._result--section:last-child {
margin-bottom: 0; }
.perfect-fit--result ._result--actions {
margin-top: 4em;
text-align: center; }
.perfect-fit--result ._result--actions ._actions--main {
margin-bottom: 2.5em; }
.perfect-fit--result ._result--actions ._actions--bottom a {
font-size: 1.1em;
color: #b3b3b3; }
.perfect-fit--result ._result--actions ._action {
display: inline-block;
vertical-align: middle;
margin-left: 1em;
margin-right: 1em; }
.perfect-fit--result ._result--actions ._action .button {
min-width: 20em; }
.store--banner {
height: 17em;
position: relative; }
@media (min-width: 1600px) {
.store--banner {
height: 18.5em; } }
@media (min-width: 1920px) {
.store--banner {
height: 22em; } }
@media (min-width: 2400px) {
.store--banner {
height: 29em; } }
.store--banner ._banner--image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.store--banner ._banner--image ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
@media (max-width: 768px) {
.store--banner ._banner--image ._image {
background-image: url("../images/store--bg--mobile.jpg") !important; } }
.store--banner ._banner--info {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
display: flex;
align-items: center; }
.store--banner ._banner--info .section--title {
margin: 0px auto;
color: #ffffff; }
.store--content {
background-color: #f4f4f4; }
.store .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 5em; }
@media (max-width: 768px) {
.store .breadcrumb {
padding-left: 2em; } }
.store--filter {
width: 68em;
margin: 0px auto;
margin-bottom: 2em; }
@media (max-width: 768px) {
.store--filter {
width: 100%;
margin-left: 0;
max-width: 42em;
margin: 0px auto;
margin-bottom: 3em; } }
.store--filter ._filter--header {
margin-bottom: 3.5em; }
.store--filter ._filter--header ._header--inner {
text-align: center; }
@media (max-width: 768px) {
.store--filter ._filter--header ._header--inner {
padding-left: 3em;
padding-right: 3em;
text-align: left; } }
.store--filter ._filter--header ._header--inner ._title {
margin: 0;
text-align: right;
display: inline-block;
vertical-align: middle;
margin-right: 0.8571428571em; }
@media (max-width: 768px) {
.store--filter ._filter--header ._header--inner ._title {
display: block;
width: 100%;
text-align: left;
margin-bottom: 0.5714285714em;
margin-right: 0; } }
.store--filter ._filter--header ._header--inner ._desc {
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
line-height: 1.5em;
width: 25em;
text-align: left; }
@media (max-width: 768px) {
.store--filter ._filter--header ._header--inner ._desc {
display: block;
width: auto;
padding-right: 10%; } }
.store--filter ._filter--section--inner {
display: flex;
align-items: center;
height: 3.8em; }
@media (max-width: 768px) {
.store--filter ._filter--section--inner {
flex-direction: column;
padding-left: 3em;
padding-right: 3em;
height: auto;
margin: 0px auto; } }
.store--filter ._filter--section--inner ._form--fields {
width: 35%;
margin-right: 3em;
margin-left: auto; }
@media (max-width: 768px) {
.store--filter ._filter--section--inner ._form--fields {
width: 100%; } }
.store--filter ._filter--section--inner ._form--submit {
width: 30%;
margin-right: auto; }
@media (max-width: 768px) {
.store--filter ._filter--section--inner ._form--submit {
width: 100%; }
.store--filter ._filter--section--inner ._form--submit .button {
max-width: none; } }
.store--filter ._filter--section--bottom {
margin-top: 2.4em;
text-align: center; }
@media (max-width: 768px) {
.store--filter ._filter--section--bottom {
padding-left: 3em;
padding-right: 3em;
text-align: left; } }
.store--filter ._filter--section--bottom a {
font-size: 1.2em;
color: #b91440; }
.store--filter ._filter--location ._form--fields {
display: flex;
margin-right: 2em; }
@media (max-width: 768px) {
.store--filter ._filter--location ._form--fields {
flex-direction: column;
margin-right: 0; } }
.store--filter ._filter--location ._form--field {
width: 100%;
padding-left: 1em;
padding-right: 1em; }
@media (max-width: 768px) {
.store--filter ._filter--location ._form--field {
width: 100%;
padding-left: 0;
padding-right: 0;
margin-bottom: 1.5em; } }
.store--filter ._filter--location ._form--input {
width: 100%;
position: relative; }
.store--filter ._filter--location ._form--input--location {
padding-right: 3.4em; }
.store--filter ._filter--location ._form--input--location ._input--current {
position: absolute;
top: 0;
right: 0;
width: 3.4em;
height: 3.8em;
border: 1px solid #e1e1e1;
border-left: 0 none; }
.store--filter ._filter--location ._form--input--location ._input--current button {
display: block;
border: 0 none;
background-color: #ffffff;
width: 100%;
padding: 0;
text-align: center;
line-height: 3.6em;
outline: none; }
.store--filter ._filter--location .select2.select2-container {
width: 100% !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.store--filter ._filter--location .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up--primary.svg"); }
.store--filter ._filter--location .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 1px solid #e1e1e1;
height: 3.8em;
background-color: #ffffff; }
.store--filter ._filter--location .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 3em;
position: relative;
text-align: left; }
.store--filter ._filter--location .select2 .select2-selection .select2-selection__arrow {
height: 3.6em;
line-height: 3.6em;
right: 0.5em; }
.store--filter ._filter--location .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down--primary.svg") no-repeat 0 0;
background-size: contain; }
.store--filter ._filter--keyword {
width: 58em;
margin: 0px auto;
display: none; }
@media (max-width: 768px) {
.store--filter ._filter--keyword {
width: 100%; } }
.store--filter ._filter--keyword ._form--fields {
width: 66%; }
@media (max-width: 768px) {
.store--filter ._filter--keyword ._form--fields {
width: 100%;
margin-right: 0; } }
.store--filter ._filter--keyword ._form--submit {
width: 34%; }
@media (max-width: 768px) {
.store--filter ._filter--keyword ._form--submit {
width: 100%;
margin-top: 1.5em; } }
.store--filter ._filter--keyword ._form--input input {
font-size: 1.2em;
height: 3.1666666667em;
line-height: 3.1666666667em;
border: 0 none;
border-bottom: 1px solid #727272;
width: 100%;
padding-left: 0.5em;
padding-right: 0.5em;
background-color: transparent;
outline: none; }
.store--map--main {
height: 43em; }
@media (min-width: 1600px) {
.store--map--main {
height: 48em; } }
@media (min-width: 1920px) {
.store--map--main {
height: 58em; } }
@media (min-width: 2400px) {
.store--map--main {
height: 68em; } }
.store--map .gm-style {
font-size: 1em !important; }
.store--map .gm-style-wrapper {
background-color: #ffffff;
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
-ms-border-radius: 0.2em;
-o-border-radius: 0.2em;
border-radius: 0.2em;
color: #000;
border: 1px solid #b91440;
-webkit-box-shadow: 0 0 0.6em 0.6em rgba(0, 0, 0, 0.05);
box-shadow: 0 0 0.6em 0.6em rgba(0, 0, 0, 0.05);
min-width: 25em;
padding: 2em;
max-width: none;
height: auto !important; }
.store--map .gm-style-wrapper > div:first-child {
position: static !important; }
.store--map .gm-style-wrapper .gm-style-iw {
font-size: 1em;
position: static !important;
width: 100% !important; }
.store--map .gm-style-wrapper .gm-style-iw > div {
max-width: none !important;
display: block !important; }
.store--map .gm-style-wrapper._animated {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px); }
.store--map .gm-style-wrapper._open {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1 !important; }
.store--map .gm-style-wrapper ._store--info {
padding: 2em;
text-align: center; }
.store--map .gm-style-wrapper ._store--info--name {
margin-bottom: 0.5833333333em;
font-size: 1.2em;
font-family: "Exo", sans-serif;
color: #161413;
font-weight: bold; }
.store--map .gm-style-wrapper ._store--info--name a {
color: #161413; }
.store--map .gm-style-wrapper ._store--info--name a:hover {
color: #b91440;
text-align: center; }
.store--map .gm-style-wrapper ._store--info--address {
margin-bottom: 1.1666666667em;
line-height: 1.3333333333em;
font-size: 1.2em;
font-family: "Exo", sans-serif;
color: #161413; }
.store--map .gm-style-wrapper ._store--info--direction i {
display: inline-block;
vertical-align: middle;
width: 2em;
height: 2em;
background: url("../images/icon--location--arrow.svg") no-repeat 0 0;
background-size: contain; }
.store--map .gm-style-wrapper ._store--info--direction span {
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
line-height: 1.6666666667em;
color: #b91440;
margin-left: 0.4em; }
.store--map .gm-style-wrapper .box-arrow {
border: none !important;
width: 2.2em !important;
height: 2.2em !important;
top: auto !important;
bottom: -2.2em !important; }
.store--map .gm-style-wrapper .box-arrow:before, .store--map .gm-style-wrapper .box-arrow:after {
content: "";
position: absolute; }
.store--map .gm-style-wrapper .box-arrow:before {
top: 1px;
left: -1px;
content: '';
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 11px;
position: absolute;
border-top-color: #b91440; }
.store--map .gm-style-wrapper .box-arrow:after {
top: 0;
left: 0;
content: '';
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 10px;
position: absolute;
border-top-color: #ffffff; }
.store--map .gm-style-wrapper p {
font-size: 1.2em;
line-height: 1.1666666667em;
margin-bottom: 0.4166666667em; }
.store--location {
padding-top: 7em;
padding-bottom: 7em; }
.store--location ._location--inner {
width: 78em;
margin: 0px auto; }
@media (max-width: 840px) {
.store--location ._location--inner {
width: 72em; } }
@media (max-width: 768px) {
.store--location ._location--inner {
width: 100%;
padding-left: 3em;
padding-right: 3em; } }
.store--location ._row {
display: flex;
margin-left: -4em;
margin-right: -4em; }
@media (max-width: 768px) {
.store--location ._row {
margin-left: -3em;
margin-right: -3em; } }
@media (max-width: 480px) {
.store--location ._row {
margin-left: 0;
margin-right: 0;
flex-direction: column; } }
.store--location ._row ._col {
width: 50%;
padding-left: 4em;
padding-right: 4em; }
@media (max-width: 768px) {
.store--location ._row ._col {
padding-left: 3em;
padding-right: 3em; } }
@media (max-width: 480px) {
.store--location ._row ._col {
width: 100%;
padding-left: 0;
padding-right: 0;
max-width: 30em; } }
.store--location ._row ._location--area {
margin-bottom: 4.5em; }
.store--location ._row ._location--area:last-child {
margin-bottom: 0; }
.store--location ._row ._location--area h3 {
font-size: 1.6em;
font-weight: 300;
color: #8e8e8e;
margin: 0 0 1.625em; }
.store--location ._row ._location--area ul {
padding: 0;
margin: 0;
list-style: none; }
.store--location ._row ._location--area ul li {
margin: 0;
padding: 0; }
.store--location ._row ._location--area ul li {
margin-bottom: 2.4em;
position: relative; }
@media (max-width: 768px) {
.store--location ._row ._location--area ul li {
padding-right: 2.4em; } }
.store--location ._row ._location--area ul li ._arrow {
content: "";
width: 1.6em;
height: 1.6em;
background: url("../images/icon--location--arrow.svg") no-repeat 0 0;
background-size: contain;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
.store--location ._row ._location--area ul li a {
color: #111111; }
.store--location ._row ._location--area ul li a:hover {
text-decoration: none;
color: #b91440; }
.store--location ._row ._location--area ul li a ._name {
font-size: 1.2em;
line-height: 1.6666666667em;
margin: 0; }
.store--location ._row ._location--area ul li a ._name strong {
font-weight: 600; }
.store--location ._row ._location--area ul li a ._address {
font-size: 1.1em;
line-height: 1.4545454545em; }
.ewarranty--wrapper {
background-color: #f4f4f4;
padding-bottom: 7.5em; }
.ewarranty .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 6em; }
@media (max-width: 768px) {
.ewarranty .breadcrumb {
padding-left: 2em; } }
.ewarranty--header {
text-align: center;
padding-left: 10%;
padding-right: 10%;
margin-bottom: 4em; }
@media (max-width: 520px) {
.ewarranty--header {
padding-left: 3em;
padding-right: 3em;
text-align: left; } }
@media (max-width: 380px) {
.ewarranty--header {
padding-left: 2em;
padding-right: 2em; } }
.ewarranty--header .section--title {
margin-bottom: 0.5142857143em; }
@media (max-width: 520px) {
.ewarranty--header .section--title {
line-height: 1.2857142857em;
width: 6.8571428571em; } }
.ewarranty--header ._desc {
font-size: 1.3em;
line-height: 1.3846153846em;
font-weight: 300;
margin-bottom: 2.3076923077em; }
.ewarranty--header ._desc a {
color: #c4254f;
text-decoration: underline; }
.ewarranty--header ._desc--mobile {
display: none; }
@media (max-width: 520px) {
.ewarranty--header ._desc--mobile {
display: block; } }
.ewarranty--form {
width: 32em;
margin: 0px auto; }
@media (max-width: 380px) {
.ewarranty--form {
width: 100%; } }
@media (max-width: 520px) {
.ewarranty--form {
margin-left: 0;
padding-left: 3em; } }
@media (max-width: 380px) {
.ewarranty--form {
padding-left: 2em;
padding-right: 2em; } }
.ewarranty--form ._form--fields {
margin-bottom: 3em;
padding-bottom: 3em;
border-bottom: 1px solid #d4d4d4; }
.ewarranty--form ._form--fields:nth-child(2) {
margin-bottom: 4em;
padding-bottom: 0;
border-bottom: 0 none; }
.ewarranty--form ._form--field {
margin-bottom: 1.2em; }
.ewarranty--form ._form--field:last-child {
margin-bottom: 0; }
.ewarranty--form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 3.3333333333em;
line-height: 3.3333333333em;
padding-left: 1.25em;
padding-right: 1.25em;
background-color: #ffffff;
border: 1px solid #d4d4d4;
outline: none;
color: #777777; }
.ewarranty--form ._form--input .select2.select2-container {
width: 100% !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.ewarranty--form ._form--input .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up--primary.svg"); }
.ewarranty--form ._form--input .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 1px solid #e1e1e1;
height: 4em;
background-color: #ffffff; }
.ewarranty--form ._form--input .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 3.1666666667em;
position: relative;
text-align: left;
padding-left: 1.25em;
padding-right: 1.25em;
color: #777777; }
.ewarranty--form ._form--input .select2 .select2-selection .select2-selection__arrow {
height: 3.8em;
line-height: 3.8em;
right: 0.5em; }
.ewarranty--form ._form--input .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down--primary.svg") no-repeat 0 0;
background-size: contain; }
.ewarranty--form ._form--submit button {
max-width: none;
height: 4em;
line-height: 4em; }
.ewarranty--form ._form--bottom {
text-align: center;
font-size: 1.2em;
margin-top: 2.5em; }
@media (max-width: 520px) {
.ewarranty--form ._form--bottom {
display: none; } }
.ewarranty--form ._form--bottom a {
color: #b91440;
text-decoration: underline; }
.software--wrapper {
background-color: #f4f4f4;
padding-bottom: 7.5em; }
.software .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 6em; }
@media (max-width: 768px) {
.software .breadcrumb {
padding-left: 2em; } }
.software--top {
border-bottom: 1px solid #dcdcdc;
padding-bottom: 3em;
margin-bottom: 4em; }
@media (max-width: 768px) {
.software--top {
text-align: left;
padding-left: 4em;
padding-right: 4em;
margin-bottom: 3em; } }
@media (max-width: 768px) and (max-width: 480px) {
.software--top {
padding-left: 3em;
padding-right: 3em; } }
@media (max-width: 768px) and (max-width: 380px) {
.software--top {
padding-left: 2em;
padding-right: 2em; } }
.software--top .section--title {
text-align: center;
padding-left: 10%;
padding-right: 10%;
margin-bottom: 1.2857142857em; }
@media (max-width: 768px) {
.software--top .section--title {
text-align: left;
padding-left: 0;
padding-right: 0;
line-height: 1.2857142857em;
width: 8.5714285714em; } }
.software--filter {
padding-left: 10%;
padding-right: 10%; }
@media (max-width: 768px) {
.software--filter {
padding-left: 0;
padding-right: 0; } }
.software--filter ._filter--search {
text-align: center;
margin-bottom: 3.6em; }
@media (max-width: 768px) {
.software--filter ._filter--search {
text-align: left;
margin-bottom: 3em; } }
.software--filter ._filter--search ._filter--input {
width: 32em;
margin: 0px auto; }
@media (max-width: 768px) {
.software--filter ._filter--search ._filter--input {
margin-left: 0; } }
.software--filter ._filter--search ._filter--input input {
width: 100%;
font-size: 1.2em;
height: 3.8333333333em;
line-height: 3.8333333333em;
padding-left: 1.25em;
padding-right: 1.25em;
background-color: #ffffff;
border: 1px solid #d4d4d4;
outline: none;
color: #777777;
text-align: center; }
.software--filter ._filter--showing {
text-align: center; }
@media (max-width: 768px) {
.software--filter ._filter--showing {
text-align: left; } }
.software--filter ._filter--showing ._filter--label {
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
font-weight: 300;
margin-right: 1.6666666667em; }
@media (max-width: 768px) {
.software--filter ._filter--showing ._filter--label {
display: block;
font-size: 1.4em;
margin-bottom: 1.7142857143em; } }
.software--filter ._filter--showing ._inputs {
display: inline-block;
vertical-align: middle;
padding: 0;
margin: 0;
list-style: none; }
.software--filter ._filter--showing ._inputs li {
margin: 0;
padding: 0; }
@media (max-width: 768px) {
.software--filter ._filter--showing ._inputs {
display: block; } }
.software--filter ._filter--showing ._inputs li {
display: inline-block;
vertical-align: middle;
margin-left: 1.5em;
margin-right: 1.5em; }
@media (max-width: 768px) {
.software--filter ._filter--showing ._inputs li {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 1.5em; } }
.software--filter ._filter--showing ._inputs ._label {
font-size: 1.2em; }
.software--list {
width: 94em;
margin: 0px auto; }
@media (max-width: 992px) {
.software--list {
width: 84em; } }
@media (max-width: 860px) {
.software--list {
width: 74em; } }
@media (max-width: 768px) {
.software--list {
width: 100%; } }
.software--list ._list--inner {
margin-left: 4em;
margin-right: 4em; }
@media (max-width: 480px) {
.software--list ._list--inner {
margin-left: 3em;
margin-right: 3em; } }
@media (max-width: 380px) {
.software--list ._list--inner {
margin-left: 2em;
margin-right: 2em; } }
.software--list ._list--title {
font-size: 1.6em;
font-weight: 300;
margin: 0 0 2.375em; }
@media (max-width: 768px) {
.software--list ._list--title {
margin-bottom: 3.625em; } }
.software--list ._list--title span {
display: inline-block;
vertical-align: middle;
position: relative; }
.software--list ._list--title span:after {
content: "";
height: 1px;
width: 7.5em;
background-color: #959595;
position: absolute;
left: 0;
bottom: -0.6em; }
.software--list ._list--table ._items {
display: table;
width: 100%; }
@media (max-width: 768px) {
.software--list ._list--table ._items {
display: block; } }
.software--list ._list--table ._item {
display: table-row; }
@media (max-width: 768px) {
.software--list ._list--table ._item {
display: block;
position: relative;
padding-left: 3.2em; }
.software--list ._list--table ._item:after {
content: "";
width: 1.8em;
height: 1.8em;
background: url("../images/icon--info--red.svg") no-repeat 0 0;
background-size: contain;
position: absolute;
top: 0;
left: 0; } }
.software--list ._list--table ._item--col {
display: table-cell;
font-size: 1.3em;
padding-top: 0.9230769231em;
padding-bottom: 0.9230769231em; }
@media (max-width: 768px) {
.software--list ._list--table ._item--col {
display: inline-block;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 3.5em;
margin-right: 3em; } }
@media (max-width: 768px) and (max-width: 480px) {
.software--list ._list--table ._item--col {
margin-right: 2em;
margin-bottom: 1em; }
.software--list ._list--table ._item--col:last-child {
display: block;
margin-right: 0;
margin-bottom: 3.5em; } }
@media (max-width: 768px) {
.software--list ._list--table ._item--col:first-child {
display: block;
margin-bottom: 1em;
margin-right: 0; } }
.software--list ._list--table ._item--col:last-child {
width: 7.6923076923em; }
.software--list ._list--table ._item--col a {
color: #b91440; }
.software--list ._list--table ._item--col a:hover ._label {
text-decoration: underline; }
.software--list ._list--table ._item--col a ._label {
display: inline-block;
vertical-align: middle; }
.software--list ._list--table ._item--col a ._icon {
display: inline-block;
vertical-align: middle;
width: 1.0769230769em;
height: 1.0769230769em;
margin-left: 1.1538461538em;
background: url("../images/icon--download--primary.svg") no-repeat 0 0;
background-size: contain; }
.event--wrapper {
background-color: #f4f4f4;
padding-bottom: 7.5em; }
.event--banner {
height: 17em;
position: relative; }
@media (min-width: 1600px) {
.event--banner {
height: 18.5em; } }
@media (min-width: 1920px) {
.event--banner {
height: 22em; } }
@media (min-width: 2400px) {
.event--banner {
height: 29em; } }
.event--banner ._banner--image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.event--banner ._banner--image ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
@media (max-width: 768px) {
.event--banner ._banner--image ._image {
background-image: url("../images/event--banner--mobile.jpg") !important; } }
.event--banner ._banner--info {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
display: flex;
align-items: center; }
.event--banner ._banner--info .section--title {
margin: 0px auto;
color: #ffffff; }
.event .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 6em; }
@media (max-width: 768px) {
.event .breadcrumb {
padding-left: 2em; } }
.event--main .section--title {
text-align: center;
margin-bottom: 1.4285714286em; }
@media (max-width: 768px) {
.event--main--wrapper {
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 768px) {
.event--main--wrapper {
padding-left: 2em;
padding-right: 2em; } }
.event--main--content {
width: 78em;
height: 48em;
margin: 0px auto;
position: relative; }
@media (max-width: 840px) {
.event--main--content {
width: 74em; } }
@media (max-width: 768px) {
.event--main--content {
width: 100%;
height: auto; } }
.event--main--content ._content--scroll {
width: 100%;
height: 100%;
overflow: hidden; }
.event--main--content ._content--overlay {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 9em;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0, #f4f4f4 80%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0, #f4f4f4 80%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0001) 0, #f4f4f4 80%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFF4F4F4', GradientType=0);
z-index: 2; }
@media (max-width: 768px) {
.event--main--content ._content--overlay {
display: none; } }
.event--main--content ._content--inner {
padding-right: 5em; }
@media (max-width: 768px) {
.event--main--content ._content--inner {
padding-right: 1em; } }
.event--main--content .mCSB_scrollTools .mCSB_draggerRail {
background-color: #c9c9c9; }
.event--main--content .mCSB_scrollTools .mCSB_dragger_bar {
background-color: #b4152b !important; }
.event--list ._list--loader {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 9;
background-color: #f9f9f9;
display: flex;
align-items: center;
border: 1px solid #eeeeee;
visibility: hidden;
opacity: 0; }
.event--list ._list--loader._show {
visibility: visible;
opacity: 1; }
.event--list ._list--loader ._content {
margin: 0px auto;
text-align: center; }
.event--list ._list--loader ._label {
margin-top: 1.5em;
font-size: 1.2em;
text-transform: uppercase;
color: #bbbbbb; }
.event--list ._list--main {
width: 100%;
height: 100%;
position: relative; }
.event--list ._item {
font-size: 1.2em;
line-height: 1em;
padding-top: 1.6666666667em;
padding-bottom: 1.6666666667em;
border-bottom: 1px solid #d7d7d7; }
@media (max-width: 768px) {
.event--list ._item {
border-bottom: 0 none;
padding-top: 1.25em;
padding-bottom: 1.25em; } }
.event--list ._item--inner {
display: flex;
margin-left: -1em;
margin-right: -1em; }
@media (max-width: 768px) {
.event--list ._item--inner {
flex-direction: column;
margin-left: 0;
margin-right: 0; } }
.event--list ._item--inner > div {
padding-left: 1em;
padding-right: 1em; }
@media (max-width: 768px) {
.event--list ._item--inner > div {
padding-left: 0;
padding-right: 0;
width: 100%;
text-align: left;
margin-bottom: 1em; } }
.event--list ._item--date {
width: 28%; }
.event--list ._item--title {
width: 57%;
text-align: center; }
.event--list ._item--action {
width: 15%;
text-align: right; }
.event--list ._item--action a {
color: #b4152b; }
.event--list ._item--action a ._icon {
margin-left: 0.8333333333em; }
.event--detail.event--main--content {
height: auto; }
.event--detail.event--main--content ._content--overlay {
display: none; }
.event--detail ._detail--inner {
position: relative;
display: flex; }
@media (max-width: 768px) {
.event--detail ._detail--inner {
flex-direction: column;
padding-left: 6em;
padding-right: 6em; } }
@media (max-width: 480px) {
.event--detail ._detail--inner {
flex-direction: column;
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 380px) {
.event--detail ._detail--inner {
flex-direction: column;
padding-left: 2em;
padding-right: 2em; } }
.event--detail ._detail--action {
width: 15%; }
@media (max-width: 768px) {
.event--detail ._detail--action {
width: 100%;
text-align: center;
margin-bottom: 4em; } }
.event--detail ._detail--action a {
font-size: 1.2em;
color: #b4152b; }
.event--detail ._detail--main {
width: 85%; }
@media (max-width: 768px) {
.event--detail ._detail--main {
width: 100%; } }
.event--detail ._detail--date {
font-size: 1.2em;
margin-bottom: 1.5em; }
@media (max-width: 768px) {
.event--detail ._detail--date {
text-align: center;
font-size: 1.6em;
margin-bottom: 1.125em;
font-weight: 300; } }
.event--detail ._detail--title {
font-size: 2.4em;
margin: 0 0 2em; }
@media (max-width: 768px) {
.event--detail ._detail--title {
text-align: center;
line-height: 1.4166666667em; } }
.event--detail ._detail--content {
font-size: 1.4em;
line-height: 1.5714285714em; }
.event--detail ._detail--content ._thumb {
margin-bottom: 2.1428571429em; }
.event--detail ._detail--content ._thumb img {
max-width: 100%; }
.event--detail ._detail--content p {
margin-bottom: 2.5em; }
.corporate--wrapper {
background-color: #f4f4f4;
padding-bottom: 7.5em; }
.corporate .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 6em; }
@media (max-width: 768px) {
.corporate ._content--main br {
display: none; } }
.corporate--main {
width: 84em;
margin: 0px auto; }
@media (max-width: 920px) {
.corporate--main {
width: 74em; } }
@media (max-width: 768px) {
.corporate--main {
width: 100%; } }
.corporate--main--inner {
display: flex; }
@media (max-width: 768px) {
.corporate--main--inner {
flex-direction: column; } }
.corporate--sidebar {
width: 26em; }
@media (max-width: 768px) {
.corporate--sidebar {
margin: 0px auto;
margin-bottom: 6em; }
.corporate--sidebar ._sidebar--inner {
position: relative;
height: 5em;
line-height: 5em; }
.corporate--sidebar._open ._sidebar--toggle a {
color: #b91440; }
.corporate--sidebar._open ._sidebar--toggle ._toggle--icon {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); }
.corporate--sidebar._open ._sidebar--nav {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); } }
.corporate--sidebar ._sidebar--toggle {
height: 5em;
line-height: 5em;
width: 100%;
max-width: 38em;
background-color: #ffffff;
border: 1px solid #dddddd;
padding-left: 2em;
padding-right: 2em;
cursor: pointer;
position: relative;
display: none; }
@media (max-width: 768px) {
.corporate--sidebar ._sidebar--toggle {
display: block; } }
.corporate--sidebar ._sidebar--toggle ._toggle--title {
padding-right: 2em; }
.corporate--sidebar ._sidebar--toggle ._toggle--title a {
display: block;
color: #282828;
font-size: 1.3em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.corporate--sidebar ._sidebar--toggle ._toggle--icon {
position: absolute;
top: 0;
right: 0.7777777778em;
font-size: 1.8em;
color: #b91440; }
@media (max-width: 768px) {
.corporate--sidebar ._sidebar--nav {
padding-top: 0.8em;
padding-bottom: 1.4em;
background-color: #f8f8f8;
border: 1px solid #dddddd;
position: absolute;
top: 5em;
left: 0;
right: 0;
z-index: 999;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
visibility: hidden; } }
.corporate--sidebar ._sidebar--nav ._nav--group {
background-color: #f8f8f8;
border: 1px solid #dbdbdb;
border-right-color: #b91440;
margin-bottom: 1.5em; }
@media (max-width: 768px) {
.corporate--sidebar ._sidebar--nav ._nav--group {
margin-bottom: 0;
border: 0 none;
border-bottom: 1px solid #cccccc; }
.corporate--sidebar ._sidebar--nav ._nav--group:last-child {
border-bottom: 0 none; } }
.corporate--sidebar ._sidebar--nav ._nav--group ._menus {
padding: 0;
margin: 0;
list-style: none;
text-align: right;
padding-top: 0.5em;
padding-bottom: 0.5em; }
.corporate--sidebar ._sidebar--nav ._nav--group ._menus li {
margin: 0;
padding: 0; }
.corporate--sidebar ._sidebar--nav ._nav--group ._menus li a {
display: block;
font-size: 1.2em;
line-height: 1em;
padding: 1em 2em;
color: #282828;
text-decoration: none; }
@media (max-width: 768px) {
.corporate--sidebar ._sidebar--nav ._nav--group ._menus li a {
padding-top: 0.8em;
padding-bottom: 0.8em;
text-align: left; } }
.corporate--sidebar ._sidebar--nav ._nav--group ._menus li a._active, .corporate--sidebar ._sidebar--nav ._nav--group ._menus li a:hover {
color: #b91440; }
.corporate--sidebar ._sidebar--nav ._nav--group ._menus li._has--icon svg {
margin-left: 1em; }
.corporate ._sidebar--info, .corporate ._content--bottom {
margin-top: 3em;
text-align: right; }
.corporate ._sidebar--info p, .corporate ._content--bottom p {
font-size: 1.1em;
line-height: 1.6363636364em;
margin-bottom: 1.4545454545em; }
.corporate ._sidebar--info p strong, .corporate ._content--bottom p strong {
font-weight: 600; }
.corporate ._sidebar--info p a, .corporate ._content--bottom p a {
color: #b91440; }
.corporate ._sidebar--info p a svg, .corporate ._content--bottom p a svg {
margin-left: 0.8em; }
@media (max-width: 768px) {
.corporate ._sidebar--info {
display: none; } }
.corporate ._content--bottom {
display: none;
margin-top: 6em;
text-align: left; }
@media (max-width: 768px) {
.corporate ._content--bottom {
display: block; } }
.corporate--content {
width: 58em; }
@media (max-width: 768px) {
.corporate--content {
width: 100%; } }
.corporate--content ._content--inner {
padding-left: 8em; }
@media (max-width: 1200px) {
.corporate--content ._content--inner {
padding-left: 6em; } }
@media (max-width: 768px) {
.corporate--content ._content--inner {
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 480px) {
.corporate--content ._content--inner {
padding-left: 3em;
padding-right: 3em; } }
.corporate--content .section--title {
margin-bottom: 1.4285714286em; }
.corporate--overview .corporate--wrapper {
background: url("../images/corporate--overview--bg.jpg") no-repeat 0 0;
background-size: cover; }
.corporate--overview .corporate--content {
text-align: center; }
.corporate--overview .corporate--content ._icon-box {
margin-bottom: 3.2em; }
.corporate--overview .corporate--content ._icon-box--header ._icon {
width: 3em;
margin: 0px auto;
margin-bottom: 1em; }
.corporate--overview .corporate--content ._icon-box--header ._icon img {
width: 100%; }
.corporate--overview .corporate--content ._icon-box--header ._title {
font-size: 1.5em;
margin: 0 0 1.2em; }
.corporate--overview .corporate--content ._icon-box--content {
font-size: 1.3em;
line-height: 1.5384615385em; }
.corporate--overview .corporate--content ._icon-box--content h4 {
line-height: 1.5384615385em; }
.corporate--overview .corporate--content ._icon-box--content h4 br {
display: none; }
@media (max-width: 480px) {
.corporate--overview .corporate--content ._icon-box--content h4 br {
display: block; } }
.corporate--overview .corporate--content ._icon-box--content p {
margin-bottom: 3.5em; }
.corporate--overview .corporate--content ._icon-box--content p:last-child {
margin-bottom: 0; }
.corporate--policy .corporate--wrapper {
background: url("../images/corporate--policy--bg.png") no-repeat 0 0;
background-size: cover; }
.corporate--policy .corporate--content {
text-align: center; }
.corporate--policy ._content--header ._icon {
width: 6.4em;
margin: 0px auto;
margin-bottom: 1.2em; }
.corporate--policy ._content--header ._icon img {
width: 100%; }
.corporate--policy ._content--section {
margin-bottom: 5em; }
.corporate--policy ._content--section ol, .corporate--policy ._content--section ul {
padding-left: 0; }
@media (max-width: 480px) {
.corporate--policy ._content--section ol, .corporate--policy ._content--section ul {
width: 85%;
text-align: left;
display: inline-block; } }
.corporate--policy ._content--section ._thumb {
width: 23em;
height: 23em;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
margin: 0px auto;
overflow: hidden;
margin-bottom: 3em; }
.corporate--policy ._content--section ._thumb img {
width: 100%; }
.corporate--policy ._content--section p, .corporate--policy ._content--section ol, .corporate--policy ._content--section ul {
font-size: 1.2em;
line-height: 1.6666666667em;
margin-bottom: 2.1666666667em; }
.corporate--policy ._content--section ol {
list-style-position: inside; }
.corporate--policy ._content--section ul {
list-style-position: inside;
list-style-type: circle; }
.corporate--press .section--title {
text-align: center; }
.corporate--press ._content--filters {
text-align: center;
margin-bottom: 5em; }
.corporate--press ._content--filters ._filter {
display: inline-block;
vertical-align: middle; }
@media (max-width: 768px) {
.corporate--press ._content--filters ._filter {
display: block; }
.corporate--press ._content--filters ._filter:first-child {
margin-bottom: 1em; } }
.corporate--press ._content--filters ._filter--inner {
display: inline-block;
height: 3.4em;
line-height: 3.4em;
margin-left: 1em;
margin-right: 1em;
border: 1px solid #cccccc; }
.corporate--press ._content--filters ._filter strong {
display: inline-block;
vertical-align: top;
font-size: 1.2em;
padding-left: 1.3333333333em;
padding-right: 1.3333333333em;
background-color: #b9143f;
color: #ffffff;
font-weight: 600;
height: 2.6666666667em;
line-height: 2.6666666667em; }
@media (max-width: 768px) {
.corporate--press ._content--filters ._filter strong {
width: 8.3333333333em; } }
.corporate--press ._content--filters ._filter ._filter--option {
display: inline-block;
vertical-align: top;
height: 3.2em;
line-height: 3.2em; }
.corporate--press ._content--filters ._filter .select2.select2-container {
width: 120px !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
@media (max-width: 768px) {
.corporate--press ._content--filters ._filter .select2.select2-container {
width: 160px !important; } }
@media (max-width: 380px) {
.corporate--press ._content--filters ._filter .select2.select2-container {
width: 120px !important; } }
.corporate--press ._content--filters ._filter .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up.svg"); }
.corporate--press ._content--filters ._filter .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 0 none;
height: 3em;
background-color: #ffffff; }
.corporate--press ._content--filters ._filter .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 2.5em;
position: relative;
text-align: left;
padding-left: 0.8333333333em;
padding-right: 0.8333333333em;
color: #777777; }
.corporate--press ._content--filters ._filter .select2 .select2-selection .select2-selection__arrow {
height: 3em;
line-height: 3em;
right: 0.5em; }
.corporate--press ._content--filters ._filter .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down.svg") no-repeat 0 0;
background-size: contain; }
.corporate--press ._news--list ._news {
padding-top: 2.5em;
padding-bottom: 2.5em;
border-bottom: 1px solid #cccccc;
position: relative; }
.corporate--press ._news--list ._news._active ._news--content {
height: auto; }
.corporate--press ._news--list ._news--inner {
position: relative; }
.corporate--press ._news--list ._news--date {
font-size: 1.2em;
line-height: 1.6666666667em;
position: absolute;
top: 0;
left: 0; }
.corporate--press ._news--list ._news--main {
padding-left: 7em; }
.corporate--press ._news--list ._news--title {
font-size: 1.4em;
line-height: 1.5714285714em;
margin: 0; }
.corporate--press ._news--list ._news--title a {
color: #282828;
text-decoration: none; }
.corporate--press ._news--list ._news--content {
font-size: 1.2em;
line-height: 1.6666666667em;
overflow: hidden;
height: 0; }
.corporate--press ._news--list ._news--content ._thumb {
margin-bottom: 2em; }
.corporate--press ._news--list ._news--content ._thumb img {
width: 100%; }
.corporate--press ._news--list ._news--content--inner {
padding-top: 2.4em; }
.corporate--press ._news--list ._news--content--close {
padding-top: 2em;
text-align: right; }
.corporate--press ._news--list ._news--content--close button {
padding: 0;
border: 0 none;
background-color: transparent;
color: #b9143f;
outline: none; }
.corporate--press ._news--list ._news--content--close button ._icon {
margin-right: 0.8333333333em; }
.corporate--press ._news--more {
margin-top: 2em;
text-align: center; }
.corporate--press ._news--more a {
font-weight: 500; }
.corporate--career .section--title {
text-align: center; }
.corporate--career ._career--form ._form--field {
margin-bottom: 2em; }
.corporate--career ._career--form ._form--field--inner {
display: flex; }
@media (max-width: 768px) {
.corporate--career ._career--form ._form--field--inner {
flex-direction: column; } }
.corporate--career ._career--form ._form--field--info {
margin-top: 4em;
margin-bottom: 5em;
text-align: center; }
.corporate--career ._career--form ._form--field--info p {
font-size: 1.2em;
margin-bottom: 0; }
.corporate--career ._career--form ._form--label {
width: 35%;
text-align: right; }
@media (max-width: 768px) {
.corporate--career ._career--form ._form--label {
width: 100%;
margin-bottom: 0.4em;
text-align: left; } }
.corporate--career ._career--form ._form--label label {
font-size: 1.2em;
line-height: 2.6666666667em; }
.corporate--career ._career--form ._form--label label._label--long {
line-height: 1.5em; }
.corporate--career ._career--form ._form--input {
width: 65%;
padding-left: 2em;
min-height: 3.2em; }
@media (max-width: 768px) {
.corporate--career ._career--form ._form--input {
width: 100%;
padding-left: 0; } }
.corporate--career ._career--form ._form--input input[type="text"] {
width: 100%;
font-size: 1.2em;
height: 2.6666666667em;
line-height: 2.6666666667em;
padding-left: 0.8333333333em;
padding-right: 0.8333333333em;
outline: none;
border: 1px solid #dddddd; }
.corporate--career ._career--form ._form--input input[type="file"] {
font-size: 1.2em;
width: 100%; }
.corporate--career ._career--form ._form--input textarea {
width: 100%;
font-size: 1.2em;
padding: 0.8333333333em;
outline: none;
border: 1px solid #dddddd;
height: 10em; }
.corporate--career ._career--form ._form--input--info {
margin-top: 0.8em; }
.corporate--career ._career--form ._form--input ._input--check {
display: inline-block;
vertical-align: middle;
margin-right: 2em; }
.corporate--career ._career--form ._form--input .select2.select2-container {
width: 100% !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.corporate--career ._career--form ._form--input .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up.svg"); }
.corporate--career ._career--form ._form--input .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 1px solid #e1e1e1;
height: 3.2em;
background-color: #ffffff; }
.corporate--career ._career--form ._form--input .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 2.5em;
position: relative;
text-align: left;
padding-left: 1.25em;
padding-right: 1.25em;
color: #777777; }
.corporate--career ._career--form ._form--input .select2 .select2-selection .select2-selection__arrow {
height: 3em;
line-height: 3em;
right: 0.5em; }
.corporate--career ._career--form ._form--input .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down.svg") no-repeat 0 0;
background-size: contain; }
.corporate--career ._career--form ._form--submit {
margin-top: 5em;
text-align: center; }
.corporate--career ._career--form ._form--submit button {
max-width: 14em;
margin-left: 0.5em;
margin-right: 0.5em; }
@media (max-width: 480px) {
.corporate--career ._career--form ._form--submit button {
width: 100%;
max-width: none;
display: block;
margin-bottom: 1.5em;
text-align: center; } }
.corporate--career ._career--form ._form--submit button ._icon {
margin-left: 0.8333333333em; }
.corporate--facilities .corporate--wrapper {
background: url("../images/corporate--overview--bg.jpg") no-repeat 0 0;
background-size: cover; }
.corporate--facilities .corporate--main {
width: 98em; }
@media (max-width: 980px) {
.corporate--facilities .corporate--main {
width: 74em; } }
@media (max-width: 768px) {
.corporate--facilities .corporate--main {
width: 100%; } }
.corporate--facilities .corporate--content {
text-align: center;
width: 72em; }
@media (max-width: 768px) {
.corporate--facilities .corporate--content {
width: 100%; } }
@media (max-width: 768px) {
.corporate--facilities .corporate--content ._content--inner {
padding-left: 2em;
padding-right: 2em; } }
@media (max-width: 480px) {
.corporate--facilities .corporate--content ._content--inner {
padding-left: 3em;
padding-right: 3em; } }
.corporate--facilities ._items {
display: flex;
flex-wrap: wrap;
margin-left: -1.5em;
margin-right: -1.5em; }
.corporate--facilities ._items ._item {
padding-left: 1.5em;
padding-right: 1.5em;
text-align: left;
margin-bottom: 3em; }
.corporate--facilities ._items ._item ._item--title {
font-size: 1.4em;
margin: 0 0 1.4285714286em; }
.corporate--facilities ._items ._item ._item--section {
font-size: 1.1em;
line-height: 1.6363636364em;
margin-bottom: 1.6363636364em; }
.corporate--facilities ._items ._item ._item--section p {
margin-bottom: 0; }
.corporate--facilities ._facilities--main ._items ._item {
width: 33.333333%; }
@media (max-width: 980px) {
.corporate--facilities ._facilities--main ._items ._item {
width: 50%; } }
@media (max-width: 480px) {
.corporate--facilities ._facilities--main ._items ._item {
width: 100%; } }
.corporate--facilities ._facilities--production {
padding-top: 2em;
margin-top: 4em;
border-top: 1px solid #cccccc; }
@media (max-width: 480px) {
.corporate--facilities ._facilities--production {
padding-top: 4em;
margin-top: 0; } }
.corporate--facilities ._facilities--production ._title {
font-size: 1.6em;
margin: 0 0 2.875em;
text-align: left; }
.corporate--facilities ._facilities--production ._items ._item {
width: 50%; }
@media (max-width: 480px) {
.corporate--facilities ._facilities--production ._items ._item {
width: 100%; } }
.corporate--links .corporate--content {
text-align: center;
font-size: 1.2em;
line-height: 1.5384615385em; }
.corporate--links .corporate--content ._info {
margin-bottom: 2em; }
.corporate--links .corporate--content ._links a {
color: #b9143f;
font-weight: 600; }
.technology--wrapper {
background-color: #f4f4f4;
padding-bottom: 7.5em;
position: relative;
overflow: hidden; }
.technology .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 6em; }
@media (max-width: 768px) {
.technology .breadcrumb {
padding-left: 2em; } }
.technology--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.technology--bg ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.technology--content {
width: 110em;
margin: 0px auto;
position: relative;
z-index: 2; }
@media (max-width: 1199px) {
.technology--content {
width: 100%; } }
.technology--content ._info--primary ._info--inner {
width: 48em;
margin: 0px auto; }
@media (max-width: 520px) {
.technology--content ._info--primary ._info--inner {
width: 100%;
padding-left: 3em;
padding-right: 3em; } }
.technology--content ._info--primary ._info--logo {
text-align: center;
margin-bottom: 3em; }
.technology--content ._info--primary ._info--logo strong {
display: block;
font-weight: 500;
font-size: 1.6em;
margin-top: 0.875em; }
.technology--content ._info--primary ._info--main {
text-align: center;
font-size: 1.3em;
line-height: 2em; }
.technology--content ._info--primary ._info--main p {
margin-bottom: 2em; }
.technology--content ._info--primary ._info--bottom {
margin-top: 5em;
text-align: center; }
.technology--content ._info--primary ._info--bottom a {
padding-left: 1em;
padding-right: 1em; }
@media (max-width: 340px) {
.technology--content ._info--primary ._info--bottom a {
display: block;
padding-left: 0;
padding-right: 0;
margin-bottom: 1.6em; } }
.technology--content ._info--primary ._info--bottom a img {
height: 3.5em; }
.technology--content ._info--secondary {
margin-top: 6em;
padding-top: 4em;
border-top: 1px solid #d7d7d7; }
@media (max-width: 1199px) {
.technology--content ._info--secondary {
padding-left: 4em;
padding-right: 4em; } }
.technology--content ._info--secondary h3 {
font-size: 1.2em;
font-weight: 500;
margin: 0 0 2em; }
.technology--content ._info--secondary ._list {
display: flex;
margin-left: -3em;
margin-right: -3em; }
@media (max-width: 768px) {
.technology--content ._info--secondary ._list {
display: block; } }
.technology--content ._info--secondary ._list ._col {
padding-left: 3em;
padding-right: 3em; }
@media (max-width: 768px) {
.technology--content ._info--secondary ._list ._col {
margin-bottom: 3em; } }
.technology--content ._info--secondary ._list ._section {
font-size: 1.2em;
margin-bottom: 2.5em; }
.technology--content ._info--secondary ._list ._section p {
line-height: 1.6666666667em;
margin-bottom: 0.6666666667em; }
.technology.technology--template-1 ._info--primary ._info--thumb {
position: absolute;
top: -18%;
left: 0;
right: 0; }
@media (max-width: 1199px) {
.technology.technology--template-1 ._info--primary ._info--thumb {
top: -11%;
-webkit-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
transform: rotate(-20deg);
margin-left: -14%; } }
@media (max-width: 992px) {
.technology.technology--template-1 ._info--primary ._info--thumb {
top: -8%;
margin-left: -24%; } }
@media (max-width: 768px) {
.technology.technology--template-1 ._info--primary ._info--thumb {
position: static;
margin-left: 0;
margin-top: -30vh;
margin-bottom: 4em; } }
@media (max-width: 680px) {
.technology.technology--template-1 ._info--primary ._info--thumb {
margin-top: -10vh;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
margin-bottom: 2em; } }
.technology.technology--template-1 ._info--primary ._info--thumb ._image {
width: 110em;
padding-left: 6.4em; }
@media (max-width: 1199px) {
.technology.technology--template-1 ._info--primary ._info--thumb ._image {
width: 100%;
padding-left: 0; } }
@media (max-width: 768px) {
.technology.technology--template-1 ._info--primary ._info--thumb ._image {
text-align: center; } }
.technology.technology--template-1 ._info--primary ._info--thumb img {
width: 48em; }
@media (max-width: 768px) {
.technology.technology--template-1 ._info--primary ._info--thumb img {
width: 40em; } }
@media (max-width: 680px) {
.technology.technology--template-1 ._info--primary ._info--thumb img {
width: 32em; } }
.technology.technology--template-1 ._info--primary ._info--inner {
padding-left: 3em;
position: relative;
z-index: 2; }
.technology.technology--template-2 .breadcrumb {
position: relative;
z-index: 2;
margin-bottom: 0; }
.technology.technology--template-2 .breadcrumb ._link {
color: #ffffff; }
.technology.technology--template-2 .breadcrumb ._separator {
background-image: url("../images/arrow--right--white.svg"); }
.technology.technology--template-2 .technology--main {
padding-bottom: 6em; }
.technology.technology--template-2 ._info--image {
text-align: center;
width: 85em;
margin: 0px auto;
margin-top: -16vh; }
@media (max-width: 992px) {
.technology.technology--template-2 ._info--image {
width: 100%; } }
@media (max-width: 768px) {
.technology.technology--template-2 ._info--image {
margin-top: -8vh; } }
.technology.technology--template-2 ._info--image img {
width: 100%; }
@media (max-width: 480px) {
.technology.technology--template-2 ._info--image img {
width: 140%;
margin-left: -20%; } }
.technology.technology--template-2 ._info--main {
color: #ffffff; }
.support--faq .section--title {
text-align: center; }
.support--faq ._faq--list ._faq--item {
padding-top: 1.5em;
padding-bottom: 1.5em;
border-bottom: 1px solid #cccccc;
position: relative; }
.support--faq ._faq--list ._faq--item._active ._faq--content {
height: auto; }
.support--faq ._faq--list ._faq--inner {
position: relative; }
.support--faq ._faq--list ._faq--date {
font-size: 1.2em;
line-height: 1.6666666667em;
position: absolute;
top: 0;
left: 0; }
.support--faq ._faq--list ._faq--main {
padding-left: 7em; }
.support--faq ._faq--list ._faq--title {
font-size: 1.3em;
line-height: 1.5384615385em;
margin: 0; }
.support--faq ._faq--list ._faq--title a {
color: #282828;
text-decoration: none; }
.support--faq ._faq--list ._faq--content {
font-size: 1.2em;
line-height: 1.6666666667em;
overflow: hidden;
height: 0; }
.support--faq ._faq--list ._faq--content ._thumb {
margin-bottom: 2em; }
.support--faq ._faq--list ._faq--content ._thumb img {
width: 100%; }
.support--faq ._faq--list ._faq--content--inner {
padding-top: 2.4em; }
.support--faq ._faq--list ._faq--content--close {
padding-top: 2em;
text-align: right; }
.support--faq ._faq--list ._faq--content--close button {
padding: 0;
border: 0 none;
background-color: transparent;
color: #b9143f;
outline: none; }
.support--faq ._faq--list ._faq--content--close button ._icon {
margin-right: 0.8333333333em; }
.support--faq ._faq--more {
margin-top: 4em;
text-align: center;
display: none; }
.support--faq ._faq--more a {
font-weight: 500; }
.support--post .section--title {
text-align: center; }
.support--post ._sidebar--info h4,
.support--post ._content--bottom h4 {
font-size: 1.3em;
margin: 0 0 0.7692307692em; }
.support--post ._sidebar--info h5,
.support--post ._content--bottom h5 {
font-size: 1.2em;
margin: 0 0 1.6666666667em; }
.support--consultation .section--title {
text-align: center; }
.support--consultation ._form--info {
font-size: 1.1em;
margin-bottom: 4em;
text-align: center; }
.support--consultation ._form--field--info._info--bottom p {
font-size: 1em;
margin-bottom: 1.5em; } | css/main/styles.css | .select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
.mCustomScrollBox{ /* contains plugin's markup */
position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
outline: none;
direction: ltr;
}
.mCSB_container{ /* contains the original content */
overflow: hidden;
width: auto;
height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container{ margin-right: 30px; }
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
margin-right: 0;
margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */
.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
position: absolute;
width: 16px;
height: auto;
left: auto;
top: 0;
right: 0;
bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
right: auto;
left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail{
width: 2px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
cursor: pointer;
width: 100%;
height: 30px; /* minimum dragger height */
z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
position: relative;
width: 4px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
display: block;
position: absolute;
height: 20px;
width: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container{
margin-right: 0;
margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
width: auto;
height: 16px;
top: auto;
right: 0;
bottom: 0;
left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
width: 100%;
height: 2px;
margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
width: 30px; /* minimum dragger width */
height: 100%;
left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
width: 100%;
height: 4px;
margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
height: 12px; /* auto-expanded scrollbar */
margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
height: 8px; /* auto-expanded scrollbar */
margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
display: block;
position: absolute;
width: 20px;
height: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper{
position: absolute;
height: auto;
width: auto;
overflow: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin-right: 30px;
margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container{
padding-right: 30px;
padding-bottom: 30px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
margin-right: 0;
margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
margin-right: 0; /* non-visible scrollbar */
margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }
.mCSB_scrollTools .mCSB_draggerRail{
background-color: #000; background-color: rgba(0,0,0,0.4);
filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: #fff; background-color: rgba(255,255,255,0.75);
filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background-color: #fff; background-color: rgba(255,255,255,0.85);
filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background-color: #fff; background-color: rgba(255,255,255,0.9);
filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
background-image: url(mCSB_buttons.png); /* css sprites */
background-repeat: no-repeat;
opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp{
background-position: 0 0;
/*
sprites locations
light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
*/
}
.mCSB_scrollTools .mCSB_buttonDown{
background-position: 0 -20px;
/*
sprites locations
light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
background-position: 0 -40px;
/*
sprites locations
light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
*/
}
.mCSB_scrollTools .mCSB_buttonRight{
background-position: 0 -56px;
/*
sprites locations
light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
width: 4px;
background-color: #fff; background-color: rgba(255,255,255,0.1);
-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width: 4px;
background-color: #fff; background-color: rgba(255,255,255,0.75);
-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
width: 100%;
height: 4px;
margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -20px; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -40px; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
background-color: #000; background-color: rgba(0,0,0,0.1);
-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: #000; background-color: rgba(0,0,0,0.75);
-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -120px -56px; }
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
width: 4px;
background-color: #fff; background-color: rgba(255,255,255,0.1);
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width: 6px;
background-color: #fff; background-color: rgba(255,255,255,0.75);
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
width: 100%;
height: 4px;
margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
width: 100%;
height: 6px;
margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -20px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -40px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
background-color: #000; background-color: rgba(0,0,0,0.1);
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: #000; background-color: rgba(0,0,0,0.75);
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -56px; }
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
width: 100%;
height: 2px;
margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width: 14px;
margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
height: 14px;
margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
width: 16px; /* auto-expanded scrollbar */
height: 16px;
margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
height: 16px; /* auto-expanded scrollbar */
width: 16px;
margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
height: 4px; /* auto-expanded scrollbar */
margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
background-color: transparent;
background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
background-repeat: repeat-y;
opacity: 0.3;
filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
height: 4px;
margin: 6px 0;
background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-repeat: repeat-y;
background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools{
opacity: 1;
filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
width: 8px;
background-color: #000; background-color: rgba(0,0,0,0.2);
box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
width: 100%;
height: 8px;
margin: 4px 0;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
width: 100%;
height: 8px;
margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
background-color: #000; background-color: rgba(0,0,0,0.1);
box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -120px -128px; }
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools{
opacity: 1;
filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
bottom: 1px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
width: 12px;
margin: 2px;
position: absolute;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
height: 12px;
width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
background-color: #000; background-color: rgba(0,0,0,0.05);
box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
background-color: #fff; background-color: rgba(0,0,0,0.05);
box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -120px -128px; }
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
right: 0;
margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
bottom: 0;
margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
left: 0;
right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: #fff; background-color: rgba(255,255,255,0.2);
filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background-color: #fff; background-color: rgba(255,255,255,0.5);
filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color: #000; background-color: rgba(0,0,0,0.2);
filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background-color: #000; background-color: rgba(0,0,0,0.5);
filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
width: 6px;
background-color: #000; background-color: rgba(0,0,0,0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
width: 100%;
height: 6px;
margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
height: 12px;
margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -120px -128px; }
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
width: 12px;
background-color: #000; background-color: rgba(0,0,0,0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width: 6px;
margin: 3px 5px;
position: absolute;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
height: 6px;
margin: 5px 3px;
position: absolute;
width: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
width: 100%;
height: 12px;
margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -120px -128px; }
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
background-color: transparent;
border-width: 1px;
border-style: solid;
border-color: #fff;
border-color: rgba(255,255,255,0.2);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
/* ---------------------------------------- */
/*! nouislider - 12.0.0 - 9/14/2018 */
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
direction: ltr;
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
/* Wrapper for all connect elements.
*/
.noUi-connects {
overflow: hidden;
z-index: 0;
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
left: 0;
height: 100%;
width: 100%;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
/* Offset direction
*/
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
left: auto;
right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
* connect elements.
*/
.noUi-vertical .noUi-origin {
width: 0;
}
.noUi-horizontal .noUi-origin {
height: 0;
}
.noUi-handle {
position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: transform 0.3s;
transition: transform 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
}
/* Slider size and handle placement;
*/
.noUi-horizontal {
height: 18px;
}
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
left: -17px;
top: -6px;
}
.noUi-vertical {
width: 18px;
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
right: -17px;
left: auto;
}
/* Styling;
* Giving the connect element a border radius causes issues with using transform: scale
*/
.noUi-target {
background: #FAFAFA;
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
border-radius: 3px;
}
.noUi-connect {
background: #3FB8AF;
}
/* Handles and cursors;
*/
.noUi-draggable {
cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize;
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
*/
.noUi-handle:before,
.noUi-handle:after {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px;
}
.noUi-handle:after {
left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
}
.noUi-vertical .noUi-handle:after {
top: 17px;
}
/* Disabled state;
*/
[disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
cursor: not-allowed;
}
/* Base;
*
*/
.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-pips {
position: absolute;
color: #999;
}
/* Values;
*
*/
.noUi-value {
position: absolute;
white-space: nowrap;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
}
/* Markings;
*
*/
.noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
}
/* Horizontal layout;
*
*/
.noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
}
/* Vertical layout;
*
*/
.noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%, 0);
padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px;
}
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
text-align: center;
white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.navbar {
display: none; }
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important; }
.label {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important; } }
* {
-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: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #fff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none; }
a:hover, a:focus {
color: #23527c;
text-decoration: underline; }
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-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; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777; }
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 20px;
margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%; }
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 10px;
margin-bottom: 10px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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: 300;
line-height: 1.4; }
@media (min-width: 768px) {
.lead {
font-size: 21px; } }
small,
.small {
font-size: 85%; }
mark,
.mark {
background-color: #fcf8e3;
padding: .2em; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
.text-nowrap {
white-space: nowrap; }
.text-lowercase {
text-transform: lowercase; }
.text-uppercase, .initialism {
text-transform: uppercase; }
.text-capitalize {
text-transform: capitalize; }
.text-muted {
color: #777777; }
.text-primary {
color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
color: #286090; }
.text-success {
color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
color: #2b542c; }
.text-info {
color: #31708f; }
a.text-info:hover,
a.text-info:focus {
color: #245269; }
.text-warning {
color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
color: #66512c; }
.text-danger {
color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
color: #843534; }
.bg-primary {
color: #fff; }
.bg-primary {
background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090; }
.bg-success {
background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3; }
.bg-info {
background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee; }
.bg-warning {
background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5; }
.bg-danger {
background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
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,
ul ol,
ol ul,
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; }
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table; }
.dl-horizontal dd:after {
clear: both; }
@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 #777777; }
.initialism {
font-size: 90%; }
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: #777777; }
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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014'; }
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429; }
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.container:before, .container:after {
content: " ";
display: table; }
.container:after {
clear: both; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@media (min-width: 992px) {
.container {
width: 970px; } }
@media (min-width: 1200px) {
.container {
width: 1170px; } }
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; }
.row {
margin-left: -15px;
margin-right: -15px; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
.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: 15px;
padding-right: 15px; }
.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-1 {
width: 8.3333333333%; }
.col-xs-2 {
width: 16.6666666667%; }
.col-xs-3 {
width: 25%; }
.col-xs-4 {
width: 33.3333333333%; }
.col-xs-5 {
width: 41.6666666667%; }
.col-xs-6 {
width: 50%; }
.col-xs-7 {
width: 58.3333333333%; }
.col-xs-8 {
width: 66.6666666667%; }
.col-xs-9 {
width: 75%; }
.col-xs-10 {
width: 83.3333333333%; }
.col-xs-11 {
width: 91.6666666667%; }
.col-xs-12 {
width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 8.3333333333%; }
.col-xs-pull-2 {
right: 16.6666666667%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-4 {
right: 33.3333333333%; }
.col-xs-pull-5 {
right: 41.6666666667%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-7 {
right: 58.3333333333%; }
.col-xs-pull-8 {
right: 66.6666666667%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-10 {
right: 83.3333333333%; }
.col-xs-pull-11 {
right: 91.6666666667%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 8.3333333333%; }
.col-xs-push-2 {
left: 16.6666666667%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-4 {
left: 33.3333333333%; }
.col-xs-push-5 {
left: 41.6666666667%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-7 {
left: 58.3333333333%; }
.col-xs-push-8 {
left: 66.6666666667%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-10 {
left: 83.3333333333%; }
.col-xs-push-11 {
left: 91.6666666667%; }
.col-xs-push-12 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 8.3333333333%; }
.col-xs-offset-2 {
margin-left: 16.6666666667%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.3333333333%; }
.col-xs-offset-5 {
margin-left: 41.6666666667%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.3333333333%; }
.col-xs-offset-8 {
margin-left: 66.6666666667%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.3333333333%; }
.col-xs-offset-11 {
margin-left: 91.6666666667%; }
.col-xs-offset-12 {
margin-left: 100%; }
@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-1 {
width: 8.3333333333%; }
.col-sm-2 {
width: 16.6666666667%; }
.col-sm-3 {
width: 25%; }
.col-sm-4 {
width: 33.3333333333%; }
.col-sm-5 {
width: 41.6666666667%; }
.col-sm-6 {
width: 50%; }
.col-sm-7 {
width: 58.3333333333%; }
.col-sm-8 {
width: 66.6666666667%; }
.col-sm-9 {
width: 75%; }
.col-sm-10 {
width: 83.3333333333%; }
.col-sm-11 {
width: 91.6666666667%; }
.col-sm-12 {
width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 8.3333333333%; }
.col-sm-pull-2 {
right: 16.6666666667%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-4 {
right: 33.3333333333%; }
.col-sm-pull-5 {
right: 41.6666666667%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-7 {
right: 58.3333333333%; }
.col-sm-pull-8 {
right: 66.6666666667%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-10 {
right: 83.3333333333%; }
.col-sm-pull-11 {
right: 91.6666666667%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 8.3333333333%; }
.col-sm-push-2 {
left: 16.6666666667%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-4 {
left: 33.3333333333%; }
.col-sm-push-5 {
left: 41.6666666667%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-7 {
left: 58.3333333333%; }
.col-sm-push-8 {
left: 66.6666666667%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-10 {
left: 83.3333333333%; }
.col-sm-push-11 {
left: 91.6666666667%; }
.col-sm-push-12 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 8.3333333333%; }
.col-sm-offset-2 {
margin-left: 16.6666666667%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.3333333333%; }
.col-sm-offset-5 {
margin-left: 41.6666666667%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.3333333333%; }
.col-sm-offset-8 {
margin-left: 66.6666666667%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.3333333333%; }
.col-sm-offset-11 {
margin-left: 91.6666666667%; }
.col-sm-offset-12 {
margin-left: 100%; } }
@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-1 {
width: 8.3333333333%; }
.col-md-2 {
width: 16.6666666667%; }
.col-md-3 {
width: 25%; }
.col-md-4 {
width: 33.3333333333%; }
.col-md-5 {
width: 41.6666666667%; }
.col-md-6 {
width: 50%; }
.col-md-7 {
width: 58.3333333333%; }
.col-md-8 {
width: 66.6666666667%; }
.col-md-9 {
width: 75%; }
.col-md-10 {
width: 83.3333333333%; }
.col-md-11 {
width: 91.6666666667%; }
.col-md-12 {
width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 8.3333333333%; }
.col-md-pull-2 {
right: 16.6666666667%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-4 {
right: 33.3333333333%; }
.col-md-pull-5 {
right: 41.6666666667%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-7 {
right: 58.3333333333%; }
.col-md-pull-8 {
right: 66.6666666667%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-10 {
right: 83.3333333333%; }
.col-md-pull-11 {
right: 91.6666666667%; }
.col-md-pull-12 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 8.3333333333%; }
.col-md-push-2 {
left: 16.6666666667%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-4 {
left: 33.3333333333%; }
.col-md-push-5 {
left: 41.6666666667%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-7 {
left: 58.3333333333%; }
.col-md-push-8 {
left: 66.6666666667%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-10 {
left: 83.3333333333%; }
.col-md-push-11 {
left: 91.6666666667%; }
.col-md-push-12 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 8.3333333333%; }
.col-md-offset-2 {
margin-left: 16.6666666667%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.3333333333%; }
.col-md-offset-5 {
margin-left: 41.6666666667%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.3333333333%; }
.col-md-offset-8 {
margin-left: 66.6666666667%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.3333333333%; }
.col-md-offset-11 {
margin-left: 91.6666666667%; }
.col-md-offset-12 {
margin-left: 100%; } }
@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-1 {
width: 8.3333333333%; }
.col-lg-2 {
width: 16.6666666667%; }
.col-lg-3 {
width: 25%; }
.col-lg-4 {
width: 33.3333333333%; }
.col-lg-5 {
width: 41.6666666667%; }
.col-lg-6 {
width: 50%; }
.col-lg-7 {
width: 58.3333333333%; }
.col-lg-8 {
width: 66.6666666667%; }
.col-lg-9 {
width: 75%; }
.col-lg-10 {
width: 83.3333333333%; }
.col-lg-11 {
width: 91.6666666667%; }
.col-lg-12 {
width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 8.3333333333%; }
.col-lg-pull-2 {
right: 16.6666666667%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-4 {
right: 33.3333333333%; }
.col-lg-pull-5 {
right: 41.6666666667%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-7 {
right: 58.3333333333%; }
.col-lg-pull-8 {
right: 66.6666666667%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-10 {
right: 83.3333333333%; }
.col-lg-pull-11 {
right: 91.6666666667%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 8.3333333333%; }
.col-lg-push-2 {
left: 16.6666666667%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-4 {
left: 33.3333333333%; }
.col-lg-push-5 {
left: 41.6666666667%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-7 {
left: 58.3333333333%; }
.col-lg-push-8 {
left: 66.6666666667%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-10 {
left: 83.3333333333%; }
.col-lg-push-11 {
left: 91.6666666667%; }
.col-lg-push-12 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 8.3333333333%; }
.col-lg-offset-2 {
margin-left: 16.6666666667%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.3333333333%; }
.col-lg-offset-5 {
margin-left: 41.6666666667%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.3333333333%; }
.col-lg-offset-8 {
margin-left: 66.6666666667%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.3333333333%; }
.col-lg-offset-11 {
margin-left: 91.6666666667%; }
.col-lg-offset-12 {
margin-left: 100%; } }
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
.fade.in {
opacity: 1; }
.collapse {
display: none; }
.collapse.in {
display: block; }
tr.collapse.in {
display: table-row; }
tbody.collapse.in {
display: table-row-group; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease; }
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none; }
.nav:before, .nav:after {
content: " ";
display: table; }
.nav:after {
clear: both; }
.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: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
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: #337ab7; }
.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 #ddd; }
.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: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default; }
.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: #fff;
background-color: #337ab7; }
.nav-stacked > li {
float: none; }
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0; }
.nav-justified, .nav-tabs.nav-justified {
width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none; }
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd; }
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff; } }
.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; }
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body {
padding: 15px; }
.panel-body:before, .panel-body:after {
content: " ";
display: table; }
.panel-body:after {
clear: both; }
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle {
color: inherit; }
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit; }
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit; }
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0; }
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0; }
.list-group + .panel-footer {
border-top-width: 0; }
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0; }
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0; }
.panel > .table-responsive {
border: 0;
margin-bottom: 0; }
.panel-group {
margin-bottom: 20px; }
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px; }
.panel-group .panel + .panel {
margin-top: 5px; }
.panel-group .panel-heading {
border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd; }
.panel-group .panel-footer {
border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd; }
.panel-default {
border-color: #ddd; }
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd; }
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; }
.panel-primary {
border-color: #337ab7; }
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7; }
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7; }
.panel-success {
border-color: #d6e9c6; }
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6; }
.panel-info {
border-color: #bce8f1; }
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1; }
.panel-warning {
border-color: #faebcc; }
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc; }
.panel-danger {
border-color: #ebccd1; }
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1; }
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20); }
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50); }
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none; }
.modal-open {
overflow: hidden; }
.modal {
display: none;
overflow: hidden;
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%);
-o-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);
-o-transform: translate(0, 0);
transform: translate(0, 0); }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 10px; }
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
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: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.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; }
.modal-header:before, .modal-header:after {
content: " ";
display: table; }
.modal-header:after {
clear: both; }
.modal-header .close {
margin-top: -2px; }
.modal-title {
margin: 0;
line-height: 1.428571429; }
.modal-body {
position: relative;
padding: 15px; }
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
content: " ";
display: table; }
.modal-footer:after {
clear: both; }
.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; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
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: 900px; } }
.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;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px; }
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0; }
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0; }
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0; } }
.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: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0); }
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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: 0;
color: #fff;
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%;
margin-top: -10px;
z-index: 5;
display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
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 #fff;
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: #fff; }
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
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: -10px;
font-size: 30px; }
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px; }
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px; }
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px; }
.carousel-indicators {
bottom: 20px; } }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix: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; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs {
display: none !important; }
.visible-sm {
display: none !important; }
.visible-md {
display: none !important; }
.visible-lg {
display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important; }
@media (max-width: 767px) {
.visible-xs {
display: block !important; }
table.visible-xs {
display: table !important; }
tr.visible-xs {
display: table-row !important; }
th.visible-xs,
td.visible-xs {
display: table-cell !important; } }
@media (max-width: 767px) {
.visible-xs-block {
display: block !important; } }
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important; } }
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important; }
table.visible-sm {
display: table !important; }
tr.visible-sm {
display: table-row !important; }
th.visible-sm,
td.visible-sm {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important; }
table.visible-md {
display: table !important; }
tr.visible-md {
display: table-row !important; }
th.visible-md,
td.visible-md {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important; } }
@media (min-width: 1200px) {
.visible-lg {
display: block !important; }
table.visible-lg {
display: table !important; }
tr.visible-lg {
display: table-row !important; }
th.visible-lg,
td.visible-lg {
display: table-cell !important; } }
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important; } }
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important; } }
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !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 !important; }
tr.visible-print {
display: table-row !important; }
th.visible-print,
td.visible-print {
display: table-cell !important; } }
.visible-print-block {
display: none !important; }
@media print {
.visible-print-block {
display: block !important; } }
.visible-print-inline {
display: none !important; }
@media print {
.visible-print-inline {
display: inline !important; } }
.visible-print-inline-block {
display: none !important; }
@media print {
.visible-print-inline-block {
display: inline-block !important; } }
@media print {
.hidden-print {
display: none !important; } }
html {
font-size: 62.5%; }
body {
font-family: "Exo", sans-serif;
font-size: 1.1em;
color: #101010; }
@media (min-width: 1919px) {
body {
font-size: 1.2em; } }
@media (min-width: 2399px) {
body {
font-size: 1.3em; } }
a {
text-decoration: none;
outline: none;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
a:focus, a:visited {
color: inhiret;
text-decoration: none; }
h1, h2, h3, h4, h5 {
font-size: 1em;
font-family: "Exo", sans-serif; }
html, body, .site {
width: 100%;
height: 100%;
overflow: hidden; }
@media (max-width: 768px) {
html, body, .site {
height: auto;
overflow: auto; } }
.site--loader {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999999999;
background-color: rgba(0, 0, 0, 0.9);
display: flex;
align-items: center; }
.site--loader._hide {
visibility: hidden;
opacity: 0; }
.site--loader ._icon {
width: 6em;
margin: 0px auto; }
.site--loader ._icon img {
width: 100%; }
.icon {
display: inline-block;
vertical-align: middle;
width: 2em;
height: 2em;
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain; }
.icon--car {
background-image: url("../images/icon--car.png"); }
.icon--car--grey {
background-image: url("../images/icon--car--grey.png"); }
.icon--location {
background-image: url("../images/icon--location.png"); }
.icon--location--grey {
background-image: url("../images/icon--location--grey.png"); }
.icon--warranty {
background-image: url("../images/icon--warranty.png"); }
.icon--help {
background-image: url("../images/icon--help.png"); }
.icon--play--white {
background-image: url("../images/icon--play--white.svg"); }
.icon--target {
background-image: url("../images/icon--target--primary.svg"); }
.section--subtitle {
margin: 0;
font-size: 1.5em;
font-weight: 1em;
font-weight: 300;
text-transform: uppercase;
color: #282828; }
.section--title {
margin: 0;
font-size: 3.5em;
font-weight: 1em;
font-weight: 100;
color: #282828; }
.section--title--lg {
font-size: 4.5em;
text-transform: uppercase; }
.section--title--wider {
letter-spacing: 0.6em; }
.section--container {
padding-left: 4em;
padding-right: 4em; }
.section--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s; }
@media (max-width: 768px) {
.section--bg._desktop {
display: none; } }
.section--bg._mobile {
display: none; }
@media (max-width: 768px) {
.section--bg._mobile {
display: block;
position: static; } }
.section--bg._mobile img {
width: 100%; }
.section--content {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.section--content--main {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
display: flex;
align-items: center; }
.block {
margin-bottom: 1em; }
.block--inner, .block--content {
width: 100%;
height: 100%; }
.block--content {
position: relative; }
.block--media {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 9999;
visibility: hidden; }
.block--media._open {
visibility: visible; }
.block--media._open ._media--overlay {
opacity: 1;
visibility: visible; }
.block--media._open ._media--main {
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.block--media ._media--overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
visibility: hidden; }
.block--media ._media--close {
text-align: right;
margin-bottom: 1em; }
.block--media ._media--close a {
display: inline-block;
color: #ffffff;
font-size: 1.2em; }
.block--media ._media--close a ._label {
margin-right: 1em; }
.block--media ._media--main {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
visibility: hidden;
-webkit-transform: translateY(-110%);
-moz-transform: translateY(-110%);
-ms-transform: translateY(-110%);
-o-transform: translateY(-110%);
transform: translateY(-110%); }
.block--media ._media--main--inner {
margin: 0px auto;
width: 60em;
height: 36em; }
.block--media ._media--main ._media--content,
.block--media ._media--main ._video--main {
width: 100%;
height: 100%; }
.block--banner {
width: 100%;
height: 73em; }
@media (max-width: 768px) {
.block--banner {
height: auto; }
.block--banner .block--content {
padding-top: 8em;
padding-bottom: 3em; } }
.block--banner--sm {
height: 35em; }
.block--banner--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.block--banner--bg ._overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1; }
.block--banner--bg ._overlay--dark {
background-color: rgba(0, 0, 0, 0.8); }
.block--banner--bg ._overlay--light {
background-color: rgba(255, 255, 255, 0.8); }
.block--banner--bg ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.block--banner--content {
position: relative;
z-index: 2;
height: 100%;
display: flex;
align-items: center; }
.block--banner--content._text-center {
text-align: center; }
.block--banner--content ._content--inner {
width: 124em;
margin: 0px auto; }
@media (min-width: 1920px) {
.block--banner--content ._content--inner {
width: 140em; } }
@media (min-width: 2400px) {
.block--banner--content ._content--inner {
width: 160em; } }
@media (max-width: 1250px) {
.block--banner--content ._content--inner {
width: 100%;
padding-left: 4em;
padding-right: 4em; } }
.block--banner--content ._info {
color: #ffffff; }
.block--banner--content ._info._color--dark {
color: #333333; }
.block--banner--content ._info._color--dark .section--title,
.block--banner--content ._info._color--dark .section--subtitle {
color: #333333; }
.block--banner--content ._info._color--light .section--title,
.block--banner--content ._info._color--light .section--subtitle {
color: #ffffff; }
.block--banner--content ._info--inner {
display: flex;
align-items: center;
height: 100%; }
@media (max-width: 768px) {
.block--banner--content ._info--inner {
display: block; } }
.block--banner--content ._info--content {
margin: 0px auto; }
.block--banner--content ._info ._info--header {
color: #ffffff;
text-align: center; }
.block--banner--content ._info ._info--header .section--subtitle {
letter-spacing: 0.3em;
margin-bottom: 1em; }
.block--banner--content ._info ._info--header .section--title {
color: #ffffff;
letter-spacing: 0.5em;
text-indent: 0.5em;
text-transform: uppercase;
font-size: 4.5em;
margin-bottom: 0.8888888889em; }
@media (max-width: 768px) {
.block--banner--content ._info ._info--header .section--title {
font-size: 4em;
margin-bottom: 1em;
letter-spacing: 0.4em;
text-indent: 0.4em; } }
@media (max-width: 480px) {
.block--banner--content ._info ._info--header .section--title {
font-size: 3.5em;
margin-bottom: 1em;
letter-spacing: 0.3em;
text-indent: 0.3em; } }
.block--banner--content ._info ._desc {
font-size: 1.2em;
line-height: 1.6666666667em; }
.block--banner--content ._info ._header--logo img {
width: 100%; }
.block--banner--content ._info ._info--action {
margin-top: 5em;
text-align: center; }
@media (max-width: 768px) {
.block--banner--content._col--2 {
max-width: 54em;
margin: 0px auto; } }
.block--banner--content._col--2 ._content--inner {
display: flex; }
@media (max-width: 768px) {
.block--banner--content._col--2 ._content--inner {
flex-direction: column; } }
.block--banner--content._col--2 ._content--inner ._info {
width: 50%;
padding-right: 3em; }
@media (max-width: 1200px) {
.block--banner--content._col--2 ._content--inner ._info {
width: 60%; } }
@media (max-width: 768px) {
.block--banner--content._col--2 ._content--inner ._info {
width: 100%;
margin-bottom: 6em;
padding-right: 0; } }
.block--banner--content._col--2 ._content--inner ._thumb {
width: 50%;
padding-left: 3em;
text-align: center; }
@media (max-width: 1200px) {
.block--banner--content._col--2 ._content--inner ._thumb {
width: 40%; } }
@media (max-width: 768px) {
.block--banner--content._col--2 ._content--inner ._thumb {
width: 100%;
text-align: center; } }
.block--banner--content._col--2 ._content--inner ._thumb img {
width: 100%;
max-width: 42em; }
@media (min-width: 1920px) {
.block--banner--content._col--2 ._content--inner ._thumb img {
max-width: 60em; } }
@media (min-width: 2400px) {
.block--banner--content._col--2 ._content--inner ._thumb img {
max-width: 64em; } }
@media (max-width: 992px) {
.block--banner--content._col--2 ._content--inner ._thumb img {
max-width: 32em; } }
.block--cta {
height: 42.5em;
overflow: hidden; }
@media (min-width: 1600px) {
.block--cta {
height: 47.5em; } }
@media (min-width: 1920px) {
.block--cta {
height: 52em; } }
@media (max-width: 1200px) {
.block--cta {
height: 36em; } }
@media (max-width: 768px) {
.block--cta {
height: auto; } }
.block--cta--thumb {
position: relative; }
.block--cta--thumb._thumb--slider ._slides {
width: 100%;
height: 100%; }
.block--cta--thumb._thumb--slider ._slide {
position: absolute !important;
top: 0;
left: 0;
bottom: 0;
right: 0; }
.block--cta--thumb._thumb--slider .flex-control-nav {
position: absolute;
bottom: 2em;
right: 2em;
z-index: 8;
padding: 0;
margin: 0;
list-style: none; }
.block--cta--thumb._thumb--slider .flex-control-nav li {
margin: 0;
padding: 0; }
@media (max-width: 768px) {
.block--cta--thumb._thumb--slider .flex-control-nav {
left: 0 !important;
right: 0 !important;
text-align: center; } }
.block--cta--thumb._thumb--slider .flex-control-nav li {
display: inline-block;
vertical-align: middle;
margin-left: 0.6em;
margin-right: 0.6em; }
.block--cta--thumb._thumb--slider .flex-control-nav li a {
display: block;
display: inline-block;
vertical-align: middle;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
width: 1.2em;
height: 1.2em;
line-height: 1.2em;
vertical-align: middle;
text-align: center;
background-color: #ffffff;
text-indent: -9999px; }
.block--cta--thumb._thumb--slider .flex-control-nav li a.flex-active, .block--cta--thumb._thumb--slider .flex-control-nav li a:hover {
background-color: #b91440; }
.block--cta--thumb ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.block--cta--info .section--title {
margin-bottom: 0.5714285714em; }
.block--cta--info ._desc {
font-size: 1.2em;
line-height: 1.6666666667em; }
.block--cta--info ._action {
margin-top: 3.5em; }
.block--cta--info ._action form {
width: 21em; }
@media (max-width: 768px) {
.block--cta--info ._action form {
margin: 0px auto; } }
.block--cta--info ._action form ._form--input {
position: relative;
margin-bottom: 0.6em; }
.block--cta--info ._action form ._form--input ._icon {
height: 2em;
width: 2em;
position: absolute;
top: 0;
top: 0.6em;
right: 0.6em; }
.block--cta--info ._action form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 3em;
line-height: 3em;
padding: 0 2.5em 0 1em;
border: 1px solid #dfdfdf;
outline: none; }
@media (max-width: 768px) {
.block--cta._col--1 .block--content {
display: flex;
flex-direction: column-reverse; } }
.block--cta._col--1 .block--cta--thumb {
height: 100%;
width: 80%; }
@media (max-width: 768px) {
.block--cta._col--1 .block--cta--thumb {
width: 100%;
min-height: 24em; } }
.block--cta._col--1 .block--cta--thumb .flex-control-nav {
right: 17%; }
@media (max-width: 1200px) {
.block--cta._col--1 .block--cta--thumb .flex-control-nav {
right: 30%; } }
.block--cta._col--1 .block--cta--info {
position: absolute;
top: 0;
bottom: 0;
right: -10%;
width: 40%;
background-color: #f2f2f2;
padding: 3em;
-webkit-transform: skewX(-10deg);
-moz-transform: skewX(-10deg);
-ms-transform: skewX(-10deg);
-o-transform: skewX(-10deg);
transform: skewX(-10deg);
z-index: 10; }
@media (max-width: 1200px) {
.block--cta._col--1 .block--cta--info {
width: 50%; } }
@media (max-width: 768px) {
.block--cta._col--1 .block--cta--info {
position: static;
width: 100%;
padding-top: 5em;
padding-bottom: 5em;
-webkit-transform: skewX(0);
-moz-transform: skewX(0);
-ms-transform: skewX(0);
-o-transform: skewX(0);
transform: skewX(0); } }
.block--cta._col--1 .block--cta--info ._info--inner {
-webkit-transform: skewX(10deg);
-moz-transform: skewX(10deg);
-ms-transform: skewX(10deg);
-o-transform: skewX(10deg);
transform: skewX(10deg);
height: 100%;
padding-right: 22%;
display: flex;
align-items: center; }
@media (max-width: 768px) {
.block--cta._col--1 .block--cta--info ._info--inner {
-webkit-transform: skewX(0);
-moz-transform: skewX(0);
-ms-transform: skewX(0);
-o-transform: skewX(0);
transform: skewX(0);
padding-right: 0;
padding-left: 0; } }
.block--cta._col--1 .block--cta--info ._info--content {
margin: 0px auto; }
@media (max-width: 768px) {
.block--cta._col--1 .block--cta--info ._info--content {
text-align: center; } }
.block--cta._col--1._thumb--right .block--cta--thumb {
margin-left: auto; }
.block--cta._col--1._thumb--right .block--cta--thumb .flex-control-nav {
right: auto;
left: 12%; }
@media (max-width: 1200px) {
.block--cta._col--1._thumb--right .block--cta--thumb .flex-control-nav {
left: 30%; } }
.block--cta._col--1._thumb--right .block--cta--info {
right: auto;
left: -10%; }
.block--cta._col--1._thumb--right .block--cta--info ._info--inner {
padding-left: 22%;
padding-right: 4em; }
@media (max-width: 768px) {
.block--cta._col--1._thumb--right .block--cta--info ._info--inner {
padding-right: 0;
padding-left: 0; } }
.block._col--2 .block--inner {
display: flex;
margin-left: -0.5em;
margin-right: -0.5em;
width: auto;
padding-left: 1em;
padding-right: 1em; }
@media (max-width: 768px) {
.block._col--2 .block--inner {
flex-direction: column;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0; } }
.block._col--2 .block--col {
width: 50%;
padding-left: 0.5em;
padding-right: 0.5em; }
@media (max-width: 768px) {
.block._col--2 .block--col {
width: 100%;
padding-left: 0;
padding-right: 0; }
.block._col--2 .block--col:first-child {
margin-bottom: 1em; } }
.block._col--2 .block--col--inner {
width: 100%;
height: 100%; }
.block._col--2 .block--content {
display: flex; }
.block._col--2 .block--cta--info {
width: 50%; }
@media (max-width: 1200px) {
.block._col--2 .block--cta--info {
width: 60%; }
.block._col--2 .block--cta--info .button {
min-width: 20em; } }
@media (max-width: 768px) {
.block._col--2 .block--cta--info {
min-height: 30em; }
.block._col--2 .block--cta--info .button {
min-width: 28em;
max-width: none; } }
.block._col--2 .block--cta--thumb {
width: 50%; }
@media (max-width: 1200px) {
.block._col--2 .block--cta--thumb {
width: 40%; } }
.block._col--2 .block--cta--info ._info--inner {
height: 100%;
padding: 2em;
display: flex;
align-items: center; }
.block._col--2 .block--cta--info ._info--content {
display: inline-block;
margin: 0px auto; }
@media (max-width: 768px) {
.block._col--2 .block--cta--info ._info--content {
width: 100%; } }
.block._col--2 .block--cta--info._color--primary {
background-color: #b91440;
color: #ffffff; }
.block._col--2 .block--cta--info._color--primary .section--title {
color: #ffffff; }
.block._col--2._thumb--right .block--content {
flex-direction: row-reverse; }
.button {
display: inline-block;
width: 100%;
max-width: 22em;
height: 3.6em;
line-height: 3.6em;
padding-left: 1.6em;
padding-right: 1.6em;
background-color: #cccccc;
color: #444444;
position: relative;
text-align: left;
outline: none;
border: 0 none; }
.button:hover {
text-decoration: none; }
.button ._label {
font-size: 1.2em; }
.button ._icon {
position: absolute;
top: 0;
right: 0;
width: 2.8em;
height: 3.6em;
line-height: 3.6em;
text-align: center; }
.button ._icon i {
display: inline-block;
vertical-align: middle;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--right--white.svg") no-repeat 0 0;
background-size: contain; }
.button--primary {
color: #ffffff;
background-color: #b91440; }
.button--primary:hover {
background-color: #9a0029;
color: #ffffff; }
.button--white {
background-color: #ffffff;
color: #b91440; }
.button--white ._icon i {
background-image: url("../images/arrow--right--primary.svg"); }
.button--white:hover {
background-color: #efefef;
color: #a21239; }
.button--link {
font-size: 1.2em;
line-height: 1em;
text-decoration: none;
font-weight: 300; }
.button--link:hover {
text-decoration: none;
color: #ffffff; }
.button--link ._label {
display: inline-block;
vertical-align: middle; }
.button--link ._icon {
display: inline-block;
vertical-align: middle;
margin-left: 1em; }
.button--link--white {
color: #ffffff; }
.button--link--primary {
color: #b91440; }
.button--link--primary:hover {
color: #9a0029; }
.button--nina {
overflow: hidden; }
.button--nina > ._label {
display: inline-block;
vertical-align: middle;
position: relative;
overflow: hidden; }
.button--nina > ._label > ._label--hover,
.button--nina > ._label > ._label--current {
display: inline-block;
vertical-align: middle;
position: relative; }
.button--nina > ._label > ._label--hover > span,
.button--nina > ._label > ._label--current > span {
display: inline-block;
vertical-align: middle; }
.button--nina > ._label > ._label--current {
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
.button--nina > ._label > ._label--hover {
position: absolute;
left: 0;
top: 0; }
.button--nina > ._label > ._label--hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
.button--nina:hover > ._label > ._label--current {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
.button--nina:hover > ._label > ._label--hover > span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.button--nina:hover > ._label > ._label--hover > span:nth-child(1) {
-webkit-transition-delay: 0.045s;
transition-delay: 0.045s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(2) {
-webkit-transition-delay: 0.09s;
transition-delay: 0.09s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(3) {
-webkit-transition-delay: 0.135s;
transition-delay: 0.135s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(4) {
-webkit-transition-delay: 0.18s;
transition-delay: 0.18s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(5) {
-webkit-transition-delay: 0.225s;
transition-delay: 0.225s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(6) {
-webkit-transition-delay: 0.27s;
transition-delay: 0.27s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(7) {
-webkit-transition-delay: 0.315s;
transition-delay: 0.315s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(8) {
-webkit-transition-delay: 0.36s;
transition-delay: 0.36s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(9) {
-webkit-transition-delay: 0.405s;
transition-delay: 0.405s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(10) {
-webkit-transition-delay: 0.45s;
transition-delay: 0.45s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(11) {
-webkit-transition-delay: 0.47s;
transition-delay: 0.47s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(12) {
-webkit-transition-delay: 0.50s;
transition-delay: 0.50s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(13) {
-webkit-transition-delay: 0.52s;
transition-delay: 0.52s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(14) {
-webkit-transition-delay: 0.54s;
transition-delay: 0.54s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(15) {
-webkit-transition-delay: 0.56s;
transition-delay: 0.56s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(16) {
-webkit-transition-delay: 0.58s;
transition-delay: 0.58s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(17) {
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(18) {
-webkit-transition-delay: 0.62s;
transition-delay: 0.62s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(19) {
-webkit-transition-delay: 0.64s;
transition-delay: 0.64s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(20) {
-webkit-transition-delay: 0.66s;
transition-delay: 0.66s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(21) {
-webkit-transition-delay: 0.68s;
transition-delay: 0.68s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(22) {
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(23) {
-webkit-transition-delay: 0.72s;
transition-delay: 0.72s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(24) {
-webkit-transition-delay: 0.74s;
transition-delay: 0.74s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(25) {
-webkit-transition-delay: 0.76s;
transition-delay: 0.76s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(26) {
-webkit-transition-delay: 0.78s;
transition-delay: 0.78s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(27) {
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(28) {
-webkit-transition-delay: 0.82s;
transition-delay: 0.82s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(29) {
-webkit-transition-delay: 0.84s;
transition-delay: 0.84s; }
.button--nina:hover > ._label > ._label--hover > span:nth-child(30) {
-webkit-transition-delay: 0.86s;
transition-delay: 0.86s; }
.breadcrumb ._links {
font-size: 1.1em; }
.breadcrumb ._link {
display: inline-block;
vertical-align: middle;
color: #282828; }
.breadcrumb ._link:hover {
text-decoration: underline; }
.breadcrumb ._link--home {
font-size: 1.3333333333em; }
.breadcrumb span._link {
opacity: 0.6;
cursor: not-allowed; }
.breadcrumb span._link:hover {
text-decoration: none; }
.breadcrumb ._separator {
width: 1.6em;
height: 1.6em;
display: inline-block;
vertical-align: middle;
background: url("../images/arrow--right.svg") no-repeat 0 0;
background-size: contain;
margin-left: 0.6em;
margin-right: 0.6em; }
.ui__rating ._rating--star {
display: inline-block;
vertical-align: middle;
width: 1.125em;
height: 1.125em;
font-size: 1.6em;
margin-right: 0.25em;
color: #b91440;
position: relative;
text-decoration: none;
border: 0 none;
background-color: transparent;
padding: 0; }
.ui__rating ._rating--star .svg-inline--fa {
position: absolute;
top: 0;
left: 0; }
.ui__rating ._rating--half .fa-star-half {
z-index: 2; }
.ui__rating ._rating--half .fa-star {
z-index: 1;
color: #dfdfdf; }
.ui__rating ._rating--empty {
color: #dfdfdf; }
._form--messages {
margin-bottom: 3em;
display: none; }
._form--messages h3 {
font-size: 1.6em;
margin: 0 0 1em; }
._form--messages ._errors {
padding-left: 2em; }
._form--messages ._error {
color: #b32c3e;
margin-bottom: 0.8em; }
._form--input .input--error--msg {
margin-top: 0.6em;
font-size: 1.1em;
background-color: #df3f3f;
color: #ffffff;
padding: 0.6em 1em; }
._form--input ._form--invalid input {
border: 1px solid #df3f3f; }
form [type="checkbox"]:checked,
form [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px; }
form [type="checkbox"]:checked + label,
form [type="checkbox"]:not(:checked) + label {
position: relative;
padding-left: 24px;
cursor: pointer;
line-height: 16px;
display: inline-block;
color: #444444; }
form [type="checkbox"]:checked + label:before,
form [type="checkbox"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 16px;
height: 16px;
border: 1px solid #acacac;
background-color: #ffffff; }
form [type="checkbox"]:checked + label:after,
form [type="checkbox"]:not(:checked) + label:after {
content: '';
width: 16px;
height: 16px;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.2 ease;
-o-transition: all 0.2 ease;
transition: all 0.2 ease;
background: #b91440 url("../images/icon--check--white.svg"); }
form [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); }
form [type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
form [type="radio"]:checked,
form [type="radio"]:not(:checked) {
position: absolute;
left: -9999px; }
form [type="radio"]:checked + label,
form [type="radio"]:not(:checked) + label {
position: relative;
padding-left: 24px;
cursor: pointer;
line-height: 16px;
display: inline-block;
color: #444444; }
form [type="radio"]:checked + label:before,
form [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 16px;
height: 16px;
border: 1px solid #acacac;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background-color: #ffffff; }
form [type="radio"]:checked + label:after,
form [type="radio"]:not(:checked) + label:after {
content: '';
width: 8px;
height: 8px;
position: absolute;
top: 4px;
left: 4px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.2 ease;
-o-transition: all 0.2 ease;
transition: all 0.2 ease;
background-color: #b91440; }
form [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); }
form [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
form .rangeslider {
height: 0.4em;
line-height: 0.4em;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
background-color: #a1a1a1;
position: relative; }
form .rangeslider__fill {
position: absolute;
top: 0;
left: 0;
height: 0.4em;
line-height: 0.4em;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
background-color: #c6244f; }
form .rangeslider__handle {
width: 2em;
height: 2em;
background-color: #a60e37;
position: absolute;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
top: -0.7em; }
form .form--toggle ._toggle--switch {
background: #7c273a;
border: 1px solid #c13b58;
width: 4em;
height: 2.4em;
overflow: hidden;
border-radius: 50px;
display: inline-block;
vertical-align: middle;
margin: 0 0.2em;
cursor: pointer; }
form .form--toggle ._toggle--switch:after {
content: " ";
display: block;
width: 1.8em;
height: 1.8em;
border-radius: 100%;
background-color: #ffffff;
border-top: 0;
border-bottom: 0;
transition: all 0.1s ease-in-out;
margin: 0.2em 0 0.2em 0.2em; }
form .form--toggle._active--off ._toggle--switch:after {
margin-left: 1.8em; }
form .form--toggle ._toggle--label {
display: inline-block;
line-height: 2.5em;
font-size: 1.2em;
text-transform: uppercase;
color: #ffffff; }
@media (min-width: 1600px) {
form .form--toggle ._toggle--label {
font-size: 13px; } }
form .form--toggle ._toggle--label--off {
color: #c47e8b; }
form .form--toggle._active--off ._toggle--label--off {
color: #ffffff; }
form .form--toggle._active--off ._toggle--label--on {
color: #c47e8b; }
.select2-dropdown {
z-index: 99999 !important; }
.loader {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.loader._show {
visibility: visible;
opacity: 1; }
.loader--inner {
width: 100%;
height: 100%;
display: flex;
align-items: center; }
.loader--icon {
text-align: center;
margin: 0px auto; }
.loader--icon img {
width: 8em; }
.loader--block {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 99;
background-color: rgba(255, 255, 255, 0.95); }
.loader--block .loader--inner {
align-items: flex-start;
margin-top: 10em; }
.loader--site {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999999;
background-color: rgba(255, 255, 255, 0.95); }
.header {
position: relative;
z-index: 20; }
.header--subnav {
position: relative;
height: 0; }
.header--subnav ._menu {
position: static !important; }
.header--widget {
height: 3.6em;
line-height: 3.6em;
background-color: #b91440;
color: #ffffff;
text-align: right; }
@media (max-width: 480px) {
.header--widget .section--container {
padding-left: 1.5em;
padding-right: 1.5em; } }
.header--widget ._widget--nav {
display: inline-block; }
.header--widget ._widget--nav ul {
padding: 0;
margin: 0;
list-style: none; }
.header--widget ._widget--nav ul li {
margin: 0;
padding: 0; }
.header--widget ._widget--nav ul li {
display: inline-block;
vertical-align: middle;
margin-left: 3.2em; }
.header--widget ._widget--nav ul li._lang-option {
margin-left: 35px; }
@media (max-width: 922px) {
.header--widget ._widget--nav ul li._lang-option {
display: none; } }
.header--widget ._widget--nav ul li._lang-switch {
margin-left: 25px; }
@media (max-width: 992px) {
.header--widget ._widget--nav ul li._lang-switch {
display: none; } }
@media (max-width: 480px) {
.header--widget ._widget--nav ul li {
margin-left: 2em; } }
@media (max-width: 380px) {
.header--widget ._widget--nav ul li {
margin-left: 1.5em; } }
.header--widget ._widget--nav ul li a {
color: #ffffff;
text-decoration: none;
font-size: 1.2em;
font-weight: 500; }
.header--main {
height: 5.2em;
background-color: #ffffff;
width: 100%; }
.header--main--inner {
position: relative;
height: 100%; }
.header--main .header--logo {
position: absolute;
left: 4em;
top: 0;
display: flex;
align-items: center;
height: 100%; }
@media (max-width: 1200px) {
.header--main .header--logo {
left: 1em; } }
@media (max-width: 992px) {
.header--main .header--logo {
left: 3em; } }
@media (max-width: 480px) {
.header--main .header--logo {
position: static; }
.header--main .header--logo ._logo {
margin: 0px auto; } }
.header--main .header--logo img {
width: 16em; }
.header--main .header--search {
position: absolute;
top: 0;
right: 4em;
width: 15em;
height: 100%;
display: flex;
align-items: center; }
@media (max-width: 1200px) {
.header--main .header--search {
right: 1em;
width: 12em; } }
@media (max-width: 992px) {
.header--main .header--search {
display: none; } }
.header--main .header--search form {
width: 100%;
height: 2.8em; }
.header--main .header--search ._form--inner {
width: 100%;
height: 100%;
position: absolute; }
.header--main .header--search ._form--inner ._form--input {
width: 100%; }
.header--main .header--search ._form--inner ._form--input input {
width: 100%;
height: 2.8em;
line-height: 2.8em;
padding-left: 1.5em;
padding-right: 2em;
border: 1px solid #d9d9d9;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
outline: none; }
.header--main .header--search ._form--inner ._form--submit {
position: absolute;
top: 0;
right: 0.2em;
width: 2.8em;
height: 2.8em;
line-height: 2.8em;
color: #888888; }
.header--main .header--search ._form--inner ._form--submit button {
display: block;
border: 0 none;
background-color: transparent;
outline: none;
text-align: center;
line-height: 2.4em;
color: #c6c6c6; }
.header--lang-select .select2.select2-container {
width: 4.4em !important;
border-bottom: 1px solid #ffffff; }
.header--lang-select .select2.select2-container--open .select2-selection {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.header--lang-select .select2 .select2-selection {
outline: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
border: 0 none;
height: 1.8em;
background-color: transparent; }
.header--lang-select .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 1.1666666667em;
position: relative;
padding-left: 0;
text-align: left;
color: #ffffff; }
.header--lang-select .select2 .select2-selection .select2-selection__arrow {
width: 1.6em;
height: 1.6em;
top: -1px;
background: url("../images/arrow--down--white.svg") no-repeat;
background-size: contain; }
.header--lang-select .select2 .select2-selection .select2-selection__arrow b {
display: none; }
.header__nav {
height: 100%;
display: flex;
align-items: center;
padding-left: 24em;
padding-right: 24em; }
@media (max-width: 1400px) {
.header__nav {
padding-left: 22em;
padding-right: 22em; } }
@media (max-width: 1200px) {
.header__nav {
padding-left: 18em;
padding-right: 14em; } }
@media (max-width: 992px) {
.header__nav {
display: none; } }
.header__nav ._nav--inner {
margin: 0px auto; }
.header__nav ._nav--inner > ._menus > ._menu {
display: inline-block;
vertical-align: middle;
padding-left: 1.8em;
padding-right: 1.8em;
position: relative; }
@media (max-width: 1400px) {
.header__nav ._nav--inner > ._menus > ._menu {
padding-left: 0.8em;
padding-right: 0.8em; } }
@media (max-width: 1200px) {
.header__nav ._nav--inner > ._menus > ._menu {
padding-left: 0.4em;
padding-right: 0.4em; } }
.header__nav ._nav--inner > ._menus > ._menu:hover ._menu--toggle a, .header__nav ._nav--inner > ._menus > ._menu._active ._menu--toggle a {
color: #b91440; }
.header__nav ._nav--inner > ._menus > ._menu:hover ._menu--toggle a:after, .header__nav ._nav--inner > ._menus > ._menu._active ._menu--toggle a:after {
opacity: 1; }
.header__nav ._nav--inner > ._menus > ._menu:hover ._menu--sub, .header__nav ._nav--inner > ._menus > ._menu._active ._menu--sub {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav ._nav--inner > ._menus > ._menu._submenu--full {
position: static; }
.header__nav ._nav--inner > ._menus > ._menu._submenu--full ._menu--sub {
width: 100%;
right: 0;
left: 0; }
.header__nav ._nav--inner > ._menus > ._menu ._menu--toggle a {
display: block;
height: 5.2em;
line-height: 5.2em;
font-weight: 500;
color: #c4395e;
padding-left: 1em;
padding-right: 1em;
position: relative; }
.header__nav ._nav--inner > ._menus > ._menu ._menu--toggle a:after {
content: "";
height: 0.3em;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #b91440;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 0; }
.header__nav ._nav--inner > ._menus > ._menu ._menu--toggle a ._label {
font-size: 1.2em;
line-height: 1.3333333333em;
display: inline-block;
vertical-align: middle; }
.header__nav ._nav--inner > ._menus > ._menu ._menu--toggle ._toggle {
line-height: 1.6em;
display: inline-block;
vertical-align: middle;
width: 1em;
height: 0.5em;
margin-left: 0.8em; }
.header__nav ._nav--inner > ._menus > ._menu ._menu--toggle ._toggle i {
content: '';
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 0.5em;
position: absolute;
border-top-color: #be244d; }
.header__nav ._menu--sub {
position: absolute;
top: 0;
left: -1.2em;
width: 16em;
z-index: 10;
background-color: #f2f2f2;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
-webkit-transform: translateY(-5em);
-moz-transform: translateY(-5em);
-ms-transform: translateY(-5em);
-o-transform: translateY(-5em);
transform: translateY(-5em);
opacity: 0;
visibility: hidden; }
.header__nav ._menu--sub._show {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav ._menu--sub--inner {
padding: 2em 0; }
.header__nav ._menu--sub ._sub--menus {
padding: 0;
margin: 0;
list-style: none;
text-align: center; }
.header__nav ._menu--sub ._sub--menus li {
margin: 0;
padding: 0; }
.header__nav ._menu--sub ._sub--menus li {
padding: 1em 1.5em; }
.header__nav ._menu--sub ._sub--menus li a {
display: inline-block;
font-size: 1.1em;
line-height: 1em;
color: #c4395e;
text-decoration: none;
position: relative; }
.header__nav ._menu--sub ._sub--menus li a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -6px;
background-color: #b91440;
width: 100%;
height: 2px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.header__nav ._menu--sub ._sub--menus li a:hover {
color: #b91440; }
.header__nav ._menu--sub ._sub--menus li a:hover:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav ._menu--tech ._menu--sub {
width: 28em;
left: -6.5em; }
.header__nav ._menu--tech ._menu--sub ._sub--menus {
display: flex;
flex-wrap: wrap;
text-align: left;
padding-left: 1.6em;
padding-right: 1.6em; }
.header__nav ._menu--tech ._menu--sub ._sub--menus li {
width: 50%;
padding-left: 1em;
padding-right: 1em; }
.header__nav ._menu--tech ._menu--sub ._sub--menus li a {
text-align: left; }
.header__nav ._menu--car ._menu--sub {
padding-left: 4em;
padding-right: 4em; }
.header__nav ._menu--car ._menu--sub--inner {
display: flex;
margin-left: -4em;
margin-right: -4em;
padding-top: 3.5em;
padding-bottom: 3.5em; }
.header__nav ._menu--car ._menu--sub--info {
width: 25%;
border-right: 1px solid #d6d6d6;
padding-left: 4em;
padding-right: 4em;
padding-top: 3em; }
.header__nav ._menu--car ._menu--sub--info ._title {
font-size: 1.2em;
font-weight: 600;
line-height: 1em;
margin: 0 0 1.4em;
color: #b91440; }
.header__nav ._menu--car ._menu--sub--info ._desc {
font-size: 1.1em;
line-height: 1.3636363636em;
color: #b91440; }
.header__nav ._menu--car ._menu--sub--info ._action {
margin-top: 3em; }
.header__nav ._menu--car ._menu--sub--nav {
width: 75%;
padding-left: 4em;
padding-right: 4em; }
.header__nav ._menu--car ._menu--sub--nav ._inner {
display: flex;
align-items: center;
height: 100%; }
.header__nav ._menu--car ._menu--sub--nav ._category--groups {
display: flex;
width: 100%; }
.header__nav ._menu--car ._menu--sub--nav ._category--group {
width: 16.66666%;
text-align: center; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--icon {
margin-bottom: 1em; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--icon img {
width: 100%;
max-width: 9em; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content {
text-align: left;
display: inline-block; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content ._content--section {
margin-bottom: 3.4em; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content ._content--section:last-child {
margin-bottom: 0; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content ._title {
font-size: 1.2em;
font-weight: 600;
line-height: 1em;
margin: 0 0 1.5em;
color: #b91440; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content a {
font-size: 1.1em;
line-height: 1em;
color: #c4395e;
text-decoration: none;
position: relative; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
background-color: #b91440;
width: 100%;
height: 1px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content a:hover {
color: #b91440; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content a:hover:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--content ._action a {
font-weight: 600; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--sub {
padding: 0;
margin: 0;
list-style: none;
margin-bottom: 1.8em; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--sub li {
margin: 0;
padding: 0; }
.header__nav ._menu--car ._menu--sub--nav ._category--group ._category--sub li {
margin-bottom: 0.8em; }
.header__nav ._menu--support ._menu--sub {
padding-left: 4em;
padding-right: 4em; }
.header__nav ._menu--support ._menu--sub--inner {
display: flex;
margin-left: -4em;
margin-right: -4em;
padding-top: 3em;
padding-bottom: 3em; }
.header__nav ._menu--support ._menu--sub--info {
width: 40%;
border-right: 1px solid #d6d6d6;
padding-left: 4em;
padding-right: 4em; }
.header__nav ._menu--support ._menu--sub--info ._inner {
display: flex;
align-items: center;
height: 100%; }
.header__nav ._menu--support ._menu--sub--info ._info--main {
display: flex;
width: 100%;
margin-left: -2em;
margin-right: -2em; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store,
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--register {
padding-left: 2em;
padding-right: 2em;
width: 50%; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store ._title,
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--register ._title {
font-size: 1.2em;
font-weight: 600;
line-height: 1em;
margin: 0 0 1.4em;
color: #b91440; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store ._desc,
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--register ._desc {
font-size: 1.1em;
line-height: 1.3636363636em;
color: #b91440; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--register {
padding-top: 2.8em;
padding-bottom: 3em; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--register ._action {
margin-top: 4.4em; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store form {
margin-top: 1.5em; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store form ._form--input {
position: relative;
margin-bottom: 0.6em; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store form ._form--input:after {
content: "";
height: 2em;
width: 2em;
position: absolute;
top: 0;
top: 0.6em;
right: 0.6em;
background: url("../images/icon--map-pointer--grey.svg") no-repeat 0 0;
background-size: contain; }
.header__nav ._menu--support ._menu--sub--info ._info--main ._info--store form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 3em;
line-height: 3em;
padding: 0 2.5em 0 1em;
border: 1px solid #dfdfdf;
outline: none; }
.header__nav ._menu--support ._menu--sub--nav {
width: 60%;
padding-left: 4em;
padding-right: 4em; }
.header__nav ._menu--support ._menu--sub--nav ._inner {
display: flex;
align-items: center;
height: 100%; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items {
display: flex;
width: 100%; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col {
width: 25%; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ._title {
font-size: 1.2em;
font-weight: 600;
line-height: 1em;
margin: 0 0 2em;
color: #b91440; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul {
padding: 0;
margin: 0;
list-style: none; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul li {
margin: 0;
padding: 0; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul li {
margin-bottom: 0.8em; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul a {
font-size: 1.1em;
color: #b91440;
text-decoration: none;
position: relative; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -5px;
background-color: #b91440;
width: 100%;
height: 2px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul a:hover {
color: #b91440; }
.header__nav ._menu--support ._menu--sub--nav ._nav--items ._nav--col ul a:hover:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav-mobile--toggle {
display: none;
position: absolute;
top: 1.4em;
right: 3em; }
@media (max-width: 992px) {
.header__nav-mobile--toggle {
display: block; } }
@media (max-width: 480px) {
.header__nav-mobile--toggle {
top: 1.6em;
right: 2em; } }
.header__nav-mobile--toggle a {
display: block;
width: 3.4em;
height: 3.4em; }
@media (max-width: 480px) {
.header__nav-mobile--toggle a {
width: 3em;
height: 3em; } }
.header__nav-mobile--toggle a span {
display: block;
width: 100%;
height: 0.5em;
margin-bottom: 0.5em;
background-color: #b91440; }
@media (max-width: 480px) {
.header__nav-mobile--toggle a span {
height: 0.4em;
margin-bottom: 0.4em; } }
.header__nav-mobile--main {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 100%;
max-width: 48em;
z-index: 99999;
background-color: #b91440;
opacity: 0;
-webkit-transform: translateX(-110%);
-moz-transform: translateX(-110%);
-ms-transform: translateX(-110%);
-o-transform: translateX(-110%);
transform: translateX(-110%);
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.header__nav-mobile--main._open {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1; }
.header__nav-mobile--main ._nav--main--top {
padding-left: 3em;
padding-top: 3em;
width: 29em; }
@media (max-width: 360px) {
.header__nav-mobile--main ._nav--main--top {
width: 20em; } }
.header__nav-mobile--main ._nav--main--options form {
display: flex;
align-items: center; }
.header__nav-mobile--main ._nav--main--options ._lang-switch {
margin-left: auto; }
.header__nav-mobile--main ._nav--main--close {
position: absolute;
top: 2em;
right: 1em; }
.header__nav-mobile--main ._nav--main--close a {
display: block;
width: 5em;
height: 5em;
background: url("../images/icon--close-md--white.svg") no-repeat 0 0;
background-size: contain; }
.header__nav-mobile--main ._nav--main--inner {
overflow: auto;
width: 100%;
height: 100%;
position: relative; }
.header__nav-mobile--main ._nav--main--content {
padding-top: 2.5em;
padding-bottom: 4em; }
.header__nav-mobile--main ._nav--section ._menus {
padding: 0;
margin: 0;
list-style: none; }
.header__nav-mobile--main ._nav--section ._menus li {
margin: 0;
padding: 0; }
.header__nav-mobile--main ._nav--section ._menus li {
margin-bottom: 1.5em; }
.header__nav-mobile--main ._nav--section ._menus li a {
color: #eabcc9;
font-size: 1.3em;
line-height: 1em;
text-decoration: none;
position: relative; }
.header__nav-mobile--main ._nav--section ._menus li a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -3px;
background-color: #ffffff;
width: 100%;
height: 1px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.header__nav-mobile--main ._nav--section ._menus li a:hover:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.header__nav-mobile--main ._nav--section--subscribe {
padding-left: 3em;
padding-right: 3em;
max-width: 32em;
padding-bottom: 3em; }
.header__nav-mobile--main ._nav--section--subscribe form {
margin-bottom: 2em; }
.header__nav-mobile--main ._nav--section--subscribe ._menus li a {
font-weight: 400;
color: #ffffff; }
.header__nav-mobile--main ._nav--section--subscribe ._menus li a .icon {
margin-right: 0.8333333333em; }
.header__nav-mobile--main ._nav--section--subscribe form {
margin-bottom: 3em; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input {
position: relative;
margin-bottom: 0.6em; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input:after {
content: "";
height: 2.5em;
width: 2.5em;
position: absolute;
top: 0;
top: 0.7em;
right: 0.4em;
background: url("../images/icon--email--white.svg") no-repeat 0 0;
background-size: contain; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 3.1666666667em;
line-height: 3.1666666667em;
padding: 0 3.1666666667em 0 1em;
border: 1px solid #e0a0b1;
background-color: #8a0e2f;
outline: none; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input input::-webkit-input-placeholder {
color: #e0a0b1 !important; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input input::-moz-placeholder {
color: #e0a0b1 !important; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input input:-ms-input-placeholder {
color: #e0a0b1 !important; }
.header__nav-mobile--main ._nav--section--subscribe form ._form--input input:-moz-placeholder {
color: #e0a0b1 !important; }
.header__nav-mobile--main ._nav--section--toggle {
border-bottom: 1px solid #ffffff; }
.header__nav-mobile--main ._nav--section--toggle._nav--first {
border-top: 1px solid #ffffff; }
.header__nav-mobile--main ._nav--section--toggle._open ._toggle--header ._toggle--icon {
background-image: url("../images/arrow--up--white.svg"); }
.header__nav-mobile--main ._nav--section--toggle ._toggle--header {
position: relative;
padding: 2.5em 3em;
cursor: pointer; }
.header__nav-mobile--main ._nav--section--toggle ._toggle--header ._title {
margin: 0;
font-size: 1.4em;
color: #ffffff; }
.header__nav-mobile--main ._nav--section--toggle ._toggle--header ._toggle--icon {
width: 2em;
height: 2em;
position: absolute;
top: 2.2em;
right: 2em;
background: url("../images/arrow--down--white.svg") no-repeat 0 0;
background-size: contain; }
.header__nav-mobile--main ._nav--section--toggle ._toggle--content {
overflow: hidden;
height: 0; }
.header__nav-mobile--main ._nav--section--toggle ._toggle--content--inner {
padding-left: 3em;
padding-right: 3em;
padding-top: 1em;
padding-bottom: 1em; }
.header__nav-mobile--main ._nav--section--toggle ._app--list {
padding: 0;
margin: 0;
list-style: none;
margin-bottom: 2.5em; }
.header__nav-mobile--main ._nav--section--toggle ._app--list li {
margin: 0;
padding: 0; }
.header__nav-mobile--main ._nav--section--toggle ._app--list li {
padding-right: 1.2em;
display: inline-block; }
.header__nav-mobile--main ._nav--section--toggle ._app--list li a {
display: block;
width: 11.4em;
height: 4em;
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain; }
.header__nav-mobile--main ._nav--section--toggle ._app--list li._google-play a {
background-image: url("../images/icon--google-play.png"); }
.header__nav-mobile--main ._nav--section--toggle ._app--list li._apple-store a {
background-image: url("../images/icon--apple-store.png"); }
.header__nav-mobile--main .footer--copy {
font-size: 1.1em;
line-height: 1.4545454545em;
padding-left: 3em;
padding-right: 3em;
color: #eabcc9;
padding-bottom: 3em; }
.header__nav-mobile--main .footer--copy a {
color: #ffffff; }
.footer--updates ._updates--header {
padding-top: 5em;
padding-bottom: 3em;
background-color: #ffffff;
text-align: center; }
@media (max-width: 480px) {
.footer--updates ._updates--header .section--container {
padding-left: 2em;
padding-right: 2em; } }
@media (max-width: 380px) {
.footer--updates ._updates--header .section--container {
padding-left: 1.5em;
padding-right: 1.5em; } }
.footer--updates ._updates--list {
background-color: #f2f2f2;
padding-top: 5em;
padding-bottom: 5em;
text-align: center; }
@media (max-width: 768px) {
.footer--updates ._updates--list {
padding-bottom: 2em;
text-align: left; } }
@media (max-width: 480px) {
.footer--updates ._updates--list .section--container {
padding-left: 2em;
padding-right: 2em; } }
@media (max-width: 380px) {
.footer--updates ._updates--list .section--container {
padding-left: 1.5em;
padding-right: 1.5em; } }
.footer--updates ._updates--list ul {
padding: 0;
margin: 0;
list-style: none;
display: inline-block; }
.footer--updates ._updates--list ul li {
margin: 0;
padding: 0; }
@media (max-width: 768px) {
.footer--updates ._updates--list ul {
display: flex;
flex-wrap: wrap; } }
.footer--updates ._updates--list ul li {
display: inline-block;
vertical-align: middle;
padding-left: 5em;
padding-right: 5em; }
@media (max-width: 992px) {
.footer--updates ._updates--list ul li {
padding-left: 2.5em;
padding-right: 2.5em; } }
@media (max-width: 768px) {
.footer--updates ._updates--list ul li {
width: 50%;
margin-bottom: 3em;
padding-left: 0;
padding-right: 4em; } }
@media (max-width: 380px) {
.footer--updates ._updates--list ul li {
padding-left: 0;
padding-right: 1.5em; } }
.footer--updates ._updates--list ul li._facebook ._icon {
background-image: url("../images/icon--facebook.png"); }
.footer--updates ._updates--list ul li._instagram ._icon {
background-image: url("../images/icon--instagram.png"); }
.footer--updates ._updates--list ul li._twitter ._icon {
background-image: url("../images/icon--twitter.png"); }
.footer--updates ._updates--list ul li._youtube ._icon {
background-image: url("../images/icon--youtube.png"); }
.footer--updates ._updates--list ul li a {
display: block; }
.footer--updates ._updates--list ul li a ._icon {
display: inline-block;
vertical-align: middle;
width: 3em;
height: 3em;
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain; }
.footer--updates ._updates--list ul li a ._label {
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
margin-left: 1.3333333333em;
font-weight: 500;
line-height: 1em;
color: #282828; }
@media (max-width: 380px) {
.footer--updates ._updates--list ul li a ._label {
margin-left: 0.6666666667em; } }
.footer--main {
background-color: #b91440;
padding-top: 9em;
padding-bottom: 4.5em;
color: #ffffff; }
@media (max-width: 768px) {
.footer--main {
display: none; } }
.footer--main .footer--nav {
margin-bottom: 8em; }
.footer--main .footer--nav ._nav--inner {
display: flex;
flex-wrap: wrap;
margin-left: -3.5em;
margin-right: -3.5em; }
.footer--main .footer--nav ._nav--col {
width: 20%;
padding-left: 3.5em;
padding-right: 3.5em; }
@media (max-width: 1200px) {
.footer--main .footer--nav ._nav--col {
width: 25%; }
.footer--main .footer--nav ._nav--col:last-child {
width: 100%;
padding-top: 4em;
margin-top: 6em;
border-top: 1px solid rgba(255, 255, 255, 0.4);
text-align: center; }
.footer--main .footer--nav ._nav--col:last-child ._nav--col--inner {
display: inline-block; }
.footer--main .footer--nav ._nav--col:last-child ._nav--section {
display: flex; }
.footer--main .footer--nav ._nav--col:last-child ._nav--section ._subscribe {
width: 24em;
margin-right: 5em; }
.footer--main .footer--nav ._nav--col:last-child ._nav--section ._menus li {
display: inline-block;
vertical-align: middle;
margin-right: 3em; } }
@media (max-width: 992px) {
.footer--main .footer--nav ._nav--col:last-child ._nav--section {
flex-direction: column; }
.footer--main .footer--nav ._nav--col:last-child ._nav--section ._subscribe {
margin: 0px auto; } }
.footer--main .footer--nav ._nav--section {
margin-bottom: 5em; }
.footer--main .footer--nav ._nav--section:last-child {
margin-bottom: 0; }
.footer--main .footer--nav ._nav--section ._title {
font-size: 1.5em;
line-height: 1em;
margin: 0 0 1.4666666667em;
padding-bottom: 1.0666666667em;
border-bottom: 1px solid #ffffff; }
.footer--main .footer--nav ._nav--section ._menus {
padding: 0;
margin: 0;
list-style: none; }
.footer--main .footer--nav ._nav--section ._menus li {
margin: 0;
padding: 0; }
.footer--main .footer--nav ._nav--section ._menus li {
margin-bottom: 1.5em; }
.footer--main .footer--nav ._nav--section ._menus li a {
color: #ffffff;
font-size: 1.3em;
font-weight: 100;
line-height: 1em;
text-decoration: none;
position: relative; }
.footer--main .footer--nav ._nav--section ._menus li a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -3px;
background-color: #ffffff;
width: 100%;
height: 1px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.footer--main .footer--nav ._nav--section ._menus li a:hover:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.footer--main .footer--nav ._nav--section--app ul {
padding: 0;
margin: 0;
list-style: none; }
.footer--main .footer--nav ._nav--section--app ul li {
margin: 0;
padding: 0; }
.footer--main .footer--nav ._nav--section--app ul li {
margin-bottom: 0.8em; }
.footer--main .footer--nav ._nav--section--app ul li a {
display: block;
width: 11.4em;
height: 4em;
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain; }
.footer--main .footer--nav ._nav--section--app ul li._google-play a {
background-image: url("../images/icon--google-play.png"); }
.footer--main .footer--nav ._nav--section--app ul li._apple-store a {
background-image: url("../images/icon--apple-store.png"); }
.footer--main .footer--nav ._nav--section--subscribe ._menus li a {
font-weight: 400; }
.footer--main .footer--nav ._nav--section--subscribe ._menus li a .icon {
margin-right: 0.8333333333em; }
.footer--main .footer--nav ._nav--section--subscribe form {
margin-bottom: 3em; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input {
position: relative;
margin-bottom: 0.6em; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input:after {
content: "";
height: 2.5em;
width: 2.5em;
position: absolute;
top: 0;
top: 0.3em;
right: 0.4em;
background: url("../images/icon--email--white.svg") no-repeat 0 0;
background-size: contain; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 2.5em;
line-height: 2.5em;
padding: 0 2.5em 0 1em;
border: 1px solid #e0a0b1;
background-color: #c4254f;
outline: none; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input input::-webkit-input-placeholder {
color: #e0a0b1 !important; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input input::-moz-placeholder {
color: #e0a0b1 !important; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input input:-ms-input-placeholder {
color: #e0a0b1 !important; }
.footer--main .footer--nav ._nav--section--subscribe form ._form--input input:-moz-placeholder {
color: #e0a0b1 !important; }
.footer--main .footer--copy {
font-size: 1.1em;
text-align: center; }
.footer--main .footer--copy a {
color: #ffffff;
text-decoration: underline; }
.home--news--header {
padding-top: 5em;
padding-bottom: 3em;
background-color: #ffffff;
text-align: center; }
.home--news--list {
padding-top: 2.5em;
padding-bottom: 2.5em;
background-color: #f2f2f2;
overflow: hidden; }
.home--news--list img {
pointer-events: none; }
.home--news--list ._items {
margin-left: -8px;
margin-right: -8px;
display: flex;
flex-wrap: wrap; }
.home--news--list ._item {
padding-left: 8px;
padding-right: 8px;
width: 30%;
min-width: 22em; }
.home--news--list ._item--inner {
background-color: #fdfdfd; }
.home--news--list ._item--thumb {
width: 100%;
height: 15.4em;
position: relative; }
.home--news--list ._item--thumb ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover; }
.home--news--list ._item--info {
padding: 2.4em 1.8em; }
.home--news--list ._item--title {
font-size: 2em;
line-height: 1em;
font-weight: 400;
margin: 0 0 0.8em; }
.home--news--list ._item--content {
font-size: 1.3em;
line-height: 1.5384615385em;
height: 3.0769230769em;
overflow: hidden; }
.home--news--list ._item--content p {
margin-bottom: 0; }
.categories--banner {
height: 54.8em;
overflow: hidden;
position: relative; }
@media (min-width: 1920px) {
.categories--banner {
height: 72em; } }
@media (min-width: 2400px) {
.categories--banner {
height: 92em; } }
@media (max-width: 768px) {
.categories--banner {
height: auto;
padding-top: 5em;
padding-bottom: 5em; } }
.categories--banner--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.categories--banner--bg ._video {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
@media (max-width: 768px) {
.categories--banner--bg ._video {
display: none; } }
.categories--banner--bg ._video--main {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.categories--banner--bg ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover;
display: none; }
@media (max-width: 768px) {
.categories--banner--bg ._image {
display: block; } }
.categories--banner--content {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center; }
@media (max-width: 768px) {
.categories--banner--content {
position: relative; } }
.categories--banner--content ._content--inner {
margin: 0px auto;
display: flex; }
@media (max-width: 768px) {
.categories--banner--content ._content--inner {
flex-direction: column;
width: 30em;
text-align: center; } }
.categories--banner--content ._content--inner ._thumb {
width: 42em;
padding-right: 8em; }
@media (min-width: 1600px) {
.categories--banner--content ._content--inner ._thumb {
width: 44em; } }
@media (min-width: 1920px) {
.categories--banner--content ._content--inner ._thumb {
width: 48em; } }
@media (min-width: 2400px) {
.categories--banner--content ._content--inner ._thumb {
width: 54em; } }
@media (max-width: 992px) {
.categories--banner--content ._content--inner ._thumb {
width: 38em;
padding-right: 6em; } }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._thumb {
width: 30em;
padding-right: 0;
margin: 0px auto; } }
.categories--banner--content ._content--inner ._thumb img {
width: 100%; }
.categories--banner--content ._content--inner ._info {
display: flex;
align-items: center;
color: #ffffff;
width: 48em; }
@media (min-width: 2400px) {
.categories--banner--content ._content--inner ._info {
width: 52em; } }
@media (max-width: 992px) {
.categories--banner--content ._content--inner ._info {
width: 31em; } }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._info {
width: 100%; } }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._info--desktop ._header {
display: none; } }
.categories--banner--content ._content--inner ._info--mobile {
display: none; }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._info--mobile {
display: block;
margin-bottom: 4em;
text-align: center; } }
.categories--banner--content ._content--inner ._info--inner {
width: 100%; }
@media (min-width: 2400px) {
.categories--banner--content ._content--inner ._info ._header {
font-size: 1.1em; } }
.categories--banner--content ._content--inner ._info ._title {
font-size: 3em;
font-weight: 100;
letter-spacing: 0.5em;
text-transform: uppercase;
margin: 0 0 0.6666666667em; }
.categories--banner--content ._content--inner ._info ._desc {
font-size: 1.4em;
line-height: 1em;
font-weight: 300; }
.categories--banner--content ._content--inner ._info ._actions {
margin-top: 6.8em; }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._info ._actions {
margin-top: 4em; }
.categories--banner--content ._content--inner ._info ._actions .button {
max-width: none; } }
.categories--banner--content ._content--inner ._info ._actions ._action {
margin-right: 2em;
display: inline-block;
min-width: 20em; }
@media (max-width: 992px) {
.categories--banner--content ._content--inner ._info ._actions ._action {
margin-bottom: 1.5em; }
.categories--banner--content ._content--inner ._info ._actions ._action:last-child {
margin-bottom: 0; } }
@media (max-width: 768px) {
.categories--banner--content ._content--inner ._info ._actions ._action {
margin-right: 0;
display: block; } }
.categories--list {
padding-top: 5em;
padding-bottom: 8em; }
.categories--list--header {
text-align: center;
margin-bottom: 5em;
padding-left: 3em;
padding-right: 3em; }
.categories--list--header .section--title {
font-size: 4.5em; }
.categories--list--header ._link {
margin-top: 3.6em; }
.categories--list--header .button--link {
color: #282828; }
.categories--list--header .button--link ._icon {
color: #b91440; }
@media (max-width: 768px) {
.categories--list--main .section--container {
padding: 0; } }
.categories--list--main ._items {
display: flex;
flex-wrap: wrap;
margin-left: -0.8em;
margin-right: -0.8em; }
@media (max-width: 768px) {
.categories--list--main ._items {
margin-left: 0;
margin-right: 0; } }
.categories--list--main ._item {
width: 20%;
padding-left: 0.8em;
padding-right: 0.8em;
margin-bottom: 1.6em; }
.categories--list--main ._item:hover ._item--thumb ._thumb--desc {
opacity: 1;
visibility: visible; }
@media (max-width: 1200px) {
.categories--list--main ._item {
width: 25%; } }
@media (max-width: 992px) {
.categories--list--main ._item {
width: 33.333333%; } }
@media (max-width: 768px) {
.categories--list--main ._item {
padding-left: 0;
padding-right: 0;
margin-bottom: 0; } }
@media (max-width: 680px) {
.categories--list--main ._item {
width: 50%; } }
@media (max-width: 480px) {
.categories--list--main ._item {
width: 100%;
max-width: 38em;
margin: 0px auto; } }
.categories--list--main ._item--main {
border: 1px solid #cfcfcf;
border-bottom: 0 none;
text-align: center;
background-color: #ffffff; }
.categories--list--main ._item--title {
font-size: 1.4em;
font-weight: 300;
margin: 0;
padding: 1em 1.4285714286em;
background-color: #f2f2f2; }
.categories--list--main ._item--thumb {
text-align: center;
height: 20em;
display: flex;
align-items: center;
position: relative; }
@media (min-width: 1600px) {
.categories--list--main ._item--thumb {
height: 21em; } }
@media (min-width: 1920px) {
.categories--list--main ._item--thumb {
height: 26em; } }
@media (max-width: 992px) {
.categories--list--main ._item--thumb {
height: 21em; } }
.categories--list--main ._item--thumb ._thumb--main {
margin: 0px auto; }
.categories--list--main ._item--thumb img {
width: 90%;
max-width: 20em;
margin: 0px auto; }
@media (min-width: 1920px) {
.categories--list--main ._item--thumb img {
max-width: 24em; } }
.categories--list--main ._item--thumb ._thumb--desc {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(238, 238, 238, 0.9);
color: #999999;
text-align: center;
display: flex;
align-items: center;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
visibility: hidden; }
.categories--list--main ._item--thumb ._thumb--desc p {
font-size: 1.2em;
padding-left: 2em;
padding-right: 2em;
margin: 0px auto;
margin-bottom: 0; }
.categories--list--main ._item--bottom {
height: 14.8em;
background-color: #b91440;
padding: 3em; }
@media (max-width: 768px) {
.categories--list--main ._item--bottom {
border-right: 1px solid #b7b7b7;
border-left: 1px solid #b7b7b7; } }
.categories--list--main ._item--bottom ._col--2 {
display: flex;
flex-wrap: wrap; }
.categories--list--main ._item--bottom ._col--2 ._link {
width: 50%; }
.categories--list--main ._item--bottom ._link {
margin-bottom: 2em; }
.categories--list--main ._item--bottom ._link a {
font-size: 1.2em;
line-height: 1em;
text-decoration: none;
font-weight: 300;
color: #ffffff; }
.categories--list--main ._item--bottom ._link a:hover {
text-decoration: none;
color: #ffffff; }
.categories--list--main ._item--bottom ._link a:hover ._label:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible; }
.categories--list--main ._item--bottom ._link a ._label {
display: inline-block;
vertical-align: middle;
position: relative; }
.categories--list--main ._item--bottom ._link a ._label:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -3px;
background-color: #ffffff;
width: 100%;
height: 1px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.categories--list--main ._item--bottom ._link a ._icon {
display: inline-block;
vertical-align: middle;
font-size: 1.1666666667em;
margin-left: 1.1666666667em; }
@media (max-width: 768px) {
.products--wrapper {
position: relative;
padding-top: 5.4em; } }
.products--banner {
height: 17em;
position: relative; }
@media (min-width: 1600px) {
.products--banner {
height: 18.5em; } }
@media (min-width: 1920px) {
.products--banner {
height: 22em; } }
@media (min-width: 2400px) {
.products--banner {
height: 29em; } }
.products--banner--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.products--banner--bg ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.products--banner--bg ._image._mobile {
display: none; }
@media (max-width: 768px) {
.products--banner--bg ._image._mobile {
display: block; } }
@media (max-width: 768px) {
.products--banner--bg ._image._desktop {
display: none; } }
.products--banner--content {
display: flex;
align-items: center;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.products--banner--content ._title {
color: #ffffff;
margin: 0;
font-size: 3em;
font-weight: 100;
line-height: 1em;
text-transform: uppercase;
margin: 0px auto;
letter-spacing: 0.5em; }
.products--main {
padding: 3em 0 6.4em;
position: relative; }
@media (max-width: 768px) {
.products--main {
position: static;
padding-top: 0;
overflow: hidden; }
.products--main > .section--container {
padding-left: 0;
padding-right: 0; } }
.products--main .products--breadcrumb {
position: absolute;
top: 3em;
left: 4em; }
@media (max-width: 768px) {
.products--main .products--breadcrumb {
top: 1em;
right: 0;
left: 0;
background-color: #f3f3f3;
padding: 1.2em 3em; } }
.products--main .products--top {
margin-bottom: 4em;
height: 3.6em;
position: relative;
text-align: center; }
.products--main .products--top--options {
height: 8em;
position: relative; }
@media (min-width: 1600px) {
.products--main .products--top--options {
text-align: center; } }
@media (max-width: 1200px) {
.products--main .products--top--options {
display: flex;
flex-direction: column-reverse;
height: 10em; }
.products--main .products--top--options ._options--main {
margin-bottom: auto; } }
@media (max-width: 768px) {
.products--main .products--top--options {
height: auto;
margin-left: 4em;
margin-right: 4em;
margin-bottom: 4em; } }
@media (max-width: 580px) {
.products--main .products--top--options {
margin-left: 2em;
margin-right: 2em; } }
.products--main .products--top--options ._option--sort {
display: inline-block;
vertical-align: middle;
margin-right: 1.8em; }
@media (max-width: 768px) {
.products--main .products--top--options ._option--sort {
padding-right: 1em;
display: block;
width: 50%; } }
.products--main .products--top--options ._option--sort .select2.select2-container {
width: 12em !important;
border-bottom: 1px solid #a1a1a1; }
@media (max-width: 768px) {
.products--main .products--top--options ._option--sort .select2.select2-container {
width: 100% !important; } }
.products--main .products--top--options ._option--sort .select2.select2-container--open .select2-selection {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.products--main .products--top--options ._option--sort .select2 .select2-selection {
outline: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
border: 0 none;
height: 3em; }
.products--main .products--top--options ._option--sort .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 1.8333333333em;
position: relative;
padding-left: 0;
text-align: left; }
.products--main .products--top--options ._option--sort .select2 .select2-selection .select2-selection__arrow {
height: 2em;
right: 0; }
.products--main .products--top--options ._filter--result {
display: inline-block;
vertical-align: middle; }
@media (max-width: 768px) {
.products--main .products--top--options ._filter--result {
display: block;
padding-top: 2em; } }
.products--main .products--top--options ._filter--result ._tags {
display: inline-block;
vertical-align: middle;
margin-right: 1.2em; }
@media (max-width: 768px) {
.products--main .products--top--options ._filter--result ._tags {
display: block;
display: flex;
margin-left: -1em;
margin-right: -1em; } }
.products--main .products--top--options ._filter--result ._tags ._tag {
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
line-height: 2.5em;
padding-left: 0.8333333333em;
background-color: #b91440;
color: #ffffff;
padding-right: 3.3333333333em;
margin-left: 0.5em;
margin-right: 0.5em;
position: relative; }
@media (max-width: 768px) {
.products--main .products--top--options ._filter--result ._tags ._tag {
display: block;
width: 50%;
padding-left: 1em;
padding-right: 1em; } }
.products--main .products--top--options ._filter--result ._tags ._tag ._tag--remove {
position: absolute;
right: 0;
top: 0;
width: 2.1666666667em;
height: 2.5em;
line-height: 2.5em;
text-align: center; }
.products--main .products--top--options ._filter--result ._tags ._tag ._tag--remove i {
display: inline-block;
vertical-align: middle;
width: 1.1666666667em;
height: 1.1666666667em;
background: url("../images/icon--close--white.svg") no-repeat 0 0;
background-size: contain; }
.products--main .products--top--options ._filter--result ._clear {
font-size: 1.2em;
line-height: 2.5em;
display: inline-block;
vertical-align: middle;
color: #b91440; }
@media (max-width: 768px) {
.products--main .products--top--options ._filter--result ._clear {
display: none; } }
.products--main .products--top--nav {
position: absolute;
top: 0;
right: 0; }
@media (max-width: 1200px) {
.products--main .products--top--nav {
position: static;
margin-bottom: 2em; } }
@media (max-width: 768px) {
.products--main .products--top--nav {
position: absolute;
margin-bottom: 0; } }
@media (max-width: 480px) {
.products--main .products--top--nav {
position: static;
margin-bottom: 2em; } }
.products--main .products--top--nav ._tabs {
background-color: #f2f2f2;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
display: flex;
position: relative; }
@media (max-width: 1200px) {
.products--main .products--top--nav ._tabs {
display: inline-block; } }
.products--main .products--top--nav ._tabs ._tab {
font-size: 1.2em;
height: 2.6666666667em;
line-height: 2.6666666667em;
padding-left: 1.6666666667em;
padding-right: 1.6666666667em;
color: #afafaf;
text-decoration: none; }
.products--main .products--top--nav ._tabs ._tab ._label {
position: relative;
z-index: 2; }
.products--main .products--top--nav ._tabs ._tab:hover {
color: #444444; }
.products--main .products--top--nav ._tabs ._tab._active {
color: #ffffff; }
.products--main .products--top--nav ._tabs ._tab:first-child {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px; }
.products--main .products--top--nav ._tabs ._tab:nth-child(2) {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px; }
.products--main .products--top--nav ._tabs ._tab:last-child {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px; }
.products--main .products--top--nav ._tabs ._tab--selected {
height: 3.2em;
line-height: 3.2em;
width: 10em;
background-color: #b91440;
color: #ffffff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
position: absolute;
top: 0;
bottom: 0;
left: 0; }
.products--main .products--list {
display: flex; }
@media (max-width: 768px) {
.products--main .products--list {
flex-direction: column; } }
.products--main .products--list--filter {
width: 22%;
padding-right: 5em;
padding-top: 8em; }
@media (max-width: 1400px) {
.products--main .products--list--filter {
width: 25%;
padding-right: 2em; } }
@media (max-width: 1200px) {
.products--main .products--list--filter {
width: 30%;
padding-top: 10em; } }
@media (max-width: 768px) {
.products--main .products--list--filter {
width: auto;
padding-right: 0;
padding-top: 0;
margin-bottom: 4em; } }
.products--main .products--list--filter ._filter--header {
height: 3.6em;
line-height: 3.6em;
border: 1px solid #e5e5e5;
background-color: #f8f8f8;
padding-left: 1.5em;
padding-right: 1.5em;
margin-bottom: 1.6em; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--header {
display: none; } }
.products--main .products--list--filter ._filter--header ._label {
font-size: 1.4em;
font-weight: 400; }
.products--main .products--list--filter ._filter--category {
margin-bottom: 1.6em; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--category {
display: none; } }
.products--main .products--list--filter ._filter--category .select2.select2-container {
width: 100% !important; }
.products--main .products--list--filter ._filter--category .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important;
height: 4em;
border: 1px solid #e5e5e5;
background-color: #f8f8f8;
padding-left: 1.5em;
padding-right: 1.5em; }
.products--main .products--list--filter ._filter--category .select2 .select2-selection .select2-selection__rendered {
font-size: 1.4em;
line-height: 2.7142857143em;
position: relative;
padding-left: 0;
text-align: left; }
.products--main .products--list--filter ._filter--category .select2 .select2-selection .select2-selection__arrow {
height: 3.8em;
right: 0.5em; }
.products--main .products--list--filter ._filter--content {
border: 1px solid #e5e5e5;
background-color: #f8f8f8; }
.products--main .products--list--filter ._filter--box--header {
height: 3.6em;
line-height: 3.6em;
border-bottom: 1px solid #e5e5e5;
background-color: #f8f8f8;
padding-left: 1.5em;
padding-right: 1.5em;
position: relative; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--box--header {
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 480px) {
.products--main .products--list--filter ._filter--box--header {
padding-left: 2em;
padding-right: 2em; } }
.products--main .products--list--filter ._filter--box--title {
margin: 0;
font-size: 1.4em;
line-height: 2.5714285714em;
font-weight: 400; }
.products--main .products--list--filter ._filter--box--options {
position: absolute;
top: 0;
right: 4em;
display: none; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--box--options {
display: block; } }
@media (max-width: 480px) {
.products--main .products--list--filter ._filter--box--options {
right: 2em; } }
.products--main .products--list--filter ._filter--box--options a {
font-size: 1.2em;
margin-left: 2.5em;
color: #b91440; }
.products--main .products--list--filter ._filter--box--options a span {
margin-right: 0.6666666667em; }
@media (max-width: 380px) {
.products--main .products--list--filter ._filter--box--options a {
margin-left: 1.25em; } }
.products--main .products--list--filter ._filter--box--main {
overflow: hidden; }
.products--main .products--list--filter ._filter--box--main ._main--options {
padding-left: 1.5em;
padding-right: 1.5em;
padding-top: 2.5em;
padding-bottom: 1.5em; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--box--main ._main--options {
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 480px) {
.products--main .products--list--filter ._filter--box--main ._main--options {
padding-left: 2em;
padding-right: 2em; } }
.products--main .products--list--filter ._filter--box--main ._filter--section {
margin-bottom: 2.5em; }
.products--main .products--list--filter ._filter--box--main ._filter--section ._title {
font-size: 1.2em;
line-height: 1em;
margin: 0 0 1.5em; }
.products--main .products--list--filter ._filter--box--main ._filter--section ._options ul {
padding: 0;
margin: 0;
list-style: none; }
.products--main .products--list--filter ._filter--box--main ._filter--section ._options ul li {
margin: 0;
padding: 0; }
.products--main .products--list--filter ._filter--box--main ._filter--section ._options ul li {
margin-bottom: 1.2em; }
.products--main .products--list--filter ._filter--box--main ._filter--section ._options ul li ._label {
font-size: 1.2em;
margin-left: 1em; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider {
margin-bottom: 2em;
padding-right: 1.2em; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider .noUi-target {
height: 0.5em;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
border: 0 none;
background-color: #a1a1a1;
-webkit-box-shadow: none;
box-shadow: none; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider .noUi-connect {
background-color: #c6244f; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider .noUi-handle {
border: 0 none;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
width: 2em;
height: 2em;
background-color: #a60e37;
-webkit-box-shadow: none;
box-shadow: none;
top: -0.8em;
outline: none; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider .noUi-handle::before, .products--main .products--list--filter ._filter--box--main ._filter--price ._option--slider .noUi-handle::after {
display: none; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--value {
display: flex; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--value ._separator {
font-size: 2em;
height: 1.7em;
line-height: 1.7em;
text-align: center;
margin-left: 1em;
margin-right: 1em; }
.products--main .products--list--filter ._filter--box--main ._filter--price ._option--value input {
font-size: 1.4em;
width: 100%;
height: 2.4285714286em;
line-height: 2.4285714286em;
border: 1px solid #b7b7b7;
background-color: #ffffff;
padding: 0 1em;
text-align: center; }
.products--main .products--list--filter ._filter--box--bottom {
height: 3.6em;
line-height: 3.6em;
border-top: 1px solid #e5e5e5;
text-align: center; }
@media (max-width: 768px) {
.products--main .products--list--filter ._filter--box--bottom {
display: none; } }
.products--main .products--list--filter ._filter--box--bottom a {
font-size: 1.2em;
color: #b91440; }
.products--main .products--list--content {
width: 78%; }
@media (max-width: 1400px) {
.products--main .products--list--content {
width: 75%; } }
@media (max-width: 1200px) {
.products--main .products--list--content {
width: 70%; } }
@media (max-width: 768px) {
.products--main .products--list--content {
width: 100%; } }
.products--main .products--list--content ._list--main {
position: relative;
overflow: hidden; }
.products--main .products--list--content ._list--loader {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 9;
background-color: #ffffff;
display: flex;
align-items: center;
border: 1px solid #eeeeee;
visibility: hidden;
opacity: 0; }
.products--main .products--list--content ._list--loader._show {
visibility: visible;
opacity: 1; }
.products--main .products--list--content ._list--loader ._content {
margin: 0px auto;
text-align: center; }
.products--main .products--list--content ._list--loader ._label {
margin-top: 1.5em;
font-size: 1.2em;
text-transform: uppercase;
color: #bbbbbb; }
.products--main .products--list--content ._items {
display: flex;
flex-wrap: wrap;
margin-left: -0.6em;
margin-right: -0.6em; }
.products--main .products--list--content ._item {
width: 25%;
padding-left: 0.6em;
padding-right: 0.6em;
margin-bottom: 1.2em; }
@media (max-width: 1200px) {
.products--main .products--list--content ._item {
width: 33.333333%; } }
@media (max-width: 992px) {
.products--main .products--list--content ._item {
width: 50%; } }
@media (max-width: 380px) {
.products--main .products--list--content ._item {
width: 100%; } }
.products--main .products--list--content ._item--inner {
border: 1px solid #e2e2e2; }
.products--main .products--list--content ._item--thumb {
text-align: center;
height: 22em;
background-color: #f2f2f2;
border-bottom: 1px solid #e2e2e2;
position: relative;
overflow: hidden; }
@media (min-width: 1920px) {
.products--main .products--list--content ._item--thumb {
height: 24em; } }
@media (min-width: 2400px) {
.products--main .products--list--content ._item--thumb {
height: 31em; } }
.products--main .products--list--content ._item--thumb ._thumb--main {
display: flex;
align-items: center;
height: 100%; }
.products--main .products--list--content ._item--thumb ._thumb--main ._image {
margin: 0px auto; }
.products--main .products--list--content ._item--thumb ._thumb--main img {
width: 85%; }
.products--main .products--list--content ._item--thumb ._item--compare {
position: absolute;
top: 1em;
left: 1em;
z-index: 2; }
.products--main .products--list--content ._item--thumb ._label--new {
position: absolute;
right: -4em;
top: -3em;
background-color: #9d3545;
color: #ffffff;
width: 8em;
height: 6em;
text-align: right;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
display: flex;
font-weight: 500;
align-items: flex-end;
padding-bottom: 0.2em; }
.products--main .products--list--content ._item--thumb ._label--new span {
margin: 0px auto; }
.products--main .products--list--content ._item--content ._content--main {
height: 3.6em;
line-height: 3.6em;
border-bottom: 1px solid #e2e2e2;
padding-left: 1.2em;
padding-right: 1.2em; }
.products--main .products--list--content ._item--content ._content--main ._inner {
display: flex;
align-items: center; }
.products--main .products--list--content ._item--content ._content--main ._title {
font-size: 1.2em;
line-height: 1em;
text-transform: uppercase;
font-weight: 500;
margin: 0; }
.products--main .products--list--content ._item--content ._content--main ._price {
margin-left: auto;
color: #b91440; }
.products--main .products--list--content ._item--content ._content--main ._price ._price--currency {
font-size: 1.2em;
margin-right: 0.3333333333em;
position: relative;
top: -0.4166666667em; }
.products--main .products--list--content ._item--content ._content--main ._price ._price--value {
font-size: 1.7em; }
.products--main .products--list--content ._item--content ._content--specs {
padding: 1.5em 1.2em; }
.products--main .products--list--content ._item--content ._content--specs ul {
padding: 0;
margin: 0;
list-style: none; }
.products--main .products--list--content ._item--content ._content--specs ul li {
margin: 0;
padding: 0; }
.products--main .products--list--content ._item--content ._content--specs ul li {
font-size: 1.1em;
margin-bottom: 1em;
font-weight: 300; }
.products--main .products--list--content ._item--content ._content--specs ul li:last-child {
margin-bottom: 0; }
.products--upgrade {
height: 30em;
overflow: hidden; }
@media (min-width: 1600px) {
.products--upgrade {
height: 34em; } }
@media (min-width: 1920px) {
.products--upgrade {
height: 40em; } }
@media (min-width: 2400px) {
.products--upgrade {
height: 48em; } }
@media (max-width: 768px) {
.products--upgrade {
height: auto;
overflow: hidden; } }
.products--upgrade ._upgrade--inner {
width: 100%;
height: 100%;
position: relative; }
@media (max-width: 768px) {
.products--upgrade ._upgrade--inner {
padding-top: 5em; } }
.products--upgrade ._upgrade--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.products--upgrade ._upgrade--bg ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.products--upgrade ._upgrade--bg ._image._mobile {
display: none; }
@media (max-width: 768px) {
.products--upgrade ._upgrade--bg ._image._mobile {
display: block; } }
@media (max-width: 768px) {
.products--upgrade ._upgrade--bg ._image._desktop {
display: none; } }
.products--upgrade ._upgrade--content {
position: relative;
z-index: 1;
display: flex;
align-items: center;
height: 100%; }
.products--upgrade ._upgrade--content--inner {
width: 98em;
margin: 0px auto;
display: flex;
height: 100%; }
@media (max-width: 992px) {
.products--upgrade ._upgrade--content--inner {
width: 100%;
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 768px) {
.products--upgrade ._upgrade--content--inner {
flex-direction: column; } }
.products--upgrade ._upgrade--content--inner ._upgrade--thumb {
width: 50%; }
@media (max-width: 768px) {
.products--upgrade ._upgrade--content--inner ._upgrade--thumb {
width: 90%;
margin: 0px auto;
max-width: 48em; } }
.products--upgrade ._upgrade--content--inner ._upgrade--thumb img {
height: 120%;
position: relative;
top: -10%; }
@media (max-width: 768px) {
.products--upgrade ._upgrade--content--inner ._upgrade--thumb img {
top: 0;
height: auto;
width: 100%;
margin-bottom: -18em; } }
@media (max-width: 480px) {
.products--upgrade ._upgrade--content--inner ._upgrade--thumb img {
margin-bottom: -13em; } }
@media (max-width: 380px) {
.products--upgrade ._upgrade--content--inner ._upgrade--thumb img {
margin-bottom: -9em; } }
.products--upgrade ._upgrade--content--inner ._upgrade--info {
width: 50%;
display: flex;
align-items: center; }
@media (max-width: 768px) {
.products--upgrade ._upgrade--content--inner ._upgrade--info {
width: 100%;
text-align: center;
margin-bottom: 6em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info--inner {
margin: 0px auto; } }
.products--upgrade ._upgrade--content--inner ._upgrade--info .section--title {
font-size: 4.5em;
margin-bottom: 0.4444444444em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._desc {
font-size: 1.3em;
font-weight: 300;
line-height: 1.5384615385em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._action {
margin-top: 3.5em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._action form {
width: 21em;
margin: 0px auto; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._action form ._form--input {
position: relative;
margin-bottom: 0.6em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._action form ._form--input ._icon {
height: 2em;
width: 2em;
position: absolute;
top: 0;
top: 0.6em;
right: 0.6em; }
.products--upgrade ._upgrade--content--inner ._upgrade--info ._action form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 3em;
line-height: 3em;
padding: 0 2.5em 0 1em;
border: 1px solid #dfdfdf;
outline: none; }
.products--new {
padding-bottom: 4em; }
.products--new .section--container {
max-width: 1920px;
margin: 0px auto; }
.products--new--header {
text-align: center;
padding-left: 4em;
padding-right: 4em; }
.products--new--header .section--title {
font-size: 4.5em; }
.products--new--header ._desc {
font-size: 1.5em;
font-weight: 300;
margin-top: 1.6666666667em; }
.products--new--list {
margin-top: 9em; }
@media (max-width: 992px) {
.products--new--list .section--container {
padding-left: 3em;
padding-right: 3em;
width: 100%;
max-width: 58em;
position: relative; } }
.products--new--list ._items {
display: flex;
margin-left: -1.5em;
margin-right: -1.5em; }
@media (max-width: 992px) {
.products--new--list ._items {
display: block;
margin-left: 0;
margin-right: 0; } }
.products--new--list ._item {
width: 33.333333%;
padding-left: 1.5em;
padding-right: 1.5em; }
@media (max-width: 992px) {
.products--new--list ._item {
width: 100%;
min-width: 0;
padding-left: 0;
padding-right: 0; } }
.products--new--list ._item--inner {
background-color: #f2f2f2; }
.products--new--list ._item--top {
padding-top: 3em; }
.products--new--list ._item--title {
font-size: 2.2em;
line-height: 1.3636363636em;
margin: 0 0 0.6818181818em;
color: #b91440;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.3em; }
.products--new--list ._item--desc {
font-size: 1.2em;
line-height: 1.5em;
width: 18.3333333333em;
margin: 0px auto;
text-align: center; }
.products--new--list ._item--thumb {
margin: 4em 0 2em;
height: 22em;
text-align: center; }
@media (min-width: 1920px) {
.products--new--list ._item--thumb {
height: 25em; } }
@media (min-width: 2400px) {
.products--new--list ._item--thumb {
height: 30em; } }
.products--new--list ._item--thumb img {
width: 90%;
max-width: 30em; }
@media (min-width: 1920px) {
.products--new--list ._item--thumb img {
max-width: 34em; } }
@media (min-width: 2400px) {
.products--new--list ._item--thumb img {
max-width: 40em; } }
.products--new--list ._item--price {
display: flex;
height: 16em; }
.products--new--list ._item--price ._price--main {
width: 50%;
padding-left: 2em; }
@media (min-width: 1600px) {
.products--new--list ._item--price ._price--main {
padding-left: 4em; } }
@media (min-width: 2400px) {
.products--new--list ._item--price ._price--main {
padding-left: 5em; } }
.products--new--list ._item--price ._price--main ._label {
font-size: 2.8em;
font-weight: 300;
line-height: 1.2857142857em; }
.products--new--list ._item--price ._price--main ._value {
font-size: 5.6em;
line-height: 1em; }
.products--new--list ._item--price ._price--features {
width: 50%;
text-align: center;
padding-right: 1.5em; }
.products--new--list ._item--price ._price--features ul {
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
text-align: left; }
.products--new--list ._item--price ._price--features ul li {
margin: 0;
padding: 0; }
.products--new--list ._item--price ._price--features ul li {
font-size: 1.1em;
font-weight: 300;
line-height: 1em;
margin-bottom: 1.6363636364em; }
.products--new--list ._item--bottom {
height: 6.8em;
line-height: 6.8em;
background-color: #b91440; }
.products--new--list ._item--bottom ._actions {
display: flex; }
.products--new--list ._item--bottom ._actions a {
color: #ffffff;
text-decoration: none;
font-size: 1.4em;
padding-left: 1.4285714286em;
padding-right: 1.4285714286em;
font-weight: 500; }
.products--new--list ._item--bottom ._actions a:hover {
background-color: #9a0029; }
.products--new--list ._item--bottom ._actions ._action--enquire {
flex-grow: 1;
border-right: 1px solid #cd6c87; }
.products--new--list ._item--bottom ._actions ._action--enquire ._icon {
margin-right: 1em; }
.products--new--list ._item--bottom ._actions ._action--detail {
flex-grow: 8;
display: flex; }
.products--new--list ._item--bottom ._actions ._action--detail ._icon {
margin-left: auto;
font-size: 1.5em; }
.products--new--list .flex-direction-nav {
padding: 0;
margin: 0;
list-style: none; }
.products--new--list .flex-direction-nav li {
margin: 0;
padding: 0; }
.products--new--list .flex-direction-nav a {
display: block;
font-size: 1.6em;
display: inline-block;
vertical-align: middle;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
width: 3.125em;
height: 3.125em;
line-height: 3.125em;
vertical-align: middle;
text-align: center;
background-color: #888888;
color: #ffffff;
position: absolute;
top: 50%;
margin-top: -1.5625em;
z-index: 99; }
.products--new--list .flex-direction-nav a.flex-prev {
left: -3.125em; }
@media (max-width: 768px) {
.products--new--list .flex-direction-nav a.flex-prev {
left: 0.625em; } }
.products--new--list .flex-direction-nav a.flex-next {
right: -3.125em; }
@media (max-width: 768px) {
.products--new--list .flex-direction-nav a.flex-next {
right: 0.625em; } }
.products .product__compare--summary {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: translateY(110%);
-moz-transform: translateY(110%);
-ms-transform: translateY(110%);
-o-transform: translateY(110%);
transform: translateY(110%);
margin-bottom: 0; }
.product .site--inner {
overflow: hidden; }
.product--wrapper {
position: relative; }
@media (max-width: 1200px) {
.product--wrapper {
padding-top: 4.5em; } }
.product .main .section--container {
padding-left: 0;
padding-right: 0;
width: 120em;
margin: 0px auto; }
@media (max-width: 1200px) {
.product .main .section--container {
width: auto;
padding-left: 3em;
padding-right: 3em; } }
.product__top {
background-color: #fafafa;
position: relative;
padding-bottom: 4em; }
.product__top .section--container {
position: relative; }
.product__top .product--banner {
position: absolute;
left: 0;
right: 0;
top: 0;
height: 22.5em; }
@media (min-width: 1920px) {
.product__top .product--banner {
height: 24em; } }
@media (max-width: 768px) {
.product__top .product--banner {
height: 32em; } }
.product__top .product--banner ._video {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
@media (max-width: 768px) {
.product__top .product--banner ._video {
display: none; } }
.product__top .product--banner ._video--main {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.product__top .product--banner ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover;
display: none; }
@media (max-width: 768px) {
.product__top .product--banner ._image {
display: block; } }
.product__top .breadcrumb {
padding-top: 2em;
position: absolute;
top: 23.2em;
left: 3em; }
@media (min-width: 1920px) {
.product__top .breadcrumb {
top: 24.4em; } }
@media (max-width: 1200px) {
.product__top .breadcrumb {
top: -3.5em;
left: 0;
right: 0;
padding: 1.2em 3em;
background-color: #f1f1f1; } }
.product__top--detail ._detail--inner {
width: 78em;
margin: 0px auto;
position: relative;
z-index: 2;
padding-top: 5em; }
@media (min-width: 1600px) {
.product__top--detail ._detail--inner {
width: 84em;
padding-top: 7em; } }
@media (min-width: 1920px) {
.product__top--detail ._detail--inner {
width: 92em; } }
@media (max-width: 992px) {
.product__top--detail ._detail--inner {
width: 76em; } }
@media (max-width: 768px) {
.product__top--detail ._detail--inner {
width: 100%;
padding-left: 4em;
padding-right: 4em;
max-width: 58em; } }
@media (max-width: 480px) {
.product__top--detail ._detail--inner {
padding-right: 3em; } }
.product__top--detail ._detail--main {
display: flex;
margin-bottom: 5em; }
@media (max-width: 768px) {
.product__top--detail ._detail--main {
flex-direction: column;
position: relative; } }
@media (max-width: 480px) {
.product__top--detail ._detail--main {
padding-left: 3em; } }
@media (max-width: 380px) {
.product__top--detail ._detail--main {
padding-left: 2em; } }
.product__top--detail ._detail--info {
width: 55%; }
@media (min-width: 1600px) {
.product__top--detail ._detail--info {
width: 50%; } }
@media (min-width: 1920px) {
.product__top--detail ._detail--info {
width: 46%; } }
@media (max-width: 768px) {
.product__top--detail ._detail--info {
width: 100%; } }
.product__top--detail ._detail--info ._detail--actions {
display: block;
margin-top: 5em;
text-align: right; }
.product__top--detail ._detail--info ._detail--actions ._action {
margin-left: 0;
margin-right: 0; }
.product__top--detail ._detail--thumb {
width: 45%;
padding-left: 6em;
position: relative;
z-index: 2; }
@media (min-width: 1600px) {
.product__top--detail ._detail--thumb {
margin-top: -3em; } }
@media (min-width: 1920px) {
.product__top--detail ._detail--thumb {
margin-top: -4em; } }
@media (max-width: 768px) {
.product__top--detail ._detail--thumb {
width: 100%;
padding-left: 0;
max-width: 38em;
margin: 0px auto; } }
@media (max-width: 480px) {
.product__top--detail ._detail--thumb {
width: 76%; } }
@media (max-width: 380px) {
.product__top--detail ._detail--thumb {
width: 90%; } }
.product__top--detail ._detail--thumb ._thumb {
display: none;
text-align: center;
align-items: center;
margin: 0px auto; }
@media (min-width: 1600px) {
.product__top--detail ._detail--thumb ._thumb {
height: 356px; } }
@media (min-width: 1920px) {
.product__top--detail ._detail--thumb ._thumb {
height: 475px; } }
@media (max-width: 1440px) {
.product__top--detail ._detail--thumb ._thumb {
height: 32.5em; } }
@media (max-width: 992px) {
.product__top--detail ._detail--thumb ._thumb {
height: 31.5em; } }
@media (max-width: 768px) {
.product__top--detail ._detail--thumb ._thumb {
width: 30em;
height: 30em; } }
@media (max-width: 480px) {
.product__top--detail ._detail--thumb ._thumb {
width: 26em;
height: 26em; } }
@media (max-width: 380px) {
.product__top--detail ._detail--thumb ._thumb {
width: 21em;
height: 21em; } }
.product__top--detail ._detail--thumb ._thumb:first-child {
display: flex; }
.product__top--detail ._detail--thumb img {
width: 100%;
margin: 0px auto; }
@media (max-width: 480px) {
.product__top--detail ._detail--thumb img {
width: 100%; } }
.product__top--detail ._detail--thumb--nav {
text-align: right;
margin-bottom: 6.6em; }
@media (max-width: 768px) {
.product__top--detail ._detail--thumb--nav {
margin-bottom: 0;
position: absolute;
left: 0;
top: 10vh;
width: 4em; } }
@media (max-width: 480px) {
.product__top--detail ._detail--thumb--nav {
left: -3em; } }
.product__top--detail ._detail--thumb--nav a {
display: inline-block;
vertical-align: middle;
width: 4em;
height: 4em;
line-height: 4em;
margin-left: 0.8em;
background-color: #f7f7f7;
text-align: center;
opacity: 0.6; }
.product__top--detail ._detail--thumb--nav a:hover, .product__top--detail ._detail--thumb--nav a._active {
opacity: 1; }
@media (max-width: 768px) {
.product__top--detail ._detail--thumb--nav a {
margin-left: 0;
display: block;
margin-bottom: 0.8em; } }
.product__top--detail ._detail--thumb--nav a img {
width: 80%; }
.product__top--detail ._detail--header {
color: #ffffff;
text-align: right;
margin-bottom: 2.8em; }
@media (max-width: 768px) {
.product__top--detail ._detail--header {
text-align: center; } }
.product__top--detail ._detail--header h3 {
font-size: 1.1em;
line-height: 1em;
text-transform: uppercase;
font-weight: 300;
margin: 0 0 1.0909090909em;
letter-spacing: 0.5em; }
.product__top--detail ._detail--header h2 {
font-size: 3.4em;
line-height: 1em;
text-transform: uppercase;
margin: 0;
letter-spacing: 0.2em; }
.product__top--detail ._detail--header ._price {
font-size: 1.6em;
line-height: 1em;
text-transform: uppercase;
font-weight: 300;
margin: 0.5em 0 0;
letter-spacing: 0.2em; }
.product__top--detail ._detail--desc,
.product__top--detail ._detail--desc--mobile {
font-size: 1.4em;
line-height: 1.5714285714em; }
.product__top--detail ._detail--desc {
text-align: right;
width: 22.8571428571em;
margin-left: auto; }
@media (max-width: 768px) {
.product__top--detail ._detail--desc {
display: none; } }
.product__top--detail ._detail--desc--mobile {
display: none;
text-align: center;
margin-bottom: 3em; }
@media (max-width: 768px) {
.product__top--detail ._detail--desc--mobile {
display: block; } }
.product__top--detail ._detail--actions {
text-align: center; }
.product__top--detail ._detail--actions ._action {
display: inline-block;
width: 24em;
margin-left: 2.5em;
margin-right: 2.5em; }
@media (max-width: 768px) {
.product__top--detail ._detail--actions ._action {
display: block;
margin: 0px auto;
width: 100%;
max-width: 32em;
margin-bottom: 1.2em; }
.product__top--detail ._detail--actions ._action .button {
max-width: none; } }
.product__description ._description--container {
width: 120em;
margin: 0px auto; }
@media (max-width: 1200px) {
.product__description ._description--container {
width: auto;
padding-left: 3em;
padding-right: 3em; } }
.product__description ._description--text {
padding-top: 7em;
padding-bottom: 7em; }
.product__description ._description--text._title--right ._inner {
flex-direction: row-reverse; }
@media (max-width: 768px) {
.product__description ._description--text._title--right ._inner {
flex-direction: column; } }
.product__description ._description--text._title--right ._inner ._header {
text-align: left; }
.product__description ._description--text._title--right ._inner ._content {
padding-right: 7em; }
@media (max-width: 768px) {
.product__description ._description--text._title--right ._inner ._content {
padding-right: 0; } }
.product__description ._description--text ._inner {
display: flex;
margin: 0px auto;
width: 90em; }
@media (max-width: 992px) {
.product__description ._description--text ._inner {
width: auto;
padding-left: 3em;
padding-right: 3em; } }
@media (max-width: 768px) {
.product__description ._description--text ._inner {
flex-direction: column; } }
.product__description ._description--text ._inner ._header {
width: 40%;
text-align: right; }
@media (max-width: 768px) {
.product__description ._description--text ._inner ._header {
width: 100%;
margin-bottom: 3em;
text-align: left; } }
.product__description ._description--text ._inner ._header ._title {
margin: 0;
font-size: 4.5em;
line-height: 1.1111111111em;
font-weight: 500; }
.product__description ._description--text ._inner ._content {
width: 60%;
padding-left: 7em; }
@media (max-width: 768px) {
.product__description ._description--text ._inner ._content {
width: 100%;
padding-left: 0; } }
.product__description ._description--text ._inner ._content p {
font-size: 1.4em;
line-height: 1.7142857143em; }
.product__description ._description--video {
background-color: #fafafa;
height: 30em; }
.product__description ._description--video ._inner {
width: 55em;
height: 100%;
margin: 0px auto; }
@media (max-width: 580px) {
.product__description ._description--video ._inner {
width: 100%; } }
.product__description ._description--video ._video {
width: 100%;
height: 100%;
position: relative; }
.product__description ._description--video ._video .section--bg {
z-index: 1; }
.product__description ._description--video ._video .section--content--main {
z-index: 3; }
.product__description ._description--video ._video ._video--overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.2);
z-index: 2; }
.product__description ._description--video ._video ._video--cover {
width: 100%;
height: 100%;
position: relative;
z-index: 9; }
.product__description ._description--video ._video ._video--main {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.product__description ._description--video ._video ._video--info {
margin: 0px auto;
text-align: center; }
.product__description ._description--video ._video ._video--info a {
display: block;
text-decoration: none;
outline: none; }
.product__description ._description--video ._video ._video--info--title {
margin: 20px 0 0;
font-size: 20px;
line-height: 22px;
color: #ffffff; }
.product__description ._description--video ._video ._video--info--icon {
display: inline-block;
width: 62px;
height: 62px;
background: url("../images/icon--play-alt--white.svg") no-repeat 0 0;
background-size: contain; }
.product__description ._description--features {
padding-top: 8em; }
.product__description ._description--features._features--primary ._items {
padding-left: 4em;
padding-right: 4em; }
@media (max-width: 1200px) {
.product__description ._description--features._features--primary ._items {
padding-left: 0;
padding-right: 0; } }
.product__description ._description--features._features--secondary {
padding-top: 0; }
.product__description ._description--features._features--secondary ._label {
color: #dcdcdc;
text-align: center;
border-bottom: 1px solid #dcdcdc;
margin-bottom: 8em;
position: relative;
height: 1px; }
.product__description ._description--features._features--secondary ._label span {
display: inline-block;
font-size: 1.1em;
line-height: 1.0909090909em;
position: relative;
top: -0.5em;
text-align: center;
padding-left: 2.7272727273em;
padding-right: 2.7272727273em;
background-color: #ffffff; }
.product__description ._description--features ._items {
display: flex;
flex-wrap: wrap;
margin-left: -1.5em;
margin-right: -1.5em; }
.product__description ._description--features ._items ._item {
width: 25%;
padding-left: 1.5em;
padding-right: 1.5em;
margin-bottom: 3.6em; }
@media (max-width: 992px) {
.product__description ._description--features ._items ._item {
width: 50%;
padding-left: 2em;
padding-right: 2em;
margin-bottom: 6em; } }
@media (max-width: 580px) {
.product__description ._description--features ._items ._item {
width: 100%; } }
.product__description ._description--features ._items ._item--inner {
padding-left: 8.8em;
position: relative; }
.product__description ._description--features ._items ._item--icon {
width: 6.8em;
height: 6.8em;
position: absolute;
top: 0;
left: 0; }
.product__description ._description--features ._items ._item--icon img {
width: 100%; }
.product__description ._description--features ._items ._item--info {
font-size: 1.2em; }
.product__description ._description--features ._items ._item--info ._title {
margin: 0 0 0.8333333333em;
font-weight: 600; }
.product__description ._description--features ._items ._item--info ._desc {
line-height: 1.5em;
margin-bottom: 0; }
.product__testimony ._header {
padding-top: 4em;
padding-bottom: 3em; }
.product__testimony ._header ._title {
margin: 0;
line-height: 1em;
font-size: 2.8em;
font-weight: 600; }
.product__testimony ._content {
background-color: #f7f7f7;
padding-top: 5em;
padding-bottom: 2em; }
.product__testimony ._content ._items {
display: flex;
flex-wrap: wrap;
margin-left: -2.5em;
margin-right: -2.5em; }
.product__testimony ._content ._items ._item {
width: 25%;
padding-left: 2.5em;
padding-right: 2.5em; }
@media (max-width: 992px) {
.product__testimony ._content ._items ._item {
width: 50%;
margin-bottom: 5em; } }
@media (max-width: 580px) {
.product__testimony ._content ._items ._item {
width: 100%; } }
.product__testimony ._content ._items ._item--star {
margin-bottom: 2em; }
.product__testimony ._content ._items ._item--content {
font-size: 1.2em;
line-height: 1.6666666667em;
margin-bottom: 2em; }
.product__testimony ._content ._items ._item--content p {
margin-bottom: 0; }
.product__testimony ._content ._items ._item--user {
font-size: 1.2em;
line-height: 1em; }
.product__specs ._header {
padding-top: 4em;
padding-bottom: 3em; }
.product__specs ._header ._title {
margin: 0;
line-height: 1em;
font-size: 2.8em;
font-weight: 600; }
.product__specs ._content {
background-color: #f7f7f7;
padding-top: 5em;
padding-bottom: 2em; }
.product__specs ._content ._specs {
display: flex;
flex-wrap: wrap;
margin-left: -3.5em;
margin-right: -3.5em; }
.product__specs ._content ._specs ._spec {
width: 33.333333%;
padding-left: 3.5em;
padding-right: 3.5em; }
@media (max-width: 992px) {
.product__specs ._content ._specs ._spec {
width: 50%; } }
@media (max-width: 768px) {
.product__specs ._content ._specs ._spec {
width: 100%; } }
.product__specs ._content ._specs ._spec--inner {
font-size: 1.2em;
padding-bottom: 0.3333333333em;
margin-bottom: 2.5em;
border-bottom: 1px solid #cbcbcb;
display: flex; }
.product__specs ._content ._specs ._spec--inner ._label {
margin: 0; }
.product__specs ._content ._specs ._spec--inner ._value {
margin-left: auto;
margin-bottom: 0; }
.product__related {
padding-top: 5em;
padding-bottom: 3em; }
.product__related ._header {
text-align: center;
margin-bottom: 4em; }
.product__related ._list .section--container {
padding-right: 0; }
.product__related ._items {
overflow: hidden; }
.product__related ._items--inner {
display: flex;
margin: 0px auto; }
.product__related ._items ._item {
width: 25%;
padding-left: 1em;
padding-right: 1em;
min-width: 28em; }
.product__related ._items ._item--action {
display: block;
width: 100%;
height: 3.8em;
line-height: 3.8em;
max-width: none; }
.product__related ._items ._item--thumb {
overflow: hidden; }
.product__related ._items ._item--thumb img {
width: 100%; }
.product__compare--loader {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.9);
z-index: 99;
border-top: 3px solid #eeeeee;
padding-top: 20em;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.product__compare--loader._show {
visibility: visible;
opacity: 1; }
.product__compare--main {
background-color: #f1f1f1;
padding-top: 7em;
padding-bottom: 10em;
text-align: center;
position: relative; }
.product__compare--main ._main--inner {
padding-left: 3em;
padding-right: 3em;
display: flex;
align-items: center; }
.product__compare--main ._main--content {
margin: 0px auto;
width: auto; }
.product__compare--main ._main--content .mCSB_scrollTools .mCSB_draggerRail {
background-color: #c9c9c9; }
.product__compare--main ._main--content .mCSB_scrollTools .mCSB_dragger_bar {
background-color: #b4152b !important;
height: 10px;
margin-top: 3px; }
.product__compare--main ._compare--bottom {
text-align: left;
margin-top: 6em; }
.product__compare--main ._compare--bottom a {
font-size: 1.2em;
color: #b91440; }
.product__compare--main ._compare--list {
overflow-x: auto;
white-space: nowrap;
width: 100%; }
.product__compare--main ._compare--list--inner {
display: flex; }
.product__compare--main ._compare--list ._compare--top {
height: 14em;
padding-bottom: 1.6em;
border-bottom: 1px solid #b7b7b7;
display: flex;
align-items: flex-end;
padding-left: 1em;
padding-right: 1em; }
.product__compare--main ._compare--list ._compare--top ._compare--title {
font-size: 1.6em;
line-height: 1em;
margin: 0;
font-weight: 300; }
.product__compare--main ._compare--list ._compare--top ._item--info {
text-align: center;
margin: 0px auto; }
.product__compare--main ._compare--list ._compare--top ._item--thumb {
display: inline-block;
width: 6.4em;
height: 6.4em;
margin-bottom: 1em;
overflow: hidden;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
border: 2px solid #b7b7b7;
display: flex;
align-items: center; }
.product__compare--main ._compare--list ._compare--top ._item--thumb img {
width: 100%; }
.product__compare--main ._compare--list ._compare--top ._item--name {
font-size: 1.2em;
line-height: 1em;
font-weight: 600;
margin: 0 0 0.6666666667em; }
.product__compare--main ._compare--list ._compare--top ._item--action a {
font-size: 1.1em;
color: #b91440; }
.product__compare--main ._compare--list ._compare--main {
padding-left: 1em;
padding-right: 1em;
padding-top: 1.5em; }
.product__compare--main ._compare--list ._compare--main ._attr {
font-size: 1.2em;
line-height: 1em;
padding-top: 1.6em;
padding-bottom: 1.6em; }
.product__compare--main ._compare--list ._compare--label {
width: 22em;
text-align: left; }
.product__compare--main ._compare--list ._compare--item,
.product__compare--main ._compare--list ._compare--add {
width: 200px; }
.product__compare--main ._compare--list ._compare--add ._add--main {
margin: 0px auto; }
.product__compare--main ._compare--list ._compare--add ._add--button {
margin-bottom: 1.6em; }
.product__compare--main ._compare--list ._compare--add ._add--button ._icon {
font-size: 2.4em; }
.product__compare--main ._compare--list ._compare--add ._add--button ._label {
margin-top: 0.9090909091em;
font-size: 1.1em;
line-height: 1.3636363636em; }
.product__compare--main ._compare--list ._compare--add .select2.select2-container {
width: 14em !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.product__compare--main ._compare--list ._compare--add .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 1px solid #d4d4d4;
height: 3em; }
.product__compare--main ._compare--list ._compare--add .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 2.3333333333em;
position: relative;
text-align: left; }
.product__compare--main ._compare--list ._compare--add .select2 .select2-selection .select2-selection__arrow {
height: 2.8em;
right: 0; }
.product__compare--summary {
background-color: #b91440;
padding-top: 2em;
padding-bottom: 2em;
margin-bottom: 0.4em;
text-align: center; }
.product__compare--summary._show {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.product__compare--summary ._summary--inner {
display: inline-block; }
.product__compare--summary ._summary--content {
display: flex;
align-items: center; }
@media (max-width: 768px) {
.product__compare--summary ._summary--content {
display: block; } }
.product__compare--summary ._summary--title {
padding-right: 2em; }
.product__compare--summary ._summary--title p {
margin-bottom: 0;
font-size: 1.2em;
color: #ffffff; }
.product__compare--summary ._summary--options .select2.select2-container {
width: 14em !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.product__compare--summary ._summary--options .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up--primary.svg"); }
.product__compare--summary ._summary--options .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 0 none;
height: 3em;
background-color: #f2f2f2; }
.product__compare--summary ._summary--options .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 2.3333333333em;
position: relative;
text-align: left; }
.product__compare--summary ._summary--options .select2 .select2-selection .select2-selection__arrow {
height: 2.8em;
line-height: 2.8em;
right: 0; }
.product__compare--summary ._summary--options .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down--primary.svg") no-repeat 0 0;
background-size: contain; }
.product__compare--summary ._summary--actions {
margin-left: 4em;
text-align: left; }
@media (max-width: 768px) {
.product__compare--summary ._summary--actions {
margin-top: 3em; } }
.product__compare--summary ._summary--actions ._actions--wrap {
display: flex; }
.product__compare--summary ._summary--actions ._actions--wrap > div {
width: 50%; }
.product__compare--summary ._summary--actions ._actions--wrap ._action--submit {
width: 18em; }
.product__compare--summary ._summary--actions ._actions--wrap ._action--others {
margin-left: 4em; }
.product__compare--summary ._summary--actions a {
color: #e4c8cd;
font-size: 1.1em;
text-decoration: underline; }
.product__compare--summary ._summary--actions a:hover {
color: #ffffff; }
.product__compare--summary ._summary--items {
margin-right: 3em; }
@media (min-width: 1199px) {
.product__compare--summary ._summary--items {
width: "auto" !important; } }
@media (max-width: 1199px) {
.product__compare--summary ._summary--items {
width: 20em; } }
@media (max-width: 768px) {
.product__compare--summary ._summary--items {
margin: 0px auto; } }
.product__compare--summary ._summary--items ._col--inner {
position: relative; }
.product__compare--summary ._summary--items ._items--prev,
.product__compare--summary ._summary--items ._items--next {
color: #ffffff;
font-size: 1.6em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
position: absolute;
top: 50%;
margin-top: -0.5em;
display: none; }
@media (max-width: 1199px) {
.product__compare--summary ._summary--items ._items--prev,
.product__compare--summary ._summary--items ._items--next {
display: block; } }
.product__compare--summary ._summary--items ._items--prev {
left: -1em; }
.product__compare--summary ._summary--items ._items--next {
right: 0; }
.product__compare--summary ._summary--items ._items {
width: 100%;
overflow: hidden; }
.product__compare--summary ._summary--items ._items--inner {
display: flex;
flex-wrap: wrap;
position: relative; }
.product__compare--summary ._summary--items ._item {
padding-left: 1em;
padding-right: 1em; }
@media (max-width: 1199px) {
.product__compare--summary ._summary--items ._item {
position: absolute;
left: 0;
top: 0;
opacity: 0;
visibility: hidden; }
.product__compare--summary ._summary--items ._item._active {
position: static;
opacity: 1;
visibility: visible; } }
.product__compare--summary ._summary--items ._item--inner {
display: flex;
position: relative;
align-items: center; }
.product__compare--summary ._summary--items ._item--info {
font-size: 1.2em;
line-height: 2.3333333333em;
color: #ffffff;
padding-left: 0.8333333333em;
text-align: left; }
.product__compare--summary ._summary--items ._item--name, .product__compare--summary ._summary--items ._item--price {
margin: 0; }
.product__compare--summary ._summary--items ._item--thumb {
width: 9em;
height: 7.6em;
background-color: #ffffff;
overflow: hidden;
padding: 1em; }
.product__compare--summary ._summary--items ._item--thumb img {
width: 100%; }
.product__compare .footer--updates {
display: none; }
.perfect-fit--wrapper {
background-color: #f2f2f2;
height: 72em;
position: relative; }
.perfect-fit--bg {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 72em;
background: url("../images/perfect-fit--bg.png") no-repeat 0 0;
background-size: cover; }
@media (max-width: 768px) {
.perfect-fit--bg {
background: url("../images/perfect-fit--bg--mobile.png") no-repeat 0 80px;
background-size: contain; } }
.perfect-fit--main {
position: relative;
z-index: 2;
height: 100%;
display: flex;
align-items: center; }
.perfect-fit--content {
margin: 0px auto;
width: 58em; }
@media (max-width: 600px) {
.perfect-fit--content {
width: 100%;
padding-left: 3em;
padding-right: 3em; } }
@media (max-width: 480px) {
.perfect-fit--content {
padding-left: 2em;
padding-right: 2em; } }
.perfect-fit--content ._step {
display: none; }
.perfect-fit--content ._step:nth-child(1) {
display: block; }
.perfect-fit--content ._step--header {
height: 21em;
position: relative;
margin-bottom: 3.5em; }
.perfect-fit--content ._step--header ._number {
text-align: center;
color: #ffffff;
font-size: 28em;
line-height: 0.75em;
font-weight: bold; }
.perfect-fit--content ._step--header ._title {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center; }
.perfect-fit--content ._step--header ._title h2 {
font-size: 3.5em;
font-weight: 100;
line-height: 1em;
margin: 0 0 0.7142857143em;
text-transform: uppercase;
letter-spacing: 0.5em; }
@media (max-width: 768px) {
.perfect-fit--content ._step--header ._title h2 {
width: 8.5714285714em;
margin: 0px auto;
line-height: 1.4857142857em;
margin-bottom: 1.2857142857em; } }
.perfect-fit--content ._step--header ._title h3 {
font-size: 1.2em;
font-weight: 400;
line-height: 1em;
margin: 0; }
.perfect-fit--content ._step--main {
text-align: center;
position: relative;
z-index: 4; }
.perfect-fit--content ._step--input ._text {
font-size: 1.2em; }
@media (max-width: 480px) {
.perfect-fit--content ._step--input ._text--last {
display: block;
margin-top: 1.6666666667em; } }
.perfect-fit--content ._step--input ._select {
margin-left: 1em;
margin-right: 1em; }
.perfect-fit--content ._step--input ._select .select2.select2-container {
width: 13em !important;
border-bottom: 1px solid #1b1b1b; }
.perfect-fit--content ._step--input ._select .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up--primary.svg"); }
.perfect-fit--content ._step--input ._select .select2 .select2-selection {
outline: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
border: 0 none;
height: 3em;
background-color: transparent; }
.perfect-fit--content ._step--input ._select .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 2.3333333333em;
position: relative;
text-align: center;
background-color: transparent;
color: #b91440; }
.perfect-fit--content ._step--input ._select .select2 .select2-selection .select2-selection__arrow {
height: 2.8em;
line-height: 2.8em;
right: 0; }
.perfect-fit--content ._step--input ._select .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down--primary.svg") no-repeat 0 0;
background-size: contain; }
.perfect-fit--content ._step--actions {
margin-top: 4.6em; }
.perfect-fit--content ._step--actions ._action {
margin-bottom: 2em; }
.perfect-fit--content ._step--actions ._action--submit {
max-width: 24em; }
.perfect-fit--content ._step--actions ._action--back {
font-size: 1.1em;
color: #b3b3b3; }
.perfect-fit--content ._step--first ._step--header ._title h3 {
text-transform: uppercase;
letter-spacing: 0.2em; }
.perfect-fit--content ._step--seconds ._step--input {
width: 24em;
margin: 0px auto; }
.perfect-fit--content ._step--seconds ._step--input input {
width: 100%;
font-size: 1.2em;
height: 3.3333333333em;
line-height: 3.3333333333em;
padding: 0 2.5em 0 1em;
border: 1px solid #dfdfdf;
outline: none; }
.perfect-fit--content ._step--seconds ._step--actions {
margin-top: 1em; }
.perfect-fit--content ._step--third ._input--tags ._tag {
display: inline-block;
text-decoration: none;
font-size: 1.2em;
padding-left: 1em;
padding-right: 1em;
height: 2.5em;
line-height: 2.5em;
border: 1px solid #b91440;
color: #b91440;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
margin-left: 0.5em;
margin-right: 0.5em;
margin-bottom: 1em; }
.perfect-fit--content ._step--third ._input--tags ._tag:hover, .perfect-fit--content ._step--third ._input--tags ._tag._active {
background-color: #b91440;
color: #ffffff; }
.perfect-fit--result .perfect-fit--wrapper {
height: auto;
overflow: hidden; }
.perfect-fit--result .perfect-fit--main {
display: block;
padding-top: 10em;
padding-bottom: 5em; }
.perfect-fit--result .perfect-fit--content {
width: auto; }
.perfect-fit--result .perfect-fit--content ._step {
display: block; }
.perfect-fit--result .perfect-fit--content ._step--header {
height: auto;
margin-bottom: 5em; }
.perfect-fit--result .perfect-fit--content ._step--header ._number {
display: none; }
.perfect-fit--result .perfect-fit--content ._step--header ._title {
position: static;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.perfect-fit--result ._result--main {
padding-bottom: 0; }
.perfect-fit--result ._result--main ._section--inner {
text-align: center; }
.perfect-fit--result ._result--main ._section--list {
display: inline-block;
width: auto; }
.perfect-fit--result ._result--main ._section--list ._items {
display: flex;
margin-left: -0.8em;
margin-right: -0.8em; }
.perfect-fit--result ._result--main ._section--list ._items ._item {
width: 22em;
padding-left: 0.8em;
padding-right: 0.8em; }
@media (max-width: 768px) {
.perfect-fit--result ._result--main ._section--list ._items ._item {
width: 100%;
max-width: 42em;
margin: 0px auto;
margin-bottom: 4em; } }
.perfect-fit--result ._result--main ._section--list ._items ._item--category {
margin-bottom: 2em;
text-align: center; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._category {
display: inline-block; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._icon {
display: inline-block;
vertical-align: middle;
width: 3.6em;
height: 3.6em;
margin-right: 0.8em; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._icon img {
width: 100%; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._info {
display: inline-block;
vertical-align: middle;
text-align: left; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._info h4 {
font-size: 1.2em;
line-height: 1em;
font-weight: 600;
margin: 0 0 0.1666666667em; }
.perfect-fit--result ._result--main ._section--list ._items ._item--category ._info p {
font-size: 1.1em;
margin-bottom: 0; }
.perfect-fit--result ._result--main ._section--list ._items ._item--inner {
border: 0 none; }
.perfect-fit--result ._result--main ._section--list ._items ._item--main {
border: 1px solid #e2e2e2; }
.perfect-fit--result ._result--main ._section--list ._items ._item--content ._content--specs {
height: 9em;
text-align: left; }
.perfect-fit--result ._result--section {
margin-bottom: 11em; }
.perfect-fit--result ._result--section ._section--info {
width: 100%;
max-width: 48em;
margin: 0px auto;
display: flex;
margin-bottom: 6em;
align-items: center; }
@media (max-width: 768px) {
.perfect-fit--result ._result--section ._section--info {
flex-direction: column; } }
.perfect-fit--result ._result--section ._section--info ._info--title {
width: 50%;
margin: 0;
padding-right: 2.5em;
font-size: 2em;
line-height: 1.4em;
color: #b91440;
text-transform: uppercase;
letter-spacing: 0.3em;
text-align: right; }
@media (max-width: 768px) {
.perfect-fit--result ._result--section ._section--info ._info--title {
width: 100%;
margin-bottom: 0.75em;
text-align: center;
padding-right: 0; } }
.perfect-fit--result ._result--section ._section--info ._info--desc {
width: 50%;
font-size: 1.2em;
line-height: 1.5em;
text-align: left; }
@media (max-width: 768px) {
.perfect-fit--result ._result--section ._section--info ._info--desc {
width: 100%;
text-align: center; } }
.perfect-fit--result ._result--section:last-child {
margin-bottom: 0; }
.perfect-fit--result ._result--actions {
margin-top: 4em;
text-align: center; }
.perfect-fit--result ._result--actions ._actions--main {
margin-bottom: 2.5em; }
.perfect-fit--result ._result--actions ._actions--bottom a {
font-size: 1.1em;
color: #b3b3b3; }
.perfect-fit--result ._result--actions ._action {
display: inline-block;
vertical-align: middle;
margin-left: 1em;
margin-right: 1em; }
.perfect-fit--result ._result--actions ._action .button {
min-width: 20em; }
.store--banner {
height: 17em;
position: relative; }
@media (min-width: 1600px) {
.store--banner {
height: 18.5em; } }
@media (min-width: 1920px) {
.store--banner {
height: 22em; } }
@media (min-width: 2400px) {
.store--banner {
height: 29em; } }
.store--banner ._banner--image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.store--banner ._banner--image ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
@media (max-width: 768px) {
.store--banner ._banner--image ._image {
background-image: url("../images/store--bg--mobile.jpg") !important; } }
.store--banner ._banner--info {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
display: flex;
align-items: center; }
.store--banner ._banner--info .section--title {
margin: 0px auto;
color: #ffffff; }
.store--content {
background-color: #f4f4f4; }
.store .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 5em; }
@media (max-width: 768px) {
.store .breadcrumb {
padding-left: 2em; } }
.store--filter {
width: 68em;
margin: 0px auto;
margin-bottom: 2em; }
@media (max-width: 768px) {
.store--filter {
width: 100%;
margin-left: 0;
max-width: 42em;
margin: 0px auto;
margin-bottom: 3em; } }
.store--filter ._filter--header {
margin-bottom: 3.5em; }
.store--filter ._filter--header ._header--inner {
text-align: center; }
@media (max-width: 768px) {
.store--filter ._filter--header ._header--inner {
padding-left: 3em;
padding-right: 3em;
text-align: left; } }
.store--filter ._filter--header ._header--inner ._title {
margin: 0;
text-align: right;
display: inline-block;
vertical-align: middle;
margin-right: 0.8571428571em; }
@media (max-width: 768px) {
.store--filter ._filter--header ._header--inner ._title {
display: block;
width: 100%;
text-align: left;
margin-bottom: 0.5714285714em;
margin-right: 0; } }
.store--filter ._filter--header ._header--inner ._desc {
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
line-height: 1.5em;
width: 25em;
text-align: left; }
@media (max-width: 768px) {
.store--filter ._filter--header ._header--inner ._desc {
display: block;
width: auto;
padding-right: 10%; } }
.store--filter ._filter--section--inner {
display: flex;
align-items: center;
height: 3.8em; }
@media (max-width: 768px) {
.store--filter ._filter--section--inner {
flex-direction: column;
padding-left: 3em;
padding-right: 3em;
height: auto;
margin: 0px auto; } }
.store--filter ._filter--section--inner ._form--fields {
width: 35%;
margin-right: 3em;
margin-left: auto; }
@media (max-width: 768px) {
.store--filter ._filter--section--inner ._form--fields {
width: 100%; } }
.store--filter ._filter--section--inner ._form--submit {
width: 30%;
margin-right: auto; }
@media (max-width: 768px) {
.store--filter ._filter--section--inner ._form--submit {
width: 100%; }
.store--filter ._filter--section--inner ._form--submit .button {
max-width: none; } }
.store--filter ._filter--section--bottom {
margin-top: 2.4em;
text-align: center; }
@media (max-width: 768px) {
.store--filter ._filter--section--bottom {
padding-left: 3em;
padding-right: 3em;
text-align: left; } }
.store--filter ._filter--section--bottom a {
font-size: 1.2em;
color: #b91440; }
.store--filter ._filter--location ._form--fields {
display: flex;
margin-right: 2em; }
@media (max-width: 768px) {
.store--filter ._filter--location ._form--fields {
flex-direction: column;
margin-right: 0; } }
.store--filter ._filter--location ._form--field {
width: 100%;
padding-left: 1em;
padding-right: 1em; }
@media (max-width: 768px) {
.store--filter ._filter--location ._form--field {
width: 100%;
padding-left: 0;
padding-right: 0;
margin-bottom: 1.5em; } }
.store--filter ._filter--location ._form--input {
width: 100%;
position: relative; }
.store--filter ._filter--location ._form--input--location {
padding-right: 3.4em; }
.store--filter ._filter--location ._form--input--location ._input--current {
position: absolute;
top: 0;
right: 0;
width: 3.4em;
height: 3.8em;
border: 1px solid #e1e1e1;
border-left: 0 none; }
.store--filter ._filter--location ._form--input--location ._input--current button {
display: block;
border: 0 none;
background-color: #ffffff;
width: 100%;
padding: 0;
text-align: center;
line-height: 3.6em;
outline: none; }
.store--filter ._filter--location .select2.select2-container {
width: 100% !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.store--filter ._filter--location .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up--primary.svg"); }
.store--filter ._filter--location .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 1px solid #e1e1e1;
height: 3.8em;
background-color: #ffffff; }
.store--filter ._filter--location .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 3em;
position: relative;
text-align: left; }
.store--filter ._filter--location .select2 .select2-selection .select2-selection__arrow {
height: 3.6em;
line-height: 3.6em;
right: 0.5em; }
.store--filter ._filter--location .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down--primary.svg") no-repeat 0 0;
background-size: contain; }
.store--filter ._filter--keyword {
width: 58em;
margin: 0px auto;
display: none; }
@media (max-width: 768px) {
.store--filter ._filter--keyword {
width: 100%; } }
.store--filter ._filter--keyword ._form--fields {
width: 66%; }
@media (max-width: 768px) {
.store--filter ._filter--keyword ._form--fields {
width: 100%;
margin-right: 0; } }
.store--filter ._filter--keyword ._form--submit {
width: 34%; }
@media (max-width: 768px) {
.store--filter ._filter--keyword ._form--submit {
width: 100%;
margin-top: 1.5em; } }
.store--filter ._filter--keyword ._form--input input {
font-size: 1.2em;
height: 3.1666666667em;
line-height: 3.1666666667em;
border: 0 none;
border-bottom: 1px solid #727272;
width: 100%;
padding-left: 0.5em;
padding-right: 0.5em;
background-color: transparent;
outline: none; }
.store--map--main {
height: 43em; }
@media (min-width: 1600px) {
.store--map--main {
height: 48em; } }
@media (min-width: 1920px) {
.store--map--main {
height: 58em; } }
@media (min-width: 2400px) {
.store--map--main {
height: 68em; } }
.store--map .gm-style {
font-size: 1em !important; }
.store--map .gm-style-wrapper {
background-color: #ffffff;
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
-ms-border-radius: 0.2em;
-o-border-radius: 0.2em;
border-radius: 0.2em;
color: #000;
border: 1px solid #b91440;
-webkit-box-shadow: 0 0 0.6em 0.6em rgba(0, 0, 0, 0.05);
box-shadow: 0 0 0.6em 0.6em rgba(0, 0, 0, 0.05);
min-width: 25em;
padding: 2em;
max-width: none;
height: auto !important; }
.store--map .gm-style-wrapper > div:first-child {
position: static !important; }
.store--map .gm-style-wrapper .gm-style-iw {
font-size: 1em;
position: static !important;
width: 100% !important; }
.store--map .gm-style-wrapper .gm-style-iw > div {
max-width: none !important;
display: block !important; }
.store--map .gm-style-wrapper._animated {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px); }
.store--map .gm-style-wrapper._open {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1 !important; }
.store--map .gm-style-wrapper ._store--info {
padding: 2em;
text-align: center; }
.store--map .gm-style-wrapper ._store--info--name {
margin-bottom: 0.5833333333em;
font-size: 1.2em;
font-family: "Exo", sans-serif;
color: #161413;
font-weight: bold; }
.store--map .gm-style-wrapper ._store--info--name a {
color: #161413; }
.store--map .gm-style-wrapper ._store--info--name a:hover {
color: #b91440;
text-align: center; }
.store--map .gm-style-wrapper ._store--info--address {
margin-bottom: 1.1666666667em;
line-height: 1.3333333333em;
font-size: 1.2em;
font-family: "Exo", sans-serif;
color: #161413; }
.store--map .gm-style-wrapper ._store--info--direction i {
display: inline-block;
vertical-align: middle;
width: 2em;
height: 2em;
background: url("../images/icon--location--arrow.svg") no-repeat 0 0;
background-size: contain; }
.store--map .gm-style-wrapper ._store--info--direction span {
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
line-height: 1.6666666667em;
color: #b91440;
margin-left: 0.4em; }
.store--map .gm-style-wrapper .box-arrow {
border: none !important;
width: 2.2em !important;
height: 2.2em !important;
top: auto !important;
bottom: -2.2em !important; }
.store--map .gm-style-wrapper .box-arrow:before, .store--map .gm-style-wrapper .box-arrow:after {
content: "";
position: absolute; }
.store--map .gm-style-wrapper .box-arrow:before {
top: 1px;
left: -1px;
content: '';
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 11px;
position: absolute;
border-top-color: #b91440; }
.store--map .gm-style-wrapper .box-arrow:after {
top: 0;
left: 0;
content: '';
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 10px;
position: absolute;
border-top-color: #ffffff; }
.store--map .gm-style-wrapper p {
font-size: 1.2em;
line-height: 1.1666666667em;
margin-bottom: 0.4166666667em; }
.store--location {
padding-top: 7em;
padding-bottom: 7em; }
.store--location ._location--inner {
width: 78em;
margin: 0px auto; }
@media (max-width: 840px) {
.store--location ._location--inner {
width: 72em; } }
@media (max-width: 768px) {
.store--location ._location--inner {
width: 100%;
padding-left: 3em;
padding-right: 3em; } }
.store--location ._row {
display: flex;
margin-left: -4em;
margin-right: -4em; }
@media (max-width: 768px) {
.store--location ._row {
margin-left: -3em;
margin-right: -3em; } }
@media (max-width: 480px) {
.store--location ._row {
margin-left: 0;
margin-right: 0;
flex-direction: column; } }
.store--location ._row ._col {
width: 50%;
padding-left: 4em;
padding-right: 4em; }
@media (max-width: 768px) {
.store--location ._row ._col {
padding-left: 3em;
padding-right: 3em; } }
@media (max-width: 480px) {
.store--location ._row ._col {
width: 100%;
padding-left: 0;
padding-right: 0;
max-width: 30em; } }
.store--location ._row ._location--area {
margin-bottom: 4.5em; }
.store--location ._row ._location--area:last-child {
margin-bottom: 0; }
.store--location ._row ._location--area h3 {
font-size: 1.6em;
font-weight: 300;
color: #8e8e8e;
margin: 0 0 1.625em; }
.store--location ._row ._location--area ul {
padding: 0;
margin: 0;
list-style: none; }
.store--location ._row ._location--area ul li {
margin: 0;
padding: 0; }
.store--location ._row ._location--area ul li {
margin-bottom: 2.4em;
position: relative; }
@media (max-width: 768px) {
.store--location ._row ._location--area ul li {
padding-right: 2.4em; } }
.store--location ._row ._location--area ul li ._arrow {
content: "";
width: 1.6em;
height: 1.6em;
background: url("../images/icon--location--arrow.svg") no-repeat 0 0;
background-size: contain;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
.store--location ._row ._location--area ul li a {
color: #111111; }
.store--location ._row ._location--area ul li a:hover {
text-decoration: none;
color: #b91440; }
.store--location ._row ._location--area ul li a ._name {
font-size: 1.2em;
line-height: 1.6666666667em;
margin: 0; }
.store--location ._row ._location--area ul li a ._name strong {
font-weight: 600; }
.store--location ._row ._location--area ul li a ._address {
font-size: 1.1em;
line-height: 1.4545454545em; }
.ewarranty--wrapper {
background-color: #f4f4f4;
padding-bottom: 7.5em; }
.ewarranty .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 6em; }
@media (max-width: 768px) {
.ewarranty .breadcrumb {
padding-left: 2em; } }
.ewarranty--header {
text-align: center;
padding-left: 10%;
padding-right: 10%;
margin-bottom: 4em; }
@media (max-width: 520px) {
.ewarranty--header {
padding-left: 3em;
padding-right: 3em;
text-align: left; } }
@media (max-width: 380px) {
.ewarranty--header {
padding-left: 2em;
padding-right: 2em; } }
.ewarranty--header .section--title {
margin-bottom: 0.5142857143em; }
@media (max-width: 520px) {
.ewarranty--header .section--title {
line-height: 1.2857142857em;
width: 6.8571428571em; } }
.ewarranty--header ._desc {
font-size: 1.3em;
line-height: 1.3846153846em;
font-weight: 300;
margin-bottom: 2.3076923077em; }
.ewarranty--header ._desc a {
color: #c4254f;
text-decoration: underline; }
.ewarranty--header ._desc--mobile {
display: none; }
@media (max-width: 520px) {
.ewarranty--header ._desc--mobile {
display: block; } }
.ewarranty--form {
width: 32em;
margin: 0px auto; }
@media (max-width: 380px) {
.ewarranty--form {
width: 100%; } }
@media (max-width: 520px) {
.ewarranty--form {
margin-left: 0;
padding-left: 3em; } }
@media (max-width: 380px) {
.ewarranty--form {
padding-left: 2em;
padding-right: 2em; } }
.ewarranty--form ._form--fields {
margin-bottom: 3em;
padding-bottom: 3em;
border-bottom: 1px solid #d4d4d4; }
.ewarranty--form ._form--fields:nth-child(2) {
margin-bottom: 4em;
padding-bottom: 0;
border-bottom: 0 none; }
.ewarranty--form ._form--field {
margin-bottom: 1.2em; }
.ewarranty--form ._form--field:last-child {
margin-bottom: 0; }
.ewarranty--form ._form--input input {
width: 100%;
font-size: 1.2em;
height: 3.3333333333em;
line-height: 3.3333333333em;
padding-left: 1.25em;
padding-right: 1.25em;
background-color: #ffffff;
border: 1px solid #d4d4d4;
outline: none;
color: #777777; }
.ewarranty--form ._form--input .select2.select2-container {
width: 100% !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.ewarranty--form ._form--input .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up--primary.svg"); }
.ewarranty--form ._form--input .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 1px solid #e1e1e1;
height: 4em;
background-color: #ffffff; }
.ewarranty--form ._form--input .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 3.1666666667em;
position: relative;
text-align: left;
padding-left: 1.25em;
padding-right: 1.25em;
color: #777777; }
.ewarranty--form ._form--input .select2 .select2-selection .select2-selection__arrow {
height: 3.8em;
line-height: 3.8em;
right: 0.5em; }
.ewarranty--form ._form--input .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down--primary.svg") no-repeat 0 0;
background-size: contain; }
.ewarranty--form ._form--submit button {
max-width: none;
height: 4em;
line-height: 4em; }
.ewarranty--form ._form--bottom {
text-align: center;
font-size: 1.2em;
margin-top: 2.5em; }
@media (max-width: 520px) {
.ewarranty--form ._form--bottom {
display: none; } }
.ewarranty--form ._form--bottom a {
color: #b91440;
text-decoration: underline; }
.software--wrapper {
background-color: #f4f4f4;
padding-bottom: 7.5em; }
.software .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 6em; }
@media (max-width: 768px) {
.software .breadcrumb {
padding-left: 2em; } }
.software--top {
border-bottom: 1px solid #dcdcdc;
padding-bottom: 3em;
margin-bottom: 4em; }
@media (max-width: 768px) {
.software--top {
text-align: left;
padding-left: 4em;
padding-right: 4em;
margin-bottom: 3em; } }
@media (max-width: 768px) and (max-width: 480px) {
.software--top {
padding-left: 3em;
padding-right: 3em; } }
@media (max-width: 768px) and (max-width: 380px) {
.software--top {
padding-left: 2em;
padding-right: 2em; } }
.software--top .section--title {
text-align: center;
padding-left: 10%;
padding-right: 10%;
margin-bottom: 1.2857142857em; }
@media (max-width: 768px) {
.software--top .section--title {
text-align: left;
padding-left: 0;
padding-right: 0;
line-height: 1.2857142857em;
width: 8.5714285714em; } }
.software--filter {
padding-left: 10%;
padding-right: 10%; }
@media (max-width: 768px) {
.software--filter {
padding-left: 0;
padding-right: 0; } }
.software--filter ._filter--search {
text-align: center;
margin-bottom: 3.6em; }
@media (max-width: 768px) {
.software--filter ._filter--search {
text-align: left;
margin-bottom: 3em; } }
.software--filter ._filter--search ._filter--input {
width: 32em;
margin: 0px auto; }
@media (max-width: 768px) {
.software--filter ._filter--search ._filter--input {
margin-left: 0; } }
.software--filter ._filter--search ._filter--input input {
width: 100%;
font-size: 1.2em;
height: 3.8333333333em;
line-height: 3.8333333333em;
padding-left: 1.25em;
padding-right: 1.25em;
background-color: #ffffff;
border: 1px solid #d4d4d4;
outline: none;
color: #777777;
text-align: center; }
.software--filter ._filter--showing {
text-align: center; }
@media (max-width: 768px) {
.software--filter ._filter--showing {
text-align: left; } }
.software--filter ._filter--showing ._filter--label {
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
font-weight: 300;
margin-right: 1.6666666667em; }
@media (max-width: 768px) {
.software--filter ._filter--showing ._filter--label {
display: block;
font-size: 1.4em;
margin-bottom: 1.7142857143em; } }
.software--filter ._filter--showing ._inputs {
display: inline-block;
vertical-align: middle;
padding: 0;
margin: 0;
list-style: none; }
.software--filter ._filter--showing ._inputs li {
margin: 0;
padding: 0; }
@media (max-width: 768px) {
.software--filter ._filter--showing ._inputs {
display: block; } }
.software--filter ._filter--showing ._inputs li {
display: inline-block;
vertical-align: middle;
margin-left: 1.5em;
margin-right: 1.5em; }
@media (max-width: 768px) {
.software--filter ._filter--showing ._inputs li {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 1.5em; } }
.software--filter ._filter--showing ._inputs ._label {
font-size: 1.2em; }
.software--list {
width: 94em;
margin: 0px auto; }
@media (max-width: 992px) {
.software--list {
width: 84em; } }
@media (max-width: 860px) {
.software--list {
width: 74em; } }
@media (max-width: 768px) {
.software--list {
width: 100%; } }
.software--list ._list--inner {
margin-left: 4em;
margin-right: 4em; }
@media (max-width: 480px) {
.software--list ._list--inner {
margin-left: 3em;
margin-right: 3em; } }
@media (max-width: 380px) {
.software--list ._list--inner {
margin-left: 2em;
margin-right: 2em; } }
.software--list ._list--title {
font-size: 1.6em;
font-weight: 300;
margin: 0 0 2.375em; }
@media (max-width: 768px) {
.software--list ._list--title {
margin-bottom: 3.625em; } }
.software--list ._list--title span {
display: inline-block;
vertical-align: middle;
position: relative; }
.software--list ._list--title span:after {
content: "";
height: 1px;
width: 7.5em;
background-color: #959595;
position: absolute;
left: 0;
bottom: -0.6em; }
.software--list ._list--table ._items {
display: table;
width: 100%; }
@media (max-width: 768px) {
.software--list ._list--table ._items {
display: block; } }
.software--list ._list--table ._item {
display: table-row; }
@media (max-width: 768px) {
.software--list ._list--table ._item {
display: block;
position: relative;
padding-left: 3.2em; }
.software--list ._list--table ._item:after {
content: "";
width: 1.8em;
height: 1.8em;
background: url("../images/icon--info--red.svg") no-repeat 0 0;
background-size: contain;
position: absolute;
top: 0;
left: 0; } }
.software--list ._list--table ._item--col {
display: table-cell;
font-size: 1.3em;
padding-top: 0.9230769231em;
padding-bottom: 0.9230769231em; }
@media (max-width: 768px) {
.software--list ._list--table ._item--col {
display: inline-block;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 3.5em;
margin-right: 3em; } }
@media (max-width: 768px) and (max-width: 480px) {
.software--list ._list--table ._item--col {
margin-right: 2em;
margin-bottom: 1em; }
.software--list ._list--table ._item--col:last-child {
display: block;
margin-right: 0;
margin-bottom: 3.5em; } }
@media (max-width: 768px) {
.software--list ._list--table ._item--col:first-child {
display: block;
margin-bottom: 1em;
margin-right: 0; } }
.software--list ._list--table ._item--col:last-child {
width: 7.6923076923em; }
.software--list ._list--table ._item--col a {
color: #b91440; }
.software--list ._list--table ._item--col a:hover ._label {
text-decoration: underline; }
.software--list ._list--table ._item--col a ._label {
display: inline-block;
vertical-align: middle; }
.software--list ._list--table ._item--col a ._icon {
display: inline-block;
vertical-align: middle;
width: 1.0769230769em;
height: 1.0769230769em;
margin-left: 1.1538461538em;
background: url("../images/icon--download--primary.svg") no-repeat 0 0;
background-size: contain; }
.event--wrapper {
background-color: #f4f4f4;
padding-bottom: 7.5em; }
.event--banner {
height: 17em;
position: relative; }
@media (min-width: 1600px) {
.event--banner {
height: 18.5em; } }
@media (min-width: 1920px) {
.event--banner {
height: 22em; } }
@media (min-width: 2400px) {
.event--banner {
height: 29em; } }
.event--banner ._banner--image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.event--banner ._banner--image ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
@media (max-width: 768px) {
.event--banner ._banner--image ._image {
background-image: url("../images/event--banner--mobile.jpg") !important; } }
.event--banner ._banner--info {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
display: flex;
align-items: center; }
.event--banner ._banner--info .section--title {
margin: 0px auto;
color: #ffffff; }
.event .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 6em; }
@media (max-width: 768px) {
.event .breadcrumb {
padding-left: 2em; } }
.event--main .section--title {
text-align: center;
margin-bottom: 1.4285714286em; }
@media (max-width: 768px) {
.event--main--wrapper {
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 768px) {
.event--main--wrapper {
padding-left: 2em;
padding-right: 2em; } }
.event--main--content {
width: 78em;
height: 48em;
margin: 0px auto;
position: relative; }
@media (max-width: 840px) {
.event--main--content {
width: 74em; } }
@media (max-width: 768px) {
.event--main--content {
width: 100%;
height: auto; } }
.event--main--content ._content--scroll {
width: 100%;
height: 100%;
overflow: hidden; }
.event--main--content ._content--overlay {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 9em;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0, #f4f4f4 80%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0, #f4f4f4 80%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0001) 0, #f4f4f4 80%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFF4F4F4', GradientType=0);
z-index: 2; }
@media (max-width: 768px) {
.event--main--content ._content--overlay {
display: none; } }
.event--main--content ._content--inner {
padding-right: 5em; }
@media (max-width: 768px) {
.event--main--content ._content--inner {
padding-right: 1em; } }
.event--main--content .mCSB_scrollTools .mCSB_draggerRail {
background-color: #c9c9c9; }
.event--main--content .mCSB_scrollTools .mCSB_dragger_bar {
background-color: #b4152b !important; }
.event--list ._list--loader {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 9;
background-color: #f9f9f9;
display: flex;
align-items: center;
border: 1px solid #eeeeee;
visibility: hidden;
opacity: 0; }
.event--list ._list--loader._show {
visibility: visible;
opacity: 1; }
.event--list ._list--loader ._content {
margin: 0px auto;
text-align: center; }
.event--list ._list--loader ._label {
margin-top: 1.5em;
font-size: 1.2em;
text-transform: uppercase;
color: #bbbbbb; }
.event--list ._list--main {
width: 100%;
height: 100%;
position: relative; }
.event--list ._item {
font-size: 1.2em;
line-height: 1em;
padding-top: 1.6666666667em;
padding-bottom: 1.6666666667em;
border-bottom: 1px solid #d7d7d7; }
@media (max-width: 768px) {
.event--list ._item {
border-bottom: 0 none;
padding-top: 1.25em;
padding-bottom: 1.25em; } }
.event--list ._item--inner {
display: flex;
margin-left: -1em;
margin-right: -1em; }
@media (max-width: 768px) {
.event--list ._item--inner {
flex-direction: column;
margin-left: 0;
margin-right: 0; } }
.event--list ._item--inner > div {
padding-left: 1em;
padding-right: 1em; }
@media (max-width: 768px) {
.event--list ._item--inner > div {
padding-left: 0;
padding-right: 0;
width: 100%;
text-align: left;
margin-bottom: 1em; } }
.event--list ._item--date {
width: 28%; }
.event--list ._item--title {
width: 57%;
text-align: center; }
.event--list ._item--action {
width: 15%;
text-align: right; }
.event--list ._item--action a {
color: #b4152b; }
.event--list ._item--action a ._icon {
margin-left: 0.8333333333em; }
.event--detail.event--main--content {
height: auto; }
.event--detail.event--main--content ._content--overlay {
display: none; }
.event--detail ._detail--inner {
position: relative;
display: flex; }
@media (max-width: 768px) {
.event--detail ._detail--inner {
flex-direction: column;
padding-left: 6em;
padding-right: 6em; } }
@media (max-width: 480px) {
.event--detail ._detail--inner {
flex-direction: column;
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 380px) {
.event--detail ._detail--inner {
flex-direction: column;
padding-left: 2em;
padding-right: 2em; } }
.event--detail ._detail--action {
width: 15%; }
@media (max-width: 768px) {
.event--detail ._detail--action {
width: 100%;
text-align: center;
margin-bottom: 4em; } }
.event--detail ._detail--action a {
font-size: 1.2em;
color: #b4152b; }
.event--detail ._detail--main {
width: 85%; }
@media (max-width: 768px) {
.event--detail ._detail--main {
width: 100%; } }
.event--detail ._detail--date {
font-size: 1.2em;
margin-bottom: 1.5em; }
@media (max-width: 768px) {
.event--detail ._detail--date {
text-align: center;
font-size: 1.6em;
margin-bottom: 1.125em;
font-weight: 300; } }
.event--detail ._detail--title {
font-size: 2.4em;
margin: 0 0 2em; }
@media (max-width: 768px) {
.event--detail ._detail--title {
text-align: center;
line-height: 1.4166666667em; } }
.event--detail ._detail--content {
font-size: 1.4em;
line-height: 1.5714285714em; }
.event--detail ._detail--content ._thumb {
margin-bottom: 2.1428571429em; }
.event--detail ._detail--content ._thumb img {
max-width: 100%; }
.event--detail ._detail--content p {
margin-bottom: 2.5em; }
.corporate--wrapper {
background-color: #f4f4f4;
padding-bottom: 7.5em; }
.corporate .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 6em; }
@media (max-width: 768px) {
.corporate ._content--main br {
display: none; } }
.corporate--main {
width: 84em;
margin: 0px auto; }
@media (max-width: 920px) {
.corporate--main {
width: 74em; } }
@media (max-width: 768px) {
.corporate--main {
width: 100%; } }
.corporate--main--inner {
display: flex; }
@media (max-width: 768px) {
.corporate--main--inner {
flex-direction: column; } }
.corporate--sidebar {
width: 26em; }
@media (max-width: 768px) {
.corporate--sidebar {
margin: 0px auto;
margin-bottom: 6em; }
.corporate--sidebar ._sidebar--inner {
position: relative;
height: 5em;
line-height: 5em; }
.corporate--sidebar._open ._sidebar--toggle a {
color: #b91440; }
.corporate--sidebar._open ._sidebar--toggle ._toggle--icon {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); }
.corporate--sidebar._open ._sidebar--nav {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); } }
.corporate--sidebar ._sidebar--toggle {
height: 5em;
line-height: 5em;
width: 100%;
max-width: 38em;
background-color: #ffffff;
border: 1px solid #dddddd;
padding-left: 2em;
padding-right: 2em;
cursor: pointer;
position: relative;
display: none; }
@media (max-width: 768px) {
.corporate--sidebar ._sidebar--toggle {
display: block; } }
.corporate--sidebar ._sidebar--toggle ._toggle--title {
padding-right: 2em; }
.corporate--sidebar ._sidebar--toggle ._toggle--title a {
display: block;
color: #282828;
font-size: 1.3em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.corporate--sidebar ._sidebar--toggle ._toggle--icon {
position: absolute;
top: 0;
right: 0.7777777778em;
font-size: 1.8em;
color: #b91440; }
@media (max-width: 768px) {
.corporate--sidebar ._sidebar--nav {
padding-top: 0.8em;
padding-bottom: 1.4em;
background-color: #f8f8f8;
border: 1px solid #dddddd;
position: absolute;
top: 5em;
left: 0;
right: 0;
z-index: 999;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
visibility: hidden; } }
.corporate--sidebar ._sidebar--nav ._nav--group {
background-color: #f8f8f8;
border: 1px solid #dbdbdb;
border-right-color: #b91440;
margin-bottom: 1.5em; }
@media (max-width: 768px) {
.corporate--sidebar ._sidebar--nav ._nav--group {
margin-bottom: 0;
border: 0 none;
border-bottom: 1px solid #cccccc; }
.corporate--sidebar ._sidebar--nav ._nav--group:last-child {
border-bottom: 0 none; } }
.corporate--sidebar ._sidebar--nav ._nav--group ._menus {
padding: 0;
margin: 0;
list-style: none;
text-align: right;
padding-top: 0.5em;
padding-bottom: 0.5em; }
.corporate--sidebar ._sidebar--nav ._nav--group ._menus li {
margin: 0;
padding: 0; }
.corporate--sidebar ._sidebar--nav ._nav--group ._menus li a {
display: block;
font-size: 1.2em;
line-height: 1em;
padding: 1em 2em;
color: #282828;
text-decoration: none; }
@media (max-width: 768px) {
.corporate--sidebar ._sidebar--nav ._nav--group ._menus li a {
padding-top: 0.8em;
padding-bottom: 0.8em;
text-align: left; } }
.corporate--sidebar ._sidebar--nav ._nav--group ._menus li a._active, .corporate--sidebar ._sidebar--nav ._nav--group ._menus li a:hover {
color: #b91440; }
.corporate--sidebar ._sidebar--nav ._nav--group ._menus li._has--icon svg {
margin-left: 1em; }
.corporate ._sidebar--info, .corporate ._content--bottom {
margin-top: 3em;
text-align: right; }
.corporate ._sidebar--info p, .corporate ._content--bottom p {
font-size: 1.1em;
line-height: 1.6363636364em;
margin-bottom: 1.4545454545em; }
.corporate ._sidebar--info p strong, .corporate ._content--bottom p strong {
font-weight: 600; }
.corporate ._sidebar--info p a, .corporate ._content--bottom p a {
color: #b91440; }
.corporate ._sidebar--info p a svg, .corporate ._content--bottom p a svg {
margin-left: 0.8em; }
@media (max-width: 768px) {
.corporate ._sidebar--info {
display: none; } }
.corporate ._content--bottom {
display: none;
margin-top: 6em;
text-align: left; }
@media (max-width: 768px) {
.corporate ._content--bottom {
display: block; } }
.corporate--content {
width: 58em; }
@media (max-width: 768px) {
.corporate--content {
width: 100%; } }
.corporate--content ._content--inner {
padding-left: 8em; }
@media (max-width: 1200px) {
.corporate--content ._content--inner {
padding-left: 6em; } }
@media (max-width: 768px) {
.corporate--content ._content--inner {
padding-left: 4em;
padding-right: 4em; } }
@media (max-width: 480px) {
.corporate--content ._content--inner {
padding-left: 3em;
padding-right: 3em; } }
.corporate--content .section--title {
margin-bottom: 1.4285714286em; }
.corporate--overview .corporate--wrapper {
background: url("../images/corporate--overview--bg.jpg") no-repeat 0 0;
background-size: cover; }
.corporate--overview .corporate--content {
text-align: center; }
.corporate--overview .corporate--content ._icon-box {
margin-bottom: 3.2em; }
.corporate--overview .corporate--content ._icon-box--header ._icon {
width: 3em;
margin: 0px auto;
margin-bottom: 1em; }
.corporate--overview .corporate--content ._icon-box--header ._icon img {
width: 100%; }
.corporate--overview .corporate--content ._icon-box--header ._title {
font-size: 1.5em;
margin: 0 0 1.2em; }
.corporate--overview .corporate--content ._icon-box--content {
font-size: 1.3em;
line-height: 1.5384615385em; }
.corporate--overview .corporate--content ._icon-box--content h4 {
line-height: 1.5384615385em; }
.corporate--overview .corporate--content ._icon-box--content h4 br {
display: none; }
@media (max-width: 480px) {
.corporate--overview .corporate--content ._icon-box--content h4 br {
display: block; } }
.corporate--overview .corporate--content ._icon-box--content p {
margin-bottom: 3.5em; }
.corporate--overview .corporate--content ._icon-box--content p:last-child {
margin-bottom: 0; }
.corporate--policy .corporate--wrapper {
background: url("../images/corporate--policy--bg.png") no-repeat 0 0;
background-size: cover; }
.corporate--policy .corporate--content {
text-align: center; }
.corporate--policy ._content--header ._icon {
width: 6.4em;
margin: 0px auto;
margin-bottom: 1.2em; }
.corporate--policy ._content--header ._icon img {
width: 100%; }
.corporate--policy ._content--section {
margin-bottom: 5em; }
.corporate--policy ._content--section ol, .corporate--policy ._content--section ul {
padding-left: 0; }
@media (max-width: 480px) {
.corporate--policy ._content--section ol, .corporate--policy ._content--section ul {
width: 85%;
text-align: left;
display: inline-block; } }
.corporate--policy ._content--section ._thumb {
width: 23em;
height: 23em;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
margin: 0px auto;
overflow: hidden;
margin-bottom: 3em; }
.corporate--policy ._content--section ._thumb img {
width: 100%; }
.corporate--policy ._content--section p, .corporate--policy ._content--section ol, .corporate--policy ._content--section ul {
font-size: 1.2em;
line-height: 1.6666666667em;
margin-bottom: 2.1666666667em; }
.corporate--policy ._content--section ol {
list-style-position: inside; }
.corporate--policy ._content--section ul {
list-style-position: inside;
list-style-type: circle; }
.corporate--press .section--title {
text-align: center; }
.corporate--press ._content--filters {
text-align: center;
margin-bottom: 5em; }
.corporate--press ._content--filters ._filter {
display: inline-block;
vertical-align: middle; }
@media (max-width: 768px) {
.corporate--press ._content--filters ._filter {
display: block; }
.corporate--press ._content--filters ._filter:first-child {
margin-bottom: 1em; } }
.corporate--press ._content--filters ._filter--inner {
display: inline-block;
height: 3.4em;
line-height: 3.4em;
margin-left: 1em;
margin-right: 1em;
border: 1px solid #cccccc; }
.corporate--press ._content--filters ._filter strong {
display: inline-block;
vertical-align: top;
font-size: 1.2em;
padding-left: 1.3333333333em;
padding-right: 1.3333333333em;
background-color: #b9143f;
color: #ffffff;
font-weight: 600;
height: 2.6666666667em;
line-height: 2.6666666667em; }
@media (max-width: 768px) {
.corporate--press ._content--filters ._filter strong {
width: 8.3333333333em; } }
.corporate--press ._content--filters ._filter ._filter--option {
display: inline-block;
vertical-align: top;
height: 3.2em;
line-height: 3.2em; }
.corporate--press ._content--filters ._filter .select2.select2-container {
width: 120px !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
@media (max-width: 768px) {
.corporate--press ._content--filters ._filter .select2.select2-container {
width: 160px !important; } }
@media (max-width: 380px) {
.corporate--press ._content--filters ._filter .select2.select2-container {
width: 120px !important; } }
.corporate--press ._content--filters ._filter .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up.svg"); }
.corporate--press ._content--filters ._filter .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 0 none;
height: 3em;
background-color: #ffffff; }
.corporate--press ._content--filters ._filter .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 2.5em;
position: relative;
text-align: left;
padding-left: 0.8333333333em;
padding-right: 0.8333333333em;
color: #777777; }
.corporate--press ._content--filters ._filter .select2 .select2-selection .select2-selection__arrow {
height: 3em;
line-height: 3em;
right: 0.5em; }
.corporate--press ._content--filters ._filter .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down.svg") no-repeat 0 0;
background-size: contain; }
.corporate--press ._news--list ._news {
padding-top: 2.5em;
padding-bottom: 2.5em;
border-bottom: 1px solid #cccccc;
position: relative; }
.corporate--press ._news--list ._news._active ._news--content {
height: auto; }
.corporate--press ._news--list ._news--inner {
position: relative; }
.corporate--press ._news--list ._news--date {
font-size: 1.2em;
line-height: 1.6666666667em;
position: absolute;
top: 0;
left: 0; }
.corporate--press ._news--list ._news--main {
padding-left: 7em; }
.corporate--press ._news--list ._news--title {
font-size: 1.4em;
line-height: 1.5714285714em;
margin: 0; }
.corporate--press ._news--list ._news--title a {
color: #282828;
text-decoration: none; }
.corporate--press ._news--list ._news--content {
font-size: 1.2em;
line-height: 1.6666666667em;
overflow: hidden;
height: 0; }
.corporate--press ._news--list ._news--content ._thumb {
margin-bottom: 2em; }
.corporate--press ._news--list ._news--content ._thumb img {
width: 100%; }
.corporate--press ._news--list ._news--content--inner {
padding-top: 2.4em; }
.corporate--press ._news--list ._news--content--close {
padding-top: 2em;
text-align: right; }
.corporate--press ._news--list ._news--content--close button {
padding: 0;
border: 0 none;
background-color: transparent;
color: #b9143f;
outline: none; }
.corporate--press ._news--list ._news--content--close button ._icon {
margin-right: 0.8333333333em; }
.corporate--press ._news--more {
margin-top: 2em;
text-align: center; }
.corporate--press ._news--more a {
font-weight: 500; }
.corporate--career .section--title {
text-align: center; }
.corporate--career ._career--form ._form--field {
margin-bottom: 2em; }
.corporate--career ._career--form ._form--field--inner {
display: flex; }
@media (max-width: 768px) {
.corporate--career ._career--form ._form--field--inner {
flex-direction: column; } }
.corporate--career ._career--form ._form--field--info {
margin-top: 4em;
margin-bottom: 5em;
text-align: center; }
.corporate--career ._career--form ._form--field--info p {
font-size: 1.2em;
margin-bottom: 0; }
.corporate--career ._career--form ._form--label {
width: 35%;
text-align: right; }
@media (max-width: 768px) {
.corporate--career ._career--form ._form--label {
width: 100%;
margin-bottom: 0.4em;
text-align: left; } }
.corporate--career ._career--form ._form--label label {
font-size: 1.2em;
line-height: 2.6666666667em; }
.corporate--career ._career--form ._form--label label._label--long {
line-height: 1.5em; }
.corporate--career ._career--form ._form--input {
width: 65%;
padding-left: 2em;
min-height: 3.2em; }
@media (max-width: 768px) {
.corporate--career ._career--form ._form--input {
width: 100%;
padding-left: 0; } }
.corporate--career ._career--form ._form--input input[type="text"] {
width: 100%;
font-size: 1.2em;
height: 2.6666666667em;
line-height: 2.6666666667em;
padding-left: 0.8333333333em;
padding-right: 0.8333333333em;
outline: none;
border: 1px solid #dddddd; }
.corporate--career ._career--form ._form--input input[type="file"] {
font-size: 1.2em;
width: 100%; }
.corporate--career ._career--form ._form--input textarea {
width: 100%;
font-size: 1.2em;
padding: 0.8333333333em;
outline: none;
border: 1px solid #dddddd;
height: 10em; }
.corporate--career ._career--form ._form--input--info {
margin-top: 0.8em; }
.corporate--career ._career--form ._form--input ._input--check {
display: inline-block;
vertical-align: middle;
margin-right: 2em; }
.corporate--career ._career--form ._form--input .select2.select2-container {
width: 100% !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important; }
.corporate--career ._career--form ._form--input .select2.select2-container--open .select2-selection .select2-selection__arrow b {
background-image: url("../images/arrow--up.svg"); }
.corporate--career ._career--form ._form--input .select2 .select2-selection {
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 1px solid #e1e1e1;
height: 3.2em;
background-color: #ffffff; }
.corporate--career ._career--form ._form--input .select2 .select2-selection .select2-selection__rendered {
font-size: 1.2em;
line-height: 2.5em;
position: relative;
text-align: left;
padding-left: 1.25em;
padding-right: 1.25em;
color: #777777; }
.corporate--career ._career--form ._form--input .select2 .select2-selection .select2-selection__arrow {
height: 3em;
line-height: 3em;
right: 0.5em; }
.corporate--career ._career--form ._form--input .select2 .select2-selection .select2-selection__arrow b {
position: static;
display: inline-block;
vertical-align: middle;
border: 0 none;
margin-left: 0;
margin-top: 0;
width: 1.6em;
height: 1.6em;
background: url("../images/arrow--down.svg") no-repeat 0 0;
background-size: contain; }
.corporate--career ._career--form ._form--submit {
margin-top: 5em;
text-align: center; }
.corporate--career ._career--form ._form--submit button {
max-width: 14em;
margin-left: 0.5em;
margin-right: 0.5em; }
@media (max-width: 480px) {
.corporate--career ._career--form ._form--submit button {
width: 100%;
max-width: none;
display: block;
margin-bottom: 1.5em;
text-align: center; } }
.corporate--career ._career--form ._form--submit button ._icon {
margin-left: 0.8333333333em; }
.corporate--facilities .corporate--wrapper {
background: url("../images/corporate--overview--bg.jpg") no-repeat 0 0;
background-size: cover; }
.corporate--facilities .corporate--main {
width: 98em; }
@media (max-width: 980px) {
.corporate--facilities .corporate--main {
width: 74em; } }
@media (max-width: 768px) {
.corporate--facilities .corporate--main {
width: 100%; } }
.corporate--facilities .corporate--content {
text-align: center;
width: 72em; }
@media (max-width: 768px) {
.corporate--facilities .corporate--content {
width: 100%; } }
@media (max-width: 768px) {
.corporate--facilities .corporate--content ._content--inner {
padding-left: 2em;
padding-right: 2em; } }
@media (max-width: 480px) {
.corporate--facilities .corporate--content ._content--inner {
padding-left: 3em;
padding-right: 3em; } }
.corporate--facilities ._items {
display: flex;
flex-wrap: wrap;
margin-left: -1.5em;
margin-right: -1.5em; }
.corporate--facilities ._items ._item {
padding-left: 1.5em;
padding-right: 1.5em;
text-align: left;
margin-bottom: 3em; }
.corporate--facilities ._items ._item ._item--title {
font-size: 1.4em;
margin: 0 0 1.4285714286em; }
.corporate--facilities ._items ._item ._item--section {
font-size: 1.1em;
line-height: 1.6363636364em;
margin-bottom: 1.6363636364em; }
.corporate--facilities ._items ._item ._item--section p {
margin-bottom: 0; }
.corporate--facilities ._facilities--main ._items ._item {
width: 33.333333%; }
@media (max-width: 980px) {
.corporate--facilities ._facilities--main ._items ._item {
width: 50%; } }
@media (max-width: 480px) {
.corporate--facilities ._facilities--main ._items ._item {
width: 100%; } }
.corporate--facilities ._facilities--production {
padding-top: 2em;
margin-top: 4em;
border-top: 1px solid #cccccc; }
@media (max-width: 480px) {
.corporate--facilities ._facilities--production {
padding-top: 4em;
margin-top: 0; } }
.corporate--facilities ._facilities--production ._title {
font-size: 1.6em;
margin: 0 0 2.875em;
text-align: left; }
.corporate--facilities ._facilities--production ._items ._item {
width: 50%; }
@media (max-width: 480px) {
.corporate--facilities ._facilities--production ._items ._item {
width: 100%; } }
.corporate--links .corporate--content {
text-align: center;
font-size: 1.2em;
line-height: 1.5384615385em; }
.corporate--links .corporate--content ._info {
margin-bottom: 2em; }
.corporate--links .corporate--content ._links a {
color: #b9143f;
font-weight: 600; }
.technology--wrapper {
background-color: #f4f4f4;
padding-bottom: 7.5em;
position: relative;
overflow: hidden; }
.technology .breadcrumb {
padding-top: 3em;
padding-left: 5em;
padding-bottom: 6em; }
@media (max-width: 768px) {
.technology .breadcrumb {
padding-left: 2em; } }
.technology--bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.technology--bg ._image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.technology--content {
width: 110em;
margin: 0px auto;
position: relative;
z-index: 2; }
@media (max-width: 1199px) {
.technology--content {
width: 100%; } }
.technology--content ._info--primary ._info--inner {
width: 48em;
margin: 0px auto; }
@media (max-width: 520px) {
.technology--content ._info--primary ._info--inner {
width: 100%;
padding-left: 3em;
padding-right: 3em; } }
.technology--content ._info--primary ._info--logo {
text-align: center;
margin-bottom: 3em; }
.technology--content ._info--primary ._info--logo strong {
display: block;
font-weight: 500;
font-size: 1.6em;
margin-top: 0.875em; }
.technology--content ._info--primary ._info--main {
text-align: center;
font-size: 1.3em;
line-height: 2em; }
.technology--content ._info--primary ._info--main p {
margin-bottom: 2em; }
.technology--content ._info--primary ._info--bottom {
margin-top: 5em;
text-align: center; }
.technology--content ._info--primary ._info--bottom a {
padding-left: 1em;
padding-right: 1em; }
@media (max-width: 340px) {
.technology--content ._info--primary ._info--bottom a {
display: block;
padding-left: 0;
padding-right: 0;
margin-bottom: 1.6em; } }
.technology--content ._info--primary ._info--bottom a img {
height: 3.5em; }
.technology--content ._info--secondary {
margin-top: 6em;
padding-top: 4em;
border-top: 1px solid #d7d7d7; }
@media (max-width: 1199px) {
.technology--content ._info--secondary {
padding-left: 4em;
padding-right: 4em; } }
.technology--content ._info--secondary h3 {
font-size: 1.2em;
font-weight: 500;
margin: 0 0 2em; }
.technology--content ._info--secondary ._list {
display: flex;
margin-left: -3em;
margin-right: -3em; }
@media (max-width: 768px) {
.technology--content ._info--secondary ._list {
display: block; } }
.technology--content ._info--secondary ._list ._col {
padding-left: 3em;
padding-right: 3em; }
@media (max-width: 768px) {
.technology--content ._info--secondary ._list ._col {
margin-bottom: 3em; } }
.technology--content ._info--secondary ._list ._section {
font-size: 1.2em;
margin-bottom: 2.5em; }
.technology--content ._info--secondary ._list ._section p {
line-height: 1.6666666667em;
margin-bottom: 0.6666666667em; }
.technology.technology--template-1 ._info--primary ._info--thumb {
position: absolute;
top: -18%;
left: 0;
right: 0; }
@media (max-width: 1199px) {
.technology.technology--template-1 ._info--primary ._info--thumb {
top: -11%;
-webkit-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
transform: rotate(-20deg);
margin-left: -14%; } }
@media (max-width: 992px) {
.technology.technology--template-1 ._info--primary ._info--thumb {
top: -8%;
margin-left: -24%; } }
@media (max-width: 768px) {
.technology.technology--template-1 ._info--primary ._info--thumb {
position: static;
margin-left: 0;
margin-top: -30vh;
margin-bottom: 4em; } }
@media (max-width: 680px) {
.technology.technology--template-1 ._info--primary ._info--thumb {
margin-top: -10vh;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
margin-bottom: 2em; } }
.technology.technology--template-1 ._info--primary ._info--thumb ._image {
width: 110em;
padding-left: 6.4em; }
@media (max-width: 1199px) {
.technology.technology--template-1 ._info--primary ._info--thumb ._image {
width: 100%;
padding-left: 0; } }
@media (max-width: 768px) {
.technology.technology--template-1 ._info--primary ._info--thumb ._image {
text-align: center; } }
.technology.technology--template-1 ._info--primary ._info--thumb img {
width: 48em; }
@media (max-width: 768px) {
.technology.technology--template-1 ._info--primary ._info--thumb img {
width: 40em; } }
@media (max-width: 680px) {
.technology.technology--template-1 ._info--primary ._info--thumb img {
width: 32em; } }
.technology.technology--template-1 ._info--primary ._info--inner {
padding-left: 3em;
position: relative;
z-index: 2; }
.technology.technology--template-2 .breadcrumb {
position: relative;
z-index: 2;
margin-bottom: 0; }
.technology.technology--template-2 .breadcrumb ._link {
color: #ffffff; }
.technology.technology--template-2 .breadcrumb ._separator {
background-image: url("../images/arrow--right--white.svg"); }
.technology.technology--template-2 .technology--main {
padding-bottom: 6em; }
.technology.technology--template-2 ._info--image {
text-align: center;
width: 85em;
margin: 0px auto;
margin-top: -16vh; }
@media (max-width: 992px) {
.technology.technology--template-2 ._info--image {
width: 100%; } }
@media (max-width: 768px) {
.technology.technology--template-2 ._info--image {
margin-top: -8vh; } }
.technology.technology--template-2 ._info--image img {
width: 100%; }
@media (max-width: 480px) {
.technology.technology--template-2 ._info--image img {
width: 140%;
margin-left: -20%; } }
.technology.technology--template-2 ._info--main {
color: #ffffff; }
.support--faq .section--title {
text-align: center; }
.support--faq ._faq--list ._faq--item {
padding-top: 1.5em;
padding-bottom: 1.5em;
border-bottom: 1px solid #cccccc;
position: relative; }
.support--faq ._faq--list ._faq--item._active ._faq--content {
height: auto; }
.support--faq ._faq--list ._faq--inner {
position: relative; }
.support--faq ._faq--list ._faq--date {
font-size: 1.2em;
line-height: 1.6666666667em;
position: absolute;
top: 0;
left: 0; }
.support--faq ._faq--list ._faq--main {
padding-left: 7em; }
.support--faq ._faq--list ._faq--title {
font-size: 1.3em;
line-height: 1.5384615385em;
margin: 0; }
.support--faq ._faq--list ._faq--title a {
color: #282828;
text-decoration: none; }
.support--faq ._faq--list ._faq--content {
font-size: 1.2em;
line-height: 1.6666666667em;
overflow: hidden;
height: 0; }
.support--faq ._faq--list ._faq--content ._thumb {
margin-bottom: 2em; }
.support--faq ._faq--list ._faq--content ._thumb img {
width: 100%; }
.support--faq ._faq--list ._faq--content--inner {
padding-top: 2.4em; }
.support--faq ._faq--list ._faq--content--close {
padding-top: 2em;
text-align: right; }
.support--faq ._faq--list ._faq--content--close button {
padding: 0;
border: 0 none;
background-color: transparent;
color: #b9143f;
outline: none; }
.support--faq ._faq--list ._faq--content--close button ._icon {
margin-right: 0.8333333333em; }
.support--faq ._faq--more {
margin-top: 4em;
text-align: center;
display: none; }
.support--faq ._faq--more a {
font-weight: 500; }
.support--post .section--title {
text-align: center; }
.support--post ._sidebar--info h4,
.support--post ._content--bottom h4 {
font-size: 1.3em;
margin: 0 0 0.7692307692em; }
.support--post ._sidebar--info h5,
.support--post ._content--bottom h5 {
font-size: 1.2em;
margin: 0 0 1.6666666667em; }
.support--consultation .section--title {
text-align: center; }
.support--consultation ._form--info {
font-size: 1.1em;
margin-bottom: 4em;
text-align: center; }
.support--consultation ._form--field--info._info--bottom p {
font-size: 1em;
margin-bottom: 1.5em; } | 0.281406 | 0.065995 |
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
*{
margin: 0px;
padding: 0px;
vertical-align:baseline;
list-style:none;
border:0;
box-sizing: border-box;
}
body{
margin: 0;
padding: 0;
/* font-family: 'Roboto', sans-serif; */
font-family: 'Ubuntu', sans-serif;
background-color:white;
}
.linha{
width: 960px;
margin: 0 auto;
overflow: auto;
padding: 5px 0px;
}
.coluna{
padding: 0px 10px;
/* Flutuação */
float: left;
}
.cabecalho{
background-color: black;
border-bottom: solid 6px black;
height: 100px;
box-sizing: content-box;
}
.logo{
display: inline-block;
height: 140px;
width: 160px;
}
/* .logo img{
height: 100%;
} */
.menu-toggle{
float: right;
color: white;
background-color: #757575;
border: solid 1px white;
border-radius: 5px;
height: 40px;
padding: 10px 20px;
margin: 20px 15px;
}
.menu{
display: inline-block;
vertical-align: top;
height: 80px;
padding: 25px;
}
.menu li{
display: inline-table;
margin: 12px;
margin-right: 80px;
}
.cabecalho a{
text-decoration: none;
color: white;
font-size: 1.3em;
}
.menu a{
border-radius: 10px;
}
.autenticacao{
float: right;
height: 80px;
padding: 25px;
}
.menu a:hover,
.menu a.selected{
background-color: #ffffff;
color: black;
}
.botao{
border-radius: 30px;
padding: 10px 25px;
margin: 10px;
transition-duration: 0.5s;
}
@media(min-width: 679px){
.menu-toggle{
display: none;
}
}
@media(max-width: 680px){
.menu{
display: none;
}
}
@media(max-width: 910px){
.autenticacao{
display: none;
}
}
.item img{
height: 200px;
width: 200px;
position: relative;
}
.item span{
text-align: center;
margin-left: 40px;
}
.item button{
border-radius: 20px;
background-color: white;
}
img .lobo{
margin-left: 500;
}
.titulo{
margin-top: 15px;
color: black;
position: relative;
text-align: center;
font-size: 35px;
text-decoration: underline orange;
}
#barca img{
position: absolute;
margin-left: 15px;
margin-top: 40px;
width: 360px;
height: 190px;
}
#barca h3{
position: absolute;
text-align: center;
top: 400px;
left: 50px;
margin-top: 1px;
font-size: 23px;
}
#barca h1{
position: absolute;
margin-left: 140px;
margin-top: 2px;
top: 470px;
font-size: 28px;
color: red;
}
#combo img{
position: absolute;
left: 490px;
top: 190px;
width: 290px;
height: 230px;
}
#combo h3{
position: absolute;
text-align: center;
left: 460px;
top: 420px;
font-size: 23px;
margin-left: 10px;
}
#combo h1{
position: absolute;
left: 580px;
top: 470px;
font-size: 28px;
color: red;
}
#combosab img{
position: absolute;
left: 880px;
top: 155px;
width: 360px;
height: 260px;
}
#combosab h3{
position: absolute;
text-align: center;
margin-left: 910px;
top: 410px;
font-size: 21px;
line-height: 22px;
}
#combosab h1{
position: absolute;
margin-left: 1020px;
top: 470px;
font-size: 28px;
color: red;
}
#casquinha img{
position: absolute;
left: 0px;
top: 530px;
width: 380px;
height: 280px;
}
#casquinha h3{
position: absolute;
font-size: 22px;
text-align: center;
left: 15px;
top: 790px;
}
#casquinha h1{
position: absolute;
top: 840px;
left: 48px;
font-size: 28px;
color: red;
text-align: center;
}
#pudim img{
position: absolute;
text-align: center;
left: 410px;
top: 550px;
width: 470px;
height: 270px;
}
#pudim h3{
position: absolute;
left: 570px;
top: 810px;
font-size: 23px;
}
#pudim h1{
position: absolute;
left: 500px;
top: 840px;
font-size: 28px;
color: red;
}
#batata img{
position: absolute;
left: 860px;
top: 580px;
width: 420px;
height: 200px;
}
#batata h3{
position: absolute;
text-align: center;
left: 860px;
top: 790px;
font-size: 23px;
}
#batata h1{
position: absolute;
margin-left: 920px;
top: 840px;
font-size: 28px;
color: red;
} | combos.css | @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
*{
margin: 0px;
padding: 0px;
vertical-align:baseline;
list-style:none;
border:0;
box-sizing: border-box;
}
body{
margin: 0;
padding: 0;
/* font-family: 'Roboto', sans-serif; */
font-family: 'Ubuntu', sans-serif;
background-color:white;
}
.linha{
width: 960px;
margin: 0 auto;
overflow: auto;
padding: 5px 0px;
}
.coluna{
padding: 0px 10px;
/* Flutuação */
float: left;
}
.cabecalho{
background-color: black;
border-bottom: solid 6px black;
height: 100px;
box-sizing: content-box;
}
.logo{
display: inline-block;
height: 140px;
width: 160px;
}
/* .logo img{
height: 100%;
} */
.menu-toggle{
float: right;
color: white;
background-color: #757575;
border: solid 1px white;
border-radius: 5px;
height: 40px;
padding: 10px 20px;
margin: 20px 15px;
}
.menu{
display: inline-block;
vertical-align: top;
height: 80px;
padding: 25px;
}
.menu li{
display: inline-table;
margin: 12px;
margin-right: 80px;
}
.cabecalho a{
text-decoration: none;
color: white;
font-size: 1.3em;
}
.menu a{
border-radius: 10px;
}
.autenticacao{
float: right;
height: 80px;
padding: 25px;
}
.menu a:hover,
.menu a.selected{
background-color: #ffffff;
color: black;
}
.botao{
border-radius: 30px;
padding: 10px 25px;
margin: 10px;
transition-duration: 0.5s;
}
@media(min-width: 679px){
.menu-toggle{
display: none;
}
}
@media(max-width: 680px){
.menu{
display: none;
}
}
@media(max-width: 910px){
.autenticacao{
display: none;
}
}
.item img{
height: 200px;
width: 200px;
position: relative;
}
.item span{
text-align: center;
margin-left: 40px;
}
.item button{
border-radius: 20px;
background-color: white;
}
img .lobo{
margin-left: 500;
}
.titulo{
margin-top: 15px;
color: black;
position: relative;
text-align: center;
font-size: 35px;
text-decoration: underline orange;
}
#barca img{
position: absolute;
margin-left: 15px;
margin-top: 40px;
width: 360px;
height: 190px;
}
#barca h3{
position: absolute;
text-align: center;
top: 400px;
left: 50px;
margin-top: 1px;
font-size: 23px;
}
#barca h1{
position: absolute;
margin-left: 140px;
margin-top: 2px;
top: 470px;
font-size: 28px;
color: red;
}
#combo img{
position: absolute;
left: 490px;
top: 190px;
width: 290px;
height: 230px;
}
#combo h3{
position: absolute;
text-align: center;
left: 460px;
top: 420px;
font-size: 23px;
margin-left: 10px;
}
#combo h1{
position: absolute;
left: 580px;
top: 470px;
font-size: 28px;
color: red;
}
#combosab img{
position: absolute;
left: 880px;
top: 155px;
width: 360px;
height: 260px;
}
#combosab h3{
position: absolute;
text-align: center;
margin-left: 910px;
top: 410px;
font-size: 21px;
line-height: 22px;
}
#combosab h1{
position: absolute;
margin-left: 1020px;
top: 470px;
font-size: 28px;
color: red;
}
#casquinha img{
position: absolute;
left: 0px;
top: 530px;
width: 380px;
height: 280px;
}
#casquinha h3{
position: absolute;
font-size: 22px;
text-align: center;
left: 15px;
top: 790px;
}
#casquinha h1{
position: absolute;
top: 840px;
left: 48px;
font-size: 28px;
color: red;
text-align: center;
}
#pudim img{
position: absolute;
text-align: center;
left: 410px;
top: 550px;
width: 470px;
height: 270px;
}
#pudim h3{
position: absolute;
left: 570px;
top: 810px;
font-size: 23px;
}
#pudim h1{
position: absolute;
left: 500px;
top: 840px;
font-size: 28px;
color: red;
}
#batata img{
position: absolute;
left: 860px;
top: 580px;
width: 420px;
height: 200px;
}
#batata h3{
position: absolute;
text-align: center;
left: 860px;
top: 790px;
font-size: 23px;
}
#batata h1{
position: absolute;
margin-left: 920px;
top: 840px;
font-size: 28px;
color: red;
} | 0.2819 | 0.052619 |
* {
margin: 0;
padding: 0;
}
html, body {
background-color:#CABA96;
font-family:Verdana;
font-size:9pt;
}
img {
border:none;
}
a {
color:#804000;
text-decoration:none;
font-weight:bold;
}
a:hover, a:active {
color:#0082BE;
}
a.inactive {
color:#C0AFAA;
}
input {
padding:2px;
}
h3 {
padding-top:15px;
padding-bottom:5px;
}
p {
padding-bottom:10px;
}
td, th {
padding:4px;
}
th {
background-color:#C4A566;
}
td {
background-color: #F4E4BC;
}
/*General Layout*/
div#topbar {
margin:0;
height:40px;
line-height:40px;
background-color:#EEDFBE;
padding-right:40px;
}
div#topbar a {
display:inline-block;
float:right;
padding-right:15px;
padding-left:15px;
height:40px;
}
div#topbar a:hover {
background-color:#F2EBDC;
}
div#topbar span.title {
color:#804000;
font-size:x-large;
margin-left:20px;
font-family:Times;
cursor:pointer;
}
div#container {
width:80%;
margin-left:auto;
margin-right:auto;
border:2px solid #7D6F6C;
border-top:none;
background-color:#F1EBDD;
}
div#container:after {
content: ".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
div#container div#nav {
float:left;
width:20%;
border:1px solid #804000;
border-top:none;
border-left:none;
}
div#container div#nav h1 {
background-color:#DED3B9;
font-size:10.4pt;
font-style:italic;
padding: 5px;
margin-top: 15px;
}
/*
div#container div#nav a:before {
content:"» ";
}
*/
div#container div#nav a {
display:block;
padding:2px;
padding-left:5px;
}
div#container div#content {
float:right;
width:75%;
margin: 15px;
margin-left:0;
}
div#footnote {
text-align:center;
font-size:x-small;
margin-top:20px;
}
/*New Status*/
div#status_post input[type=text] {
width:70%;
padding:5px;
}
div#status_post {
margin-bottom:10px;
}
/*Threads*/
div.threadbit {
margin-bottom: 15px;
}
div.threadbit span {
color: #7D6F6C;
}
div.threadbit span a {
font-weight: normal;
}
/*Login*/
div#loginbox {
border: 1px solid grey;
border-top: none;
border-bottom:none;
width: 300px;
margin-left:auto;
margin-right:auto;
padding:25px;
}
div#loginbox label {
width: 100px;
display: inline-block;
}
div#loginbox input {
margin-bottom:10px;
}
/*Change World*/
ul.world_select {
list-style-type: none;
padding:0px;
}
ul.world_select li {
margin: 0 3px 3px 3px;
padding: 0.4em;
font-size: 1.4em;
height: 18px;
width:100px;
float:left;
cursor:pointer;
}
ul.world_select .ui-selecting { background: #FECA40; }
ul.world_select .ui-selected { background: #F39814; color: white; }
/*Intro*/
div#intro_div {
padding: 20px;
}
div#intro_div h1 {
margin-top: 20px;
margin-bottom:20px;
}
div#intro_div h2 {
margin-bottom:10px;
}
div#intro_div a {
margin-top:20px;
font-size: x-large;
}
/*Map Loading*/
div.twmap-loading {
border:2px solid #7D6F6C;
background-image:url(../image/ajax-loader-small.gif);
background-repeat:no-repeat;
background-color:#F5F5B5;
background-position: 5px 0;
text-align:left;
padding-left: 30px;
margin-bottom:10px;
}
/*Countdown*/
.countdown_finished {
color:#E13300;
}
/*tooltip*/
.tooltip {
border:2px solid #7D6F6C;
background-color:#F4F0EC;
padding: 5px;
}
/*lang selector */
.languageDropdown span {
display:block;
padding: 5px;
cursor:pointer;
color:#804000;
text-decoration:none;
font-weight:bold;
}
.languageDropdown span:hover {
background-color:#C0AFAA;
} | static/style/connect.css | * {
margin: 0;
padding: 0;
}
html, body {
background-color:#CABA96;
font-family:Verdana;
font-size:9pt;
}
img {
border:none;
}
a {
color:#804000;
text-decoration:none;
font-weight:bold;
}
a:hover, a:active {
color:#0082BE;
}
a.inactive {
color:#C0AFAA;
}
input {
padding:2px;
}
h3 {
padding-top:15px;
padding-bottom:5px;
}
p {
padding-bottom:10px;
}
td, th {
padding:4px;
}
th {
background-color:#C4A566;
}
td {
background-color: #F4E4BC;
}
/*General Layout*/
div#topbar {
margin:0;
height:40px;
line-height:40px;
background-color:#EEDFBE;
padding-right:40px;
}
div#topbar a {
display:inline-block;
float:right;
padding-right:15px;
padding-left:15px;
height:40px;
}
div#topbar a:hover {
background-color:#F2EBDC;
}
div#topbar span.title {
color:#804000;
font-size:x-large;
margin-left:20px;
font-family:Times;
cursor:pointer;
}
div#container {
width:80%;
margin-left:auto;
margin-right:auto;
border:2px solid #7D6F6C;
border-top:none;
background-color:#F1EBDD;
}
div#container:after {
content: ".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
div#container div#nav {
float:left;
width:20%;
border:1px solid #804000;
border-top:none;
border-left:none;
}
div#container div#nav h1 {
background-color:#DED3B9;
font-size:10.4pt;
font-style:italic;
padding: 5px;
margin-top: 15px;
}
/*
div#container div#nav a:before {
content:"» ";
}
*/
div#container div#nav a {
display:block;
padding:2px;
padding-left:5px;
}
div#container div#content {
float:right;
width:75%;
margin: 15px;
margin-left:0;
}
div#footnote {
text-align:center;
font-size:x-small;
margin-top:20px;
}
/*New Status*/
div#status_post input[type=text] {
width:70%;
padding:5px;
}
div#status_post {
margin-bottom:10px;
}
/*Threads*/
div.threadbit {
margin-bottom: 15px;
}
div.threadbit span {
color: #7D6F6C;
}
div.threadbit span a {
font-weight: normal;
}
/*Login*/
div#loginbox {
border: 1px solid grey;
border-top: none;
border-bottom:none;
width: 300px;
margin-left:auto;
margin-right:auto;
padding:25px;
}
div#loginbox label {
width: 100px;
display: inline-block;
}
div#loginbox input {
margin-bottom:10px;
}
/*Change World*/
ul.world_select {
list-style-type: none;
padding:0px;
}
ul.world_select li {
margin: 0 3px 3px 3px;
padding: 0.4em;
font-size: 1.4em;
height: 18px;
width:100px;
float:left;
cursor:pointer;
}
ul.world_select .ui-selecting { background: #FECA40; }
ul.world_select .ui-selected { background: #F39814; color: white; }
/*Intro*/
div#intro_div {
padding: 20px;
}
div#intro_div h1 {
margin-top: 20px;
margin-bottom:20px;
}
div#intro_div h2 {
margin-bottom:10px;
}
div#intro_div a {
margin-top:20px;
font-size: x-large;
}
/*Map Loading*/
div.twmap-loading {
border:2px solid #7D6F6C;
background-image:url(../image/ajax-loader-small.gif);
background-repeat:no-repeat;
background-color:#F5F5B5;
background-position: 5px 0;
text-align:left;
padding-left: 30px;
margin-bottom:10px;
}
/*Countdown*/
.countdown_finished {
color:#E13300;
}
/*tooltip*/
.tooltip {
border:2px solid #7D6F6C;
background-color:#F4F0EC;
padding: 5px;
}
/*lang selector */
.languageDropdown span {
display:block;
padding: 5px;
cursor:pointer;
color:#804000;
text-decoration:none;
font-weight:bold;
}
.languageDropdown span:hover {
background-color:#C0AFAA;
} | 0.38549 | 0.099383 |
.TituloUltPed {
margin-left: 255px;
margin-top: 10px;
color: #1f1f1f;
padding: 7px;
font-size: 35px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#IdConfirma2 {
display: none;
width: 190px;
height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background-color: #2fc2ba;
color: white;
border-style: none;
border-radius: 5px;
margin-left: 21%;
}
#IdConfirma3 {
display: none;
width: 190px;
height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background-color: #2fc2ba;
color: white;
border-style: none;
border-radius: 5px;
margin-left: 21%;
}
#IdConfirma4 {
display: none;
width: 190px;
height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background-color: #2fc2ba;
color: white;
border-style: none;
border-radius: 5px;
margin-left: 21%;
}
#IdConfirma5 {
display: none;
width: 190px;
height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background-color: #2fc2ba;
color: white;
border-style: none;
border-radius: 5px;
margin-left: 21%;
}
#IdConfirma {
display: none;
width: 190px;
height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background-color: #2fc2ba;
color: white;
border-style: none;
border-radius: 5px;
margin-left: 21%;
}
.ClDivPd1 {
width: 333px;
border-radius: 8px;
color: #1f1f1f;
padding: 5px;
margin-right: auto;
margin-left: 7%;
margin-top: 76px;
font-size: 1px;
text-align: center;
border: #2bd3cb solid 3px;
}
.ClDivPd2 {
width: 333px;
border-radius: 8px;
color: #1f1f1f;
padding: 5px;
margin-right: auto;
margin-left: 62%;
margin-top: -44px;
font-size: 1px;
text-align: center;
border: #2bd3cb solid 3px;
}
.ClDivPd3 {
width: 333px;
border-radius: 8px;
color: #1f1f1f;
padding: 5px;
margin-right: auto;
margin-left: 7%;
margin-top: 8%;
font-size: 1px;
text-align: center;
border: #2bd3cb solid 3px;
}
.ClDivPd4 {
width: 333px;
border-radius: 8px;
color: #1f1f1f;
padding: 5px;
margin-right: auto;
margin-left: 63%;
margin-top: -44px;
font-size: 1px;
text-align: center;
border: #2bd3cb solid 3px;
}
.ClDivPd5 {
width: 333px;
border-radius: 8px;
color: #1f1f1f;
padding: 5px;
margin-right: auto;
margin-left: 7%;
margin-top: 8%;
font-size: 1px;
text-align: center;
border: #2bd3cb solid 3px;
}
.H2Class {
color: #141414;
font-size: 25px;
}
.PClass {
font-size: 18px;
}
.ClPedidoA,
.ClPedidoB,
.ClPedidoC,
.ClPedidoD,
.ClPedidoE {
letter-spacing: 1px;
cursor: pointer;
} | TCC_Entra21/stock-pile/src/components/Body/UltimosPedidos/pedidos.css | .TituloUltPed {
margin-left: 255px;
margin-top: 10px;
color: #1f1f1f;
padding: 7px;
font-size: 35px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#IdConfirma2 {
display: none;
width: 190px;
height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background-color: #2fc2ba;
color: white;
border-style: none;
border-radius: 5px;
margin-left: 21%;
}
#IdConfirma3 {
display: none;
width: 190px;
height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background-color: #2fc2ba;
color: white;
border-style: none;
border-radius: 5px;
margin-left: 21%;
}
#IdConfirma4 {
display: none;
width: 190px;
height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background-color: #2fc2ba;
color: white;
border-style: none;
border-radius: 5px;
margin-left: 21%;
}
#IdConfirma5 {
display: none;
width: 190px;
height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background-color: #2fc2ba;
color: white;
border-style: none;
border-radius: 5px;
margin-left: 21%;
}
#IdConfirma {
display: none;
width: 190px;
height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background-color: #2fc2ba;
color: white;
border-style: none;
border-radius: 5px;
margin-left: 21%;
}
.ClDivPd1 {
width: 333px;
border-radius: 8px;
color: #1f1f1f;
padding: 5px;
margin-right: auto;
margin-left: 7%;
margin-top: 76px;
font-size: 1px;
text-align: center;
border: #2bd3cb solid 3px;
}
.ClDivPd2 {
width: 333px;
border-radius: 8px;
color: #1f1f1f;
padding: 5px;
margin-right: auto;
margin-left: 62%;
margin-top: -44px;
font-size: 1px;
text-align: center;
border: #2bd3cb solid 3px;
}
.ClDivPd3 {
width: 333px;
border-radius: 8px;
color: #1f1f1f;
padding: 5px;
margin-right: auto;
margin-left: 7%;
margin-top: 8%;
font-size: 1px;
text-align: center;
border: #2bd3cb solid 3px;
}
.ClDivPd4 {
width: 333px;
border-radius: 8px;
color: #1f1f1f;
padding: 5px;
margin-right: auto;
margin-left: 63%;
margin-top: -44px;
font-size: 1px;
text-align: center;
border: #2bd3cb solid 3px;
}
.ClDivPd5 {
width: 333px;
border-radius: 8px;
color: #1f1f1f;
padding: 5px;
margin-right: auto;
margin-left: 7%;
margin-top: 8%;
font-size: 1px;
text-align: center;
border: #2bd3cb solid 3px;
}
.H2Class {
color: #141414;
font-size: 25px;
}
.PClass {
font-size: 18px;
}
.ClPedidoA,
.ClPedidoB,
.ClPedidoC,
.ClPedidoD,
.ClPedidoE {
letter-spacing: 1px;
cursor: pointer;
} | 0.351645 | 0.09118 |
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
main{
background: url(../images/bg.svg);
height: 100vh;
display: flex;
align-items: center;
width: 100%;
padding: 20px;
flex-direction: column;
background-repeat: no-repeat;
background-size: cover;
}
.forms {
background: #fff;
box-shadow: 0 0 3px #000;
margin: 0px auto;
width: 600px;
overflow: hidden;
padding: 0;
min-width: 350px;
margin-top: 5%;
}
.forms h1 {
padding: 0 0 20px 0;
font-size: 26px;
color: #666;
font-weight: lighter;
text-align: center;
}
.forms form { padding: 30px; }
#signup { display: none; }
.forms .tab-group {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}
.forms .tab-group:after {
content: "";
display: table;
clear: both;
}
.forms .tab-group li a {
display: block;
text-decoration: none;
padding: 15px;
background: #e5e6e7;
color: #888;
font-size: 20px;
float: left;
width: 50%;
text-align: center;
border-top: 3px solid transparent;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
/* .forms .tab-group li a:hover {
border-bottom: 3px solid #0097A7;
} */
.forms .tab-group .active a {
background: #fff;
color: #444;
border-bottom: 3px solid #0097A7;
}
.forms input {
font-size: 15px;
display: block;
width: 100%;
padding: 10px 20px;
border: 1px solid #ddd;
color: #666;
border-radius: 0;
margin-bottom: 10px;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.forms input:focus {
outline: 0;
border-color: #0097A7;
}
.forms label {
font-size: 15px;
font-weight: normal;
color: #666;
margin-bottom: 3px;
display: block;
}
.forms .button {
border: 0;
outline: none;
border-radius: 0;
padding: 10px 0;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
background: #0097A7;
color: #ffffff;
cursor: pointer;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.forms .button:hover, .button:focus { background: #0097A7; }
.text-p { text-align: right; }
.text-p a { color: #0097A7; }
@media only screen and (max-width:650px)
{
.forms{
width: 100%;
}
}
.tab
{
display: block;
width: 100%;
}
.tab a
{
width: 100% !important;
box-sizing: border-box;
} | public/main/css/signin.css | *
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
main{
background: url(../images/bg.svg);
height: 100vh;
display: flex;
align-items: center;
width: 100%;
padding: 20px;
flex-direction: column;
background-repeat: no-repeat;
background-size: cover;
}
.forms {
background: #fff;
box-shadow: 0 0 3px #000;
margin: 0px auto;
width: 600px;
overflow: hidden;
padding: 0;
min-width: 350px;
margin-top: 5%;
}
.forms h1 {
padding: 0 0 20px 0;
font-size: 26px;
color: #666;
font-weight: lighter;
text-align: center;
}
.forms form { padding: 30px; }
#signup { display: none; }
.forms .tab-group {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}
.forms .tab-group:after {
content: "";
display: table;
clear: both;
}
.forms .tab-group li a {
display: block;
text-decoration: none;
padding: 15px;
background: #e5e6e7;
color: #888;
font-size: 20px;
float: left;
width: 50%;
text-align: center;
border-top: 3px solid transparent;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
/* .forms .tab-group li a:hover {
border-bottom: 3px solid #0097A7;
} */
.forms .tab-group .active a {
background: #fff;
color: #444;
border-bottom: 3px solid #0097A7;
}
.forms input {
font-size: 15px;
display: block;
width: 100%;
padding: 10px 20px;
border: 1px solid #ddd;
color: #666;
border-radius: 0;
margin-bottom: 10px;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.forms input:focus {
outline: 0;
border-color: #0097A7;
}
.forms label {
font-size: 15px;
font-weight: normal;
color: #666;
margin-bottom: 3px;
display: block;
}
.forms .button {
border: 0;
outline: none;
border-radius: 0;
padding: 10px 0;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
background: #0097A7;
color: #ffffff;
cursor: pointer;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.forms .button:hover, .button:focus { background: #0097A7; }
.text-p { text-align: right; }
.text-p a { color: #0097A7; }
@media only screen and (max-width:650px)
{
.forms{
width: 100%;
}
}
.tab
{
display: block;
width: 100%;
}
.tab a
{
width: 100% !important;
box-sizing: border-box;
} | 0.247169 | 0.0713 |
.bg-1 {
background: #ECEFF1;
color: #37474f;
}
.bg-2 {
background: #7986cb;
color: #ECEFF1;
}
.bg-3 {
background: #37474f;
color: #fff;
}
/* Common button styles */
.button {
float: left;
min-width: 150px;
max-width: 250px;
display: block;
margin: 1em;
padding: 1em 2em;
border: none;
background: none;
color: inherit;
vertical-align: middle;
position: relative;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.button:focus {
outline: none;
}
.button > span {
vertical-align: middle;
}
.btn {
transition: border-color .5s, background .5s;
}
.btn, .btn:hover {
border-color: transparent;
}
/*button love*/
/* Winona */
.button--love {
overflow: hidden;
padding: 0;
-webkit-transition: border-color 0.3s, background-color 0.3s;
transition: border-color 0.3s, background-color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--love::after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
color: #3f51b5;
-webkit-transform: translate3d(0, 25%, 0);
transform: translate3d(0, 25%, 0);
}
.button--love > span {
display: block;
}
.button--love.button--inverted {
color: #00AFB4;
}
.button--love.button--inverted:after {
color: #fff;
}
.button--love::after,
.button--love > span {
padding: 1em 2em;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--love:hover {
border-color: #3f51b5;
background-color: rgba(63, 81, 181, 0.1);
}
.button--love.button--inverted:hover {
border-color: #00AFB4;
background-color: #00AFB4;
}
.button--love:hover::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--love:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
}
/*button love*/
/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
color: #37474f;
border-color: #37474f;
}
.bg-2 .button {
color: #ECEFF1;
border-color: #ECEFF1;
}
.bg-3 .button {
color: #fff;
border-color: #fff;
}
/* Sizes */
.button--size-s {
font-size: 14px;
}
.button--size-m {
font-size: 16px;
}
.button--size-l {
font-size: 18px;
}
/* Typography and Roundedness */
.button--text-upper {
letter-spacing: 2px;
text-transform: uppercase;
}
.button--text-thin {
font-weight: 300;
}
.button--text-medium {
font-weight: 500;
}
.button--text-thick {
font-weight: 600;
}
.button--round-s {
border-radius: 5px;
}
.button--round-m {
border-radius: 15px;
}
.button--round-l {
border-radius: 40px;
}
/* Borders */
.button--border-thin {
border: 1px solid;
}
.button--border-medium {
border: 2px solid;
}
.button--border-thick {
border: 3px solid;
}
/* Individual button styles */
/* Winona */
.button--winona {
overflow: hidden;
padding: 0;
-webkit-transition: border-color 0.3s, background-color 0.3s;
transition: border-color 0.3s, background-color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
color: #3f51b5;
-webkit-transform: translate3d(0, 25%, 0);
transform: translate3d(0, 25%, 0);
}
.button--winona > span {
display: block;
}
.button--winona.button--inverted {
color: #00AFB4;
}
.button--winona.button--inverted:after {
color: #fff;
}
.button--winona::after,
.button--winona > span {
padding: 1em 2em;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
border-color: #3f51b5;
background-color: rgba(63, 81, 181, 0.1);
}
.button--winona.button--inverted:hover {
border-color: #00AFB4;
background-color: #00AFB4;
}
.button--winona:hover::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
}
/* Ujarak */
.button--ujarak {
-webkit-transition: border-color 0.4s, color 0.4s;
transition: border-color 0.4s, color 0.4s;
}
.button--ujarak::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #37474f;
z-index: -1;
opacity: 0;
-webkit-transform: scale3d(0.7, 1, 1);
transform: scale3d(0.7, 1, 1);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
border-radius: 2px;
}
.button--ujarak.button--inverted::before {
background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
color: #fff;
border-color: #37474f;
}
.button--ujarak.button--inverted:hover {
color: #37474F;
border-color: #fff;
}
.button--ujarak:hover::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* Wayra */
.button--wayra {
overflow: hidden;
width: 245px;
-webkit-transition: border-color 0.3s, color 0.3s;
transition: border-color 0.3s, color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 150%;
height: 100%;
background: #37474f;
z-index: -1;
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
color: #fff;
border-color: #3f51b5;
}
.button--wayra.button--inverted:hover {
color: #3f51b5;
border-color: #fff;
}
.button--wayra:hover::before {
opacity: 1;
background-color: #3f51b5;
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
background-color: #fff;
}
/* Tamaya */
.button--tamaya {
overflow: hidden;
color: #7986cb;
min-width: 180px;
}
.button--tamaya.button--inverted {
color: #37474f;
border-color: #37474f;
}
.button--tamaya::before,
.button--tamaya::after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 50%;
left: 0;
background: #7986cb;
color: #fff;
overflow: hidden;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya.button--inverted::before,
.button--tamaya.button--inverted::after {
background: #fff;
color: #37474f;
}
.button--tamaya::before {
top: 0;
padding-top: 1em;
}
.button--tamaya::after {
bottom: 0;
line-height: 0;
}
.button--tamaya > span {
display: block;
-webkit-transform: scale3d(0.2, 0.2, 1);
transform: scale3d(0.2, 0.2, 1);
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya:hover::before {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.button--tamaya:hover::after {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.button--tamaya:hover > span {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
/* Rayen */
.button--rayen {
overflow: hidden;
padding: 0;
width: 230px;
}
.button--rayen.button--inverted {
color: #fff;
}
.button--rayen::before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #7986cb;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.button--rayen.button--inverted::before {
background: #fff;
color: #37474f;
}
.button--rayen > span {
display: block;
}
.button--rayen::before,
.button--rayen > span {
padding: 1em 2em;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--rayen:hover > span {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
/* Pipaluk */
.button--pipaluk {
width: 240px;
padding: 1.5em 3em;
color: #fff;
}
.button--pipaluk.button--inverted {
color: #7986cb;
}
.button--pipaluk::before,
.button--pipaluk::after {
content: '';
border-radius: inherit;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button--pipaluk::before {
border: 2px solid #7986cb;
}
.button--pipaluk.button--inverted::before {
border-color: #fff;
}
.button--pipaluk::after {
background: #7986cb;
}
.button--pipaluk.button--inverted::after {
background: #fff;
}
.button--pipaluk:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.button--pipaluk::before,
.button--pipaluk:hover::after {
-webkit-transform: scale3d(0.7, 0.7, 1);
transform: scale3d(0.7, 0.7, 1);
}
.button--pipaluk:hover::after {
background-color: #3f51b5;
}
.button--pipaluk.button--inverted:hover::after {
background-color: #fff;
}
/* Nuka */
.button--nuka {
margin: 1em 2em;
-webkit-transition: color 0.3s;
transition: color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka.button--inverted {
color: #37474f;
}
.button--nuka::before,
.button--nuka::after {
content: '';
position: absolute;
border-radius: inherit;
background: #7986cb;
z-index: -1;
}
.button--nuka::before {
top: -4px;
bottom: -4px;
left: -4px;
right: -4px;
opacity: 0.2;
-webkit-transform: scale3d(0.7, 1, 1);
transform: scale3d(0.7, 1, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.button--nuka::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale3d(1.1, 1, 1);
transform: scale3d(1.1, 1, 1);
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
}
.button--nuka::before,
.button--nuka::after {
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka.button--inverted::before,
.button--nuka.button--inverted::after {
background: #fff;
}
.button--nuka:hover {
color: #fff;
}
.button--nuka:hover::before {
opacity: 1;
}
.button--nuka:hover::after {
background-color: #37474f;
}
.button--nuka.button--inverted:hover::after {
background-color: #7986cb;
}
.button--nuka:hover::after,
.button--nuka:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
/* Moema */
.button--moema {
padding: 1.5em 3em;
border-radius: 50px;
background: #7986cb;
color: #fff;
-webkit-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s;
}
.button--moema.button--inverted {
background: #ECEFF1;
color: #37474f;
}
.button--moema::before {
content: '';
position: absolute;
top: -20px;
left: -20px;
bottom: -20px;
right: -20px;
background: inherit;
border-radius: 50px;
z-index: -1;
opacity: 0.4;
-webkit-transform: scale3d(0.8, 0.5, 1);
transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
color: #ECEFF1;
background-color: #3f51b5;
-webkit-animation: anim-moema-1 0.3s forwards;
animation: anim-moema-1 0.3s forwards;
}
.button--moema.button--inverted:hover {
color: #ECEFF1;
background-color: #7986cb;
}
.button--moema:hover::before {
-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
60% {
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
85% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes anim-moema-1 {
60% {
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
85% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes anim-moema-2 {
to {
opacity: 0;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes anim-moema-2 {
to {
opacity: 0;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
/* Isi */
.button--isi {
padding: 1.2em 2em;
color: #fff;
background: #7986cb;
overflow: hidden;
}
.button--isi::before {
content: '';
z-index: -1;
position: absolute;
top: 50%;
left: 100%;
margin: -15px 0 0 1px;
width: 30px;
height: 30px;
border-radius: 50%;
background: #3f51b5;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.button--isi .button__icon {
vertical-align: middle;
}
.button--isi > span {
vertical-align: middle;
padding-left: 0.75em;
}
.button--isi:hover::before {
-webkit-transform: scale3d(9, 9, 1);
transform: scale3d(9, 9, 1);
}
/* Aylen */
.button.button--aylen {
background: #fff;
color: #37474f;
overflow: hidden;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.button--aylen.button--inverted {
background: none;
color: #fff;
}
.button--aylen::before,
.button--aylen::after {
content: '';
position: absolute;
height: 100%;
width: 100%;
bottom: 100%;
left: 0;
z-index: -1;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
background: #7986cb;
}
.button--aylen::after {
background: #3f51b5;
}
.button--aylen:hover {
color: #fff;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
/* Saqui */
.button.button--saqui {
overflow: hidden;
color: #fff;
background: #37474f;
-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--saqui.button--inverted {
background: #fff;
color: #37474f;
}
.button--saqui::after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 1em 2em;
color: #37474f;
-webkit-transform-origin: -25% 50%;
transform-origin: -25% 50%;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
-webkit-transition: -webkit-transform 0.3s ease-in;
transition: transform 0.3s ease-in;
}
.button--saqui.button--inverted::after {
color: #fff;
}
.button--saqui:hover::after,
.button--saqui:hover {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.button--saqui:hover {
background-color: #7986cb;
color: #7986cb;
}
.button--saqui.button--inverted:hover {
background-color: #3f51b5;
color: #3f51b5;
}
.button--saqui:hover::after {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
/* Wapasha */
.button.button--wapasha {
background: #37474f;
color: #fff;
-webkit-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s;
}
.button--wapasha.button--inverted {
background: #fff;
color: #37474f;
}
.button--wapasha::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid #3f51b5;
z-index: -1;
border-radius: inherit;
opacity: 0;
-webkit-transform: scale3d(0.6, 0.6, 1);
transform: scale3d(0.6, 0.6, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha.button--inverted::before {
border-color: #7986cb;
}
.button--wapasha:hover {
background-color: #fff;
color: #3f51b5;
}
.button--wapasha.button--inverted:hover {
background-color: #37474f;
color: #7986cb;
}
.button--wapasha:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
/* Nina */
.button--nina {
padding: 0 2em;
background: #7986cb;
color: #fff;
overflow: hidden;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.button--nina.button--inverted {
background: #fff;
color: #7986cb;
}
.button--nina > span {
display: inline-block;
padding: 1em 0;
opacity: 0;
color: #fff;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 1em 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
background-color: #3f51b5;
}
.button--nina:hover::before {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
-webkit-transition-delay: 0.045s;
transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
-webkit-transition-delay: 0.09s;
transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
-webkit-transition-delay: 0.135s;
transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
-webkit-transition-delay: 0.18s;
transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
-webkit-transition-delay: 0.225s;
transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
-webkit-transition-delay: 0.27s;
transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
-webkit-transition-delay: 0.315s;
transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
-webkit-transition-delay: 0.36s;
transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
-webkit-transition-delay: 0.405s;
transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
-webkit-transition-delay: 0.45s;
transition-delay: 0.45s;
}
/* Nanuk */
.button--nanuk {
padding: 0 2em;
overflow: hidden;
background: #7986cb;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.button--nanuk.button--inverted {
background: #fff;
color: #7986cb;
}
.button--nanuk > span {
display: inline-block;
padding: 1em 0;
}
.button--nanuk:hover {
background-color: #3f51b5;
}
.button--nanuk:hover > span:nth-child(odd) {
-webkit-animation: anim-nanuk-1 0.5s forwards;
animation: anim-nanuk-1 0.5s forwards;
}
.button--nanuk:hover > span:nth-child(even) {
-webkit-animation: anim-nanuk-2 0.5s forwards;
animation: anim-nanuk-2 0.5s forwards;
}
.button--nanuk:hover > span:nth-child(odd),
.button--nanuk:hover > span:nth-child(even) {
-webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
@-webkit-keyframes anim-nanuk-1 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: inherit;
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: #fff;
}
100% {
color: #fff;
}
}
@keyframes anim-nanuk-1 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: inherit;
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: #fff;
}
100% {
color: #fff;
}
}
@-webkit-keyframes anim-nanuk-2 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: inherit;
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: #fff;
}
100% {
color: #fff;
}
}
@keyframes anim-nanuk-2 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: inherit;
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: #fff;
}
100% {
color: #fff;
}
}
.button--nanuk:hover > span:nth-child(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.button--nanuk:hover > span:nth-child(2) {
-webkit-animation-delay: 0.05s;
animation-delay: 0.05s;
}
.button--nanuk:hover > span:nth-child(3) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.button--nanuk:hover > span:nth-child(4) {
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
}
.button--nanuk:hover > span:nth-child(5) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.button--nanuk:hover > span:nth-child(6) {
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.button--nanuk:hover > span:nth-child(7) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.button--nanuk:hover > span:nth-child(8) {
-webkit-animation-delay: 0.35s;
animation-delay: 0.35s;
}
.button--nanuk:hover > span:nth-child(9) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.button--nanuk:hover > span:nth-child(10) {
-webkit-animation-delay: 0.45s;
animation-delay: 0.45s;
}
.button--nanuk:hover > span:nth-child(11) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
/* Antiman */
.button--antiman {
background: none;
border: none;
height: 60px;
}
.button--antiman.button--inverted,
.button--antiman.button--inverted-alt {
-webkit-transition: color 0.3s;
transition: color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman > span {
padding-left: 0.35em;
}
.button--antiman::before,
.button--antiman::after {
content: '';
z-index: -1;
border-radius: inherit;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman::before {
border: 2px solid #37474f;
opacity: 0;
-webkit-transform: scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
}
.button--antiman.button--border-thin::before {
border-width: 1px;
}
.button--antiman.button--border-medium::before {
border-width: 2px;
}
.button--antiman.button--border-thick::before {
border-width: 3px;
}
.button--antiman.button--inverted::before {
border-color: #7986cb;
}
.button--antiman.button--inverted-alt::before {
border-color: #3f51b5;
}
.button--antiman::after {
background: #fff;
}
.button--antiman.button--inverted::after {
background: #7986cb;
}
.button--antiman.button--inverted-alt::after {
background: #3f51b5;
}
.button--antiman.button--inverted:hover {
color: #7986cb;
}
.button--antiman.button--inverted-alt:hover {
color: #3f51b5;
}
.button--antiman:hover::before {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.button--antiman:hover::after {
opacity: 0;
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
/* Itzel */
.button--itzel {
border: none;
padding: 0px;
overflow: hidden;
width: 255px;
}
.button--itzel::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid;
border-radius: inherit;
-webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
clip-path: url(../index.html#clipBox);
-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.button--itzel.button--border-thin::before {
border: 1px solid;
-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}
.button--itzel.button--border-thick::before {
border: 3px solid;
-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}
.button--itzel::before,
.button--itzel .button__icon {
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--itzel .button__icon {
position: absolute;
top: 100%;
left: 50%;
padding: 20px;
font-size: 20px;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
.button--itzel > span {
display: block;
padding: 20px;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.button--itzel:hover::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--itzel:hover .button__icon {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: translate3d(-50%, -100%, 0);
transform: translate3d(-50%, -100%, 0);
}
.button--itzel:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
/* Naira */
.button--naira {
padding: 0;
overflow: hidden;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.button--naira::before {
content: '';
position: absolute;
left: -50%;
width: 200%;
height: 200%;
background: #37474f;
top: -50%;
z-index: -1;
-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.button--naira.button--inverted::before {
background: #7986cb;
}
.button--naira-up::before {
-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.button--naira > span {
display: block;
}
.button--naira .button__icon {
position: absolute;
top: 0;
width: 100%;
left: 0;
color: #fff;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.button--naira-up .button__icon {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.button--naira > span,
.button--naira .button__icon {
padding: 1em 2em;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--naira:hover::before {
-webkit-animation: anim-naira-1 0.3s forwards ease-in;
animation: anim-naira-1 0.3s forwards ease-in;
}
.button--naira-up:hover::before {
-webkit-animation: anim-naira-2 0.3s forwards ease-in;
animation: anim-naira-2 0.3s forwards ease-in;
}
@-webkit-keyframes anim-naira-1 {
50% {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@keyframes anim-naira-1 {
50% {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@-webkit-keyframes anim-naira-2 {
50% {
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@keyframes anim-naira-2 {
50% {
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
.button--naira:hover {
background-color: #37474f;
-webkit-transition: background-color 0s 0.3s;
transition: background-color 0s 0.3s;
}
.button--naira.button--inverted:hover {
background-color: #7986cb;
}
.button--naira:hover .button__icon {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--naira:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.button--naira-up:hover > span {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
/* Quidel */
.button--quidel {
background: #7986cb;
color: #7986cb;
overflow: hidden;
-webkit-transition: color 0.3s;
transition: color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--quidel.button--inverted {
background: #fff;
color: #fff;
}
.button--quidel::before,
.button--quidel::after {
content: '';
position: absolute;
z-index: -1;
border-radius: inherit;
}
.button--quidel::after {
top: 2px;
left: 2px;
right: 2px;
bottom: 2px;
background: #fff;
}
.button--quidel.button--inverted::after {
background: #37474f;
}
.button--quidel::before {
background: #37474f;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--quidel.button--inverted::before {
background: #7986cb;
}
.button--round-s.button--quidel::after {
border-radius: 3px;
}
.button--round-m.button--quidel::after {
border-radius: 13px;
}
.button--round-l.button--quidel::after {
border-radius: 40px;
}
.button--quidel > span {
padding-left: 0.35em;
}
.button--quidel:hover {
color: #37474f;
}
.button--quidel.button--inverted:hover {
color: #7986cb;
}
.button--quidel:hover::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* Sacnite */
.button.button--sacnite {
width: 70px;
height: 70px;
min-width: 0;
padding: 0;
color: #fff;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.button--scanite.button--round-l {
border-radius: 50%;
}
.button--sacnite.button--inverted {
color: #37474f;
}
.button--sacnite::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: inherit;
z-index: -1;
box-shadow: inset 0 0 0 35px #37474f;
-webkit-transform: scale3d(0.9, 0.9, 1);
transform: scale3d(0.9, 0.9, 1);
-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
transition: box-shadow 0.3s, transform 0.3s;
}
.button--sacnite.button--inverted::before {
box-shadow: inset 0 0 0 35px #fff;
}
.button--sacnite .button__icon {
font-size: 22px;
width: 22px;
}
.button--sacnite > span {
position: absolute;
opacity: 0;
pointer-events: none;
}
.button--sacnite:hover {
color: #37474f;
}
.button--sacnite.button--inverted:hover {
color: #fff;
}
.button--sacnite:hover::before {
box-shadow: inset 0 0 0 2px #37474f;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.button--sacnite.button--inverted:hover::before {
box-shadow: inset 0 0 0 2px #fff;
}
/* Shikoba */
.button.button--shikoba {
padding: 1em 30px 1em 50px;
overflow: hidden;
background: #fff;
color: #37474f;
border-color: #37474f;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.button--shikoba.button--inverted {
color: #fff;
background: #7986cb;
}
.button--shikoba > span {
display: inline-block;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba .button__icon {
position: absolute;
left: 20px;
font-size: 18px;
-webkit-transform: translate3d(-40px, 2.5em, 0);
transform: translate3d(-40px, 2.5em, 0);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba:hover .button__icon,
.button--shikoba:hover > span {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--shikoba:hover {
background: #3f51b5;
border-color: #3f51b5;
color: #fff;
}
/* follow-btn */
.follow-btn{
background: #00AFB4;
color: #fff !important
}
.follow-btn:hover{
background: #F25E4F;
color: #fff !important
}
.following-btn{
background: #3CBA80;
color: #fff !important
}
.following-btn:hover{
background: #F25E4F;
color: #fff !important
}
.myself-btn{
background: #F25E4F;
color: #fff !important
}
/* follow-btn */
/* pop up style */
.all-popup-div {
width: 100% !important;
height: 100% !important;
top: 0px;
left: 0;
right: 0;
display: none;
background: rgba(0,0,0, .7) !important;
position: fixed !important;
z-index: 99999;
}
.all-popup-contents {
min-height:250px;
width: 50%;
top: 100px;
position: relative !important;
margin: 0 auto;
background: #fff;
padding: 20px 0px 20px;
border: #f9f9f9;
border-radius: 5px;
clear: both;
overflow: hidden;
}
.url-from-other-site h1{
font-size: 20px;
}
@media (min-width: 0px) and (max-width: 800px) {
.all-popup-contents {
width: 80% !important;
}
.url-from-other-site h1 {
margin-bottom: 22px;
line-height: 35px;
margin-top: 40px;
font-size: 20px;
}
}
@media (min-width: 800px) and (max-width: 1040px) {
.all-popup-contents {
width: 60% !important;
}
}
.close-popup {
float: right;
text-decoration: none;
background: none repeat scroll 0% 0% #F25E4F;
color: #FFF;
padding: 8px;
font-size: 14px;
border-radius: 5%;
position: absolute;
top:5px;
right: 5px;
}
.close-popup:hover {
color: #fff;
}
.url-from-other-site h1 {
text-transform: uppercase;
text-align: center;
margin-bottom: 24px;
border-bottom: 1px dotted #d4d4d4;
line-height: 50px;
}
.url-from-other-site p {
margin-top: 15px;
line-height: 30px;
}
.url-from-other-site .want-product {
font-weight: bold;
color: #7A7A7A;
}
.input-medium {
margin-bottom: 0px;
}
.top-area-yolove .input-medium:focus {
border-color: #FF7163;
}
.yolove-it {
background-color: #76DAAC;
padding: 8px 10px !important;
color: #fff !important;
position: relative;
border-radius: 5px;
}
.fetch-now {
background-color: #F25E4F;
width: 100%;
color: #fff !important;
position: relative;
border-radius: 4px;
border: none;
padding: 6px 0;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.fetch-now:hover {
background-color: #FF5948;
}
.top-area-yolove {
padding: 20px 40px;
}
.bottom-area-yolove {
background: none repeat scroll 0% 0% #f2f2f2;
width: 100%;
margin-top: -20px;
text-align: center;
padding: 5px 40px 25px;
}
#BackToTop {
z-index: 1000;
position: fixed;
right: 9px;
bottom: 165px;
cursor: pointer;
background: url("../images/btn-top.png") no-repeat;
display: block;
height: 57px;
width: 57px;
}
#BackToTop.show {
opacity: 1;
}
.pop-head{
text-align: center;
font-size: 20px;
text-transform: uppercase;
}
/* post page style */
.image-overlay {
background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.47) 73%, rgba(0, 0, 0, 0.52) 81%, rgba(0, 0, 0, 0.59) 91%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0.29);
background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.47) 73%, rgba(0, 0, 0, 0.52) 81%, rgba(0, 0, 0, 0.59) 91%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0.29);
background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.47) 73%, rgba(0, 0, 0, 0.52) 81%, rgba(0, 0, 0, 0.59) 91%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0.29);
background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.47) 73%, rgba(0, 0, 0, 0.52) 81%, rgba(0, 0, 0, 0.59) 91%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0.29);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.47) 73%, rgba(0, 0, 0, 0.52) 81%, rgba(0, 0, 0, 0.59) 91%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0.29);
display: none;
height: 100%;
left: 0px;
opacity: 1;
z-index: 99999;
position: absolute;
top: 0px;
width: 100%;
}
.post-image-block:hover .image-overlay {
display: block;
z-index: 99999;
opacity: .5;
}
#post-page-form {
border: 1px solid #ddd;
min-height: 1050px;
position: relative;
background: #f2f2f2;
}
.image-overlay img {
position: absolute;
top: 40%;
left: 30%;
}
.item-description label {
font-size: 14px;
}
.img-from-another-site-container {
height: 650px;
overflow-y: scroll;
padding: 8px;
}
.item-description {
min-height: 100px;
background: #f2f2f2;
padding: 15px 20px;
margin: 20px 0px 10px;
border-top: 1px solid #E9E9E9;
}
.item-description input[type="text"] {
width: 85%;
}
.item-description input[type="text"]:focus {
border-color: #FF7163;
}
.item-category {
min-height: 400px;
padding: 15px 20px;
margin: 10px auto;
border-top: 1px solid #E9E9E9;
}
.category {
border: 1px solid #e6e6e6;
min-height: 150px;
margin: 0px !important;
background: #333;
border-radius: 2px;
text-align: center;
position: relative;
padding: 5px;
}
.category:hover{
background:#D43D2E;
cursor: pointer;
}
.category:hover span{
color: #fff;
}
.category span {
color: #fff;
}
.create-btn,
.post-btn {
background-color: #F25E4F;
padding: 11px 30px !important;
color: #fff !important;
border-radius: 2px;
float: right;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.create-btn:hover,
.post-btn:hover {
background-color: #FF5948;
}
.item-category-selection,
.collection-gallery {
height: 320px;
overflow-y: scroll;
}
/*---------------*/
/*Sprite*/
.no-padding{
padding: 0px;
}
.img-from-another-site-container {
height: 700px;
overflow: auto;
padding: 8px;
}
.head-styler-add {
color: #333;
text-transform: uppercase;
font-weight: lighter;
font-size: 16px !important;
margin-bottom: 15px;
}
.title-add{}
.title-add input{
border-radius: 0px;
width: 100% !important;
}
.title-add .input-group-addon{
background: #D43D2E;
border: 0px;
color: #fff;
text-transform: uppercase;
font-size: 15px;
border-radius: 0px !important;
}
.title-add .form-group{
width: 100%;
}
.title-add .form-group .input-group{
width: 100%;
height: 40px;
}
.title-add .form-group .input-group input{
height: 40px;
padding-left: 5px;
}
input.form-control{
border: 1px solid #b6b6b6;
border-radius: 0px;
}
input.form-control:focus{
box-shadow: 0px 0px 2px #555;
}
textarea.form-control{
border: 1px solid #b6b6b6;
border-radius: 0px;
}
.bg_change{
opacity: 0.9;
cursor: pointer;
background: #D43D2E;
}
.bg_change span{
color: #fff !important;
}
.apparel_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -2366px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.top_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -8500px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.dresses_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -1896px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.accessories_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -54px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.handbags_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -540px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.outerwear_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -5232px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.skirts_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -6888px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.jeans_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -6459px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.pants_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -4096px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.shorts_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -6622px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.jumpsuits_and_rompers_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -3936px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.intimates_image {
height: 33px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -2932px transparent !important;
margin-right: auto;
margin-top: 30px !important;
margin-left: auto;
}
.swimwear_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -8016px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.activewear_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -7219px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
/*Sprite*/
/*setting*/
.change-password-form {
padding: 45px 10px;
font-size: 12px;
}
.change-password-form label {
color: #7A7A7A;
font-size: 13px;
font-weight: normal;
}
.change-password-form input[type="email"]:focus,
.change-password-form input[type="text"]:focus,
.change-password-form input[type="password"]:focus,
.change-password-form textarea:focus {
border-color: #76DAAC;
}
.btn-save-change {
background-color: #00AFB4;
color: #fff !important;
border-radius: 0px;
}
.btn-save-change:hover{
background: #7A7A7A;
color: #fff;
}
.change-password-form .note {
font-size: 14px;
padding-top: 5px;
}
.change-password-form .note a {
color: #00AFB4;
}
.custom-facebook-button {
background: #4A6AAD;
padding: 12px 50px;
color: #fff;
transition: all 1s;
}
.custom-facebook-button i,
.custom-twitter-button i {
margin-right: 10px;
font-size: 18px;
}
.custom-facebook-button:hover {
background: #3B5998;
color: #fff;
}
.custom-twitter-button {
background: #3690F6;
padding: 12px 56px;
color: #fff;
transition: all 1s;
}
.custom-twitter-button:hover {
background: #2589FB;
color: #fff;
}
.connection {
margin-top: 15px !important;
}
.upload-profile-image {
position:absolute;
z-index:2;
top:0;
left:0;
filter: alpha(opacity=0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity:0;
background-color:transparent;
color:transparent;
padding: 12px 15px;
}
.profile-photo {
background-color:#00AFB4;
color: #fff;
border-radius: 0px;
}
.profile-photo:hover {
background-color: #7A7A7A;
color: #fff;
}
.checkbox label {
font-weight: normal !important;
font-size: 11px;
}
/*--setting--*/
/*register Store */
.center-div{float: none !important;margin: 0px auto;}
.create-store-container{
margin-top: 15px;
background: #fff;
border: 1px solid #d4d4d4;
min-height: 200px;
padding-top: 10px;
padding-bottom: 30px;
}
.create-header{
color: #000;
letter-spacing: 1px;
font-weight: 600px;
margin-bottom: 10px;
}
.create-header a{
color: #555;
}
.create-header a:hover{
color: #00B599;
}
.create-p{
letter-spacing: 1px;
margin-top: 0px;
}
.create-store-container .single-block{
border-top: 1px solid #d4d4d4;
margin-top: 10px;
padding: 20px 0px;
}
.form-control-div{
margin-bottom: 20px;
}
.show-img-div{
border: 1px solid #d4d4d4;
height: 150px;
width: 150px;
margin: 15px 10px 15px 17px;
float: left;
}
.single-block label{
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
}
.custom-upload {
background-color: #76DAAC;
border: 1px solid #76DAAC;
cursor: pointer;
font-size: 14px !important;
color: #fff;
padding: 5px 15px;
float: left;
margin-top: 70px;
}
.custom-upload input {
left: -9999px;
position: absolute;
}
/*--register store--*/
.btn-total{
background: #f3f3f3;
color: #555 !important;
margin-top:8px;
} | sg/assets/css/old/buttons.css | .bg-1 {
background: #ECEFF1;
color: #37474f;
}
.bg-2 {
background: #7986cb;
color: #ECEFF1;
}
.bg-3 {
background: #37474f;
color: #fff;
}
/* Common button styles */
.button {
float: left;
min-width: 150px;
max-width: 250px;
display: block;
margin: 1em;
padding: 1em 2em;
border: none;
background: none;
color: inherit;
vertical-align: middle;
position: relative;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.button:focus {
outline: none;
}
.button > span {
vertical-align: middle;
}
.btn {
transition: border-color .5s, background .5s;
}
.btn, .btn:hover {
border-color: transparent;
}
/*button love*/
/* Winona */
.button--love {
overflow: hidden;
padding: 0;
-webkit-transition: border-color 0.3s, background-color 0.3s;
transition: border-color 0.3s, background-color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--love::after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
color: #3f51b5;
-webkit-transform: translate3d(0, 25%, 0);
transform: translate3d(0, 25%, 0);
}
.button--love > span {
display: block;
}
.button--love.button--inverted {
color: #00AFB4;
}
.button--love.button--inverted:after {
color: #fff;
}
.button--love::after,
.button--love > span {
padding: 1em 2em;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--love:hover {
border-color: #3f51b5;
background-color: rgba(63, 81, 181, 0.1);
}
.button--love.button--inverted:hover {
border-color: #00AFB4;
background-color: #00AFB4;
}
.button--love:hover::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--love:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
}
/*button love*/
/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
color: #37474f;
border-color: #37474f;
}
.bg-2 .button {
color: #ECEFF1;
border-color: #ECEFF1;
}
.bg-3 .button {
color: #fff;
border-color: #fff;
}
/* Sizes */
.button--size-s {
font-size: 14px;
}
.button--size-m {
font-size: 16px;
}
.button--size-l {
font-size: 18px;
}
/* Typography and Roundedness */
.button--text-upper {
letter-spacing: 2px;
text-transform: uppercase;
}
.button--text-thin {
font-weight: 300;
}
.button--text-medium {
font-weight: 500;
}
.button--text-thick {
font-weight: 600;
}
.button--round-s {
border-radius: 5px;
}
.button--round-m {
border-radius: 15px;
}
.button--round-l {
border-radius: 40px;
}
/* Borders */
.button--border-thin {
border: 1px solid;
}
.button--border-medium {
border: 2px solid;
}
.button--border-thick {
border: 3px solid;
}
/* Individual button styles */
/* Winona */
.button--winona {
overflow: hidden;
padding: 0;
-webkit-transition: border-color 0.3s, background-color 0.3s;
transition: border-color 0.3s, background-color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
color: #3f51b5;
-webkit-transform: translate3d(0, 25%, 0);
transform: translate3d(0, 25%, 0);
}
.button--winona > span {
display: block;
}
.button--winona.button--inverted {
color: #00AFB4;
}
.button--winona.button--inverted:after {
color: #fff;
}
.button--winona::after,
.button--winona > span {
padding: 1em 2em;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
border-color: #3f51b5;
background-color: rgba(63, 81, 181, 0.1);
}
.button--winona.button--inverted:hover {
border-color: #00AFB4;
background-color: #00AFB4;
}
.button--winona:hover::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
}
/* Ujarak */
.button--ujarak {
-webkit-transition: border-color 0.4s, color 0.4s;
transition: border-color 0.4s, color 0.4s;
}
.button--ujarak::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #37474f;
z-index: -1;
opacity: 0;
-webkit-transform: scale3d(0.7, 1, 1);
transform: scale3d(0.7, 1, 1);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
border-radius: 2px;
}
.button--ujarak.button--inverted::before {
background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
color: #fff;
border-color: #37474f;
}
.button--ujarak.button--inverted:hover {
color: #37474F;
border-color: #fff;
}
.button--ujarak:hover::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* Wayra */
.button--wayra {
overflow: hidden;
width: 245px;
-webkit-transition: border-color 0.3s, color 0.3s;
transition: border-color 0.3s, color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 150%;
height: 100%;
background: #37474f;
z-index: -1;
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
color: #fff;
border-color: #3f51b5;
}
.button--wayra.button--inverted:hover {
color: #3f51b5;
border-color: #fff;
}
.button--wayra:hover::before {
opacity: 1;
background-color: #3f51b5;
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
background-color: #fff;
}
/* Tamaya */
.button--tamaya {
overflow: hidden;
color: #7986cb;
min-width: 180px;
}
.button--tamaya.button--inverted {
color: #37474f;
border-color: #37474f;
}
.button--tamaya::before,
.button--tamaya::after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 50%;
left: 0;
background: #7986cb;
color: #fff;
overflow: hidden;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya.button--inverted::before,
.button--tamaya.button--inverted::after {
background: #fff;
color: #37474f;
}
.button--tamaya::before {
top: 0;
padding-top: 1em;
}
.button--tamaya::after {
bottom: 0;
line-height: 0;
}
.button--tamaya > span {
display: block;
-webkit-transform: scale3d(0.2, 0.2, 1);
transform: scale3d(0.2, 0.2, 1);
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya:hover::before {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.button--tamaya:hover::after {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.button--tamaya:hover > span {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
/* Rayen */
.button--rayen {
overflow: hidden;
padding: 0;
width: 230px;
}
.button--rayen.button--inverted {
color: #fff;
}
.button--rayen::before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #7986cb;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.button--rayen.button--inverted::before {
background: #fff;
color: #37474f;
}
.button--rayen > span {
display: block;
}
.button--rayen::before,
.button--rayen > span {
padding: 1em 2em;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--rayen:hover > span {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
/* Pipaluk */
.button--pipaluk {
width: 240px;
padding: 1.5em 3em;
color: #fff;
}
.button--pipaluk.button--inverted {
color: #7986cb;
}
.button--pipaluk::before,
.button--pipaluk::after {
content: '';
border-radius: inherit;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button--pipaluk::before {
border: 2px solid #7986cb;
}
.button--pipaluk.button--inverted::before {
border-color: #fff;
}
.button--pipaluk::after {
background: #7986cb;
}
.button--pipaluk.button--inverted::after {
background: #fff;
}
.button--pipaluk:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.button--pipaluk::before,
.button--pipaluk:hover::after {
-webkit-transform: scale3d(0.7, 0.7, 1);
transform: scale3d(0.7, 0.7, 1);
}
.button--pipaluk:hover::after {
background-color: #3f51b5;
}
.button--pipaluk.button--inverted:hover::after {
background-color: #fff;
}
/* Nuka */
.button--nuka {
margin: 1em 2em;
-webkit-transition: color 0.3s;
transition: color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka.button--inverted {
color: #37474f;
}
.button--nuka::before,
.button--nuka::after {
content: '';
position: absolute;
border-radius: inherit;
background: #7986cb;
z-index: -1;
}
.button--nuka::before {
top: -4px;
bottom: -4px;
left: -4px;
right: -4px;
opacity: 0.2;
-webkit-transform: scale3d(0.7, 1, 1);
transform: scale3d(0.7, 1, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.button--nuka::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale3d(1.1, 1, 1);
transform: scale3d(1.1, 1, 1);
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
}
.button--nuka::before,
.button--nuka::after {
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka.button--inverted::before,
.button--nuka.button--inverted::after {
background: #fff;
}
.button--nuka:hover {
color: #fff;
}
.button--nuka:hover::before {
opacity: 1;
}
.button--nuka:hover::after {
background-color: #37474f;
}
.button--nuka.button--inverted:hover::after {
background-color: #7986cb;
}
.button--nuka:hover::after,
.button--nuka:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
/* Moema */
.button--moema {
padding: 1.5em 3em;
border-radius: 50px;
background: #7986cb;
color: #fff;
-webkit-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s;
}
.button--moema.button--inverted {
background: #ECEFF1;
color: #37474f;
}
.button--moema::before {
content: '';
position: absolute;
top: -20px;
left: -20px;
bottom: -20px;
right: -20px;
background: inherit;
border-radius: 50px;
z-index: -1;
opacity: 0.4;
-webkit-transform: scale3d(0.8, 0.5, 1);
transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
color: #ECEFF1;
background-color: #3f51b5;
-webkit-animation: anim-moema-1 0.3s forwards;
animation: anim-moema-1 0.3s forwards;
}
.button--moema.button--inverted:hover {
color: #ECEFF1;
background-color: #7986cb;
}
.button--moema:hover::before {
-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
60% {
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
85% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes anim-moema-1 {
60% {
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
85% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes anim-moema-2 {
to {
opacity: 0;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes anim-moema-2 {
to {
opacity: 0;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
/* Isi */
.button--isi {
padding: 1.2em 2em;
color: #fff;
background: #7986cb;
overflow: hidden;
}
.button--isi::before {
content: '';
z-index: -1;
position: absolute;
top: 50%;
left: 100%;
margin: -15px 0 0 1px;
width: 30px;
height: 30px;
border-radius: 50%;
background: #3f51b5;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.button--isi .button__icon {
vertical-align: middle;
}
.button--isi > span {
vertical-align: middle;
padding-left: 0.75em;
}
.button--isi:hover::before {
-webkit-transform: scale3d(9, 9, 1);
transform: scale3d(9, 9, 1);
}
/* Aylen */
.button.button--aylen {
background: #fff;
color: #37474f;
overflow: hidden;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.button--aylen.button--inverted {
background: none;
color: #fff;
}
.button--aylen::before,
.button--aylen::after {
content: '';
position: absolute;
height: 100%;
width: 100%;
bottom: 100%;
left: 0;
z-index: -1;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
background: #7986cb;
}
.button--aylen::after {
background: #3f51b5;
}
.button--aylen:hover {
color: #fff;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
/* Saqui */
.button.button--saqui {
overflow: hidden;
color: #fff;
background: #37474f;
-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--saqui.button--inverted {
background: #fff;
color: #37474f;
}
.button--saqui::after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 1em 2em;
color: #37474f;
-webkit-transform-origin: -25% 50%;
transform-origin: -25% 50%;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
-webkit-transition: -webkit-transform 0.3s ease-in;
transition: transform 0.3s ease-in;
}
.button--saqui.button--inverted::after {
color: #fff;
}
.button--saqui:hover::after,
.button--saqui:hover {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.button--saqui:hover {
background-color: #7986cb;
color: #7986cb;
}
.button--saqui.button--inverted:hover {
background-color: #3f51b5;
color: #3f51b5;
}
.button--saqui:hover::after {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
/* Wapasha */
.button.button--wapasha {
background: #37474f;
color: #fff;
-webkit-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s;
}
.button--wapasha.button--inverted {
background: #fff;
color: #37474f;
}
.button--wapasha::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid #3f51b5;
z-index: -1;
border-radius: inherit;
opacity: 0;
-webkit-transform: scale3d(0.6, 0.6, 1);
transform: scale3d(0.6, 0.6, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha.button--inverted::before {
border-color: #7986cb;
}
.button--wapasha:hover {
background-color: #fff;
color: #3f51b5;
}
.button--wapasha.button--inverted:hover {
background-color: #37474f;
color: #7986cb;
}
.button--wapasha:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
/* Nina */
.button--nina {
padding: 0 2em;
background: #7986cb;
color: #fff;
overflow: hidden;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.button--nina.button--inverted {
background: #fff;
color: #7986cb;
}
.button--nina > span {
display: inline-block;
padding: 1em 0;
opacity: 0;
color: #fff;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 1em 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
background-color: #3f51b5;
}
.button--nina:hover::before {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
-webkit-transition-delay: 0.045s;
transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
-webkit-transition-delay: 0.09s;
transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
-webkit-transition-delay: 0.135s;
transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
-webkit-transition-delay: 0.18s;
transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
-webkit-transition-delay: 0.225s;
transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
-webkit-transition-delay: 0.27s;
transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
-webkit-transition-delay: 0.315s;
transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
-webkit-transition-delay: 0.36s;
transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
-webkit-transition-delay: 0.405s;
transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
-webkit-transition-delay: 0.45s;
transition-delay: 0.45s;
}
/* Nanuk */
.button--nanuk {
padding: 0 2em;
overflow: hidden;
background: #7986cb;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.button--nanuk.button--inverted {
background: #fff;
color: #7986cb;
}
.button--nanuk > span {
display: inline-block;
padding: 1em 0;
}
.button--nanuk:hover {
background-color: #3f51b5;
}
.button--nanuk:hover > span:nth-child(odd) {
-webkit-animation: anim-nanuk-1 0.5s forwards;
animation: anim-nanuk-1 0.5s forwards;
}
.button--nanuk:hover > span:nth-child(even) {
-webkit-animation: anim-nanuk-2 0.5s forwards;
animation: anim-nanuk-2 0.5s forwards;
}
.button--nanuk:hover > span:nth-child(odd),
.button--nanuk:hover > span:nth-child(even) {
-webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
@-webkit-keyframes anim-nanuk-1 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: inherit;
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: #fff;
}
100% {
color: #fff;
}
}
@keyframes anim-nanuk-1 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: inherit;
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: #fff;
}
100% {
color: #fff;
}
}
@-webkit-keyframes anim-nanuk-2 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: inherit;
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: #fff;
}
100% {
color: #fff;
}
}
@keyframes anim-nanuk-2 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: inherit;
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: #fff;
}
100% {
color: #fff;
}
}
.button--nanuk:hover > span:nth-child(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.button--nanuk:hover > span:nth-child(2) {
-webkit-animation-delay: 0.05s;
animation-delay: 0.05s;
}
.button--nanuk:hover > span:nth-child(3) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.button--nanuk:hover > span:nth-child(4) {
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
}
.button--nanuk:hover > span:nth-child(5) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.button--nanuk:hover > span:nth-child(6) {
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.button--nanuk:hover > span:nth-child(7) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.button--nanuk:hover > span:nth-child(8) {
-webkit-animation-delay: 0.35s;
animation-delay: 0.35s;
}
.button--nanuk:hover > span:nth-child(9) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.button--nanuk:hover > span:nth-child(10) {
-webkit-animation-delay: 0.45s;
animation-delay: 0.45s;
}
.button--nanuk:hover > span:nth-child(11) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
/* Antiman */
.button--antiman {
background: none;
border: none;
height: 60px;
}
.button--antiman.button--inverted,
.button--antiman.button--inverted-alt {
-webkit-transition: color 0.3s;
transition: color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman > span {
padding-left: 0.35em;
}
.button--antiman::before,
.button--antiman::after {
content: '';
z-index: -1;
border-radius: inherit;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman::before {
border: 2px solid #37474f;
opacity: 0;
-webkit-transform: scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
}
.button--antiman.button--border-thin::before {
border-width: 1px;
}
.button--antiman.button--border-medium::before {
border-width: 2px;
}
.button--antiman.button--border-thick::before {
border-width: 3px;
}
.button--antiman.button--inverted::before {
border-color: #7986cb;
}
.button--antiman.button--inverted-alt::before {
border-color: #3f51b5;
}
.button--antiman::after {
background: #fff;
}
.button--antiman.button--inverted::after {
background: #7986cb;
}
.button--antiman.button--inverted-alt::after {
background: #3f51b5;
}
.button--antiman.button--inverted:hover {
color: #7986cb;
}
.button--antiman.button--inverted-alt:hover {
color: #3f51b5;
}
.button--antiman:hover::before {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.button--antiman:hover::after {
opacity: 0;
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
/* Itzel */
.button--itzel {
border: none;
padding: 0px;
overflow: hidden;
width: 255px;
}
.button--itzel::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid;
border-radius: inherit;
-webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
clip-path: url(../index.html#clipBox);
-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.button--itzel.button--border-thin::before {
border: 1px solid;
-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}
.button--itzel.button--border-thick::before {
border: 3px solid;
-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}
.button--itzel::before,
.button--itzel .button__icon {
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--itzel .button__icon {
position: absolute;
top: 100%;
left: 50%;
padding: 20px;
font-size: 20px;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
.button--itzel > span {
display: block;
padding: 20px;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.button--itzel:hover::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--itzel:hover .button__icon {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: translate3d(-50%, -100%, 0);
transform: translate3d(-50%, -100%, 0);
}
.button--itzel:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
/* Naira */
.button--naira {
padding: 0;
overflow: hidden;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.button--naira::before {
content: '';
position: absolute;
left: -50%;
width: 200%;
height: 200%;
background: #37474f;
top: -50%;
z-index: -1;
-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.button--naira.button--inverted::before {
background: #7986cb;
}
.button--naira-up::before {
-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.button--naira > span {
display: block;
}
.button--naira .button__icon {
position: absolute;
top: 0;
width: 100%;
left: 0;
color: #fff;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.button--naira-up .button__icon {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.button--naira > span,
.button--naira .button__icon {
padding: 1em 2em;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--naira:hover::before {
-webkit-animation: anim-naira-1 0.3s forwards ease-in;
animation: anim-naira-1 0.3s forwards ease-in;
}
.button--naira-up:hover::before {
-webkit-animation: anim-naira-2 0.3s forwards ease-in;
animation: anim-naira-2 0.3s forwards ease-in;
}
@-webkit-keyframes anim-naira-1 {
50% {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@keyframes anim-naira-1 {
50% {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@-webkit-keyframes anim-naira-2 {
50% {
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@keyframes anim-naira-2 {
50% {
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
.button--naira:hover {
background-color: #37474f;
-webkit-transition: background-color 0s 0.3s;
transition: background-color 0s 0.3s;
}
.button--naira.button--inverted:hover {
background-color: #7986cb;
}
.button--naira:hover .button__icon {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--naira:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.button--naira-up:hover > span {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
/* Quidel */
.button--quidel {
background: #7986cb;
color: #7986cb;
overflow: hidden;
-webkit-transition: color 0.3s;
transition: color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--quidel.button--inverted {
background: #fff;
color: #fff;
}
.button--quidel::before,
.button--quidel::after {
content: '';
position: absolute;
z-index: -1;
border-radius: inherit;
}
.button--quidel::after {
top: 2px;
left: 2px;
right: 2px;
bottom: 2px;
background: #fff;
}
.button--quidel.button--inverted::after {
background: #37474f;
}
.button--quidel::before {
background: #37474f;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--quidel.button--inverted::before {
background: #7986cb;
}
.button--round-s.button--quidel::after {
border-radius: 3px;
}
.button--round-m.button--quidel::after {
border-radius: 13px;
}
.button--round-l.button--quidel::after {
border-radius: 40px;
}
.button--quidel > span {
padding-left: 0.35em;
}
.button--quidel:hover {
color: #37474f;
}
.button--quidel.button--inverted:hover {
color: #7986cb;
}
.button--quidel:hover::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* Sacnite */
.button.button--sacnite {
width: 70px;
height: 70px;
min-width: 0;
padding: 0;
color: #fff;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.button--scanite.button--round-l {
border-radius: 50%;
}
.button--sacnite.button--inverted {
color: #37474f;
}
.button--sacnite::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: inherit;
z-index: -1;
box-shadow: inset 0 0 0 35px #37474f;
-webkit-transform: scale3d(0.9, 0.9, 1);
transform: scale3d(0.9, 0.9, 1);
-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
transition: box-shadow 0.3s, transform 0.3s;
}
.button--sacnite.button--inverted::before {
box-shadow: inset 0 0 0 35px #fff;
}
.button--sacnite .button__icon {
font-size: 22px;
width: 22px;
}
.button--sacnite > span {
position: absolute;
opacity: 0;
pointer-events: none;
}
.button--sacnite:hover {
color: #37474f;
}
.button--sacnite.button--inverted:hover {
color: #fff;
}
.button--sacnite:hover::before {
box-shadow: inset 0 0 0 2px #37474f;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.button--sacnite.button--inverted:hover::before {
box-shadow: inset 0 0 0 2px #fff;
}
/* Shikoba */
.button.button--shikoba {
padding: 1em 30px 1em 50px;
overflow: hidden;
background: #fff;
color: #37474f;
border-color: #37474f;
-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.button--shikoba.button--inverted {
color: #fff;
background: #7986cb;
}
.button--shikoba > span {
display: inline-block;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba .button__icon {
position: absolute;
left: 20px;
font-size: 18px;
-webkit-transform: translate3d(-40px, 2.5em, 0);
transform: translate3d(-40px, 2.5em, 0);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba:hover .button__icon,
.button--shikoba:hover > span {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button--shikoba:hover {
background: #3f51b5;
border-color: #3f51b5;
color: #fff;
}
/* follow-btn */
.follow-btn{
background: #00AFB4;
color: #fff !important
}
.follow-btn:hover{
background: #F25E4F;
color: #fff !important
}
.following-btn{
background: #3CBA80;
color: #fff !important
}
.following-btn:hover{
background: #F25E4F;
color: #fff !important
}
.myself-btn{
background: #F25E4F;
color: #fff !important
}
/* follow-btn */
/* pop up style */
.all-popup-div {
width: 100% !important;
height: 100% !important;
top: 0px;
left: 0;
right: 0;
display: none;
background: rgba(0,0,0, .7) !important;
position: fixed !important;
z-index: 99999;
}
.all-popup-contents {
min-height:250px;
width: 50%;
top: 100px;
position: relative !important;
margin: 0 auto;
background: #fff;
padding: 20px 0px 20px;
border: #f9f9f9;
border-radius: 5px;
clear: both;
overflow: hidden;
}
.url-from-other-site h1{
font-size: 20px;
}
@media (min-width: 0px) and (max-width: 800px) {
.all-popup-contents {
width: 80% !important;
}
.url-from-other-site h1 {
margin-bottom: 22px;
line-height: 35px;
margin-top: 40px;
font-size: 20px;
}
}
@media (min-width: 800px) and (max-width: 1040px) {
.all-popup-contents {
width: 60% !important;
}
}
.close-popup {
float: right;
text-decoration: none;
background: none repeat scroll 0% 0% #F25E4F;
color: #FFF;
padding: 8px;
font-size: 14px;
border-radius: 5%;
position: absolute;
top:5px;
right: 5px;
}
.close-popup:hover {
color: #fff;
}
.url-from-other-site h1 {
text-transform: uppercase;
text-align: center;
margin-bottom: 24px;
border-bottom: 1px dotted #d4d4d4;
line-height: 50px;
}
.url-from-other-site p {
margin-top: 15px;
line-height: 30px;
}
.url-from-other-site .want-product {
font-weight: bold;
color: #7A7A7A;
}
.input-medium {
margin-bottom: 0px;
}
.top-area-yolove .input-medium:focus {
border-color: #FF7163;
}
.yolove-it {
background-color: #76DAAC;
padding: 8px 10px !important;
color: #fff !important;
position: relative;
border-radius: 5px;
}
.fetch-now {
background-color: #F25E4F;
width: 100%;
color: #fff !important;
position: relative;
border-radius: 4px;
border: none;
padding: 6px 0;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.fetch-now:hover {
background-color: #FF5948;
}
.top-area-yolove {
padding: 20px 40px;
}
.bottom-area-yolove {
background: none repeat scroll 0% 0% #f2f2f2;
width: 100%;
margin-top: -20px;
text-align: center;
padding: 5px 40px 25px;
}
#BackToTop {
z-index: 1000;
position: fixed;
right: 9px;
bottom: 165px;
cursor: pointer;
background: url("../images/btn-top.png") no-repeat;
display: block;
height: 57px;
width: 57px;
}
#BackToTop.show {
opacity: 1;
}
.pop-head{
text-align: center;
font-size: 20px;
text-transform: uppercase;
}
/* post page style */
.image-overlay {
background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.47) 73%, rgba(0, 0, 0, 0.52) 81%, rgba(0, 0, 0, 0.59) 91%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0.29);
background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.47) 73%, rgba(0, 0, 0, 0.52) 81%, rgba(0, 0, 0, 0.59) 91%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0.29);
background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.47) 73%, rgba(0, 0, 0, 0.52) 81%, rgba(0, 0, 0, 0.59) 91%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0.29);
background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.47) 73%, rgba(0, 0, 0, 0.52) 81%, rgba(0, 0, 0, 0.59) 91%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0.29);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.47) 73%, rgba(0, 0, 0, 0.52) 81%, rgba(0, 0, 0, 0.59) 91%, rgba(0, 0, 0, 0.08) 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0.29);
display: none;
height: 100%;
left: 0px;
opacity: 1;
z-index: 99999;
position: absolute;
top: 0px;
width: 100%;
}
.post-image-block:hover .image-overlay {
display: block;
z-index: 99999;
opacity: .5;
}
#post-page-form {
border: 1px solid #ddd;
min-height: 1050px;
position: relative;
background: #f2f2f2;
}
.image-overlay img {
position: absolute;
top: 40%;
left: 30%;
}
.item-description label {
font-size: 14px;
}
.img-from-another-site-container {
height: 650px;
overflow-y: scroll;
padding: 8px;
}
.item-description {
min-height: 100px;
background: #f2f2f2;
padding: 15px 20px;
margin: 20px 0px 10px;
border-top: 1px solid #E9E9E9;
}
.item-description input[type="text"] {
width: 85%;
}
.item-description input[type="text"]:focus {
border-color: #FF7163;
}
.item-category {
min-height: 400px;
padding: 15px 20px;
margin: 10px auto;
border-top: 1px solid #E9E9E9;
}
.category {
border: 1px solid #e6e6e6;
min-height: 150px;
margin: 0px !important;
background: #333;
border-radius: 2px;
text-align: center;
position: relative;
padding: 5px;
}
.category:hover{
background:#D43D2E;
cursor: pointer;
}
.category:hover span{
color: #fff;
}
.category span {
color: #fff;
}
.create-btn,
.post-btn {
background-color: #F25E4F;
padding: 11px 30px !important;
color: #fff !important;
border-radius: 2px;
float: right;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.create-btn:hover,
.post-btn:hover {
background-color: #FF5948;
}
.item-category-selection,
.collection-gallery {
height: 320px;
overflow-y: scroll;
}
/*---------------*/
/*Sprite*/
.no-padding{
padding: 0px;
}
.img-from-another-site-container {
height: 700px;
overflow: auto;
padding: 8px;
}
.head-styler-add {
color: #333;
text-transform: uppercase;
font-weight: lighter;
font-size: 16px !important;
margin-bottom: 15px;
}
.title-add{}
.title-add input{
border-radius: 0px;
width: 100% !important;
}
.title-add .input-group-addon{
background: #D43D2E;
border: 0px;
color: #fff;
text-transform: uppercase;
font-size: 15px;
border-radius: 0px !important;
}
.title-add .form-group{
width: 100%;
}
.title-add .form-group .input-group{
width: 100%;
height: 40px;
}
.title-add .form-group .input-group input{
height: 40px;
padding-left: 5px;
}
input.form-control{
border: 1px solid #b6b6b6;
border-radius: 0px;
}
input.form-control:focus{
box-shadow: 0px 0px 2px #555;
}
textarea.form-control{
border: 1px solid #b6b6b6;
border-radius: 0px;
}
.bg_change{
opacity: 0.9;
cursor: pointer;
background: #D43D2E;
}
.bg_change span{
color: #fff !important;
}
.apparel_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -2366px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.top_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -8500px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.dresses_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -1896px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.accessories_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -54px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.handbags_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -540px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.outerwear_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -5232px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.skirts_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -6888px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.jeans_image {
height: 54px !important;
width: 54px !important;
background: url("../images/../images/sprite.png") repeat scroll 0px -6459px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.pants_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -4096px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.shorts_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -6622px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.jumpsuits_and_rompers_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -3936px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.intimates_image {
height: 33px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -2932px transparent !important;
margin-right: auto;
margin-top: 30px !important;
margin-left: auto;
}
.swimwear_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -8016px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
.activewear_image {
height: 54px !important;
width: 54px !important;
background: url("../images/sprite.png") repeat scroll 0px -7219px transparent !important;
margin-right: auto;
margin-top: 12px !important;
margin-left: auto;
}
/*Sprite*/
/*setting*/
.change-password-form {
padding: 45px 10px;
font-size: 12px;
}
.change-password-form label {
color: #7A7A7A;
font-size: 13px;
font-weight: normal;
}
.change-password-form input[type="email"]:focus,
.change-password-form input[type="text"]:focus,
.change-password-form input[type="password"]:focus,
.change-password-form textarea:focus {
border-color: #76DAAC;
}
.btn-save-change {
background-color: #00AFB4;
color: #fff !important;
border-radius: 0px;
}
.btn-save-change:hover{
background: #7A7A7A;
color: #fff;
}
.change-password-form .note {
font-size: 14px;
padding-top: 5px;
}
.change-password-form .note a {
color: #00AFB4;
}
.custom-facebook-button {
background: #4A6AAD;
padding: 12px 50px;
color: #fff;
transition: all 1s;
}
.custom-facebook-button i,
.custom-twitter-button i {
margin-right: 10px;
font-size: 18px;
}
.custom-facebook-button:hover {
background: #3B5998;
color: #fff;
}
.custom-twitter-button {
background: #3690F6;
padding: 12px 56px;
color: #fff;
transition: all 1s;
}
.custom-twitter-button:hover {
background: #2589FB;
color: #fff;
}
.connection {
margin-top: 15px !important;
}
.upload-profile-image {
position:absolute;
z-index:2;
top:0;
left:0;
filter: alpha(opacity=0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity:0;
background-color:transparent;
color:transparent;
padding: 12px 15px;
}
.profile-photo {
background-color:#00AFB4;
color: #fff;
border-radius: 0px;
}
.profile-photo:hover {
background-color: #7A7A7A;
color: #fff;
}
.checkbox label {
font-weight: normal !important;
font-size: 11px;
}
/*--setting--*/
/*register Store */
.center-div{float: none !important;margin: 0px auto;}
.create-store-container{
margin-top: 15px;
background: #fff;
border: 1px solid #d4d4d4;
min-height: 200px;
padding-top: 10px;
padding-bottom: 30px;
}
.create-header{
color: #000;
letter-spacing: 1px;
font-weight: 600px;
margin-bottom: 10px;
}
.create-header a{
color: #555;
}
.create-header a:hover{
color: #00B599;
}
.create-p{
letter-spacing: 1px;
margin-top: 0px;
}
.create-store-container .single-block{
border-top: 1px solid #d4d4d4;
margin-top: 10px;
padding: 20px 0px;
}
.form-control-div{
margin-bottom: 20px;
}
.show-img-div{
border: 1px solid #d4d4d4;
height: 150px;
width: 150px;
margin: 15px 10px 15px 17px;
float: left;
}
.single-block label{
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
}
.custom-upload {
background-color: #76DAAC;
border: 1px solid #76DAAC;
cursor: pointer;
font-size: 14px !important;
color: #fff;
padding: 5px 15px;
float: left;
margin-top: 70px;
}
.custom-upload input {
left: -9999px;
position: absolute;
}
/*--register store--*/
.btn-total{
background: #f3f3f3;
color: #555 !important;
margin-top:8px;
} | 0.35209 | 0.104295 |
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
img {
display: block;
min-width: 100%;
height: auto;
vertical-align: middle; }
.row {
max-width: 1200px;
margin-left: auto;
margin-right: auto; }
.row.expanded {
max-width: 100%; }
.row:before, .row:after {
content: ' ';
display: table; }
.row:after {
clear: both; }
.large--3-3,
.medium--3-3,
.small--3-3, .large--4-4,
.medium--4-4,
.small--4-4, .large--5-5,
.medium--5-5,
.small--5-5, .large--12-12,
.medium--12-12,
.small--12-12 {
width: 100%; }
.large--2-4,
.medium--2-4,
.small--2-4, .large--6-12,
.medium--6-12,
.small--6-12 {
width: 50%; }
.large--1-3,
.medium--1-3,
.small--1-3, .large--4-12,
.medium--4-12,
.small--4-12 {
width: 33.3333333333%; }
.large--2-3,
.medium--2-3,
.small--2-3, .large--8-12,
.medium--8-12,
.small--8-12 {
width: 66.6666666667%; }
.large--1-4,
.medium--1-4,
.small--1-4, .large--3-12,
.medium--3-12,
.small--3-12 {
width: 25%; }
.large--3-4,
.medium--3-4,
.small--3-4, .large--9-12,
.medium--9-12,
.small--9-12 {
width: 75%; }
.push--3-3, .push--4-4, .push--5-5, .push--12-12 {
margin-left: 100%; }
.push--2-4, .push--6-12 {
margin-left: 50%; }
.push--1-3, .push--4-12 {
margin-left: 33.3333333333%; }
.push--2-3, .push--8-12 {
margin-left: 66.6666666667%; }
.push--1-4, .push--3-12 {
margin-left: 25%; }
.push--3-4, .push--9-12 {
margin-left: 75%; }
.pull--3-3, .pull--4-4, .pull--5-5, .pull--12-12 {
margin-left: -100%; }
.pull--2-4, .pull--6-12 {
margin-left: -50%; }
.pull--1-3, .pull--4-12 {
margin-left: -33.3333333333%; }
.pull--2-3, .pull--8-12 {
margin-left: -66.6666666667%; }
.pull--1-4, .pull--3-12 {
margin-left: -25%; }
.pull--3-4, .pull--9-12 {
margin-left: -75%; }
.large--1-5,
.medium--1-5,
.small--1-5 {
width: 20%; }
.push--1-5 {
margin-left: 20%; }
.pull--1-5 {
margin-left: -20%; }
.large--2-5,
.medium--2-5,
.small--2-5 {
width: 40%; }
.push--2-5 {
margin-left: 40%; }
.pull--2-5 {
margin-left: -40%; }
.large--3-5,
.medium--3-5,
.small--3-5 {
width: 60%; }
.push--3-5 {
margin-left: 60%; }
.pull--3-5 {
margin-left: -60%; }
.large--4-5,
.medium--4-5,
.small--4-5 {
width: 80%; }
.push--4-5 {
margin-left: 80%; }
.pull--4-5 {
margin-left: -80%; }
.large--1-12,
.medium--1-12,
.small--1-12 {
width: 8.3333333333%; }
.push--1-12 {
margin-left: 8.3333333333%; }
.pull--1-12 {
margin-left: -8.3333333333%; }
.large--2-12,
.medium--2-12,
.small--2-12 {
width: 16.6666666667%; }
.push--2-12 {
margin-left: 16.6666666667%; }
.pull--2-12 {
margin-left: -16.6666666667%; }
.large--5-12,
.medium--5-12,
.small--5-12 {
width: 41.6666666667%; }
.push--5-12 {
margin-left: 41.6666666667%; }
.pull--5-12 {
margin-left: -41.6666666667%; }
.large--7-12,
.medium--7-12,
.small--7-12 {
width: 58.3333333333%; }
.push--7-12 {
margin-left: 58.3333333333%; }
.pull--7-12 {
margin-left: -58.3333333333%; }
.large--10-12,
.medium--10-12,
.small--10-12 {
width: 83.3333333333%; }
.push--10-12 {
margin-left: 83.3333333333%; }
.pull--10-12 {
margin-left: -83.3333333333%; }
.large--11-12,
.medium--11-12,
.small--11-12 {
width: 91.6666666667%; }
.push--11-12 {
margin-left: 91.6666666667%; }
.pull--11-12 {
margin-left: -91.6666666667%; }
.column {
display: block;
float: left;
padding-left: 1000%;
padding-right: 1000%; }
.column:last-child:not(:first-child) {
margin-right: 0;
float: right; }
.column.first {
float: left; }
.column.last {
float: right; }
.column.centered {
display: block;
float: none;
margin-left: auto;
margin-right: auto; }
.column.no-gutter {
padding-left: 0;
padding-right: 0; }
.column.close:last-child:last-child {
float: left; }
.column.hide-on-large {
display: none; }
.column.show-on-large {
display: block; }
@media screen and (max-width: 700px) and (min-width: 480px) {
.column[class*="large"] {
width: 100%;
float: none; }
.column[class*="push"], .column[class*="pull"] {
margin-left: 0; }
.column.hide-on-medium {
display: none; }
.column.show-on-medium {
display: block; }
.column.medium--1-3 {
float: left;
width: 33.3333333333%; }
.column.medium--2-3 {
float: left;
width: 66.6666666667%; }
.column.medium--3-3 {
float: left;
width: 100%; }
.column.medium--1-4 {
float: left;
width: 25%; }
.column.medium--2-4 {
float: left;
width: 50%; }
.column.medium--3-4 {
float: left;
width: 75%; }
.column.medium--4-4 {
float: left;
width: 100%; }
.column.medium--1-5 {
float: left;
width: 20%; }
.column.medium--2-5 {
float: left;
width: 40%; }
.column.medium--3-5 {
float: left;
width: 60%; }
.column.medium--4-5 {
float: left;
width: 80%; }
.column.medium--5-5 {
float: left;
width: 100%; }
.column.medium--1-12 {
float: left;
width: 8.3333333333%; }
.column.medium--2-12 {
float: left;
width: 16.6666666667%; }
.column.medium--3-12 {
float: left;
width: 25%; }
.column.medium--4-12 {
float: left;
width: 33.3333333333%; }
.column.medium--5-12 {
float: left;
width: 41.6666666667%; }
.column.medium--6-12 {
float: left;
width: 50%; }
.column.medium--7-12 {
float: left;
width: 58.3333333333%; }
.column.medium--8-12 {
float: left;
width: 66.6666666667%; }
.column.medium--9-12 {
float: left;
width: 75%; }
.column.medium--10-12 {
float: left;
width: 83.3333333333%; }
.column.medium--11-12 {
float: left;
width: 91.6666666667%; }
.column.medium--12-12 {
float: left;
width: 100%; } }
@media screen and (max-width: 480px) {
.column[class*="large"], .column[class*="medium"] {
width: 100%;
float: none; }
.column[class*="push"], .column[class*="pull"] {
margin-left: 0; }
.column.hide-on-small {
display: none; }
.column.show-on-small {
display: block; }
.column.small--1-3 {
float: left;
width: 33.3333333333%; }
.column.small--2-3 {
float: left;
width: 66.6666666667%; }
.column.small--3-3 {
float: left;
width: 100%; }
.column.small--1-4 {
float: left;
width: 25%; }
.column.small--2-4 {
float: left;
width: 50%; }
.column.small--3-4 {
float: left;
width: 75%; }
.column.small--4-4 {
float: left;
width: 100%; }
.column.small--1-5 {
float: left;
width: 20%; }
.column.small--2-5 {
float: left;
width: 40%; }
.column.small--3-5 {
float: left;
width: 60%; }
.column.small--4-5 {
float: left;
width: 80%; }
.column.small--5-5 {
float: left;
width: 100%; }
.column.small--1-12 {
float: left;
width: 8.3333333333%; }
.column.small--2-12 {
float: left;
width: 16.6666666667%; }
.column.small--3-12 {
float: left;
width: 25%; }
.column.small--4-12 {
float: left;
width: 33.3333333333%; }
.column.small--5-12 {
float: left;
width: 41.6666666667%; }
.column.small--6-12 {
float: left;
width: 50%; }
.column.small--7-12 {
float: left;
width: 58.3333333333%; }
.column.small--8-12 {
float: left;
width: 66.6666666667%; }
.column.small--9-12 {
float: left;
width: 75%; }
.column.small--10-12 {
float: left;
width: 83.3333333333%; }
.column.small--11-12 {
float: left;
width: 91.6666666667%; }
.column.small--12-12 {
float: left;
width: 100%; } } | css/rod.css | *, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
img {
display: block;
min-width: 100%;
height: auto;
vertical-align: middle; }
.row {
max-width: 1200px;
margin-left: auto;
margin-right: auto; }
.row.expanded {
max-width: 100%; }
.row:before, .row:after {
content: ' ';
display: table; }
.row:after {
clear: both; }
.large--3-3,
.medium--3-3,
.small--3-3, .large--4-4,
.medium--4-4,
.small--4-4, .large--5-5,
.medium--5-5,
.small--5-5, .large--12-12,
.medium--12-12,
.small--12-12 {
width: 100%; }
.large--2-4,
.medium--2-4,
.small--2-4, .large--6-12,
.medium--6-12,
.small--6-12 {
width: 50%; }
.large--1-3,
.medium--1-3,
.small--1-3, .large--4-12,
.medium--4-12,
.small--4-12 {
width: 33.3333333333%; }
.large--2-3,
.medium--2-3,
.small--2-3, .large--8-12,
.medium--8-12,
.small--8-12 {
width: 66.6666666667%; }
.large--1-4,
.medium--1-4,
.small--1-4, .large--3-12,
.medium--3-12,
.small--3-12 {
width: 25%; }
.large--3-4,
.medium--3-4,
.small--3-4, .large--9-12,
.medium--9-12,
.small--9-12 {
width: 75%; }
.push--3-3, .push--4-4, .push--5-5, .push--12-12 {
margin-left: 100%; }
.push--2-4, .push--6-12 {
margin-left: 50%; }
.push--1-3, .push--4-12 {
margin-left: 33.3333333333%; }
.push--2-3, .push--8-12 {
margin-left: 66.6666666667%; }
.push--1-4, .push--3-12 {
margin-left: 25%; }
.push--3-4, .push--9-12 {
margin-left: 75%; }
.pull--3-3, .pull--4-4, .pull--5-5, .pull--12-12 {
margin-left: -100%; }
.pull--2-4, .pull--6-12 {
margin-left: -50%; }
.pull--1-3, .pull--4-12 {
margin-left: -33.3333333333%; }
.pull--2-3, .pull--8-12 {
margin-left: -66.6666666667%; }
.pull--1-4, .pull--3-12 {
margin-left: -25%; }
.pull--3-4, .pull--9-12 {
margin-left: -75%; }
.large--1-5,
.medium--1-5,
.small--1-5 {
width: 20%; }
.push--1-5 {
margin-left: 20%; }
.pull--1-5 {
margin-left: -20%; }
.large--2-5,
.medium--2-5,
.small--2-5 {
width: 40%; }
.push--2-5 {
margin-left: 40%; }
.pull--2-5 {
margin-left: -40%; }
.large--3-5,
.medium--3-5,
.small--3-5 {
width: 60%; }
.push--3-5 {
margin-left: 60%; }
.pull--3-5 {
margin-left: -60%; }
.large--4-5,
.medium--4-5,
.small--4-5 {
width: 80%; }
.push--4-5 {
margin-left: 80%; }
.pull--4-5 {
margin-left: -80%; }
.large--1-12,
.medium--1-12,
.small--1-12 {
width: 8.3333333333%; }
.push--1-12 {
margin-left: 8.3333333333%; }
.pull--1-12 {
margin-left: -8.3333333333%; }
.large--2-12,
.medium--2-12,
.small--2-12 {
width: 16.6666666667%; }
.push--2-12 {
margin-left: 16.6666666667%; }
.pull--2-12 {
margin-left: -16.6666666667%; }
.large--5-12,
.medium--5-12,
.small--5-12 {
width: 41.6666666667%; }
.push--5-12 {
margin-left: 41.6666666667%; }
.pull--5-12 {
margin-left: -41.6666666667%; }
.large--7-12,
.medium--7-12,
.small--7-12 {
width: 58.3333333333%; }
.push--7-12 {
margin-left: 58.3333333333%; }
.pull--7-12 {
margin-left: -58.3333333333%; }
.large--10-12,
.medium--10-12,
.small--10-12 {
width: 83.3333333333%; }
.push--10-12 {
margin-left: 83.3333333333%; }
.pull--10-12 {
margin-left: -83.3333333333%; }
.large--11-12,
.medium--11-12,
.small--11-12 {
width: 91.6666666667%; }
.push--11-12 {
margin-left: 91.6666666667%; }
.pull--11-12 {
margin-left: -91.6666666667%; }
.column {
display: block;
float: left;
padding-left: 1000%;
padding-right: 1000%; }
.column:last-child:not(:first-child) {
margin-right: 0;
float: right; }
.column.first {
float: left; }
.column.last {
float: right; }
.column.centered {
display: block;
float: none;
margin-left: auto;
margin-right: auto; }
.column.no-gutter {
padding-left: 0;
padding-right: 0; }
.column.close:last-child:last-child {
float: left; }
.column.hide-on-large {
display: none; }
.column.show-on-large {
display: block; }
@media screen and (max-width: 700px) and (min-width: 480px) {
.column[class*="large"] {
width: 100%;
float: none; }
.column[class*="push"], .column[class*="pull"] {
margin-left: 0; }
.column.hide-on-medium {
display: none; }
.column.show-on-medium {
display: block; }
.column.medium--1-3 {
float: left;
width: 33.3333333333%; }
.column.medium--2-3 {
float: left;
width: 66.6666666667%; }
.column.medium--3-3 {
float: left;
width: 100%; }
.column.medium--1-4 {
float: left;
width: 25%; }
.column.medium--2-4 {
float: left;
width: 50%; }
.column.medium--3-4 {
float: left;
width: 75%; }
.column.medium--4-4 {
float: left;
width: 100%; }
.column.medium--1-5 {
float: left;
width: 20%; }
.column.medium--2-5 {
float: left;
width: 40%; }
.column.medium--3-5 {
float: left;
width: 60%; }
.column.medium--4-5 {
float: left;
width: 80%; }
.column.medium--5-5 {
float: left;
width: 100%; }
.column.medium--1-12 {
float: left;
width: 8.3333333333%; }
.column.medium--2-12 {
float: left;
width: 16.6666666667%; }
.column.medium--3-12 {
float: left;
width: 25%; }
.column.medium--4-12 {
float: left;
width: 33.3333333333%; }
.column.medium--5-12 {
float: left;
width: 41.6666666667%; }
.column.medium--6-12 {
float: left;
width: 50%; }
.column.medium--7-12 {
float: left;
width: 58.3333333333%; }
.column.medium--8-12 {
float: left;
width: 66.6666666667%; }
.column.medium--9-12 {
float: left;
width: 75%; }
.column.medium--10-12 {
float: left;
width: 83.3333333333%; }
.column.medium--11-12 {
float: left;
width: 91.6666666667%; }
.column.medium--12-12 {
float: left;
width: 100%; } }
@media screen and (max-width: 480px) {
.column[class*="large"], .column[class*="medium"] {
width: 100%;
float: none; }
.column[class*="push"], .column[class*="pull"] {
margin-left: 0; }
.column.hide-on-small {
display: none; }
.column.show-on-small {
display: block; }
.column.small--1-3 {
float: left;
width: 33.3333333333%; }
.column.small--2-3 {
float: left;
width: 66.6666666667%; }
.column.small--3-3 {
float: left;
width: 100%; }
.column.small--1-4 {
float: left;
width: 25%; }
.column.small--2-4 {
float: left;
width: 50%; }
.column.small--3-4 {
float: left;
width: 75%; }
.column.small--4-4 {
float: left;
width: 100%; }
.column.small--1-5 {
float: left;
width: 20%; }
.column.small--2-5 {
float: left;
width: 40%; }
.column.small--3-5 {
float: left;
width: 60%; }
.column.small--4-5 {
float: left;
width: 80%; }
.column.small--5-5 {
float: left;
width: 100%; }
.column.small--1-12 {
float: left;
width: 8.3333333333%; }
.column.small--2-12 {
float: left;
width: 16.6666666667%; }
.column.small--3-12 {
float: left;
width: 25%; }
.column.small--4-12 {
float: left;
width: 33.3333333333%; }
.column.small--5-12 {
float: left;
width: 41.6666666667%; }
.column.small--6-12 {
float: left;
width: 50%; }
.column.small--7-12 {
float: left;
width: 58.3333333333%; }
.column.small--8-12 {
float: left;
width: 66.6666666667%; }
.column.small--9-12 {
float: left;
width: 75%; }
.column.small--10-12 {
float: left;
width: 83.3333333333%; }
.column.small--11-12 {
float: left;
width: 91.6666666667%; }
.column.small--12-12 {
float: left;
width: 100%; } } | 0.468547 | 0.072933 |
html {
box-sizing: border-box;
}
img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
button:focus {
outline: none;
}
.header {
width: 100%;
color: #fff;
font-family: "Montserrat", sans-serif;
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
url(../images/phone.jpg);
background-position: center;
background-size: cover;
height: 540px;
margin-bottom: 68px;
text-decoration: none;
}
.link {
margin: 0 auto;
padding: 0;
margin-top: 36px;
list-style-type: none;
margin-bottom: 120px;
}
.log {
font-size: 14px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-style: normal;
}
.link_up {
font-size: 14px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-style: normal;
background-color: rgba(26, 25, 21, 0);
}
.reg {
padding: 10px 16px;
border: 2px solid transparent;
border-radius: 18px;
}
.reg:hover,
.reg:focus {
border-color: #fff;
text-decoration: none;
color: #fff;
}
.logo {
text-decoration: none !important;
font-size: 20px;
letter-spacing: 1px;
color: white;
font-weight: 700;
margin-bottom: 38px;
}
.logo_item {
margin-bottom: 38px;
}
.holiday {
font-size: 29px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin-bottom: 20px;
}
.perfect {
font-size: 18px;
width: 220px;
margin: 0 auto;
margin-bottom: 18px;
font-size: 18px;
color: #fff;
font-family: "Roboto", sans-serif;
font-weight: 300;
}
.finder {
width: 281px;
height: 41px;
font-size: 14px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 700;
background-color: transparent;
border-radius: 20px;
border: 2px solid #fff;
}
.change:hover .finder,
.change:focus .finder {
background-color: rgb(255, 78, 80);
}
.partner {
font-size: 22px;
color: #333;
font-family: "Montserrat", sans-serif;
font-weight: 900;
margin: 0 auto;
margin-bottom: 14px;
width: 270px;
}
.item {
margin: 0 auto;
}
.layer {
border-radius: 50%;
}
.peoples {
font-size: 14px;
color: #333;
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin-bottom: 16px;
}
.about {
font-size: 14px;
line-height: 17px;
color: #666;
font-family: "Roboto", sans-serif;
font-weight: 300;
margin: 0 auto;
padding: 0;
margin-bottom: 28px;
}
.Ellipse {
position: relative;
width: 122px;
height: 122px;
margin: 0 auto;
margin-bottom: 20px;
}
.Ellipse__icon {
position: absolute;
width: 34px;
height: 34px;
bottom: 0;
right: 0;
border-radius: 50%;
border: 4px solid #fff;
background-repeat: no-repeat;
background-position: center;
}
.Ellipse1 {
background-image: url(../icons/1.png);
background-color: #ff4e50;
}
.Ellipse2 {
background-image: url(../icons/2.png);
background-color: #ffa507;
}
.Ellipse3 {
background-image: url(../icons/3.png);
background-color: #1cd7ad;
}
.Ellipse4 {
background-image: url(../icons/4.png);
background-color: #4e73db;
}
.other {
width: 281px;
height: 41px;
font-size: 14px;
color: red;
font-family: "Montserrat", sans-serif;
font-weight: 700;
background-color: #fff;
border-radius: 20px;
border: 2px solid red;
}
.other_but:hover .other,
.change:focus .other {
background-color: red;
color: #fff;
}
@media (min-width: 768px) {
.header {
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
url(../images/tablet.jpg);
height: 700px;
}
.logo_item {
margin-top: 32px;
}
.reference {
margin: 0 auto;
padding: 0;
margin-bottom: 130px;
}
.link {
padding: 0;
margin: 0;
}
.perfect {
width: 100%;
margin-bottom: 32px;
font-size: 24px;
}
.holiday {
font-size: 52px;
margin: 0 auto;
margin-bottom: 40px;
}
.finder {
margin: 0 auto;
display: block;
width: 228px;
}
/* MAIN */
.items {
width: 570px;
}
.partner {
width: 100%;
margin-bottom: 40px;
}
.item {
margin-bottom: 0;
}
.item:nth-of-type(odd) {
margin-bottom: 62px;
}
.comand {
margin-bottom: 38px;
}
.other {
margin: 0 auto;
width: 194px;
height: 40px;
}
}
@media (min-width: 992px) {
.header {
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
url(../images/header.png);
}
.items {
width: 920px;
}
.other {
margin-bottom: 30px;
}
} | css/styles.css | html {
box-sizing: border-box;
}
img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
button:focus {
outline: none;
}
.header {
width: 100%;
color: #fff;
font-family: "Montserrat", sans-serif;
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
url(../images/phone.jpg);
background-position: center;
background-size: cover;
height: 540px;
margin-bottom: 68px;
text-decoration: none;
}
.link {
margin: 0 auto;
padding: 0;
margin-top: 36px;
list-style-type: none;
margin-bottom: 120px;
}
.log {
font-size: 14px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-style: normal;
}
.link_up {
font-size: 14px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-style: normal;
background-color: rgba(26, 25, 21, 0);
}
.reg {
padding: 10px 16px;
border: 2px solid transparent;
border-radius: 18px;
}
.reg:hover,
.reg:focus {
border-color: #fff;
text-decoration: none;
color: #fff;
}
.logo {
text-decoration: none !important;
font-size: 20px;
letter-spacing: 1px;
color: white;
font-weight: 700;
margin-bottom: 38px;
}
.logo_item {
margin-bottom: 38px;
}
.holiday {
font-size: 29px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin-bottom: 20px;
}
.perfect {
font-size: 18px;
width: 220px;
margin: 0 auto;
margin-bottom: 18px;
font-size: 18px;
color: #fff;
font-family: "Roboto", sans-serif;
font-weight: 300;
}
.finder {
width: 281px;
height: 41px;
font-size: 14px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 700;
background-color: transparent;
border-radius: 20px;
border: 2px solid #fff;
}
.change:hover .finder,
.change:focus .finder {
background-color: rgb(255, 78, 80);
}
.partner {
font-size: 22px;
color: #333;
font-family: "Montserrat", sans-serif;
font-weight: 900;
margin: 0 auto;
margin-bottom: 14px;
width: 270px;
}
.item {
margin: 0 auto;
}
.layer {
border-radius: 50%;
}
.peoples {
font-size: 14px;
color: #333;
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin-bottom: 16px;
}
.about {
font-size: 14px;
line-height: 17px;
color: #666;
font-family: "Roboto", sans-serif;
font-weight: 300;
margin: 0 auto;
padding: 0;
margin-bottom: 28px;
}
.Ellipse {
position: relative;
width: 122px;
height: 122px;
margin: 0 auto;
margin-bottom: 20px;
}
.Ellipse__icon {
position: absolute;
width: 34px;
height: 34px;
bottom: 0;
right: 0;
border-radius: 50%;
border: 4px solid #fff;
background-repeat: no-repeat;
background-position: center;
}
.Ellipse1 {
background-image: url(../icons/1.png);
background-color: #ff4e50;
}
.Ellipse2 {
background-image: url(../icons/2.png);
background-color: #ffa507;
}
.Ellipse3 {
background-image: url(../icons/3.png);
background-color: #1cd7ad;
}
.Ellipse4 {
background-image: url(../icons/4.png);
background-color: #4e73db;
}
.other {
width: 281px;
height: 41px;
font-size: 14px;
color: red;
font-family: "Montserrat", sans-serif;
font-weight: 700;
background-color: #fff;
border-radius: 20px;
border: 2px solid red;
}
.other_but:hover .other,
.change:focus .other {
background-color: red;
color: #fff;
}
@media (min-width: 768px) {
.header {
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
url(../images/tablet.jpg);
height: 700px;
}
.logo_item {
margin-top: 32px;
}
.reference {
margin: 0 auto;
padding: 0;
margin-bottom: 130px;
}
.link {
padding: 0;
margin: 0;
}
.perfect {
width: 100%;
margin-bottom: 32px;
font-size: 24px;
}
.holiday {
font-size: 52px;
margin: 0 auto;
margin-bottom: 40px;
}
.finder {
margin: 0 auto;
display: block;
width: 228px;
}
/* MAIN */
.items {
width: 570px;
}
.partner {
width: 100%;
margin-bottom: 40px;
}
.item {
margin-bottom: 0;
}
.item:nth-of-type(odd) {
margin-bottom: 62px;
}
.comand {
margin-bottom: 38px;
}
.other {
margin: 0 auto;
width: 194px;
height: 40px;
}
}
@media (min-width: 992px) {
.header {
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
url(../images/header.png);
}
.items {
width: 920px;
}
.other {
margin-bottom: 30px;
}
} | 0.483892 | 0.103749 |
* {
box-sizing: border-box;
padding: 0;
/*syntax of border box should include padding and border not margin*/
border: 0;
}
body {
background-color: #d9dcd6;
}
.header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #2a607c;
color: #ffffff;
}
.header h1 {
display: inline-block;
font-size: 48px;
}
.header h1 .seo {
color: #d9dcd6;
}
/*margin should go before padding*/
.header div {
margin-right: 20px;
padding-top: 30px;
float: right;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 20px;
}
.header div ul {
list-style-type: none;
}
.header div ul li {
display: inline-block;
margin-left: 25px;
}
a {
color: #ffffff;
text-decoration: none;
}
p {
font-size: 16px;
}
.hero {
height: 800px;
width: 100%;
margin-bottom: 25px;
background-image: url("../images/digital-marketing-meeting.jpg");
background-size: cover;
background-position: center;
}
.float-left {
float: left;
margin-right: 25px;
}
.float-right {
float: right;
margin-left: 25px;
}
/*class equals content has moved forward before class equals benefit to inline with tho content sequential order in index.html*/
/*all the width & display & what adjusted to suit this change*/
.content {
width: 75%;
display: inline-block;
margin-left: 20px;
}
/*box of search-engine-optimization*/
/*style changed*/
.search-engine-optimization {
margin-bottom: 20px;
padding-top: 15px;
padding-right: 18px;
padding-left: 18px;
height: 345px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}
/*box of online-reputation-management*/
/*style changed*/
.online-reputation-management {
margin-bottom: 20px;
padding-top: 12px;
padding-right: 18px;
padding-left: 18px;
height: 345px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}
/*box of social-media-marketing*/
/*style changed*/
.social-media-marketing {
margin-bottom: 20px;
padding-top: 15px;
padding-right: 18px;
padding-left: 18px;
height: 345px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}
/*Height of 3 images are adjusted*/
/*image of search-engine-optimizatio*/
.search-engine-optimization img {
max-height: 280px;
}
/*imagae of online-reputation-management*/
.online-reputation-management img {
max-height: 280px;
}
/*image of social-media-marketing img*/
.social-media-marketing img {
max-height: 280px;
}
/*text of search-engine-optimization*/
/*style changed*/
.search-engine-optimization h2 {
font-size: 36px;
float: auto;
text-align: center;
padding-top: 10px;
}
/*text of online-reputation-management*/
/*style changed*/
.online-reputation-management h2 {
margin-bottom: 20px;
font-size: 36px;
}
/*text of social-media-marketing*/
/*style changed*/
.social-media-marketing h2 {
font-size: 36px;
float: auto;
text-align: center;
padding-top: 10px;
}
.benefits {
margin-right: 20px;
padding: 20px;
clear: both;
float: right;
width: 20%;
height: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #2589bd;
}
.benefit-lead {
margin-bottom: 32px;
color: #ffffff;
}
.benefit-brand {
margin-bottom: 32px;
color: #ffffff;
}
.benefit-cost {
margin-bottom: 32px;
color: #ffffff;
}
.benefit-lead h3 {
margin-bottom: 10px;
text-align: center;
}
.benefit-brand h3 {
margin-bottom: 10px;
text-align: center;
}
.benefit-cost h3 {
margin-bottom: 10px;
text-align: center;
}
.benefit-lead img {
display: block;
margin: 10px auto;
max-width: 150px;
}
.benefit-brand img {
display: block;
margin: 10px auto;
max-width: 150px;
}
.benefit-cost img {
display: block;
margin: 10px auto;
max-width: 150px;
}
.footer {
padding: 30px;
clear: both;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
}
.footer h2 {
font-size: 20px;
} | assets/css/style.css | * {
box-sizing: border-box;
padding: 0;
/*syntax of border box should include padding and border not margin*/
border: 0;
}
body {
background-color: #d9dcd6;
}
.header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #2a607c;
color: #ffffff;
}
.header h1 {
display: inline-block;
font-size: 48px;
}
.header h1 .seo {
color: #d9dcd6;
}
/*margin should go before padding*/
.header div {
margin-right: 20px;
padding-top: 30px;
float: right;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 20px;
}
.header div ul {
list-style-type: none;
}
.header div ul li {
display: inline-block;
margin-left: 25px;
}
a {
color: #ffffff;
text-decoration: none;
}
p {
font-size: 16px;
}
.hero {
height: 800px;
width: 100%;
margin-bottom: 25px;
background-image: url("../images/digital-marketing-meeting.jpg");
background-size: cover;
background-position: center;
}
.float-left {
float: left;
margin-right: 25px;
}
.float-right {
float: right;
margin-left: 25px;
}
/*class equals content has moved forward before class equals benefit to inline with tho content sequential order in index.html*/
/*all the width & display & what adjusted to suit this change*/
.content {
width: 75%;
display: inline-block;
margin-left: 20px;
}
/*box of search-engine-optimization*/
/*style changed*/
.search-engine-optimization {
margin-bottom: 20px;
padding-top: 15px;
padding-right: 18px;
padding-left: 18px;
height: 345px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}
/*box of online-reputation-management*/
/*style changed*/
.online-reputation-management {
margin-bottom: 20px;
padding-top: 12px;
padding-right: 18px;
padding-left: 18px;
height: 345px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}
/*box of social-media-marketing*/
/*style changed*/
.social-media-marketing {
margin-bottom: 20px;
padding-top: 15px;
padding-right: 18px;
padding-left: 18px;
height: 345px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}
/*Height of 3 images are adjusted*/
/*image of search-engine-optimizatio*/
.search-engine-optimization img {
max-height: 280px;
}
/*imagae of online-reputation-management*/
.online-reputation-management img {
max-height: 280px;
}
/*image of social-media-marketing img*/
.social-media-marketing img {
max-height: 280px;
}
/*text of search-engine-optimization*/
/*style changed*/
.search-engine-optimization h2 {
font-size: 36px;
float: auto;
text-align: center;
padding-top: 10px;
}
/*text of online-reputation-management*/
/*style changed*/
.online-reputation-management h2 {
margin-bottom: 20px;
font-size: 36px;
}
/*text of social-media-marketing*/
/*style changed*/
.social-media-marketing h2 {
font-size: 36px;
float: auto;
text-align: center;
padding-top: 10px;
}
.benefits {
margin-right: 20px;
padding: 20px;
clear: both;
float: right;
width: 20%;
height: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #2589bd;
}
.benefit-lead {
margin-bottom: 32px;
color: #ffffff;
}
.benefit-brand {
margin-bottom: 32px;
color: #ffffff;
}
.benefit-cost {
margin-bottom: 32px;
color: #ffffff;
}
.benefit-lead h3 {
margin-bottom: 10px;
text-align: center;
}
.benefit-brand h3 {
margin-bottom: 10px;
text-align: center;
}
.benefit-cost h3 {
margin-bottom: 10px;
text-align: center;
}
.benefit-lead img {
display: block;
margin: 10px auto;
max-width: 150px;
}
.benefit-brand img {
display: block;
margin: 10px auto;
max-width: 150px;
}
.benefit-cost img {
display: block;
margin: 10px auto;
max-width: 150px;
}
.footer {
padding: 30px;
clear: both;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
}
.footer h2 {
font-size: 20px;
} | 0.430028 | 0.136983 |
body {
/* background-color: #222222;*/
margin: 0;
font-family: sans-serif;
}
nav {
display: flex;
}
.logo {
margin-top: 13px;
}
.bmt-item {
width: 440px;
/* height: 450px;*/
}
#probel {
width: 520px;
}
.buy-moon-travel {
display: flex;
width: 100%;
/*
flex-direction: row;
flex-wrap: nowrap;
*/
}
.moon-adevantures {
display: flex;
justify-content: space-around;
margin-top: 140px;
padding-top: 125px;
width: 100%;
height: 250px;
background-color: #131313;
}
#on-the-moon {
width: 250px;
height: 150px;
padding-top: 60px;
padding-left: 205px;
color: white;
font-family: "Verdana";
}
header {
background: #222222;
}
.space-nav {
display: flex;
margin-left: 160px;
height: 75px;
width: 960px;
}
.nav-div {
display: flex;
}
#nav-img-1 {
margin-left: 860px;
margin-top: 20px;
}
#nav-img-2 {
margin-left: 40px;
margin-top: 20px;
}
.nav-button {
margin-top: 60px;
color: white;
font-family: sans-serif;
}
.q {
padding-left: 205px;
width: 300px;
height: 52px;
}
.qw {
margin-left: 62px;
}
.qwe {
padding-left: 34px;
}
.qwer {
padding-left: 34px;
}
.white-text {
color: white;
}
margin {
margin-left: 160px;
}
.margin1 {
padding-top: 60px;
padding-left: 205px;
}
.margin2 {
margin-left: 144px;
}
.margin3 {
margin-top: 65px;
}
.margin4 {
margin-left: 25px;
margin-top: 65px;
}
.margin5 {
margin-left: 160px;
margin-top: 80px;
}
.margin6 {
padding-top: 60px;
}
.margin7 {
margin-top: 80px;
}
.margin8 {
margin-top: 70px;
}
.margin9 {
padding-top: 20px;
}
.margin10 {
margin-top: 70px;
position: relative;
left: 200px;
}
.main-heading {
font-family: "Courier New";
font-size: 24px;
}
.main-fragment {
display: flex;
justify-content: space-evenly;
}
.black-text {
line-height: 1.8;
}
.black-text2::before {
content: ' ';
position: absolute;
width: 8px;
height: 8px;
background-color: yellow;
border-radius: 5px;
left: -20px;
top: 10px;
}
li {
list-style-type: none;
position: relative;
}
/*
li span {
color: black;
line-height: 1.8;
}
li strong {
color: black;
}
*/
footer {
margin-top: 80px;
height: 300px;
background-color: #222222;
}
.footer-content {
padding-top: 40px;
display: flex;
justify-content: space-around;
}
h2 {
font-size: 18px;
}
.grey-text {
color: grey;
position: relative;
top: 100px;
}
.footer-fragment {
display: flex;
flex-direction: column;
}
#test2 {
position: relative;
bottom: 20px;
left: 5px;
}
.foot-heading {
padding-bottom: 20px;
font-family: "Verdana";
font-size: 16px;
color: white;
font-weight: bold;
border-bottom: solid 1.5px grey;
}
.ul-footer {
line-height: 2;
list-style-type: none;
padding-top: 10px;
}
.li-footer {
color: grey;
list-style-type: none;
}
.rocket {
position: relative;
top: 70px;
}
.rocket::before {
content: url('../images/rocket.png');
width: 60px;
height: 68px;
position: absolute;
top: -80px;
/* bottom: 20px;*/
}
.jar{
position: relative;
top: 70px;
}
.jar::before {
content: url('../images/jar.png');
width: 60px;
height: 68px;
position: absolute;
top: -80px;
}
.kosmonavt {
position: relative;
top: 70px;
}
.kosmonavt::before {
content: url('../images/kosmonavt.png');
width: 60px;
height: 68px;
position: absolute;
top: -80px;
}
.flag {
position: relative;
top: 70px;
}
.flag::before {
content: url('../images/flag-on-moon.png');
width: 60px;
height: 68px;
position: absolute;
top: -80px;
}
.logo-img {
content: url('../images/logo.png');
position: absolute;
width: 60px;
height: 60px;
top: 20px;
}
.on-moon-img {
content: url('../images/space%20rocket.png');
position: absolute;
width: 438px;
height: 438px;
left: 460px;
}
.map-img {
content: url('../images/Map.png');
position: absolute;
width: 440px;
height: 343px;
right: 800px;
margin-top: 100px;
} | css/style.css | body {
/* background-color: #222222;*/
margin: 0;
font-family: sans-serif;
}
nav {
display: flex;
}
.logo {
margin-top: 13px;
}
.bmt-item {
width: 440px;
/* height: 450px;*/
}
#probel {
width: 520px;
}
.buy-moon-travel {
display: flex;
width: 100%;
/*
flex-direction: row;
flex-wrap: nowrap;
*/
}
.moon-adevantures {
display: flex;
justify-content: space-around;
margin-top: 140px;
padding-top: 125px;
width: 100%;
height: 250px;
background-color: #131313;
}
#on-the-moon {
width: 250px;
height: 150px;
padding-top: 60px;
padding-left: 205px;
color: white;
font-family: "Verdana";
}
header {
background: #222222;
}
.space-nav {
display: flex;
margin-left: 160px;
height: 75px;
width: 960px;
}
.nav-div {
display: flex;
}
#nav-img-1 {
margin-left: 860px;
margin-top: 20px;
}
#nav-img-2 {
margin-left: 40px;
margin-top: 20px;
}
.nav-button {
margin-top: 60px;
color: white;
font-family: sans-serif;
}
.q {
padding-left: 205px;
width: 300px;
height: 52px;
}
.qw {
margin-left: 62px;
}
.qwe {
padding-left: 34px;
}
.qwer {
padding-left: 34px;
}
.white-text {
color: white;
}
margin {
margin-left: 160px;
}
.margin1 {
padding-top: 60px;
padding-left: 205px;
}
.margin2 {
margin-left: 144px;
}
.margin3 {
margin-top: 65px;
}
.margin4 {
margin-left: 25px;
margin-top: 65px;
}
.margin5 {
margin-left: 160px;
margin-top: 80px;
}
.margin6 {
padding-top: 60px;
}
.margin7 {
margin-top: 80px;
}
.margin8 {
margin-top: 70px;
}
.margin9 {
padding-top: 20px;
}
.margin10 {
margin-top: 70px;
position: relative;
left: 200px;
}
.main-heading {
font-family: "Courier New";
font-size: 24px;
}
.main-fragment {
display: flex;
justify-content: space-evenly;
}
.black-text {
line-height: 1.8;
}
.black-text2::before {
content: ' ';
position: absolute;
width: 8px;
height: 8px;
background-color: yellow;
border-radius: 5px;
left: -20px;
top: 10px;
}
li {
list-style-type: none;
position: relative;
}
/*
li span {
color: black;
line-height: 1.8;
}
li strong {
color: black;
}
*/
footer {
margin-top: 80px;
height: 300px;
background-color: #222222;
}
.footer-content {
padding-top: 40px;
display: flex;
justify-content: space-around;
}
h2 {
font-size: 18px;
}
.grey-text {
color: grey;
position: relative;
top: 100px;
}
.footer-fragment {
display: flex;
flex-direction: column;
}
#test2 {
position: relative;
bottom: 20px;
left: 5px;
}
.foot-heading {
padding-bottom: 20px;
font-family: "Verdana";
font-size: 16px;
color: white;
font-weight: bold;
border-bottom: solid 1.5px grey;
}
.ul-footer {
line-height: 2;
list-style-type: none;
padding-top: 10px;
}
.li-footer {
color: grey;
list-style-type: none;
}
.rocket {
position: relative;
top: 70px;
}
.rocket::before {
content: url('../images/rocket.png');
width: 60px;
height: 68px;
position: absolute;
top: -80px;
/* bottom: 20px;*/
}
.jar{
position: relative;
top: 70px;
}
.jar::before {
content: url('../images/jar.png');
width: 60px;
height: 68px;
position: absolute;
top: -80px;
}
.kosmonavt {
position: relative;
top: 70px;
}
.kosmonavt::before {
content: url('../images/kosmonavt.png');
width: 60px;
height: 68px;
position: absolute;
top: -80px;
}
.flag {
position: relative;
top: 70px;
}
.flag::before {
content: url('../images/flag-on-moon.png');
width: 60px;
height: 68px;
position: absolute;
top: -80px;
}
.logo-img {
content: url('../images/logo.png');
position: absolute;
width: 60px;
height: 60px;
top: 20px;
}
.on-moon-img {
content: url('../images/space%20rocket.png');
position: absolute;
width: 438px;
height: 438px;
left: 460px;
}
.map-img {
content: url('../images/Map.png');
position: absolute;
width: 440px;
height: 343px;
right: 800px;
margin-top: 100px;
} | 0.3492 | 0.046834 |
@import url('https://fonts.googleapis.com/css?family=Quattrocento');
* {
font-family: 'Quattrocento', serif;
font-weight: 700;
}
/********** Cards **********/
#cards {
z-index:99;
}
#cards > div {
position:absolute;
opacity:0;
width:100%;
height:100%;
z-index: 99;
pointer-events: none;
}
#cards #card-bg {
z-index: 10;
background-color:#352d1c;
}
#card-bg video {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
transition-delay: 1s;
}
#cards > div {
transition-delay: 1s;
}
#cards .active {
opacity:1;
transition-delay: 1s;
}
#card-text {
text-align: left;
}
.card-text {
position:absolute;
top:20%;
left:5%;
white-space: nowrap;
overflow:hidden;
max-width:80%;
padding:.6em;
font-size: 84px;
border:2px solid #a07d33;
background-image: url(images/graphic-bronze.jpg);
background-position: center center;
background-color: cover;
background-color: #fbae17;
text-transform: UPPERCASE;
color:#c09d53;
box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
transform:translateX(100px);
transition-delay:2s;
transition-duration:2s;
}
.more-text {
display:block;
position:absolute;
top:45%;
left:5%;
max-width:80%;
padding:.6em;
font-size: 48px;
background-color: black;
color:#c09d53;
line-height: 1.7em;
transform:translateX(100px);
transition-delay:2s;
transition-duration:2s;
}
.more-text.hide {
display:none;
}
/********** Bug **********/
#bug {
position:absolute;
top:0;
right:0;
width:100%;
height:9vh;
z-index: 999;
transform-origin: top right;
}
#bug.embiggen {
transform:scale(2);
}
#bug-inner {
position:absolute;
right:0;
top:0;
width:300px;
height:100px;
z-index: 65;
background-color: white;
border-bottom-left-radius: 12px;
}
#bug.hide {
top:-10%;
}
#bug.embiggen.hide {
top:-20%;
}
#bug-inner div {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
text-align: center;
opacity:0;
transition:all .3s ease;
}
#bug-inner div.active {
opacity:1;
}
div#bug-text {
text-align: center;
}
div#bug-text span {
display:inline-block;
max-width:280px;
font-size: 24px;
padding-top:30px;
}
div#bug-logo {
left:50%;
width:260px;
margin-left:-130px;
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center center;
background-image: url('images/bug-logo.png');
}
#bug-countdown span {
color:#3d3d3d;
padding:8px 2px;
font-size: 36px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#bug-countdown span.time {
position:static;
display:inline-block;
width:65px;
padding:8px;
margin-top:18px;
color:white;
border-radius:4px;
text-align: center;
background-color: #3D3D3D;
box-shadow: inset 4px 4px 2px rgba(0,0,0,0.2);
}
#bug-bg {
position:absolute;
bottom:0;
left:50%;
width:500px;
height:100%;
margin-left:-250px;
z-index: 60;
}
#bug-bg div {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: bottom center;
}
/********** Word **********/
#word-wrapper {
position:absolute;
bottom:1em;
left:1em;
z-index: 2;
font-size: 64px;
transition-duration: 2s;
}
#word-wrapper.hide {
bottom:-20%;
}
#word-wrapper:after {
content: "";
clear: both;
display: table;
}
#word-wrapper #team-logo {
overflow:hidden;
white-space: nowrap;
text-indent: 100%;
width:2.5em;
margin-right:.25em;
background-color: rgba(0,0,0,0.9);
background-position: center center;
background-size: 100% 100%;
background-repeat: no-repeat;
}
#word-wrapper > div {
padding:.7em .5em .3em .5em;
height:2.5em;
display:block;
float:left;
background-color: white;
box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
border:5px solid #a07d33;
background-image: url(images/graphic-bronze.jpg);
background-position: center center;
background-color: cover;
}
#word-wrapper.correct > div {
border:5px solid green;
box-shadow: 0px 0px 100px rgba(0,255,0,0.9);
}
#word-wrapper.wrong > div {
border:5px solid red;
box-shadow: 0px 0px 100px rgba(255,0,0,0.9);
}
#word {
text-transform: UPPERCASE;
letter-spacing:4px;
color:#c09d53;
}
/* ------------------------------------------------------------------------ */
/* Teams */
/* ------------------------------------------------------------------------ */
#teams {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.9);
opacity:0;
z-index:101;
opacity:0;
}
.team {
position:relative;
display:block;
float:left;
width:50vw;
height:25vh;
border:3px solid #a07d33;
background-image: url(images/graphic-bronze.jpg);
background-position: center center;
background-color: cover;
overflow:hidden;
transform:scale(0.995);
transform-origin: center center;
}
.team:after {
content:' ';
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
background-image: url('images/graphic-out.png');
background-position: center center;
background-repeat: no-repeat;
background-size: auto 70%;
transform:scale(2);
transition-duration: 1s;
transition-delay: .5s;
}
.team.out {
opacity:.45;
transform:scale(0.85);
transition-delay: .5s;
}
.team.out:after {
transform:scale(1);
opacity:1;
transition-delay: 1.5s;
}
.team_logo {
position:absolute;
opacity:.3;
top:-130px;
left:50%;
width:600px;
margin-left:-300px;
}
.team_name {
font-size: 68px;
text-transform: UPPERCASE;
text-shadow:1px 1px 10px black;
}
.sa_inner {
position:absolute;
bottom:0;
top:auto;
width:100%;
clear:both;
}
.team_sa {
display:inline-block;
clear:both;
margin-top:20px;
padding:.5em 1.5em;
background-color: rgba(0,0,0,0.6);
font-size: 24px;
}
.team_inner {
width:100%;
color:#c09d53;
text-align: center;
padding-top:36px;
}
#teams.active {
opacity:1;
}
/* ------------------------------------------------------------------------ */
/* Sponsors */
/* ------------------------------------------------------------------------ */
img.sponsor.active {
opacity:1;
}
.sponsor-text {
position:absolute;
top:100px;
left:0;
width:100%;
text-transform: UPPERCASE;
text-align: center;
font-size: 60px;
color:#c09d53;
text-shadow: 1px 1px 20px black;
}
img.sponsor {
position:absolute;
top:55%;
left:50%;
margin-left:-350px;
margin-top:-350px;
width:700px;
height:700px;
opacity:0;
} | public/css/overlay.css | @import url('https://fonts.googleapis.com/css?family=Quattrocento');
* {
font-family: 'Quattrocento', serif;
font-weight: 700;
}
/********** Cards **********/
#cards {
z-index:99;
}
#cards > div {
position:absolute;
opacity:0;
width:100%;
height:100%;
z-index: 99;
pointer-events: none;
}
#cards #card-bg {
z-index: 10;
background-color:#352d1c;
}
#card-bg video {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
transition-delay: 1s;
}
#cards > div {
transition-delay: 1s;
}
#cards .active {
opacity:1;
transition-delay: 1s;
}
#card-text {
text-align: left;
}
.card-text {
position:absolute;
top:20%;
left:5%;
white-space: nowrap;
overflow:hidden;
max-width:80%;
padding:.6em;
font-size: 84px;
border:2px solid #a07d33;
background-image: url(images/graphic-bronze.jpg);
background-position: center center;
background-color: cover;
background-color: #fbae17;
text-transform: UPPERCASE;
color:#c09d53;
box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
transform:translateX(100px);
transition-delay:2s;
transition-duration:2s;
}
.more-text {
display:block;
position:absolute;
top:45%;
left:5%;
max-width:80%;
padding:.6em;
font-size: 48px;
background-color: black;
color:#c09d53;
line-height: 1.7em;
transform:translateX(100px);
transition-delay:2s;
transition-duration:2s;
}
.more-text.hide {
display:none;
}
/********** Bug **********/
#bug {
position:absolute;
top:0;
right:0;
width:100%;
height:9vh;
z-index: 999;
transform-origin: top right;
}
#bug.embiggen {
transform:scale(2);
}
#bug-inner {
position:absolute;
right:0;
top:0;
width:300px;
height:100px;
z-index: 65;
background-color: white;
border-bottom-left-radius: 12px;
}
#bug.hide {
top:-10%;
}
#bug.embiggen.hide {
top:-20%;
}
#bug-inner div {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
text-align: center;
opacity:0;
transition:all .3s ease;
}
#bug-inner div.active {
opacity:1;
}
div#bug-text {
text-align: center;
}
div#bug-text span {
display:inline-block;
max-width:280px;
font-size: 24px;
padding-top:30px;
}
div#bug-logo {
left:50%;
width:260px;
margin-left:-130px;
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center center;
background-image: url('images/bug-logo.png');
}
#bug-countdown span {
color:#3d3d3d;
padding:8px 2px;
font-size: 36px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#bug-countdown span.time {
position:static;
display:inline-block;
width:65px;
padding:8px;
margin-top:18px;
color:white;
border-radius:4px;
text-align: center;
background-color: #3D3D3D;
box-shadow: inset 4px 4px 2px rgba(0,0,0,0.2);
}
#bug-bg {
position:absolute;
bottom:0;
left:50%;
width:500px;
height:100%;
margin-left:-250px;
z-index: 60;
}
#bug-bg div {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: bottom center;
}
/********** Word **********/
#word-wrapper {
position:absolute;
bottom:1em;
left:1em;
z-index: 2;
font-size: 64px;
transition-duration: 2s;
}
#word-wrapper.hide {
bottom:-20%;
}
#word-wrapper:after {
content: "";
clear: both;
display: table;
}
#word-wrapper #team-logo {
overflow:hidden;
white-space: nowrap;
text-indent: 100%;
width:2.5em;
margin-right:.25em;
background-color: rgba(0,0,0,0.9);
background-position: center center;
background-size: 100% 100%;
background-repeat: no-repeat;
}
#word-wrapper > div {
padding:.7em .5em .3em .5em;
height:2.5em;
display:block;
float:left;
background-color: white;
box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
border:5px solid #a07d33;
background-image: url(images/graphic-bronze.jpg);
background-position: center center;
background-color: cover;
}
#word-wrapper.correct > div {
border:5px solid green;
box-shadow: 0px 0px 100px rgba(0,255,0,0.9);
}
#word-wrapper.wrong > div {
border:5px solid red;
box-shadow: 0px 0px 100px rgba(255,0,0,0.9);
}
#word {
text-transform: UPPERCASE;
letter-spacing:4px;
color:#c09d53;
}
/* ------------------------------------------------------------------------ */
/* Teams */
/* ------------------------------------------------------------------------ */
#teams {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.9);
opacity:0;
z-index:101;
opacity:0;
}
.team {
position:relative;
display:block;
float:left;
width:50vw;
height:25vh;
border:3px solid #a07d33;
background-image: url(images/graphic-bronze.jpg);
background-position: center center;
background-color: cover;
overflow:hidden;
transform:scale(0.995);
transform-origin: center center;
}
.team:after {
content:' ';
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
background-image: url('images/graphic-out.png');
background-position: center center;
background-repeat: no-repeat;
background-size: auto 70%;
transform:scale(2);
transition-duration: 1s;
transition-delay: .5s;
}
.team.out {
opacity:.45;
transform:scale(0.85);
transition-delay: .5s;
}
.team.out:after {
transform:scale(1);
opacity:1;
transition-delay: 1.5s;
}
.team_logo {
position:absolute;
opacity:.3;
top:-130px;
left:50%;
width:600px;
margin-left:-300px;
}
.team_name {
font-size: 68px;
text-transform: UPPERCASE;
text-shadow:1px 1px 10px black;
}
.sa_inner {
position:absolute;
bottom:0;
top:auto;
width:100%;
clear:both;
}
.team_sa {
display:inline-block;
clear:both;
margin-top:20px;
padding:.5em 1.5em;
background-color: rgba(0,0,0,0.6);
font-size: 24px;
}
.team_inner {
width:100%;
color:#c09d53;
text-align: center;
padding-top:36px;
}
#teams.active {
opacity:1;
}
/* ------------------------------------------------------------------------ */
/* Sponsors */
/* ------------------------------------------------------------------------ */
img.sponsor.active {
opacity:1;
}
.sponsor-text {
position:absolute;
top:100px;
left:0;
width:100%;
text-transform: UPPERCASE;
text-align: center;
font-size: 60px;
color:#c09d53;
text-shadow: 1px 1px 20px black;
}
img.sponsor {
position:absolute;
top:55%;
left:50%;
margin-left:-350px;
margin-top:-350px;
width:700px;
height:700px;
opacity:0;
} | 0.241847 | 0.0545 |
img {
max-width: 100%;
animation: transitionPlay 1.1s;
}
html {
overflow: auto;
background: transparent;
}
.center {
text-align: center;
}
.left {
margin-left: 0;
}
.lit {
font-size: 1.5rem;
font-weight: 300;
}
.little-svg {
fill: #fff;
}
.ml-0 {
margin-left: 1rem;
}
.ml {
margin-left: 2rem;
}
.ml-1 {
margin-left: 4.5rem;
}
.bottom {
margin-block-start: 0px;
margin-block-end: 0px;
margin-bottom: 0px;
}
.mb-1 {
margin-bottom: 0px;
}
.mb-2 {
margin-bottom: 5px;
}
.mb-3 {
margin-bottom: 20px;
}
.mr {
margin-right: 32px;
}
.mt-0 {
margin-top: 0px;
}
.mt-2 {
margin-top: 3rem;
}
.mt-3 {
margin-top: 3rem;
}
.mx-auto {
margin: auto;
}
.mode {
position: absolute;
display: block;
cursor: pointer;
}
.title {
position: relative;
width: auto;
}
.modeswitch {
cursor: pointer;
position: relative;
right: 0px;
top: 0;
float: right;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.tag-link {
margin-right: 10px;
}
.about {
width: 150px;
height: 150px;
border-radius: 50%;
}
/* blockquote */
blockquote footer {
font-family: 'Inter';
font-size: 16px;
padding-bottom: 10px;
margin-top: -10px;
}
blockquote footer cite:before {
content: "—";
padding: 0 0.5em;
}
/* Footer */
a.footer-link {
all: initial;
}
a.footer-link:hover,
a.footer-link:focus {
cursor: pointer;
}
.svg-hov {
transition: all .2s ease-in-out;
}
.svg-hov:hover {
transform: translateY(-3px);
transition: all .2s ease-in-out;
}
.github, .twitter, .instagram {
width: 20px;
}
.github {
fill: #63636F;
}
.twitter {
fill: #1DA1F2;
}
.instagram {
fill: #E4405F
}
/* Nanobar */
.nanobar {
left:0;
}
body {
position: absolute;
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
padding: 5px;
overflow-y: scroll;
overflow-x: hidden;
transition: all 0.3s ease-in-out;
}
body.darkmode {
background: rgb(35, 35, 35);
color: rgb(256, 256, 256);
}
.trans {
animation: transitionPlay 0.7s;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.trans::-webkit-scrollbar {
display: none;
}
/* Scroll bar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
-webkit-border-radius: 8px;
border-radius: 8px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 8px;
border-radius: 8px;
background: rgb(128 128 128 / 50%);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgb(128 128 128 / 20%);
}
::-webkit-scrollbar-thumb:active {
background-color: rgb(128 128 128 / 100%);
all: initial;
}
@keyframes transitionPlay {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: none;
}
}
.hidden {
display: none;
}
.posisi {
text-align: center;
}
@media (min-width: 550px) {
.posisi {
text-align: right;
}
}
.drop {
width: 1px;
height: 1px;
position: absolute;
top: 8px;
background-color: #ffffff;
border-radius: 2px;
animation: drop 8s infinite cubic-bezier(.63,.36,1,.84);
z-index: 99;
}
@keyframes drop {
from {
top: 5px;
filter: none;
}
85% {
filter: blur(2px);
}
to {
top: 95%;
filter: blur(8px);
}
} | source/css/custom.css | img {
max-width: 100%;
animation: transitionPlay 1.1s;
}
html {
overflow: auto;
background: transparent;
}
.center {
text-align: center;
}
.left {
margin-left: 0;
}
.lit {
font-size: 1.5rem;
font-weight: 300;
}
.little-svg {
fill: #fff;
}
.ml-0 {
margin-left: 1rem;
}
.ml {
margin-left: 2rem;
}
.ml-1 {
margin-left: 4.5rem;
}
.bottom {
margin-block-start: 0px;
margin-block-end: 0px;
margin-bottom: 0px;
}
.mb-1 {
margin-bottom: 0px;
}
.mb-2 {
margin-bottom: 5px;
}
.mb-3 {
margin-bottom: 20px;
}
.mr {
margin-right: 32px;
}
.mt-0 {
margin-top: 0px;
}
.mt-2 {
margin-top: 3rem;
}
.mt-3 {
margin-top: 3rem;
}
.mx-auto {
margin: auto;
}
.mode {
position: absolute;
display: block;
cursor: pointer;
}
.title {
position: relative;
width: auto;
}
.modeswitch {
cursor: pointer;
position: relative;
right: 0px;
top: 0;
float: right;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.tag-link {
margin-right: 10px;
}
.about {
width: 150px;
height: 150px;
border-radius: 50%;
}
/* blockquote */
blockquote footer {
font-family: 'Inter';
font-size: 16px;
padding-bottom: 10px;
margin-top: -10px;
}
blockquote footer cite:before {
content: "—";
padding: 0 0.5em;
}
/* Footer */
a.footer-link {
all: initial;
}
a.footer-link:hover,
a.footer-link:focus {
cursor: pointer;
}
.svg-hov {
transition: all .2s ease-in-out;
}
.svg-hov:hover {
transform: translateY(-3px);
transition: all .2s ease-in-out;
}
.github, .twitter, .instagram {
width: 20px;
}
.github {
fill: #63636F;
}
.twitter {
fill: #1DA1F2;
}
.instagram {
fill: #E4405F
}
/* Nanobar */
.nanobar {
left:0;
}
body {
position: absolute;
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
padding: 5px;
overflow-y: scroll;
overflow-x: hidden;
transition: all 0.3s ease-in-out;
}
body.darkmode {
background: rgb(35, 35, 35);
color: rgb(256, 256, 256);
}
.trans {
animation: transitionPlay 0.7s;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.trans::-webkit-scrollbar {
display: none;
}
/* Scroll bar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
-webkit-border-radius: 8px;
border-radius: 8px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 8px;
border-radius: 8px;
background: rgb(128 128 128 / 50%);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgb(128 128 128 / 20%);
}
::-webkit-scrollbar-thumb:active {
background-color: rgb(128 128 128 / 100%);
all: initial;
}
@keyframes transitionPlay {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: none;
}
}
.hidden {
display: none;
}
.posisi {
text-align: center;
}
@media (min-width: 550px) {
.posisi {
text-align: right;
}
}
.drop {
width: 1px;
height: 1px;
position: absolute;
top: 8px;
background-color: #ffffff;
border-radius: 2px;
animation: drop 8s infinite cubic-bezier(.63,.36,1,.84);
z-index: 99;
}
@keyframes drop {
from {
top: 5px;
filter: none;
}
85% {
filter: blur(2px);
}
to {
top: 95%;
filter: blur(8px);
}
} | 0.553505 | 0.166404 |
@font-face {
font-family: 'Arsenal';
font-style: normal;
font-weight: 400;
src: local('Arsenal Regular'), local('Arsenal-Regular'),
url('../fonts/Arsenal-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Arsenal-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arsenal-700 - cyrillic_latin */
@font-face {
font-family: 'Arsenal';
font-style: normal;
font-weight: 700;
src: local('Arsenal Bold'), local('Arsenal-Bold'),
url('../fonts/Arsenal-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Arsenal-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arsenal-italic - cyrillic_latin */
@font-face {
font-family: 'Arsenal';
font-style: italic;
font-weight: 400;
src: local('Arsenal Italic'), local('Arsenal-Italic'),
url('../fonts/Arsenal-Italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Arsenal-Italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arsenal-700italic - cyrillic_latin */
@font-face {
font-family: 'Arsenal';
font-style: italic;
font-weight: 700;
src: local('Arsenal Bold Italic'), local('Arsenal-BoldItalic'),
url('../fonts/Arsenal-BoldItalic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Arsenal-BoldItalic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* =============================elements============================== */
:root {
--link-color: #5f3f3f;
--link-color-hover: #9f7676;
}
html, body {
padding: 0;
margin: 0;
border: none;
}
body {
position: relative;
font-family: 'Arsenal', sans-serif;
background: #F4F4F4;
}
img {
max-width: 100%;
height: auto;
}
section {
padding: 70px 0;
}
a {
color: var(--link-color);
}
a:hover {
text-decoration: none;
color: var(--link-color-hover);
}
h2 {
font-size: 40px;
font-weight: 400;
font-family: 'Arsenal', sans-serif;
text-transform: uppercase;
margin: 0 0 20px 0;
}
h3 {
font-size: 30px;
font-weight: 400;
font-family: 'Arsenal', sans-serif;
text-transform: capitalize;
}
h4 {
font-weight: 400;
font-size: 26px;
margin-bottom: 20px;
}
.capitalize {
text-transform: capitalize;
}
.noscript-warning {
color: rgb(216, 215, 213);
background-color: #c02d2e;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 5050;
text-align: center;
font-weight: bold;
font-size: 120%;
padding: 10px;
filter: none;
}
.show {
opacity: 1;
}
.hide {
opacity: 0;
transition: opacity 500ms;
}
.preloader {
z-index: 6000;
}
/* =============================.section-header============================== */
.main-header {
background: #F1DED7;
background-size: cover;
height: 120px;
position: relative;
}
.main-header.main-page {
background: #e5e5e5 url(../images/intro-bg.jpg) no-repeat center;
background-size: cover;
height: 100vh;
min-height: 600px;
}
.main-header .nav.navbar-nav {
width: 100%;
}
.main-header .navbar-brand,
.main-header ul li a {
color: #5f3f3f;
font-weight: 700;
font-family: 'Arsenal', sans-serif;
}
.main-header .navbar-brand {
font-size: 40px;
margin-top: auto;
margin-bottom: auto;
margin-left: 30px;
}
.main-header .top-menu {
background: rgba(0, 0, 0, 0.25);
}
.main-header .overlay {
padding-top: 300px;
text-align: center;
}
.main-header .overlay h1 {
display: inline-block;
padding: 0 10px;
font-size: 68px;
font-weight: 700;
background: -webkit-linear-gradient(left, rgba(225, 206, 199, 0.7) 0%, rgba(241, 222, 215, 0.7) 100%);
line-height: 1.5em;
color: #5f3f3f;
}
.main-header .overlay p {
display: inline-block;
padding: 0 10px;
font-size: 24px;
font-weight: 700;
color: #5f3f3f;
background: -webkit-linear-gradient(left, rgba(239, 212, 201, 0.7) 0%, rgba(235, 197, 178, 0.7) 100%);
line-height: 2em;
}
.main-header .overlay span {
color: #fff;
}
.btn-custom {
text-transform: uppercase;
color: #fff;
text-shadow: 0 0 3px #5f3f3f;
background-color: #5f3f3f;
border: 0;
padding: 14px 20px;
font-size: 17px;
font-weight: 700;
border-radius: 12px 0 12px 0;
margin: 20px 0 0;
transition: all 0.5s;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
color: rgba(255, 255, 255, 0.8);
background-color: #724F4F;
}
.section-title {
margin-bottom: 70px;
}
/* =============================.menu-expand============================== */
.navbar-wrapper {
width: 100%;
height: 100px;
}
.menu__toggle {
display: flex;
align-items: center;
position: fixed;
top: 20px;
left: 20px;
width: 27px;
height: 27px;
cursor: pointer;
z-index: 4;
}
.menu__toggle span,
.menu__toggle span::before,
.menu__toggle span::after {
display: block;
position: absolute;
width: 100%;
height: 2px;
background-color: #5f3f3f;
transition-duration: .3s;
z-index: 3;
}
.menu__toggle span::before {
content: '';
top: -8px;
}
.menu__toggle span::after {
content: '';
top: 8px;
}
.menu__toggle.js-checked {
transform: rotate(45deg);
}
.menu__toggle.js-checked span::before {
top: 0;
transform: rotate(0);
}
.menu__toggle.js-checked span::after {
top: 0;
transform: rotate(90deg);
}
.menu__toggle.js-checked ~ .menu__box {
visibility: visible;
left: 0;
}
.menu__box {
height: 120px;
display: flex;
justify-content: space-between;
z-index: 2;
}
.menu__box ul {
padding: 0;
list-style: none;
text-transform: uppercase;
}
.menu__list {
display: flex;
justify-content: space-between;
margin: 0;
}
.menu__item {
position: relative;
display: block;
padding: 12px 24px;
color: #333333;
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-weight: 600;
text-decoration: none;
transition-duration: .3s;
z-index: 2;
}
.menu__item:hover {
text-decoration: none;
transition-duration: .3s;
}
.menu__item:before {
content: "";
display: block;
position: absolute;
top: 15%;
left: 5%;
height: 70%;
width: 90%;
opacity: 0;
transform: scale(0);
border-radius: 20px;
background: #ffffff;
transition: .6s ease-in-out;
z-index: -1;
}
.menu__item:hover:before {
transform: none;
opacity: 1;
}
/* =============================./menu-expand============================== */
/* =============================.language============================== */
.header-topline {
margin: 15px 0 0 0;
text-align: center;
}
.language-item__current,
.language-item__noncurrent,
.header-topline .language-item__noncurrent a {
font-size: 18px;
font-weight: 700;
font-family: 'Arsenal', sans-serif;
text-transform: uppercase;
text-decoration: none;
}
.language-item__current {
color: #a07373;
}
.language-item__noncurrent {
color: #5f3f3f;
}
.language-item__current:hover,
.language-item__noncurrent:hover {
background-color: #ffffff;
border-radius: 8px;
transform: scale(1.1);
transition-duration: .6s;
}
.header-topline li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
/* =============================./language============================== */
/* =============================.section-about============================== */
.section-about {
background: #EFEFEF;
}
.section-about .row {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.section-about .row .col-xs-12,
.section-about .row .col-xs-12 {
padding: 0;
}
.section-about .history-image {
padding: 0;
margin-left: 15px;
}
.section-about h2 {
text-align: center;
}
hr {
height: 4px;
width: 70px;
text-align: center;
position: relative;
background: #5f3f3f;
margin: 0 auto 20px;
border: 0;
}
.section-about h3 {
text-transform: uppercase;
}
.section-about .about-text {
margin-left: 0;
margin-top: 20px;
text-align: center;
}
.section-about img {
display: inline-block;
border-radius: 100px 0 100px 0;
box-shadow: -15px 0 #5f3f3f;
}
.hidden-links {
display: none;
}
/* =============================.section-services============================== */
.section-services h2 {
text-align: center;
}
.section-services .container {
position: relative;
}
.section-services .row {
width: 100%;
margin: 0;
}
.section-services .services {
padding: 0;
text-align: center;
}
.services-image {
margin-right: 15px;
}
.services img {
border-radius: 75px 0 75px 0;
box-shadow: 15px 0 #5f3f3f;
}
.custom-furniture {
position: relative;
opacity: 1;
}
.custom-furniture {
animation: fadein 4s alternate ease-in-out infinite;
}
@keyframes fadein {
from { opacity: 0.5; }
to { opacity: 1; }
}
.custom-furniture p {
font-size: 20px;
margin: 0;
font-weight: 700;
color: var(--link-color);
}
/* =============================.section-portfolio============================== */
.section-portfolio {
position: relative;
background: #EFEFEF;
}
.section-portfolio .main-carousel {
position: relative;
height: 600px;
}
.section-portfolio h2, p {
text-align: center;
}
.categories {
padding-bottom: 40px;
text-align: center;
}
.section-portfolio .cat {
padding: 0;
}
ul.cat li {
display: inline-block;
}
ol.type {
padding: 0;
}
ol.type li {
display: inline-block;
margin-left: 20px;
}
ol.type li:first-child {
margin-left: 0;
}
ol.type li a {
color: #5f3f3f;
font-weight: 700;
font-size: 15px;
padding: 10px 20px;
border: 2px solid #5f3f3f;
border-radius: 10px 0 10px 0;
text-transform: uppercase;
letter-spacing: 1px;
}
ol.type li a.active {
background: #5f3f3f;
color: #fff;
}
ol.type li a:hover {
background: #724F4F;
text-decoration: none;
color: #fff;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.portfolio-item {
margin: 15px 0;
height: 260px;
}
.hover-bg {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
justify-content: center;
align-items: center;
}
.hover-bg a {
z-index: 1;
}
.hover-bg .hover-text {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
color: #333333;
background: rgba(255, 255, 255, 0.75);
height: 100%;
width: 100%;
opacity: 0;
transition: all 0.5s;
z-index: 2;
}
.hover-text h4 {
text-transform: uppercase;
opacity: 0;
color: #333;
font-size: 18px;
font-weight: 400;
margin: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
transition: all 0.3s;
}
.hover-bg:hover .hover-text > h4 {
opacity: 1;
-webkit-backface-visibility: hidden;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.hover-bg:hover .hover-text {
opacity: 1;
}
/* =============================.section-contacts============================== */
.section-contacts {
background: #EFEFEF;
padding: 0 10px 30px 10px;
}
.section-contacts .container {
padding: 0 15px;
}
.section-contacts .col-md-4 {
padding: 0;
}
.section-contacts h2, h4, p {
text-align: center;
}
.section-contacts .about-img span {
color: #5f3f3f;
font-weight: 700;
font-size: 26px;
font-family: 'Arsenal', sans-serif;
}
.section-contacts .social-share ul {
align-content: center;
padding: 20px 0 0 0;
display: flex;
justify-content: center;
margin: 0;
}
.section-contacts .social-share ul li {
list-style: none;
padding-left: 25px;
}
.section-contacts .social-share ul li:first-child {
padding-left: 0;
}
.section-contacts .social-share ul li a {
font-size: 26px;
color: #5f3f3f;
}
/* =============================/.section-contacts============================== */
/* =============================section-show-page============================== */
.section-show-page {
margin-bottom: 30px;
}
.section-show-page .row {
justify-content: center;
}
.section-show-page h2 {
font-size: 26px;
text-transform: uppercase;
}
.project-photo {
margin-bottom: 20px;
}
.related-post-carousel {
position: relative;
width: 100%;
height: 300px;
}
.decoration {
text-align: center;
}
.decoration a:hover {
color: var(--link-color-hover);
}
/* =============================/section-show-page============================== */
/* =============================.section-list-page============================== */
.section-list-page .row {
display: flex;
justify-content: center;
}
.section-list-page h1 {
font-size: 22px;
}
/* =============================/section-list-page============================== */
/* =============================section-projects============================== */
.section-projects .row {
justify-content: center;
}
/* =============================/section-projects============================== */
/* =============================.footer============================== */
.footer {
background-color: #5f3f3f;
padding: 50px 0 15px 0;
font-size: 12px;
}
.footer .container div {
color: #fff;
}
.footer .container div a {
color: #fff;
text-decoration: none;
font-weight: 700;
}
/* ============================= Scroll to top button ============================== */
.js-scroll-to-top {
position: fixed;
bottom: 10px;
right: 10px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background-color: rgba(255, 255, 255, 0.2);
padding: 5px;
margin: 5px;
z-index: 2;
}
.js-scroll-to-top svg {
width: 40px;
height: 40px;
}
.js-scroll-to-top:hover {
cursor: pointer;
}
.js-disable-scroll {
overflow: hidden;
}
/* ============================= /Scroll to top button ============================== */
/* ============================= ./Swiper-carousel ============================== */
.swiper-container,
.swiper-container__main,
.swiper-container__page-show {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
background-position: center;
background-size: cover;
}
.swiper-slide__main,
.swiper-slide__page-show {
z-index: 0;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next__main,
.swiper-button-prev__main,
.swiper-button-next__page-show,
.swiper-button-prev__page-show {
color: rgba(230, 200, 180, 1);
}
.swiper-pagination-bullet {
background: rgba(230, 200, 180, 1);
}
.swiper-pagination-bullet-active {
background: #ffffff;
}
.swiper-pagination,
.swiper-pagination__main,
.swiper-pagination__page-show {
text-align: center;
}
.swiper-scrollbar {
display: none;
}
/* ============================= ./Swiper-carousel ============================== */
/* ============================= .Spatie-cookie-consent ============================== */
.cookie-consent {
position: fixed;
right: 0;
bottom: 0;
left: 0;
background-color: #28a745!important;
text-align: center!important;
padding: .5rem!important;
z-index: 1030;
}
.cookie-consent__message {
color: #f8f9fa!important;
}
.cookie-consent__agree {
color: #fff;
background-color: #007bff;
border-color: #007bff;
padding: .25rem .5rem;
line-height: 1.5;
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 1rem;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cookie-consent__agree:hover {
background-color: #004eac;
}
/* ============================= ./Spatie-cookie-consent ============================== */
/* ============================= Large Devices, Wide Screens ============================== */
@media only screen and (max-width: 1200px) {
}
/* ============================= Medium Devices, Desktops ============================== */
@media only screen and (max-width: 992px) {
.main-header-text {
background-color: rgba(0, 0, 0, .3);
}
.main-header .overlay h1 {
font-size: 48px;
}
}
/* ============================= Small Devices, Tablets ============================== */
@media only screen and (min-width: 768px) {
.section-about .history-image {
margin-left: 0;
}
.section-about .about-text {
margin-top: 0;
padding-left: 10px;
}
}
@media only screen and (min-width: 992px) {
.menu__toggle {
display: none;
}
.section-services .services {
padding: 0 2%;
}
}
@media only screen and (max-width: 992px) {
.main-header {
height: 67px;
}
.menu__box {
display: block;
position: fixed;
visibility: hidden;
overflow: auto;
top: 0;
left: -100%;
width: 320px;
height: 100%;
margin: 0;
background-color: rgba(230, 200, 180, 0.9);
box-shadow: 1px 0 6px rgba(0, 0, 0, .2);
transition-duration: .6s;
}
.menu__list {
display: block;
}
.menu__item:hover {
background-color: #ffffff;
padding-left: 30px;
}
.menu__item:before {
display: none;
}
.main-header .navbar-brand {
margin-top: 60px;
margin-left: 20px;
font-size: 30px;
}
}
@media only screen and (max-width: 768px) {
.main-header-text {
left: 0;
margin: 0 20px;
max-width: 100%;
}
h3, h4 {
font-size: 30px;
}
.main-header .navbar-brand img {
width: 60px;
}
.main-header .overlay {
padding-top: 240px;
}
section {
padding: 15px 0;
}
.section-title {
margin-bottom: 35px;
}
h2 {
font-size: 27px;
margin-bottom: 10px;
}
hr {
margin: 0 auto 10px;
}
.section-portfolio ol.type li a {
display: block;
}
.section-portfolio ol.type li {
display: inline-block;
width: 40%;
padding: 0 0 25px;
margin: auto;
}
.section-portfolio ol.type li:last-child {
padding: 0;
}
.section-portfolio .categories {
padding-bottom: 0;
}
.section-portfolio .main-carousel {
height: 400px;
}
.footer {
padding: 30px 0 15px 0;
}
}
@media only screen and (max-width: 600px) {
.main-header-text {
top: 90px;
}
.main-header-buttons .btn {
display: block;
width: 100%;
margin-bottom: 15px;
}
.main-header-buttons .btn:last-child {
margin-top: 0;
}
.main-header .overlay {
padding-top: 200px;
}
.main-header .overlay h1 {
font-size: 40px;
}
.main-header .overlay p {
font-size: 18px;
}
}
/* ============================= Extra Small Devices, Phones ============================== */
@media screen and (max-width:1200px) and (orientation: landscape) {
.main-header .overlay {
padding-top: 0;
}
}
@media only screen and (max-width: 480px) {
.main-header .overlay h1 {
font-size: 30px;
}
.main-header .navbar-brand img {
width: 45px;
}
.section-portfolio ol.type li {
width: 75%;
}
.section-portfolio .main-carousel {
height: 300px;
}
}
@media only screen and (max-width: 380px) {
.main-header .overlay {
padding-top: 180px;
}
.navbar {
padding: 5%;
}
.main-header .navbar-brand {
font-size: 30px;
}
} | resources/assets/front/css/style.css | @font-face {
font-family: 'Arsenal';
font-style: normal;
font-weight: 400;
src: local('Arsenal Regular'), local('Arsenal-Regular'),
url('../fonts/Arsenal-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Arsenal-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arsenal-700 - cyrillic_latin */
@font-face {
font-family: 'Arsenal';
font-style: normal;
font-weight: 700;
src: local('Arsenal Bold'), local('Arsenal-Bold'),
url('../fonts/Arsenal-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Arsenal-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arsenal-italic - cyrillic_latin */
@font-face {
font-family: 'Arsenal';
font-style: italic;
font-weight: 400;
src: local('Arsenal Italic'), local('Arsenal-Italic'),
url('../fonts/Arsenal-Italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Arsenal-Italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arsenal-700italic - cyrillic_latin */
@font-face {
font-family: 'Arsenal';
font-style: italic;
font-weight: 700;
src: local('Arsenal Bold Italic'), local('Arsenal-BoldItalic'),
url('../fonts/Arsenal-BoldItalic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Arsenal-BoldItalic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* =============================elements============================== */
:root {
--link-color: #5f3f3f;
--link-color-hover: #9f7676;
}
html, body {
padding: 0;
margin: 0;
border: none;
}
body {
position: relative;
font-family: 'Arsenal', sans-serif;
background: #F4F4F4;
}
img {
max-width: 100%;
height: auto;
}
section {
padding: 70px 0;
}
a {
color: var(--link-color);
}
a:hover {
text-decoration: none;
color: var(--link-color-hover);
}
h2 {
font-size: 40px;
font-weight: 400;
font-family: 'Arsenal', sans-serif;
text-transform: uppercase;
margin: 0 0 20px 0;
}
h3 {
font-size: 30px;
font-weight: 400;
font-family: 'Arsenal', sans-serif;
text-transform: capitalize;
}
h4 {
font-weight: 400;
font-size: 26px;
margin-bottom: 20px;
}
.capitalize {
text-transform: capitalize;
}
.noscript-warning {
color: rgb(216, 215, 213);
background-color: #c02d2e;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 5050;
text-align: center;
font-weight: bold;
font-size: 120%;
padding: 10px;
filter: none;
}
.show {
opacity: 1;
}
.hide {
opacity: 0;
transition: opacity 500ms;
}
.preloader {
z-index: 6000;
}
/* =============================.section-header============================== */
.main-header {
background: #F1DED7;
background-size: cover;
height: 120px;
position: relative;
}
.main-header.main-page {
background: #e5e5e5 url(../images/intro-bg.jpg) no-repeat center;
background-size: cover;
height: 100vh;
min-height: 600px;
}
.main-header .nav.navbar-nav {
width: 100%;
}
.main-header .navbar-brand,
.main-header ul li a {
color: #5f3f3f;
font-weight: 700;
font-family: 'Arsenal', sans-serif;
}
.main-header .navbar-brand {
font-size: 40px;
margin-top: auto;
margin-bottom: auto;
margin-left: 30px;
}
.main-header .top-menu {
background: rgba(0, 0, 0, 0.25);
}
.main-header .overlay {
padding-top: 300px;
text-align: center;
}
.main-header .overlay h1 {
display: inline-block;
padding: 0 10px;
font-size: 68px;
font-weight: 700;
background: -webkit-linear-gradient(left, rgba(225, 206, 199, 0.7) 0%, rgba(241, 222, 215, 0.7) 100%);
line-height: 1.5em;
color: #5f3f3f;
}
.main-header .overlay p {
display: inline-block;
padding: 0 10px;
font-size: 24px;
font-weight: 700;
color: #5f3f3f;
background: -webkit-linear-gradient(left, rgba(239, 212, 201, 0.7) 0%, rgba(235, 197, 178, 0.7) 100%);
line-height: 2em;
}
.main-header .overlay span {
color: #fff;
}
.btn-custom {
text-transform: uppercase;
color: #fff;
text-shadow: 0 0 3px #5f3f3f;
background-color: #5f3f3f;
border: 0;
padding: 14px 20px;
font-size: 17px;
font-weight: 700;
border-radius: 12px 0 12px 0;
margin: 20px 0 0;
transition: all 0.5s;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
color: rgba(255, 255, 255, 0.8);
background-color: #724F4F;
}
.section-title {
margin-bottom: 70px;
}
/* =============================.menu-expand============================== */
.navbar-wrapper {
width: 100%;
height: 100px;
}
.menu__toggle {
display: flex;
align-items: center;
position: fixed;
top: 20px;
left: 20px;
width: 27px;
height: 27px;
cursor: pointer;
z-index: 4;
}
.menu__toggle span,
.menu__toggle span::before,
.menu__toggle span::after {
display: block;
position: absolute;
width: 100%;
height: 2px;
background-color: #5f3f3f;
transition-duration: .3s;
z-index: 3;
}
.menu__toggle span::before {
content: '';
top: -8px;
}
.menu__toggle span::after {
content: '';
top: 8px;
}
.menu__toggle.js-checked {
transform: rotate(45deg);
}
.menu__toggle.js-checked span::before {
top: 0;
transform: rotate(0);
}
.menu__toggle.js-checked span::after {
top: 0;
transform: rotate(90deg);
}
.menu__toggle.js-checked ~ .menu__box {
visibility: visible;
left: 0;
}
.menu__box {
height: 120px;
display: flex;
justify-content: space-between;
z-index: 2;
}
.menu__box ul {
padding: 0;
list-style: none;
text-transform: uppercase;
}
.menu__list {
display: flex;
justify-content: space-between;
margin: 0;
}
.menu__item {
position: relative;
display: block;
padding: 12px 24px;
color: #333333;
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-weight: 600;
text-decoration: none;
transition-duration: .3s;
z-index: 2;
}
.menu__item:hover {
text-decoration: none;
transition-duration: .3s;
}
.menu__item:before {
content: "";
display: block;
position: absolute;
top: 15%;
left: 5%;
height: 70%;
width: 90%;
opacity: 0;
transform: scale(0);
border-radius: 20px;
background: #ffffff;
transition: .6s ease-in-out;
z-index: -1;
}
.menu__item:hover:before {
transform: none;
opacity: 1;
}
/* =============================./menu-expand============================== */
/* =============================.language============================== */
.header-topline {
margin: 15px 0 0 0;
text-align: center;
}
.language-item__current,
.language-item__noncurrent,
.header-topline .language-item__noncurrent a {
font-size: 18px;
font-weight: 700;
font-family: 'Arsenal', sans-serif;
text-transform: uppercase;
text-decoration: none;
}
.language-item__current {
color: #a07373;
}
.language-item__noncurrent {
color: #5f3f3f;
}
.language-item__current:hover,
.language-item__noncurrent:hover {
background-color: #ffffff;
border-radius: 8px;
transform: scale(1.1);
transition-duration: .6s;
}
.header-topline li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
/* =============================./language============================== */
/* =============================.section-about============================== */
.section-about {
background: #EFEFEF;
}
.section-about .row {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.section-about .row .col-xs-12,
.section-about .row .col-xs-12 {
padding: 0;
}
.section-about .history-image {
padding: 0;
margin-left: 15px;
}
.section-about h2 {
text-align: center;
}
hr {
height: 4px;
width: 70px;
text-align: center;
position: relative;
background: #5f3f3f;
margin: 0 auto 20px;
border: 0;
}
.section-about h3 {
text-transform: uppercase;
}
.section-about .about-text {
margin-left: 0;
margin-top: 20px;
text-align: center;
}
.section-about img {
display: inline-block;
border-radius: 100px 0 100px 0;
box-shadow: -15px 0 #5f3f3f;
}
.hidden-links {
display: none;
}
/* =============================.section-services============================== */
.section-services h2 {
text-align: center;
}
.section-services .container {
position: relative;
}
.section-services .row {
width: 100%;
margin: 0;
}
.section-services .services {
padding: 0;
text-align: center;
}
.services-image {
margin-right: 15px;
}
.services img {
border-radius: 75px 0 75px 0;
box-shadow: 15px 0 #5f3f3f;
}
.custom-furniture {
position: relative;
opacity: 1;
}
.custom-furniture {
animation: fadein 4s alternate ease-in-out infinite;
}
@keyframes fadein {
from { opacity: 0.5; }
to { opacity: 1; }
}
.custom-furniture p {
font-size: 20px;
margin: 0;
font-weight: 700;
color: var(--link-color);
}
/* =============================.section-portfolio============================== */
.section-portfolio {
position: relative;
background: #EFEFEF;
}
.section-portfolio .main-carousel {
position: relative;
height: 600px;
}
.section-portfolio h2, p {
text-align: center;
}
.categories {
padding-bottom: 40px;
text-align: center;
}
.section-portfolio .cat {
padding: 0;
}
ul.cat li {
display: inline-block;
}
ol.type {
padding: 0;
}
ol.type li {
display: inline-block;
margin-left: 20px;
}
ol.type li:first-child {
margin-left: 0;
}
ol.type li a {
color: #5f3f3f;
font-weight: 700;
font-size: 15px;
padding: 10px 20px;
border: 2px solid #5f3f3f;
border-radius: 10px 0 10px 0;
text-transform: uppercase;
letter-spacing: 1px;
}
ol.type li a.active {
background: #5f3f3f;
color: #fff;
}
ol.type li a:hover {
background: #724F4F;
text-decoration: none;
color: #fff;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.portfolio-item {
margin: 15px 0;
height: 260px;
}
.hover-bg {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
justify-content: center;
align-items: center;
}
.hover-bg a {
z-index: 1;
}
.hover-bg .hover-text {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
color: #333333;
background: rgba(255, 255, 255, 0.75);
height: 100%;
width: 100%;
opacity: 0;
transition: all 0.5s;
z-index: 2;
}
.hover-text h4 {
text-transform: uppercase;
opacity: 0;
color: #333;
font-size: 18px;
font-weight: 400;
margin: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
transition: all 0.3s;
}
.hover-bg:hover .hover-text > h4 {
opacity: 1;
-webkit-backface-visibility: hidden;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.hover-bg:hover .hover-text {
opacity: 1;
}
/* =============================.section-contacts============================== */
.section-contacts {
background: #EFEFEF;
padding: 0 10px 30px 10px;
}
.section-contacts .container {
padding: 0 15px;
}
.section-contacts .col-md-4 {
padding: 0;
}
.section-contacts h2, h4, p {
text-align: center;
}
.section-contacts .about-img span {
color: #5f3f3f;
font-weight: 700;
font-size: 26px;
font-family: 'Arsenal', sans-serif;
}
.section-contacts .social-share ul {
align-content: center;
padding: 20px 0 0 0;
display: flex;
justify-content: center;
margin: 0;
}
.section-contacts .social-share ul li {
list-style: none;
padding-left: 25px;
}
.section-contacts .social-share ul li:first-child {
padding-left: 0;
}
.section-contacts .social-share ul li a {
font-size: 26px;
color: #5f3f3f;
}
/* =============================/.section-contacts============================== */
/* =============================section-show-page============================== */
.section-show-page {
margin-bottom: 30px;
}
.section-show-page .row {
justify-content: center;
}
.section-show-page h2 {
font-size: 26px;
text-transform: uppercase;
}
.project-photo {
margin-bottom: 20px;
}
.related-post-carousel {
position: relative;
width: 100%;
height: 300px;
}
.decoration {
text-align: center;
}
.decoration a:hover {
color: var(--link-color-hover);
}
/* =============================/section-show-page============================== */
/* =============================.section-list-page============================== */
.section-list-page .row {
display: flex;
justify-content: center;
}
.section-list-page h1 {
font-size: 22px;
}
/* =============================/section-list-page============================== */
/* =============================section-projects============================== */
.section-projects .row {
justify-content: center;
}
/* =============================/section-projects============================== */
/* =============================.footer============================== */
.footer {
background-color: #5f3f3f;
padding: 50px 0 15px 0;
font-size: 12px;
}
.footer .container div {
color: #fff;
}
.footer .container div a {
color: #fff;
text-decoration: none;
font-weight: 700;
}
/* ============================= Scroll to top button ============================== */
.js-scroll-to-top {
position: fixed;
bottom: 10px;
right: 10px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background-color: rgba(255, 255, 255, 0.2);
padding: 5px;
margin: 5px;
z-index: 2;
}
.js-scroll-to-top svg {
width: 40px;
height: 40px;
}
.js-scroll-to-top:hover {
cursor: pointer;
}
.js-disable-scroll {
overflow: hidden;
}
/* ============================= /Scroll to top button ============================== */
/* ============================= ./Swiper-carousel ============================== */
.swiper-container,
.swiper-container__main,
.swiper-container__page-show {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
background-position: center;
background-size: cover;
}
.swiper-slide__main,
.swiper-slide__page-show {
z-index: 0;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next__main,
.swiper-button-prev__main,
.swiper-button-next__page-show,
.swiper-button-prev__page-show {
color: rgba(230, 200, 180, 1);
}
.swiper-pagination-bullet {
background: rgba(230, 200, 180, 1);
}
.swiper-pagination-bullet-active {
background: #ffffff;
}
.swiper-pagination,
.swiper-pagination__main,
.swiper-pagination__page-show {
text-align: center;
}
.swiper-scrollbar {
display: none;
}
/* ============================= ./Swiper-carousel ============================== */
/* ============================= .Spatie-cookie-consent ============================== */
.cookie-consent {
position: fixed;
right: 0;
bottom: 0;
left: 0;
background-color: #28a745!important;
text-align: center!important;
padding: .5rem!important;
z-index: 1030;
}
.cookie-consent__message {
color: #f8f9fa!important;
}
.cookie-consent__agree {
color: #fff;
background-color: #007bff;
border-color: #007bff;
padding: .25rem .5rem;
line-height: 1.5;
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 1rem;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cookie-consent__agree:hover {
background-color: #004eac;
}
/* ============================= ./Spatie-cookie-consent ============================== */
/* ============================= Large Devices, Wide Screens ============================== */
@media only screen and (max-width: 1200px) {
}
/* ============================= Medium Devices, Desktops ============================== */
@media only screen and (max-width: 992px) {
.main-header-text {
background-color: rgba(0, 0, 0, .3);
}
.main-header .overlay h1 {
font-size: 48px;
}
}
/* ============================= Small Devices, Tablets ============================== */
@media only screen and (min-width: 768px) {
.section-about .history-image {
margin-left: 0;
}
.section-about .about-text {
margin-top: 0;
padding-left: 10px;
}
}
@media only screen and (min-width: 992px) {
.menu__toggle {
display: none;
}
.section-services .services {
padding: 0 2%;
}
}
@media only screen and (max-width: 992px) {
.main-header {
height: 67px;
}
.menu__box {
display: block;
position: fixed;
visibility: hidden;
overflow: auto;
top: 0;
left: -100%;
width: 320px;
height: 100%;
margin: 0;
background-color: rgba(230, 200, 180, 0.9);
box-shadow: 1px 0 6px rgba(0, 0, 0, .2);
transition-duration: .6s;
}
.menu__list {
display: block;
}
.menu__item:hover {
background-color: #ffffff;
padding-left: 30px;
}
.menu__item:before {
display: none;
}
.main-header .navbar-brand {
margin-top: 60px;
margin-left: 20px;
font-size: 30px;
}
}
@media only screen and (max-width: 768px) {
.main-header-text {
left: 0;
margin: 0 20px;
max-width: 100%;
}
h3, h4 {
font-size: 30px;
}
.main-header .navbar-brand img {
width: 60px;
}
.main-header .overlay {
padding-top: 240px;
}
section {
padding: 15px 0;
}
.section-title {
margin-bottom: 35px;
}
h2 {
font-size: 27px;
margin-bottom: 10px;
}
hr {
margin: 0 auto 10px;
}
.section-portfolio ol.type li a {
display: block;
}
.section-portfolio ol.type li {
display: inline-block;
width: 40%;
padding: 0 0 25px;
margin: auto;
}
.section-portfolio ol.type li:last-child {
padding: 0;
}
.section-portfolio .categories {
padding-bottom: 0;
}
.section-portfolio .main-carousel {
height: 400px;
}
.footer {
padding: 30px 0 15px 0;
}
}
@media only screen and (max-width: 600px) {
.main-header-text {
top: 90px;
}
.main-header-buttons .btn {
display: block;
width: 100%;
margin-bottom: 15px;
}
.main-header-buttons .btn:last-child {
margin-top: 0;
}
.main-header .overlay {
padding-top: 200px;
}
.main-header .overlay h1 {
font-size: 40px;
}
.main-header .overlay p {
font-size: 18px;
}
}
/* ============================= Extra Small Devices, Phones ============================== */
@media screen and (max-width:1200px) and (orientation: landscape) {
.main-header .overlay {
padding-top: 0;
}
}
@media only screen and (max-width: 480px) {
.main-header .overlay h1 {
font-size: 30px;
}
.main-header .navbar-brand img {
width: 45px;
}
.section-portfolio ol.type li {
width: 75%;
}
.section-portfolio .main-carousel {
height: 300px;
}
}
@media only screen and (max-width: 380px) {
.main-header .overlay {
padding-top: 180px;
}
.navbar {
padding: 5%;
}
.main-header .navbar-brand {
font-size: 30px;
}
} | 0.343122 | 0.061087 |
body,div,p {
padding:0;
margin:0;
font-family:微软雅黑
}
a {
text-decoration:none;
color:#666
}
a:hover {
color:#ddd
}
ul li {
list-style:none
}
.wrapper {
}
.bz_music {
width:700px;
height:380px;
margin:150px auto;
box-shadow:0 0 40px rgba(0,0,0,.8);
border-radius:10px;
background:#222;
position:relative
}
.bz_music .music_info {
width:500px;
height:150px;
background:#000;
border-radius:10px 10px 0 0;
position:relative
}
.music_info .left_photo {
width:100px;
height:100px;
background-color:#fff;
border-radius:50%;
position:absolute;
top:15%;
left:20px;
overflow:hidden;
transition:all 1s
}
.music_info .left_photo img {
width:100px;
height:100px;
transform:rotate(0deg)
}
.music_info .right_btn {
width:30px;
height:100px;
color:#666;
position:absolute;
top:30%;
right:20px
}
.music_info .right_btn a {
display:block;
margin:5px auto;
}
.music_info .center_list {
width:500px;
height:150px;
position:relative
}
.music_info .center_list ul {
position:absolute;
top:35%;
left:50%;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
transform:translate(-50%,-50%)
}
.music_info .center_list .list_title {
font-size:30px;
display:block;
color:rgba(255,255,255,.4);
margin-bottom:10px;
text-align:center;
white-space:nowrap
}
.music_info .center_list .list_singer {
display:block;
color:rgba(255,255,255,.4);
text-align:center
}
.music_info .process {
width:100%;
height:5px;
background:#000;
display:block;
position:absolute;
bottom:0;
cursor:pointer
}
.music_info .process .process_slide {
width:0;
height:5px;
display:block;
background:#ed553b
}
.bz_music .music_controls {
width:500px;
height:210px;
color:#666;
text-align:center
}
.music_controls .time {
width:100%;
font-size:52px;
padding:15px 0 20px
}
.music_controls .play_controls {
width:100%;
font-size:40px;
padding:10px 0
}
.music_controls .play_controls a {
padding:0 50px
}
.music_controls .volume {
width:300px;
height:2px;
background:#fff;
margin:10px auto;
position:relative;
font-size:20px;
cursor:pointer
}
.music_controls .volumeOff {
position:absolute;
top:355px;
left:80px
}
.music_controls .volumeOn {
position:absolute;
top:355px;
right:270px
}
.music_controls .volume .btn_slide {
width:50%;
height:2px;
display:block;
background:#ed553b
}
.bz_music .play_list_area {
width:200px;
height:360px;
border-radius:10px;
background:#222;
position:absolute;
top:0;
right:0;
overflow-y:auto
}
.bz_music .play_list {
padding:0
}
.bz_music .play_list .current {
background:#ddd
}
.bz_music .play_list li {
width:100%;
height:30px;
line-height:30px;
display:block;
color:#ddd;
cursor:pointer;
font-size:14px
}
.bz_music .play_list .current {
background:#333
}
.bz_music .play_list .list_title {
margin-left:10px;
float:left
}
.bz_music .play_list .list_time {
margin-right:10px;
float:right
} | public/plugin/layui/style/player.css | body,div,p {
padding:0;
margin:0;
font-family:微软雅黑
}
a {
text-decoration:none;
color:#666
}
a:hover {
color:#ddd
}
ul li {
list-style:none
}
.wrapper {
}
.bz_music {
width:700px;
height:380px;
margin:150px auto;
box-shadow:0 0 40px rgba(0,0,0,.8);
border-radius:10px;
background:#222;
position:relative
}
.bz_music .music_info {
width:500px;
height:150px;
background:#000;
border-radius:10px 10px 0 0;
position:relative
}
.music_info .left_photo {
width:100px;
height:100px;
background-color:#fff;
border-radius:50%;
position:absolute;
top:15%;
left:20px;
overflow:hidden;
transition:all 1s
}
.music_info .left_photo img {
width:100px;
height:100px;
transform:rotate(0deg)
}
.music_info .right_btn {
width:30px;
height:100px;
color:#666;
position:absolute;
top:30%;
right:20px
}
.music_info .right_btn a {
display:block;
margin:5px auto;
}
.music_info .center_list {
width:500px;
height:150px;
position:relative
}
.music_info .center_list ul {
position:absolute;
top:35%;
left:50%;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
transform:translate(-50%,-50%)
}
.music_info .center_list .list_title {
font-size:30px;
display:block;
color:rgba(255,255,255,.4);
margin-bottom:10px;
text-align:center;
white-space:nowrap
}
.music_info .center_list .list_singer {
display:block;
color:rgba(255,255,255,.4);
text-align:center
}
.music_info .process {
width:100%;
height:5px;
background:#000;
display:block;
position:absolute;
bottom:0;
cursor:pointer
}
.music_info .process .process_slide {
width:0;
height:5px;
display:block;
background:#ed553b
}
.bz_music .music_controls {
width:500px;
height:210px;
color:#666;
text-align:center
}
.music_controls .time {
width:100%;
font-size:52px;
padding:15px 0 20px
}
.music_controls .play_controls {
width:100%;
font-size:40px;
padding:10px 0
}
.music_controls .play_controls a {
padding:0 50px
}
.music_controls .volume {
width:300px;
height:2px;
background:#fff;
margin:10px auto;
position:relative;
font-size:20px;
cursor:pointer
}
.music_controls .volumeOff {
position:absolute;
top:355px;
left:80px
}
.music_controls .volumeOn {
position:absolute;
top:355px;
right:270px
}
.music_controls .volume .btn_slide {
width:50%;
height:2px;
display:block;
background:#ed553b
}
.bz_music .play_list_area {
width:200px;
height:360px;
border-radius:10px;
background:#222;
position:absolute;
top:0;
right:0;
overflow-y:auto
}
.bz_music .play_list {
padding:0
}
.bz_music .play_list .current {
background:#ddd
}
.bz_music .play_list li {
width:100%;
height:30px;
line-height:30px;
display:block;
color:#ddd;
cursor:pointer;
font-size:14px
}
.bz_music .play_list .current {
background:#333
}
.bz_music .play_list .list_title {
margin-left:10px;
float:left
}
.bz_music .play_list .list_time {
margin-right:10px;
float:right
} | 0.335569 | 0.079175 |
html, body {
color: #525252;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 0;
margin: 0;
overflow-x: hidden;
min-width: 450px;
}
html {
border-bottom: 6px #C0D3EB solid;
padding: 0;
margin: 0;
border-radius: 0;
}
input[type="text"], .outputWrap, .inputWrap{
font-size: 16px;
padding: 8px;
color:#00BC38;
text-align: left;
}
input[type="text"]{
border: 1px #00BC38 solid;
border-radius: 2px;
background: #EFFFF1;
}
label{
font-weight: 700;
}
label, .offset{
font-size: 14px;
}
button{
background: #00BC38;
color: #fff;
padding: 11px 10px;
border: 0;
border-radius: 2px;
vertical-align: top;
transition: ease 0.25s;
}
button:hover{
background: #525252;
cursor: pointer;
}
#popup-content{
width: calc(100% - 20px);
padding: 10px;
}
.nowWrapper, #elapsedWrapper{
display: inline-block;
font-size: 12px;
min-width: 100px;
}
#elapsedWrapper, #timezoneButton{
float: right;
text-align: right;
margin-right: 16px;
font-weight: 200;
}
#elapsedWrapper{
margin-right: 24px;
}
.outputWrap, .inputWrap{
font-weight: 700;
margin-bottom: 0;
padding-bottom: 0;
}
.outputWrap{
margin-top: -5px;
margin-bottom: 15px;
}
.output{
text-align: left;
display: inline-block;
}
#inputTs{
width: calc(100% - 187px);
margin-bottom: 4px;
}
.error{
color: #B84F2B;
}
#unitsButton{
width: 95px;
border-left: 5px #00BC38 solid;
margin-left: 5px;
}
.outputWrap, .nowWrapper, .inputWrap{
margin-left: 0;
padding-left: 0;
}
.offset, .clearUtc{
font-size: 11px;
}
.clearUtc{
padding: 3px 10px;
vertical-align: middle;
}
.nowWrap, .diffWrap{
margin-bottom: 2px;
}
.hidden{
display: none;
}
#textPanel{
position: relative;
margin-top: 10px;
}
#buttonWrap{
margin: 0;
padding: 0;
font-size: 12px;
max-width: 800px;
}
.divider{
border: 0;
border-top: 2px #C0D3EB solid;
width: 100%;
float: left;
margin-top: 0;
margin-bottom: 12px;
}
.formatButton{
margin: 0;
padding: 4px 2px;
width: 120px;
margin-bottom: 4px;
background: #AEC8E8;
vertical-align: middle;
}
.formatButton:nth-child(even){
border-left: 1px #F6F8FA solid;
border-right: 5px #C0D3EB solid;
margin-left: -4px;
margin-right: 6px;
}
.formatButton:nth-child(odd){
border-left: 5px #C0D3EB solid;
}
pre{
transition: 0.5s;
text-decoration:none;
display:block;
border-left:3px solid #C0D3EB;
border-radius:2px;
color:#032F62;
background: #F6F8FA;
width: calc(100% - 9px);
}
pre, pre code, pre samp{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:13px;
padding: 0;
display:block;
margin:0;
cursor:text;
line-height: 1.2em;
caret-color: #000066;
transition: 0.4s;
}
pre code{
padding: 4px;
}
pre code, pre samp{
width: calc(100% - 10px);
-moz-tab-size:2;
-o-tab-size:2;
tab-size:2;
overflow-x:auto;
resize: vertical;
padding-left: 8px;
}
pre [contenteditable]:focus{
background:#EAF2F7;
transition: background-color 0.25s ease;
}
pre b{ /*keyword*/
font-weight:normal;
color: #032F62;
}
pre u, pre u b{ /*string*/
text-decoration:none;
color: #327bce;
}
pre i, pre i *, pre i * *{ /*number*/
font-style:normal;
color: #999;
}
pre strong, pre strong *, pre strong * *{ /*boolean*/
font-style:normal;
color: #cc0000;
}
.enableWrap{
white-space: pre-wrap;
}
.jsonError{
background: #f8d3d3;
}
.success{
background: #c2eeba;
}
.openPanelWrap{
text-align: center;
margin-top:-5px;
margin-bottom:-5px;
}
.openTextPanel{
font-size: 12px;
}
#textCount{
font-size: 11px;
margin-top: 5px;
display: inline-block;
position: absolute;
right: 15px;
}
#wordWrapWrap{
font-size: 11px;
font-weight: 200;
display: inline-block;
position: relative;
left: 0;
}
#wordWrap{
vertical-align: middle;
}
.toolButton, .toolButton:nth-child(even), .toolButton:nth-child(odd){
background: #999;
border: 0;
margin: 0 1px;
width: 117px;
}
.toolButton.accept{
background: #00BC38;
}
.toolButton.undo{
background: #e68;
}
.toolButton:hover{
background: #525252;
}
.toolButton.accept:hover{
background: #02972f;
}
.toolButton.undo:hover{
background: #d14467;
}
#copyIcon{
fill: #fff;
width: 10px;
}
#copyTsIcon, #copyKeyIcon{
width: 10px;
}
#timestampWrap, #copyKeyIcon{
cursor: pointer;
transition: ease 0.25s;
}
#scroll2top{
background: #fff;
color:#6c7886;
font-size: 11px;
text-align: right;
margin: 0;
cursor: pointer;
position: fixed;
top: 10px;
right: 10px;
padding: 6px 10px;
border-radius: 50px;
}
#scroll2top:hover{
color: #032F62;
}
/* edited line */
pre edl{
background:#DDFFDD;
}
/* added character */
pre edl dif{
background: #8e8;
}
pre edl, pre edl dif, pre ogl, pre ogl dif, pre sss{
/*padding: 5px 1px;*/
display: inline-block;
font-family: monospace;
}
/* original line */
pre ogl{
background:#FFDDDD;
}
/* removed character */
pre ogl dif{
background: #e68;
}
/* #FFAAAA */
#jsonKeyWrap{
padding: 2px;
margin: 0;
word-wrap: break-word;
transition: ease 0.25s;
}
#jsonKeyLocation{
color: #00bc38;
}
.selectedKey{
color: #00b7ff;
text-decoration: underline;
} | popup/timely.css | html, body {
color: #525252;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 0;
margin: 0;
overflow-x: hidden;
min-width: 450px;
}
html {
border-bottom: 6px #C0D3EB solid;
padding: 0;
margin: 0;
border-radius: 0;
}
input[type="text"], .outputWrap, .inputWrap{
font-size: 16px;
padding: 8px;
color:#00BC38;
text-align: left;
}
input[type="text"]{
border: 1px #00BC38 solid;
border-radius: 2px;
background: #EFFFF1;
}
label{
font-weight: 700;
}
label, .offset{
font-size: 14px;
}
button{
background: #00BC38;
color: #fff;
padding: 11px 10px;
border: 0;
border-radius: 2px;
vertical-align: top;
transition: ease 0.25s;
}
button:hover{
background: #525252;
cursor: pointer;
}
#popup-content{
width: calc(100% - 20px);
padding: 10px;
}
.nowWrapper, #elapsedWrapper{
display: inline-block;
font-size: 12px;
min-width: 100px;
}
#elapsedWrapper, #timezoneButton{
float: right;
text-align: right;
margin-right: 16px;
font-weight: 200;
}
#elapsedWrapper{
margin-right: 24px;
}
.outputWrap, .inputWrap{
font-weight: 700;
margin-bottom: 0;
padding-bottom: 0;
}
.outputWrap{
margin-top: -5px;
margin-bottom: 15px;
}
.output{
text-align: left;
display: inline-block;
}
#inputTs{
width: calc(100% - 187px);
margin-bottom: 4px;
}
.error{
color: #B84F2B;
}
#unitsButton{
width: 95px;
border-left: 5px #00BC38 solid;
margin-left: 5px;
}
.outputWrap, .nowWrapper, .inputWrap{
margin-left: 0;
padding-left: 0;
}
.offset, .clearUtc{
font-size: 11px;
}
.clearUtc{
padding: 3px 10px;
vertical-align: middle;
}
.nowWrap, .diffWrap{
margin-bottom: 2px;
}
.hidden{
display: none;
}
#textPanel{
position: relative;
margin-top: 10px;
}
#buttonWrap{
margin: 0;
padding: 0;
font-size: 12px;
max-width: 800px;
}
.divider{
border: 0;
border-top: 2px #C0D3EB solid;
width: 100%;
float: left;
margin-top: 0;
margin-bottom: 12px;
}
.formatButton{
margin: 0;
padding: 4px 2px;
width: 120px;
margin-bottom: 4px;
background: #AEC8E8;
vertical-align: middle;
}
.formatButton:nth-child(even){
border-left: 1px #F6F8FA solid;
border-right: 5px #C0D3EB solid;
margin-left: -4px;
margin-right: 6px;
}
.formatButton:nth-child(odd){
border-left: 5px #C0D3EB solid;
}
pre{
transition: 0.5s;
text-decoration:none;
display:block;
border-left:3px solid #C0D3EB;
border-radius:2px;
color:#032F62;
background: #F6F8FA;
width: calc(100% - 9px);
}
pre, pre code, pre samp{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:13px;
padding: 0;
display:block;
margin:0;
cursor:text;
line-height: 1.2em;
caret-color: #000066;
transition: 0.4s;
}
pre code{
padding: 4px;
}
pre code, pre samp{
width: calc(100% - 10px);
-moz-tab-size:2;
-o-tab-size:2;
tab-size:2;
overflow-x:auto;
resize: vertical;
padding-left: 8px;
}
pre [contenteditable]:focus{
background:#EAF2F7;
transition: background-color 0.25s ease;
}
pre b{ /*keyword*/
font-weight:normal;
color: #032F62;
}
pre u, pre u b{ /*string*/
text-decoration:none;
color: #327bce;
}
pre i, pre i *, pre i * *{ /*number*/
font-style:normal;
color: #999;
}
pre strong, pre strong *, pre strong * *{ /*boolean*/
font-style:normal;
color: #cc0000;
}
.enableWrap{
white-space: pre-wrap;
}
.jsonError{
background: #f8d3d3;
}
.success{
background: #c2eeba;
}
.openPanelWrap{
text-align: center;
margin-top:-5px;
margin-bottom:-5px;
}
.openTextPanel{
font-size: 12px;
}
#textCount{
font-size: 11px;
margin-top: 5px;
display: inline-block;
position: absolute;
right: 15px;
}
#wordWrapWrap{
font-size: 11px;
font-weight: 200;
display: inline-block;
position: relative;
left: 0;
}
#wordWrap{
vertical-align: middle;
}
.toolButton, .toolButton:nth-child(even), .toolButton:nth-child(odd){
background: #999;
border: 0;
margin: 0 1px;
width: 117px;
}
.toolButton.accept{
background: #00BC38;
}
.toolButton.undo{
background: #e68;
}
.toolButton:hover{
background: #525252;
}
.toolButton.accept:hover{
background: #02972f;
}
.toolButton.undo:hover{
background: #d14467;
}
#copyIcon{
fill: #fff;
width: 10px;
}
#copyTsIcon, #copyKeyIcon{
width: 10px;
}
#timestampWrap, #copyKeyIcon{
cursor: pointer;
transition: ease 0.25s;
}
#scroll2top{
background: #fff;
color:#6c7886;
font-size: 11px;
text-align: right;
margin: 0;
cursor: pointer;
position: fixed;
top: 10px;
right: 10px;
padding: 6px 10px;
border-radius: 50px;
}
#scroll2top:hover{
color: #032F62;
}
/* edited line */
pre edl{
background:#DDFFDD;
}
/* added character */
pre edl dif{
background: #8e8;
}
pre edl, pre edl dif, pre ogl, pre ogl dif, pre sss{
/*padding: 5px 1px;*/
display: inline-block;
font-family: monospace;
}
/* original line */
pre ogl{
background:#FFDDDD;
}
/* removed character */
pre ogl dif{
background: #e68;
}
/* #FFAAAA */
#jsonKeyWrap{
padding: 2px;
margin: 0;
word-wrap: break-word;
transition: ease 0.25s;
}
#jsonKeyLocation{
color: #00bc38;
}
.selectedKey{
color: #00b7ff;
text-decoration: underline;
} | 0.224735 | 0.060529 |
.panel_title {
color: #686868;
border: 1px solid #ADADAD;
background-image: url(../images/panel_title_bg.jpg) ;
height: 40px;
font-weight: bold;
border-radius: 5px 5px 0px 0px;
}
.panel_title span,.dialog_title span {
display: inline;
float: left;
background-repeat: no-repeat;
font-size: 14px;
}
.panel_title span {
height: 25px;
margin: 10px 20px 0px 20px;
padding: 3px 30px 0px 30px;
}
/*面板标题拦样结束*/
/*面板内容块样式开始*/
.panel_content{
background-color: #F2F2F2;
border-right: 1px solid #ADADAD;
border-left: 1px solid #ADADAD;
padding: 5px;
}
/*面板内容的表格样式开始*/
.panel_content table{
border:0;
margin:0;
border-collapse:collapse;
}
.panel_content table thead tr th,.panel_content table tbody tr td{
padding:0;
border: 1px solid #A7A7A7;
}
.panel_content table thead tr {
background-image: url(../images/th_bg.jpg);
height: 45px;
}
.panel_content table tbody tr {
background-image: url(../images/td_bg.jpg);
height: 40px;
text-align:center;
}
.panel_content table tbody .tbody_over {
background-image: url(../images/td_bg.jpg);
background-position: center;
}
.panel_content table tbody .tbody_click {
background-image: url(../images/td_bg.jpg);
background-position: bottom;
}
.panel_content table tbody tr td a.operat{
display: block;
width: 16px;
height: 16px;
}
/*面板内容的表格样式结束*/
/*面板内容块样式结束*/
/*面板页脚样式*/
.panel_footer {
background-image: url(../images/panel_footer_bg.jpg);
height: 30px;
padding: 10px 20px 10px 20px;
border-radius: 0px 0px 5px 5px;
border: 1px solid #ADADAD;
}
/*面板页脚下的分页样式开始*/
.panel_pagging {
height: 35px;
margin-right: 20px;
margin-left: 20px;
}
.panel_pagging .page_bar {
background-color: #2B93DA;
height: 25px;
border: 1px solid #2278B2;
float: right;
margin-right: 20px;
padding: 5px;
color: #FFF;
border-radius: 0px 0px 5px 5px;
display: inline;
}
.panel_pagging .page_bar a {
display: inline-block;
float: left;
color: #FFFFFF;
padding: 5px 10px 5px 10px;
}
.panel_pagging .page_bar a:hover {
background-color: #60AEE3;
}
.panel_pagging .page_bar a.number {
color: #D2D2D2;
}
.panel_pagging .page_bar a.number.current {
color: #FFFFFF;
font-weight: bold;
}
/*面板页脚下的分页样式结束*/
/*面板样式结束*/
/*按钮样式开始*/
a .button {
background-image: url(../images/button_blue_bg.jpg);
background-repeat: repeat-x;
background-position: top;
display: block;
height: 20px;
padding-right: 10px;
padding-left: 10px;
color: #FFF;
padding-top: 5px;
border: 1px solid #3079C5;
border-radius: 5px 5px 5px 5px;
text-align: center;
}
a .button.left {
float: left;
margin-right: 20px;
}
a .button.right {
float: right;
margin-left: 20px;
}
a:hover .button {
background-position: center;
}
a:active .button {
background-position: bottom;
color: #666;
}
/*按钮样式结束*/
/*面板表单布局样式开始*/
.panel_content form, .dialog_content form {
display: block;
padding: 5px;
margin: 0px;
}
.panel_content form .column, .dialog_content form .column {
margin: 10px 10px 10px 0px;
height: 35px;
}
.panel_content form .column label, .dialog_content form .column label {
display: block;
width: 75px;
margin-right: 15px;
text-align: right;
vertical-align: middle;
float: left;
height: 31px;
line-height: 31px;
clear: right;
}
.panel_content form .column .field, .dialog_content form .column .field{
float: left;
}
.dialog_content form .column .field.search_margin {
margin-right: 15px;
margin-left: 15px;
}
/*面板表单布局样式结束*
/*表单控件样式开始*/
.clear {
border-top:1px solid #A7A7A7;
height: 25px;
padding: 10px ;
}
.radio, .checker {
background-image: url(../images/form/checker.png);
background-repeat: no-repeat;
display: block;
float:left;
vertical-align:middle;
height: 15px;
width: 15px;
}
.radio{
background-position: 0px -15px;
margin-right: 4px;
}
.radio.hover{
background-image: url(../images/form/checker.png);
background-position: -15px -15px;
}
.radio.click {
background-image: url(../images/form/checker.png);
background-position: -30px -15px;
}
.radio.click.hover {
background-image: url(../images/form/checker.png);
background-position: -45px -15px;
}
.radio.disable{
background-image: url(../images/form/checker.png);
background-position: -60px -15px;
}
.radio.disable.hover{
background-image: url(../images/form/checker.png);
background-position: -75px -15px;
}
.checker{
margin-right: 5px;
margin-top: 1px;
}
.checker.hover{
background-image: url(../images/form/checker.png);
background-position: -15px 0px;
}
.checker.click {
background-image: url(../images/form/checker.png);
background-position: -30px 0px;
}
.checker.click.hover {
background-image: url(../images/form/checker.png);
background-position: -45px 0px;
}
.checker.disable{
background-image: url(../images/form/checker.png);
background-position: -60px 0px;
}
.checker.disable.hover{
background-image: url(../images/form/checker.png);
background-position: -75px 0px;
}
/*input select 基础样式*/
.text_input_small,.text_input_big,.selection_container .selection, .text_search_big, .textarea{
border: 1px solid #B9B9B9;
vertical-align: middle;
margin:0px;/*兼容谷歌浏览器 */
box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
border-radius: 5px 5px 5px 5px;
font-family:Verdana, Geneva, sans-serif;
padding-left: 5px;
font-size:13px;
}
.textarea{
resize: none;
padding-top: 8px;
padding-bottom: 8px;
}
.text_search_big {
background-image: url(../images/icons/16/search.png) ;
height: 28px;
line-height:28px;
background-repeat: no-repeat;
background-position: 99% center;
padding-right: 25px;
box-shadow:none;
}
/*小型input样式开始*/
.text_input_big {
background-image: url(../images/form/text_input_big_bg.jpg);
height: 28px;
line-height:28px;
}
/*大型input样式开始*/
.text_input_small {
background-image: url(../images/form/text_input_small_bg.jpg);
height: 20px;
line-height:20px;
}
/*大型select样式开始*/
.selection_container {
float: left;
position: relative;
cursor: pointer;
}
.selection_container .selection {
height: 30px;
background-repeat: repeat-x;
background-color: #FFF;
padding: 0px;
}
.selection_container .selection.up {
background-image: url(../images/form/text_input_big_bg.jpg);
}
.selection_container .selection.down{
background-image: url(../images/form/selection_bg.jpg);
background-position: 0px -90px;
border-radius: 5px 5px 0px 0px;
}
.selection_container .selection .text{
float: left;
height: 30px;
line-height: 30px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-break:keep-all;
padding-left: 5px;
}
.selection_container .selection .text.empty {
color: #999;
}
.selection_container .selection .trigger_up, .selection_container .selection .trigger_down{
float: right;
width: 20px;
border-radius: 0px 5px 5px 0px;
height: 30px;
background-repeat: no-repeat;
}
.selection_container .selection .trigger_down {
background-image: url(../images/form/selection_bg.jpg);
background-position: 0px -30px;
}
.selection_container .selection .trigger_up {
background-image: url(../images/form/selection_bg.jpg);
border-left: 1px solid #B9B9B9;
}
.selection_container ul{
padding: 0px;
list-style:none;
margin: 0px;
display: none;
position: absolute;
background-color: #FFF;
top: 30px;
border-bottom: 1px solid #B9B9B9;
border-left: 1px solid #B9B9B9;
border-right: 1px solid #B9B9B9;
left: 0px;
border-radius: 0px 0px 5px 5px;
}
.selection_container ul li{
display: block;
}
.selection_container ul .item_box{
display:block;
overflow: auto;
position:none;
border-radius:0px;
}
.selection_container ul .item_box ul {
position: relative;
border: none;
display:block;
top: 0px;
margin: 0px;
padding: 0px;
width: 100%;
}
.selection_container ul .search {
margin: 5px;
}
.selection_container ul .item_box ul li {
padding: 5px;
}
.selection_container ul .over {
background-color: #2B93DA;
color: #FFF;
}
/*大型select样式结束*/
/*遮罩层样式开始*/
.el_mask {
opacity: 0.3;
filter:alpha(opacity=30);
position: absolute;
z-index: 100;
background-color:black;
}
.el_mask_widget{
position: absolute;
z-index: 101;
}
.el_mask_loading_img {
cursor: wait;
background:#333 url(../images/loading.gif) no-repeat;
width:50px;
height:50px;
left:50%;
top:50%;
border-radius: 5px 5px 5px 5px;
position: absolute;
z-index: 101;
}
/*遮罩层样式结束*/
/*对话窗口样式开始*/
.dialog_widget {
background-color: #f2f2f2;
padding: 5px;
box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
border: 1px solid #a7a7a7;
}
.dialog_widget .dialog_title{
height: 34px;
font-weight: bold;
box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
border-radius: 5px 5px 5px 5px;
background-image: url(../images/dialog_title_bg.jpg);
border: 1px solid #1a5189;
}
.dialog_widget .dialog_title span{
color: #FFF;
margin-left: 10px;
padding-left: 30px;
height: 24px;
padding-top: 3px;
margin-top: 5px;
}
.dialog_widget .dialog_title .close {
float: right;
height: 24px;
width: 24px;
background-image: url(../images/close.png);
margin-right: 10px;
margin-top: 5px;
display: inline;
/**for ie6**/
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="resources/images/close.png",sizingMethod='crop');
}
.dialog_widget .dialog_title .close.hover {
background-position: bottom;
cursor: pointer;
}
.dialog_widget .dialog_content form {
padding:0px;
}
/*对话窗口样式结束*/
/*气泡提示样式开始*/
.tip-yellow {
z-index:9999999999;
text-align:left;
border:1px solid #939393;
padding:7px;
min-width:50px;
max-width:530px;
color:#8c3901;
background-color:#fef9d9;
background-image:url(../images/tip/tip-yellow.png);
}
.tip-yellow .tip-inner {
font:bold 13px/18px 'trebuchet ms',arial,helvetica,sans-serif;
margin-top:-2px;
padding:0 3px 1px 3px;
}
.tip-yellow .tip-arrow-top {
margin-top:-7px;
margin-left:15px;
top:0;
left:0;
width:16px;
height:10px;
background:url(../images/tip/tip-yellow_arrows.png) no-repeat;
}
.tip-yellow .tip-arrow-right {
margin-top:-9px; /* approx. half the height to center it */
margin-left:-4px;
top:50%;
left:100%;
width:10px;
height:20px;
background:url(../images/tip/tip-yellow_arrows.png) no-repeat -16px 0;
}
.tip-yellow .tip-arrow-bottom {
margin-top:-6px;
margin-left:15px;
top:100%;
left:0;
width:16px;
height:13px;
background:url(../images/tip/tip-yellow_arrows.png) no-repeat -32px 0;
}
.tip-yellow .tip-arrow-left {
margin-top:-9px;
margin-left:-6px;
top:50%;
left:0;
width:10px;
height:20px;
background:url(../images/tip/tip-yellow_arrows.png) no-repeat -48px 0;
}
/*气泡提示样式结束*/
.placeholder {
color: #666;
}
.placeholderFocus {
color: #000;
} | showcase/vcs_admin/src/main/webapp/resources/styles/component.css | .panel_title {
color: #686868;
border: 1px solid #ADADAD;
background-image: url(../images/panel_title_bg.jpg) ;
height: 40px;
font-weight: bold;
border-radius: 5px 5px 0px 0px;
}
.panel_title span,.dialog_title span {
display: inline;
float: left;
background-repeat: no-repeat;
font-size: 14px;
}
.panel_title span {
height: 25px;
margin: 10px 20px 0px 20px;
padding: 3px 30px 0px 30px;
}
/*面板标题拦样结束*/
/*面板内容块样式开始*/
.panel_content{
background-color: #F2F2F2;
border-right: 1px solid #ADADAD;
border-left: 1px solid #ADADAD;
padding: 5px;
}
/*面板内容的表格样式开始*/
.panel_content table{
border:0;
margin:0;
border-collapse:collapse;
}
.panel_content table thead tr th,.panel_content table tbody tr td{
padding:0;
border: 1px solid #A7A7A7;
}
.panel_content table thead tr {
background-image: url(../images/th_bg.jpg);
height: 45px;
}
.panel_content table tbody tr {
background-image: url(../images/td_bg.jpg);
height: 40px;
text-align:center;
}
.panel_content table tbody .tbody_over {
background-image: url(../images/td_bg.jpg);
background-position: center;
}
.panel_content table tbody .tbody_click {
background-image: url(../images/td_bg.jpg);
background-position: bottom;
}
.panel_content table tbody tr td a.operat{
display: block;
width: 16px;
height: 16px;
}
/*面板内容的表格样式结束*/
/*面板内容块样式结束*/
/*面板页脚样式*/
.panel_footer {
background-image: url(../images/panel_footer_bg.jpg);
height: 30px;
padding: 10px 20px 10px 20px;
border-radius: 0px 0px 5px 5px;
border: 1px solid #ADADAD;
}
/*面板页脚下的分页样式开始*/
.panel_pagging {
height: 35px;
margin-right: 20px;
margin-left: 20px;
}
.panel_pagging .page_bar {
background-color: #2B93DA;
height: 25px;
border: 1px solid #2278B2;
float: right;
margin-right: 20px;
padding: 5px;
color: #FFF;
border-radius: 0px 0px 5px 5px;
display: inline;
}
.panel_pagging .page_bar a {
display: inline-block;
float: left;
color: #FFFFFF;
padding: 5px 10px 5px 10px;
}
.panel_pagging .page_bar a:hover {
background-color: #60AEE3;
}
.panel_pagging .page_bar a.number {
color: #D2D2D2;
}
.panel_pagging .page_bar a.number.current {
color: #FFFFFF;
font-weight: bold;
}
/*面板页脚下的分页样式结束*/
/*面板样式结束*/
/*按钮样式开始*/
a .button {
background-image: url(../images/button_blue_bg.jpg);
background-repeat: repeat-x;
background-position: top;
display: block;
height: 20px;
padding-right: 10px;
padding-left: 10px;
color: #FFF;
padding-top: 5px;
border: 1px solid #3079C5;
border-radius: 5px 5px 5px 5px;
text-align: center;
}
a .button.left {
float: left;
margin-right: 20px;
}
a .button.right {
float: right;
margin-left: 20px;
}
a:hover .button {
background-position: center;
}
a:active .button {
background-position: bottom;
color: #666;
}
/*按钮样式结束*/
/*面板表单布局样式开始*/
.panel_content form, .dialog_content form {
display: block;
padding: 5px;
margin: 0px;
}
.panel_content form .column, .dialog_content form .column {
margin: 10px 10px 10px 0px;
height: 35px;
}
.panel_content form .column label, .dialog_content form .column label {
display: block;
width: 75px;
margin-right: 15px;
text-align: right;
vertical-align: middle;
float: left;
height: 31px;
line-height: 31px;
clear: right;
}
.panel_content form .column .field, .dialog_content form .column .field{
float: left;
}
.dialog_content form .column .field.search_margin {
margin-right: 15px;
margin-left: 15px;
}
/*面板表单布局样式结束*
/*表单控件样式开始*/
.clear {
border-top:1px solid #A7A7A7;
height: 25px;
padding: 10px ;
}
.radio, .checker {
background-image: url(../images/form/checker.png);
background-repeat: no-repeat;
display: block;
float:left;
vertical-align:middle;
height: 15px;
width: 15px;
}
.radio{
background-position: 0px -15px;
margin-right: 4px;
}
.radio.hover{
background-image: url(../images/form/checker.png);
background-position: -15px -15px;
}
.radio.click {
background-image: url(../images/form/checker.png);
background-position: -30px -15px;
}
.radio.click.hover {
background-image: url(../images/form/checker.png);
background-position: -45px -15px;
}
.radio.disable{
background-image: url(../images/form/checker.png);
background-position: -60px -15px;
}
.radio.disable.hover{
background-image: url(../images/form/checker.png);
background-position: -75px -15px;
}
.checker{
margin-right: 5px;
margin-top: 1px;
}
.checker.hover{
background-image: url(../images/form/checker.png);
background-position: -15px 0px;
}
.checker.click {
background-image: url(../images/form/checker.png);
background-position: -30px 0px;
}
.checker.click.hover {
background-image: url(../images/form/checker.png);
background-position: -45px 0px;
}
.checker.disable{
background-image: url(../images/form/checker.png);
background-position: -60px 0px;
}
.checker.disable.hover{
background-image: url(../images/form/checker.png);
background-position: -75px 0px;
}
/*input select 基础样式*/
.text_input_small,.text_input_big,.selection_container .selection, .text_search_big, .textarea{
border: 1px solid #B9B9B9;
vertical-align: middle;
margin:0px;/*兼容谷歌浏览器 */
box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
border-radius: 5px 5px 5px 5px;
font-family:Verdana, Geneva, sans-serif;
padding-left: 5px;
font-size:13px;
}
.textarea{
resize: none;
padding-top: 8px;
padding-bottom: 8px;
}
.text_search_big {
background-image: url(../images/icons/16/search.png) ;
height: 28px;
line-height:28px;
background-repeat: no-repeat;
background-position: 99% center;
padding-right: 25px;
box-shadow:none;
}
/*小型input样式开始*/
.text_input_big {
background-image: url(../images/form/text_input_big_bg.jpg);
height: 28px;
line-height:28px;
}
/*大型input样式开始*/
.text_input_small {
background-image: url(../images/form/text_input_small_bg.jpg);
height: 20px;
line-height:20px;
}
/*大型select样式开始*/
.selection_container {
float: left;
position: relative;
cursor: pointer;
}
.selection_container .selection {
height: 30px;
background-repeat: repeat-x;
background-color: #FFF;
padding: 0px;
}
.selection_container .selection.up {
background-image: url(../images/form/text_input_big_bg.jpg);
}
.selection_container .selection.down{
background-image: url(../images/form/selection_bg.jpg);
background-position: 0px -90px;
border-radius: 5px 5px 0px 0px;
}
.selection_container .selection .text{
float: left;
height: 30px;
line-height: 30px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-break:keep-all;
padding-left: 5px;
}
.selection_container .selection .text.empty {
color: #999;
}
.selection_container .selection .trigger_up, .selection_container .selection .trigger_down{
float: right;
width: 20px;
border-radius: 0px 5px 5px 0px;
height: 30px;
background-repeat: no-repeat;
}
.selection_container .selection .trigger_down {
background-image: url(../images/form/selection_bg.jpg);
background-position: 0px -30px;
}
.selection_container .selection .trigger_up {
background-image: url(../images/form/selection_bg.jpg);
border-left: 1px solid #B9B9B9;
}
.selection_container ul{
padding: 0px;
list-style:none;
margin: 0px;
display: none;
position: absolute;
background-color: #FFF;
top: 30px;
border-bottom: 1px solid #B9B9B9;
border-left: 1px solid #B9B9B9;
border-right: 1px solid #B9B9B9;
left: 0px;
border-radius: 0px 0px 5px 5px;
}
.selection_container ul li{
display: block;
}
.selection_container ul .item_box{
display:block;
overflow: auto;
position:none;
border-radius:0px;
}
.selection_container ul .item_box ul {
position: relative;
border: none;
display:block;
top: 0px;
margin: 0px;
padding: 0px;
width: 100%;
}
.selection_container ul .search {
margin: 5px;
}
.selection_container ul .item_box ul li {
padding: 5px;
}
.selection_container ul .over {
background-color: #2B93DA;
color: #FFF;
}
/*大型select样式结束*/
/*遮罩层样式开始*/
.el_mask {
opacity: 0.3;
filter:alpha(opacity=30);
position: absolute;
z-index: 100;
background-color:black;
}
.el_mask_widget{
position: absolute;
z-index: 101;
}
.el_mask_loading_img {
cursor: wait;
background:#333 url(../images/loading.gif) no-repeat;
width:50px;
height:50px;
left:50%;
top:50%;
border-radius: 5px 5px 5px 5px;
position: absolute;
z-index: 101;
}
/*遮罩层样式结束*/
/*对话窗口样式开始*/
.dialog_widget {
background-color: #f2f2f2;
padding: 5px;
box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
border: 1px solid #a7a7a7;
}
.dialog_widget .dialog_title{
height: 34px;
font-weight: bold;
box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
border-radius: 5px 5px 5px 5px;
background-image: url(../images/dialog_title_bg.jpg);
border: 1px solid #1a5189;
}
.dialog_widget .dialog_title span{
color: #FFF;
margin-left: 10px;
padding-left: 30px;
height: 24px;
padding-top: 3px;
margin-top: 5px;
}
.dialog_widget .dialog_title .close {
float: right;
height: 24px;
width: 24px;
background-image: url(../images/close.png);
margin-right: 10px;
margin-top: 5px;
display: inline;
/**for ie6**/
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="resources/images/close.png",sizingMethod='crop');
}
.dialog_widget .dialog_title .close.hover {
background-position: bottom;
cursor: pointer;
}
.dialog_widget .dialog_content form {
padding:0px;
}
/*对话窗口样式结束*/
/*气泡提示样式开始*/
.tip-yellow {
z-index:9999999999;
text-align:left;
border:1px solid #939393;
padding:7px;
min-width:50px;
max-width:530px;
color:#8c3901;
background-color:#fef9d9;
background-image:url(../images/tip/tip-yellow.png);
}
.tip-yellow .tip-inner {
font:bold 13px/18px 'trebuchet ms',arial,helvetica,sans-serif;
margin-top:-2px;
padding:0 3px 1px 3px;
}
.tip-yellow .tip-arrow-top {
margin-top:-7px;
margin-left:15px;
top:0;
left:0;
width:16px;
height:10px;
background:url(../images/tip/tip-yellow_arrows.png) no-repeat;
}
.tip-yellow .tip-arrow-right {
margin-top:-9px; /* approx. half the height to center it */
margin-left:-4px;
top:50%;
left:100%;
width:10px;
height:20px;
background:url(../images/tip/tip-yellow_arrows.png) no-repeat -16px 0;
}
.tip-yellow .tip-arrow-bottom {
margin-top:-6px;
margin-left:15px;
top:100%;
left:0;
width:16px;
height:13px;
background:url(../images/tip/tip-yellow_arrows.png) no-repeat -32px 0;
}
.tip-yellow .tip-arrow-left {
margin-top:-9px;
margin-left:-6px;
top:50%;
left:0;
width:10px;
height:20px;
background:url(../images/tip/tip-yellow_arrows.png) no-repeat -48px 0;
}
/*气泡提示样式结束*/
.placeholder {
color: #666;
}
.placeholderFocus {
color: #000;
} | 0.182753 | 0.076684 |
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIcons-Regular.woff) format('woff'),
url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
body{
background:#f5f6f6;
font-family: 'Roboto', sans-serif;
}
.box-content{
padding:15px;
margin-bottom:30px;
background:white;
}
a:hover{
text-decoration:none;
}
/**
* Header
* -----------------------------------------------------------------------------
*/
#site-header{
background: linear-gradient(167.79deg, #43CDF6 0%, #0087FE 100%);
box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
color:white;
line-height:80px;
z-index: 10;
position: relative;
}
/**
* Left Navigation
* -----------------------------------------------------------------------------
*/
#left-navigation{
background:white;
padding-top:30px;
min-height:600px;
}
.user-details .material-icons{
color: #0087FE;
font-size:46px;
}
.user-details h3{
margin-top:0px;
}
#select-association-box{
padding-bottom:20px;
}
/* Main Navigation */
#main-navigation{
list-style:none;
padding-left:0;
margin-top:30px;
}
#main-navigation li{
border-bottom:1px solid #D0D6D8;
padding-left: 15px;
margin-left: -15px;
padding-right: 15px;
margin-right: -15px;
padding-top: 10px;
padding-bottom: 10px;
}
#main-navigation li .material-icons{
display:inline-block;
vertical-align:middle;
}
#main-navigation li a{
color:#646B73;
display:inline-block;
vertical-align:middle;
}
/**
* Right Side Content
* -----------------------------------------------------------------------------
*/
#right-side-content{
padding-top:30px;
}
#association-content .col-md-8 .col-md-4{
margin-bottom:20px;
}
.calculate-button {
text-align:center;
color:white;
display:block;
line-height: 48px;
width: 170px;
border-radius: 7px;
background: linear-gradient(135deg, #43CDF6 0%, #0087FE 100%);
}
/* Users List */
.users-list-table{
width:100%;
}
.users-list-table thead{
border-radius: 5px 5px 0 0;
background: linear-gradient(171.44deg, #43CDF6 0%, #0087FE 100%);
color:white;
}
.users-list-table thead th,
.users-list-table td{
padding:10px;
border:1px solid #D1D7D8;
text-align:center;
}
.add-new-user-button{
line-height: 36px;
width: 140px;
display:inline-block;
text-align:center;
border: 1px solid #A6AAAE;
border-radius: 5px;
color:#646B73;
margin-top:10px;
margin-bottom:10px;
}
.users-list-table tfoot{
border: 1px solid #A6AAAE;
}
.users-list-table tfoot td{
border:none;
}
/* Associations List */
.associations-list-table{
width:100%;
}
.associations-list-table thead{
border-radius: 5px 5px 0 0;
background: linear-gradient(171.44deg, #43CDF6 0%, #0087FE 100%);
color:white;
}
.associations-list-table thead th,
.associations-list-table td{
padding:10px;
border:1px solid #D1D7D8;
text-align:center;
}
.add-new-association-button{
line-height: 36px;
width: 140px;
display:inline-block;
text-align:center;
border: 1px solid #A6AAAE;
border-radius: 5px;
color:#646B73;
margin-top:10px;
margin-bottom:10px;
}
.associations-list-table tfoot{
border: 1px solid #A6AAAE;
}
.associations-list-table tfoot td{
border:none;
}
/**
* User Dashboard
* -----------------------------------------------------------------------------
*/
.user-top-right-details span{
display: block;
margin-top: 7px;
}
.pay-now-button{
line-height: 48px;
width: 98px;
color:white;
display:block;
text-align:center;
border-radius: 7px;
background: linear-gradient(180deg, #B4EC51 0%, #429321 100%);
}
.user-current-month-costs span{
display:block;
}
.send-index-button{
height: 35px;
width: 120px;
border-radius: 7px;
background: linear-gradient(135deg, #43CDF6 0%, #0087FE 100%);
border: none;
margin-top: 18px;
color:white;
}
#send-index-form label.control-label span,
#send-index-form label.control-label .material-icons{
display:inline-block;
vertical-align:middle;
}
.cold-water-color{
color:#0087FE;
}
.hot-water-color{
color:#F94D23;
}
.vertical-align-water-icons .material-icons,
.vertical-align-water-icons span{
display:inline-block;
vertical-align:middle;
}
/**
* Footer
* -----------------------------------------------------------------------------
*/
/**
* Responsive
* -----------------------------------------------------------------------------
*/
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1600px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
} | assets/css/style.css | @import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIcons-Regular.woff) format('woff'),
url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
body{
background:#f5f6f6;
font-family: 'Roboto', sans-serif;
}
.box-content{
padding:15px;
margin-bottom:30px;
background:white;
}
a:hover{
text-decoration:none;
}
/**
* Header
* -----------------------------------------------------------------------------
*/
#site-header{
background: linear-gradient(167.79deg, #43CDF6 0%, #0087FE 100%);
box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
color:white;
line-height:80px;
z-index: 10;
position: relative;
}
/**
* Left Navigation
* -----------------------------------------------------------------------------
*/
#left-navigation{
background:white;
padding-top:30px;
min-height:600px;
}
.user-details .material-icons{
color: #0087FE;
font-size:46px;
}
.user-details h3{
margin-top:0px;
}
#select-association-box{
padding-bottom:20px;
}
/* Main Navigation */
#main-navigation{
list-style:none;
padding-left:0;
margin-top:30px;
}
#main-navigation li{
border-bottom:1px solid #D0D6D8;
padding-left: 15px;
margin-left: -15px;
padding-right: 15px;
margin-right: -15px;
padding-top: 10px;
padding-bottom: 10px;
}
#main-navigation li .material-icons{
display:inline-block;
vertical-align:middle;
}
#main-navigation li a{
color:#646B73;
display:inline-block;
vertical-align:middle;
}
/**
* Right Side Content
* -----------------------------------------------------------------------------
*/
#right-side-content{
padding-top:30px;
}
#association-content .col-md-8 .col-md-4{
margin-bottom:20px;
}
.calculate-button {
text-align:center;
color:white;
display:block;
line-height: 48px;
width: 170px;
border-radius: 7px;
background: linear-gradient(135deg, #43CDF6 0%, #0087FE 100%);
}
/* Users List */
.users-list-table{
width:100%;
}
.users-list-table thead{
border-radius: 5px 5px 0 0;
background: linear-gradient(171.44deg, #43CDF6 0%, #0087FE 100%);
color:white;
}
.users-list-table thead th,
.users-list-table td{
padding:10px;
border:1px solid #D1D7D8;
text-align:center;
}
.add-new-user-button{
line-height: 36px;
width: 140px;
display:inline-block;
text-align:center;
border: 1px solid #A6AAAE;
border-radius: 5px;
color:#646B73;
margin-top:10px;
margin-bottom:10px;
}
.users-list-table tfoot{
border: 1px solid #A6AAAE;
}
.users-list-table tfoot td{
border:none;
}
/* Associations List */
.associations-list-table{
width:100%;
}
.associations-list-table thead{
border-radius: 5px 5px 0 0;
background: linear-gradient(171.44deg, #43CDF6 0%, #0087FE 100%);
color:white;
}
.associations-list-table thead th,
.associations-list-table td{
padding:10px;
border:1px solid #D1D7D8;
text-align:center;
}
.add-new-association-button{
line-height: 36px;
width: 140px;
display:inline-block;
text-align:center;
border: 1px solid #A6AAAE;
border-radius: 5px;
color:#646B73;
margin-top:10px;
margin-bottom:10px;
}
.associations-list-table tfoot{
border: 1px solid #A6AAAE;
}
.associations-list-table tfoot td{
border:none;
}
/**
* User Dashboard
* -----------------------------------------------------------------------------
*/
.user-top-right-details span{
display: block;
margin-top: 7px;
}
.pay-now-button{
line-height: 48px;
width: 98px;
color:white;
display:block;
text-align:center;
border-radius: 7px;
background: linear-gradient(180deg, #B4EC51 0%, #429321 100%);
}
.user-current-month-costs span{
display:block;
}
.send-index-button{
height: 35px;
width: 120px;
border-radius: 7px;
background: linear-gradient(135deg, #43CDF6 0%, #0087FE 100%);
border: none;
margin-top: 18px;
color:white;
}
#send-index-form label.control-label span,
#send-index-form label.control-label .material-icons{
display:inline-block;
vertical-align:middle;
}
.cold-water-color{
color:#0087FE;
}
.hot-water-color{
color:#F94D23;
}
.vertical-align-water-icons .material-icons,
.vertical-align-water-icons span{
display:inline-block;
vertical-align:middle;
}
/**
* Footer
* -----------------------------------------------------------------------------
*/
/**
* Responsive
* -----------------------------------------------------------------------------
*/
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1600px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
} | 0.224565 | 0.055566 |
body{
margin:0;
background: #fff;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
font-family: 'Lato', sans-serif;
}
ul,label{
margin:0;
padding:0;
}
body a:hover{
text-decoration:none;
}
/*-- banner --*/
/*-- header --*/
.header {
padding: 1.5em 0;
background: rgba(156, 157, 158, 0.38);
position: absolute;
z-index: 999;
width: 100%;
}
.w3ls-logo h2 {
font-size:4em;
color: #fff;
letter-spacing: 2px;
font-weight: 900;
line-height: 0.8em;
}
.w3ls-logo h2 a{
color: #fff;
display:block;
text-decoration:none;
}
.w3ls-header-right {
margin: 1em 0 0;
}
.w3ls-header-right ul li {
display: inline-block;
color: #fff;
font-size: 1em;
margin-right: 1.5em;
font-family: 'Text Me One', sans-serif;
letter-spacing: 1px;
}
.w3ls-header-right ul li a {
color: #fff;
-webkit-transition: .5s all;
-moz-transition: .5s all;
transition: .5s all;
}
.w3ls-header-right ul li a:hover{
color: #000;
}
.w3ls-header-right i.glyphicon {
font-size: 1.1em;
margin-right: .5em;
}
/*--//header--*/
/*-- Menu-navigation --*/
.logo h1 {
font-size: 3em;
font-weight: 900;
}
.logo h1 a,.logo h1 a:hover{
display: inline-block;
color: #fff;
text-decoration: none;
font-family: 'Raleway', sans-serif;
}
.w3ls-logo h2 a {
color: #FFFFFF;
display: block;
text-decoration: none;
font-family: 'Raleway', sans-serif;
}
.menu-wrap a {
color: #fff;
}
.icon-list li a {
text-align: left;
}
.menu-wrap a:hover,
.menu-wrap a:focus,.menu-wrap a.active {
color:#000;
text-decoration: none;
}
.content-wrap {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.content {
position: relative;
background: #b4bad2;
}
.content::before {
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
content: '';
opacity: 0;
-webkit-transform: translate3d(100%,0,0);
-moz-transform: translate3d(100%,0,0);
-o-transform: translate3d(100%,0,0);
-ms-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
-moz-transition: opacity 0.4s, transform 0s 0.4s;
transition: opacity 0.4s, transform 0s 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Menu Button */
.menu-button {
position: fixed;
z-index: 1000;
padding: 0;
width: 2.5em;
height: 2em;
border: none;
font-size: 1.5em;
color: transparent;
background:rgba(60, 50, 50, 0.22);
margin: 0em 0 0 8em;
outline: none;
}
.menu-button::before {
position: absolute;
top: 10px;
right: 10px;
bottom: 10px;
left: 10px;
background: -webkit-linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
content: '';
}
.menu-button:hover {
-moz-opacity: 0.8;
opacity: 0.8;
}
/* Close Button */
.close-button {
width: 1em;
height: 1em;
position: absolute;
right: 1em;
top: 1em;
overflow: hidden;
text-indent: 1em;
font-size: 1em;
border: none;
background: transparent;
color: transparent;
outline:none;
}
.close-button::before, .close-button::after {
content: '';
position: absolute;
width: 3px;
height: 100%;
top: 0;
left: 38%;
background: #fff;
}
.close-button::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.close-button::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* Menu */
.icon-list li {
display: block;
}
.icon-list {
margin-top: 2em;
}
.menu-wrap {
position: fixed;
z-index: 1001;
width: 300px;
height: 100%;
background:rgb(28, 199, 161);
padding: 4em 2em 0;
font-size: 1.3em;
font-family: 'Roboto Condensed', sans-serif;
-webkit-transform: translate3d(-320px,0,0);
-moz-transform: translate3d(-320px,0,0);
-o-transform: translate3d(-320px,0,0);
-ms-transform: translate3d(-320px,0,0);
transform: translate3d(-320px,0,0);
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: transform 0.4s;
transition: transform 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
left: 0;
top: 0;
text-align: center;
}
.menu,
.icon-list {
height: 100%;
}
.icon-list {
display: inline-block;
}
.icon-list a i.glyphicon {
margin-right: 0.6em;
vertical-align: text-top;
}
.icon-list {
-webkit-transform: translate3d(0,100%,0);
-moz-transform: translate3d(0,100%,0);
-o-transform: translate3d(0,100%,0);
-ms-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
.icon-list a {
display: block;
padding: 0.8em;
}
.icon-list,
.icon-list a {
-webkit-transition: -webkit-transform 0s 0.4s;
-moz-transition: transform 0s 0.4s;
transition: transform 0s 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.icon-list a:nth-child(2) {
-webkit-transform: translate3d(0,1000px,0);
-moz-transform: translate3d(0,1000px,0);
-o-transform: translate3d(0,1000px,0);
-moz-transform: translate3d(0,1000px,0);
transform: translate3d(0,1000px,0);
}
.icon-list a:nth-child(3) {
-webkit-transform: translate3d(0,1500px,0);
-moz-transform: translate3d(0,1500px,0);
-o-transform: translate3d(0,1500px,0);
-ms-transform: translate3d(0,1500px,0);
transform: translate3d(0,1500px,0);
}
.icon-list a:nth-child(4) {
-webkit-transform: translate3d(0,2000px,0);
-moz-transform: translate3d(0,2000px,0);
-o-transform: translate3d(0,2000px,0);
-ms-transform: translate3d(0,2000px,0);
transform: translate3d(0,2000px,0);
}
.icon-list a:nth-child(5) {
-webkit-transform: translate3d(0,2500px,0);
-moz-transform: translate3d(0,2500px,0);
-o-transform: translate3d(0,2500px,0);
-ms-transform: translate3d(0,2500px,0);
transform: translate3d(0,2500px,0);
}
.icon-list a:nth-child(6) {
-webkit-transform: translate3d(0,3000px,0);
-moz-transform: translate3d(0,3000px,0);
-o-transform: translate3d(0,3000px,0);
-ms-transform: translate3d(0,3000px,0);
transform: translate3d(0,3000px,0);
}
.icon-list a span {
margin-left: 10px;
font-weight: 700;
}
/* Shown menu */
.show-menu .menu-wrap {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: -webkit-transform 0.8s;
-moz-transition: transform 0.8s;
transition: transform 0.8s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .icon-list,
.show-menu .icon-list a {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: -webkit-transform 0.8s;
-moz-transition: transform 0.8s;
transition: transform 0.8s;
}
.show-menu .icon-list a {
-webkit-transition-duration: 0.9s;
transition-duration: 0.9s;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.show-menu .content::before {
opacity: 1;
-webkit-transition: opacity 0.8s;
-moz-transition: opacity 0.8s;
transition: opacity 0.8s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
/*-- //Menu-navigation --*/
/*--banner--*/
.slider {
position: relative;
/*-- w3layouts --*/
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
width: 100%;
left: 0;
top: 0;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.caption{
width: 60%;
position: absolute;
top: 44%;
left: 20%;
text-align:center;
}
.caption h3{
color: #ffffff;
font-size: 3.4em;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
letter-spacing: 3px;
}
.caption p{
line-height: 1.8em;
font-size: 1em;
text-align: center;
font-weight: 400;
width: 81%;
margin: 22px auto 0px;
color: #eee;
letter-spacing: 2px;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
/*-- agileits --*/
height: 15px;
width: 15px;
display: inline-block;
border: 2px solid #FFFFFF;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
background:#506a85;
}
.callbacks_here a:after{
background:rgb(23, 167, 139);
}
.callbacks_tabs a{
visibility:hidden;
}
.callbacks_tabs li{
display:inline-block;
display:none;
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
bottom: -2px;
z-index: 999;
left: 46%;
background:#fff;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 44%;
left: 14%;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 61px;
width: 38px;
background: none;
margin-top: -45px;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right: 14%;
}
.serach-w3agile {
background: #02B875;
padding: 3em 0;
}
/*-- about --*/
.about,.services,.portfolio,.w3-our-clients,.news,.contact,.team{
padding:4em 0;
}
.w3ls-about-grids,.clients-grids ,.map-home,#horizontalTab{
padding: 4em 0;
}
div#about {
background-color:#fff;
}
.w3l-about-left h2 {
color:#25c1ec;
font-family: 'Raleway', sans-serif;
}
.about-agileits-title h3,.agile-heading h3,.agileits-title h3,.clients-agileits-title h3,.services h3,.contact-agileits-title h3,.w3-agileits-team-title h3{
font-size:3.5em;
color: #fa3d43;
text-decoration: none;
font-weight: 300;
padding: 0;
font-family: 'Roboto Condensed', sans-serif;
margin: 0;
text-align:center;
}
.w3l-about-left h5{
font-size: .9em;
color: #212121;
text-decoration: none;
margin: 1em 0;
text-transform: uppercase;
font-weight: 600;
line-height: 1.8em;
}
.w3l-about-left p{
color:#212121;
font-size:.9em;
margin:0;
line-height:1.8em;
letter-spacing: 1px;
}
.w3l-about-left p span{
margin:1em 0 0 0;
display:block;
}
.w3l-about-img img {
width: 100%;
}
/*-- about --*/
/*--services--*/
.services {
background:#2d2d2d;
text-align: center;
}
.ser-top {
margin-bottom: 5em;
}
span.glyphicon.glyphicon-tasks,span.glyphicon.glyphicon-sort-by-attributes,span.glyphicon.glyphicon-object-align-vertical,span.glyphicon.glyphicon.glyphicon-send,span.glyphicon.glyphicon-cog,span.glyphicon.glyphicon-phone,span.glyphicon.glyphicon-time {
font-size: 3em;
color:#fa3d43;
}
.icon1 span.glyphicon.glyphicon-tasks {
color: #3cb9a9;
}
.icon2 span.glyphicon.glyphicon-sort-by-attributes{
color:#eaef22;
}
.icon3 span.glyphicon.glyphicon-object-align-vertical {
color:#1a9ada;
}
.icon4 span.glyphicon.glyphicon.glyphicon-send {
color: #27f52f;
}
.icon5 span.glyphicon.glyphicon-cog {
color: #fff;
}
.icon6 span.glyphicon.glyphicon-phone{
color: #fff;
}
.icon7 span.glyphicon.glyphicon-time {
color: #fff;
}
span.glyphicon.glyphicon-time {
color: #d431a8;
}
.ser-left {
text-align: center;
margin-bottom: 2em;
}
.services h4 {
font-size: 1.4em;
margin: 1em 0 0;
color: #fff;
}
.services p {
font-size: 1em;
line-height: 1.8em;
color: rgba(255, 255, 255, 0.59);
margin: 1em 0;
}
.ser-top p {
width: 60%;
margin: 2em auto;
}
.ser-btm {
margin-top: 3em;
}
/*--services--*/
/*-- team --*/
div#team {
background-color:#fff;
}
.w3-agileits-team-title p {
font-size: 1em;
line-height: 1.8em;
color: #212121;
margin: 2em 0;
text-align: center;
margin: 0 auto;
width: 60%;
}
.resp-tabs-container {
padding: 0px;
background-color:#25c1ec;
clear:none !important;
}
.resp-tabs-list li {
width: 58%;
}
.tab4.resp-tab-content.resp-tab-content-active {
margin: 1em 0;
}
.tab3.resp-tab-content.resp-tab-content-active {
margin: 1em 0;
}
.tab2.resp-tab-content.resp-tab-content-active {
margin: 1em 0;
}
.tab1.resp-tab-content.resp-tab-content-active {
margin: 1em 0;
}
.tab1 .team-img-w3-agile{
background: url(../images/tab-1.jpg)no-repeat 0px 0px;
}
.tab2 .team-img-w3-agile{
background: url(../images/tab-2.jpg)no-repeat 0px 0px;
}
.tab3 .team-img-w3-agile{
background: url(../images/tab-3.jpg)no-repeat 0px 0px;
}
.tab4 .team-img-w3-agile{
background: url(../images/tab-4.jpg)no-repeat 0px 0px;
}
.tab1 .team-img-w3-agile,.tab2 .team-img-w3-agile,.tab3 .team-img-w3-agile,.tab4 .team-img-w3-agile{
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-size: cover;
min-height: 360px;
width: 27%;
margin-left: 4em;
}
.team-Info-agileits {
text-align: left;
padding: 4em 0 0 3em;
}
.team-Info-agileits h4 {
font-size: 25px;
letter-spacing: 1px;
font-family: 'Raleway', sans-serif;
}
.team-Info-agileits span {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
color: #7d7a7a;
}
.team-Info-agileits p {
font-size: 16px;
letter-spacing: .5px;
color: #337ab7;
line-height: 30px;
margin: 1em 0;
width:100%;
}
.resp-tabs-list li{
opacity: .5;
}
li.resp-tab-item.resp-tab-active{
opacity:1;
}
ul.resp-tabs-list {
margin-left: 15em;
}
.resp-tabs-list li img {
border-radius: 100%;
-webkit-border-radius: 100%;
-o-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
/*--social-icons--*/
ul.social-icons3 {
display: block;
padding: 0;
margin-top: .55em;
}
.social-icons3 li{
display:inline-block;
}
.social-icons3 li a{
display: block;
height: 30px;
width: 30px;
margin-right: 1em;
-webkit-transition: .5s all;
transition: .5s all;
-moz-transition: .5s all;
margin-right: 1em;
-webkit-transition: .5s all;
transition: .5s all;
-moz-transition: .5s all;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
line-height: 30px;
color:#fff;
text-align:center;
}
.social-icons3 li a.fa.fa-facebook.icon-border.facebook{
background:#4D669C;
}
.social-icons3 li a.fa.fa-twitter.icon-border.twitter{
background:#1da1f2;
}
.social-icons3 li a.fa.fa-google-plus.icon-border.googleplus{
background:#d34836;
}
.social-icons3 li a.fa.fa-rss.icon-border.rss{
background:#ee802f;
}
.social-icons3 li a:hover{
text-decoration:none;
opacity:0.8;
}
/*-- //team --*/
/*-- portfolio --*/
.filtr-item {
padding: 0;
width: 33.3335%;
float: left;
}
.filtr-container {
width: 100%;
}
.item-desc {
background-color: rgba(0,0,0,0.5);
color: white;
position: absolute;
text-transform: uppercase;
text-align: center;
z-index: 1;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
color:#fa3d43;
cursor: pointer;
display: inline-block;
padding: 10px 20px;
font-size: .9em;
font-weight:400;
font-family: 'Roboto Condensed', sans-serif;
margin: 0 0.4em;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius:0px;
}
.simplefilter li {
border: 2px solid #fa3d43;
}
.simplefilter li.active {
border: 2px solid #0ed4a8;
color: #ffffff;
background: #0ed4a8;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
-ms-border-radius:0px;
}
select {
padding: 1rem 1rem;
text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
background-color: #dec800;
}
.sortandshuffle .sort-btn {
background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
background-color: #9d0000;
}
.filtr-item {
transform: scale(1) translate3d(0px, 0px, 0px);
-o-transform: scale(1) translate3d(0px, 0px, 0px);
transition: all 0.5s ease-out 0ms;
-o-transition: all 0.5s ease-out 0ms;
transform-style: preserve-3d;
-o-transform-style: preserve-3d;
}
ul.simplefilter {
text-align: center;
margin: 4em 0 3em;
padding: 0;
}
@media screen and (max-width:991px) {
.filtr-item {
float: left;
width: 33.33%;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
padding: 10px 13px;
font-size: 1em;
}
}
@media screen and (max-width:768px) {
.filtr-item {
float: left;
width: 50%;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
padding: 8px 10px;
font-size: 0.9em;
letter-spacing: 0px;
}
}
@media screen and (max-width:600px) {
.filtr-item {
padding: 0em;
}
ul.simplefilter {
margin-bottom: 0em;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
margin-bottom: 1em;
}
}
@media screen and (max-width:480px) {
.filtr-item {
width: 100%;
}
}
@media screen and (max-width:414px) {
ul.simplefilter {
margin-bottom: 0em;
}
.filtr-item {
width: 100%;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
padding: 4px 4px;
font-size: 0.8em;
letter-spacing: 0px;
margin-bottom: 1em;
}
}
.portfolio figure {
margin: 0;
padding: 0;
position: relative;
display: block;
cursor: pointer;
overflow: hidden;
}
.portfolio figure:hover figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
top: 0;
}
.portfolio figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
height: 100%;
width: 100%;
top: -100%;
background: rgba(0,0,0,.5);
color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
-ms-transition-delay: .5s;
transition-delay: .5s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.portfolio figcaption h3 {
color: #FFF;
text-align: center;
margin-bottom: 0;
font-size: 2em;
letter-spacing: 3px;
font-weight: 700;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
position: relative;
margin-top: 105px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-o-transition-delay: 1s;
-ms-transition-delay: 1s;
transition-delay: 1s;
}
.portfolio figcaption h3 span{
text-transform: capitalize;
letter-spacing: 1px;
font-weight: 300;
}
.portfolio figure:hover h3 {
left: 0;
}
.portfolio figcaption a {
color: #fff;
border: 2px solid #fff;
padding: 4px 10px;
text-decoration: none;
}
.portfolio figcaption a:hover {
color: #4f5856;
background: #fff;
}
/*-- //portfolio --*/
/*-- Stats --*/
.numscroller {
text-align:left;
margin-left: 110px;
}
.stats {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
height: 370px;
text-align: center;
padding-top: 70px;
background-color: #151515;
}
.stats h3 {
color: #ffffff;
position: relative;
margin-bottom: 75px;
text-align: center;
font-size: 38px;
font-weight: 400;
letter-spacing: 4px;
text-transform: uppercase;
}
.stats p {
color: #eaeaea;
font-size: 16px;
line-height: 35px;
letter-spacing: 2px;
text-align: left;
margin-left: 110px;
}
.stats-info {
margin-top: 60px;
}
.stats-grid i {
margin-bottom: 35px;
padding: 21px 0 0 0;
float: left;
width: 85px;
height: 85px;
font-size: 40px;
color: #fa3d43;
}
.stats-grid {
font-size: 35px;
font-weight: 600;
color: #fff;
margin-bottom: 10px;
}
p.stats-info {
margin-top: 0px;
}
/*-- //Stats --*/
/*-- clients --*/
a.client-logo img{
width:100%;
border: 1px solid #eee;
margin-left: 5%;
}
.clients-grids {
padding: 2em 0 0 0;
}
.clients-agileits-title h3 {
color: #fff;
}
.clients {
margin-top: 55px;
}
.clients-grid2 {
padding: 4em 0;
}
.w3-our-clients {
background-color: #0ed4a8;
}
/*-- //clients --*/
/*-- /map --*/
.agileits-w3layouts-map {
margin:0em 0 0;
}
.agileits-w3layouts-map iframe {
width: 100%;
min-height: 350px;
border: none;
margin-bottom: -6px;
}
/*-- //map --*/
/*--get in touch--*/
div#contact {
padding: 4em 0;
}
.get-touch {
padding: 5em 0em;
}
.get-touch-top {
text-align: center;
padding-bottom: 3em;
}
.get-touch-top h3 {
font-size: 3em;
color: #CF0C68;
margin-bottom: 0.2em;
font-family: 'Share-Regular';
}
.get-touch-top p {
font-size: 1.05em;
color: #716E6E;
margin: 0 auto;
width: 50%;
line-height: 1.8em;
}
.get-touch-bottom input[type="text"] {
display: inline-block;
background: none;
border: 1px solid #A3A1A1;
width: 49.2%;
outline: none;
font-size: 0.95em;
color: #747577;
font-weight: 400;
border-radius: 2px;
padding: 14px 15px;
margin: 0% 1% 2% 0%;
}
.get-touch-bottom input.no-mar {
margin: 0% 0% !important;
}
.get-touch-bottom textarea {
background: none;
border: 1px solid #A3A1A1;
width: 100%;
display: block;
height:15em;
outline: none;
font-size: 0.95em;
color: #747577;
font-weight: 400;
resize: none;
border-radius: 3px;
padding: 10px 15px 10px 15px;
}
.get-touch-bottom input[type="submit"] {
font-size: 1em;
color: #FFFFFF;
padding: 0.6em 1em 0.6em 1em;
display: block;
border: none;
margin: 1em auto 0em;
outline: none;
background: #fa3d43;
border-radius: 3px;
text-align: center;
width: 14%;
}
.get-touch-bottom input[type="submit"]:hover {
background:#312f30;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
/*--get in touch--*/
.w3l_footer{
min-height:100px;
padding: 5em 0;
position:relative;
background-color: #252424;
}
.w3ls_footer_grids p.agileits_w3layouts_est{
color:#fff;
line-height:2em;
margin:2em auto 6em;
width:65%;
text-align:center;
}
.w3ls_footer_grid_leftl{
float:left;
width:55px;
height:55px;
border-radius:50px;
text-align:center;
background:#fa3d43;
}
.w3ls_footer_grid_leftl i{
color: #fff;
font-size: 1em;
line-height: 3.8em;
}
.w3ls_footer_grid_leftr{
float:right;
width:80%;
}
.w3ls_footer_grid_leftr h4{
font-size: 1.2em;
color: #fff;
letter-spacing: 3px;
margin-bottom: .5em;
}
.w3ls_footer_grid_leftr p{
color:#999;
line-height:1.5em;
}
.w3ls_footer_grid_leftr a{
color:#999;
text-decoration:none;
font-size:14px;
}
.w3ls_footer_grid_leftr a:hover{
color:#fa3d43;
}
.w3l_footer_pos{
position:absolute;
padding:1em;
left:0%;
bottom:0%;
width:100%;
}
.w3l_footer_pos p{
text-align:center;
color:#fff;
line-height:1.8em;
letter-spacing: 2px;
}
.w3l_footer_pos p a{
color:#fa3d43;
text-decoration:underline;
}
.w3l_footer_pos p a:hover{
color:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl{
background:#fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-webkit-appearance: none;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl i{
color:#212121;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftr h4{
color:#fa3d43;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 46px;
height: 54px;
border: none;
text-indent: 100%;
background: url(../images/arr.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- /responsive design --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1080px){
.w3-agileits-team-title p {
width: 74%;
}
.ser-top p {
width: 74%;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 365px;
width: 34%;
}
.portfolio figcaption h3 {
margin-top: 90px;
}
}
@media(max-width:1024px){
.caption h3 {
font-size: 3.2em;
}
.portfolio figcaption h3 {
margin-top: 88px;
}
}
@media(max-width:991px){
.caption h3 {
font-size: 3.0em;
}
.w3l-about-img {
width: 55%;
float: left;
}
.w3l-about-left {
width: 45%;
float: left;
}
.ser-left.wow.fadeInDown.icon1 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon2 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon3 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon4 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon5 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon6 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon7{
width: 33.33%;
float: left;
}
.w3-client-logos {
width: 24%;
float: left;
}
.w3ls_footer_grid_left {
width: 33%;
float: left;
}
.w3ls_footer_grid_leftr {
float: right;
width: 66%;
}
.portfolio figcaption h3 {
margin-top: 65px;
}
}
@media(max-width:800px){
.caption h3 {
font-size: 2.4em;
}
.caption p {
letter-spacing: 1px;
}
.header {
padding: 1em 0;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 40%;
}
}
@media(max-width:768px){
.portfolio figcaption h3 {
margin-top: 100px;
}
.get-touch-bottom input[type="text"] {
width:95%;
}
.get-touch-bottom textarea {
width:95%;
margin: 2em 0;
}
.w3ls-logo h2 {
font-size: 3em;
}
.caption h3 {
letter-spacing: 2px;
}
div#contact {
padding: 4em 0 0 0;
}
}
@media(max-width:736px){
.stats-grid.slideanim {
width: 33%;
float: left;
}
.rslides img {
min-height: 34em;
}
.w3ls-logo {
margin: 0;
float: left;
width: 40%;
}
.w3ls-header-right {
margin: 1em 0 0;
float: right;
width: 60%;
text-align: right;
}
.caption h3 {
font-size: 2.3em;
}
.get-touch-bottom input[type="text"] {
width:100%;
margin: 2em 0;
}
.get-touch-bottom textarea {
width:100%;
margin: 2em 0;
}
}
@media(max-width:667px){
.w3l-about-left {
width: 100%;
text-align: center;
}
.w3l-about-img {
width: 100%;
padding-top:4em;
}
.stats-grid.slideanim {
width: 100%;
}
.stats-grid i {
margin-bottom: 0;
}
.numscroller {
text-align: center;
margin-left: 110px;
}
.stats p {
text-align: center;
margin-left: 110px;
}
.stats {
height: 765px;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 51%;
}
.caption {
top: 36%;
}
.w3ls-about-grids {
padding: 2em 0;
}
.stats-grid.slideanim {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.numscroller {
text-align: center;
margin-left: 0;
}
.stats p {
text-align: center;
margin-left: 0;
}
.stats {
height: 778px;
}
.stats-grid i {
padding: 21px 0 0 0;
float: none;
}
.stats-info {
margin-top:0px;
}
.stats h3 {
margin-bottom: 10px;
}
}
@media(max-width:640px){
.stats-grid.slideanim {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.numscroller {
text-align: center;
margin-left: 0;
}
.stats p {
text-align: center;
margin-left: 0;
}
.stats {
height: 875px;
}
.stats-grid i {
padding: 21px 0 0 0;
float: none;
}
}
@media(max-width:600px){
.ser-left.wow.fadeInDown.icon1 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon2 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon3 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon4 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon5 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon6 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon7 {
width: 50%;
float: left;
}
.w3ls_footer_grid_left {
width: 100%;
padding: 2em 0;
}
.w3ls_footer_grid_leftl {
margin-left: 8em;
}
.w3ls-header-right ul li {
margin-right: 1em;
}
.menu-button {
margin: 0em 0 0 5em;
}
.menu-wrap {
width: 242px;
}
.w3-client-logos {
width: 50%;
float: left;
margin: 1em 0;
}
.clients-grid2 {
padding: 1em 0;
}
a.client-logo img {
width: 100%;
border: 1px solid #eee;
margin-left:0%;
}
}
@media(max-width:568px){
.portfolio figcaption h3 {
margin-top: 75px;
}
.menu-button {
margin: 0em 0 0 5em;
}
.w3ls-logo {
margin: 0;
float: none;
width: auto;
}
.w3ls-logo h2 {
font-size: 3em;
line-height: 0.9em;
text-align: center;
}
.w3ls-header-right {
margin: 1em 0 0;
float:none;
width:auto;
text-align: center;
}
.menu-button {
margin: 0em 0 0 0em;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 77%;
}
.stats {
height: 793px;
}
}
@media(max-width:480px){
.portfolio figcaption h3 {
margin-top: 130px;
}
.get-touch-bottom input[type="submit"] {
width: 19%;
}
.w3ls_footer_grid_leftl {
margin-left:5em;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 68%;
margin-left:0em;
}
.w3ls-logo {
margin: 0;
float: none;
width: auto;
}
.w3ls-logo h2 {
font-size: 3em;
line-height: 0.9em;
text-align: center;
}
.w3ls-header-right {
margin: 1em 0 0;
float:none;
width:auto;
text-align: center;
}
.menu-button {
margin: 0em 0 0 0em;
}
div#horizontalTab {
padding: 2em 0;
}
.about-agileits-title h3, .agile-heading h3, .agileits-title h3, .clients-agileits-title h3, .services h3, .contact-agileits-title h3, .w3-agileits-team-title h3 {
font-size: 3em;
}
.get-touch {
padding: 2em 0em;
}
}
@media(max-width:414px){
.w3ls_footer_grid_leftl {
margin-left:4em;
}
.caption {
top: 30%;
}
.caption {
top: 24%;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 79%;
}
.w3ls-logo {
margin: 0;
float: none;
width: auto;
}
.w3ls-logo h2 {
font-size: 3em;
line-height: 0.9em;
text-align: center;
}
.w3ls-header-right {
margin: 1em 0 0;
float:none;
width:auto;
text-align: center;
}
.menu-button {
margin: 0em 0 0 0em;
}
.caption h3 {
font-size: 2em;
}
.team-Info-agileits p {
font-size: 14px;
letter-spacing: 0px;
}
.w3-client-logos {
width: 100%;
}
.agileits-w3layouts-map iframe {
width: 100%;
min-height: 274px;
}
.services h4 {
font-size: 1.2em;
}
.caption {
width: 100%;
top: 44%;
left: 0%;
top: 41%;
}
}
@media(max-width:384px){
.ser-left.wow.fadeInDown.icon1 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon2 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon3 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon4 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon5 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon6 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon7 {
width: 100%;
}
.get-touch-bottom input[type="submit"] {
width: 23%;
}
.menu-button {
margin: 0em 0 0 4em;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 88%;
margin-left:0em;
}
.team-Info-agileits h4 {
font-size: 20px;
}
.team-Info-agileits p {
line-height: 23px;
}
.social-icons3 li a {
display: block;
height: 25px;
width: 22px;
}
.menu-button {
margin: 0;
}
.social-icons3 li a {
display: block;
height: 31px;
width: 40px;
}
}
@media(max-width:375px){
.caption {
top: 31%;
}
}
@media(max-width:320px){
.w3ls_footer_grid_leftl {
margin-left: 2em;
}
.get-touch-bottom input[type="submit"] {
width: 27%;
}
.menu-button {
width: 2em;
height: 2em;
}
.caption h3 {
font-size: 1.5em;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
width: 100%;
margin-left: 0em;
}
.menu-button {
width: 2em;
height: 2em;
}
.menu-button {
margin: 0em ;
}
.w3ls-logo h2 {
font-size: 3em;
line-height: 0.9em;
}
.w3ls-header-right ul li {
letter-spacing:0px;
}
.w3ls-logo {
margin: 0;
float: none;
width: auto;
}
.w3ls-logo h2 {
font-size: 3em;
line-height: 0.9em;
text-align: center;
}
.w3ls-header-right {
margin: 1em 0 0;
float:none;
width:auto;
text-align: center;
}
.rslides img {
min-height: 28em;
}
.caption {
top: 42%;
}
} | css/style.css | body{
margin:0;
background: #fff;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
font-family: 'Lato', sans-serif;
}
ul,label{
margin:0;
padding:0;
}
body a:hover{
text-decoration:none;
}
/*-- banner --*/
/*-- header --*/
.header {
padding: 1.5em 0;
background: rgba(156, 157, 158, 0.38);
position: absolute;
z-index: 999;
width: 100%;
}
.w3ls-logo h2 {
font-size:4em;
color: #fff;
letter-spacing: 2px;
font-weight: 900;
line-height: 0.8em;
}
.w3ls-logo h2 a{
color: #fff;
display:block;
text-decoration:none;
}
.w3ls-header-right {
margin: 1em 0 0;
}
.w3ls-header-right ul li {
display: inline-block;
color: #fff;
font-size: 1em;
margin-right: 1.5em;
font-family: 'Text Me One', sans-serif;
letter-spacing: 1px;
}
.w3ls-header-right ul li a {
color: #fff;
-webkit-transition: .5s all;
-moz-transition: .5s all;
transition: .5s all;
}
.w3ls-header-right ul li a:hover{
color: #000;
}
.w3ls-header-right i.glyphicon {
font-size: 1.1em;
margin-right: .5em;
}
/*--//header--*/
/*-- Menu-navigation --*/
.logo h1 {
font-size: 3em;
font-weight: 900;
}
.logo h1 a,.logo h1 a:hover{
display: inline-block;
color: #fff;
text-decoration: none;
font-family: 'Raleway', sans-serif;
}
.w3ls-logo h2 a {
color: #FFFFFF;
display: block;
text-decoration: none;
font-family: 'Raleway', sans-serif;
}
.menu-wrap a {
color: #fff;
}
.icon-list li a {
text-align: left;
}
.menu-wrap a:hover,
.menu-wrap a:focus,.menu-wrap a.active {
color:#000;
text-decoration: none;
}
.content-wrap {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.content {
position: relative;
background: #b4bad2;
}
.content::before {
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
content: '';
opacity: 0;
-webkit-transform: translate3d(100%,0,0);
-moz-transform: translate3d(100%,0,0);
-o-transform: translate3d(100%,0,0);
-ms-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
-moz-transition: opacity 0.4s, transform 0s 0.4s;
transition: opacity 0.4s, transform 0s 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Menu Button */
.menu-button {
position: fixed;
z-index: 1000;
padding: 0;
width: 2.5em;
height: 2em;
border: none;
font-size: 1.5em;
color: transparent;
background:rgba(60, 50, 50, 0.22);
margin: 0em 0 0 8em;
outline: none;
}
.menu-button::before {
position: absolute;
top: 10px;
right: 10px;
bottom: 10px;
left: 10px;
background: -webkit-linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
content: '';
}
.menu-button:hover {
-moz-opacity: 0.8;
opacity: 0.8;
}
/* Close Button */
.close-button {
width: 1em;
height: 1em;
position: absolute;
right: 1em;
top: 1em;
overflow: hidden;
text-indent: 1em;
font-size: 1em;
border: none;
background: transparent;
color: transparent;
outline:none;
}
.close-button::before, .close-button::after {
content: '';
position: absolute;
width: 3px;
height: 100%;
top: 0;
left: 38%;
background: #fff;
}
.close-button::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.close-button::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* Menu */
.icon-list li {
display: block;
}
.icon-list {
margin-top: 2em;
}
.menu-wrap {
position: fixed;
z-index: 1001;
width: 300px;
height: 100%;
background:rgb(28, 199, 161);
padding: 4em 2em 0;
font-size: 1.3em;
font-family: 'Roboto Condensed', sans-serif;
-webkit-transform: translate3d(-320px,0,0);
-moz-transform: translate3d(-320px,0,0);
-o-transform: translate3d(-320px,0,0);
-ms-transform: translate3d(-320px,0,0);
transform: translate3d(-320px,0,0);
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: transform 0.4s;
transition: transform 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
left: 0;
top: 0;
text-align: center;
}
.menu,
.icon-list {
height: 100%;
}
.icon-list {
display: inline-block;
}
.icon-list a i.glyphicon {
margin-right: 0.6em;
vertical-align: text-top;
}
.icon-list {
-webkit-transform: translate3d(0,100%,0);
-moz-transform: translate3d(0,100%,0);
-o-transform: translate3d(0,100%,0);
-ms-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
.icon-list a {
display: block;
padding: 0.8em;
}
.icon-list,
.icon-list a {
-webkit-transition: -webkit-transform 0s 0.4s;
-moz-transition: transform 0s 0.4s;
transition: transform 0s 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.icon-list a:nth-child(2) {
-webkit-transform: translate3d(0,1000px,0);
-moz-transform: translate3d(0,1000px,0);
-o-transform: translate3d(0,1000px,0);
-moz-transform: translate3d(0,1000px,0);
transform: translate3d(0,1000px,0);
}
.icon-list a:nth-child(3) {
-webkit-transform: translate3d(0,1500px,0);
-moz-transform: translate3d(0,1500px,0);
-o-transform: translate3d(0,1500px,0);
-ms-transform: translate3d(0,1500px,0);
transform: translate3d(0,1500px,0);
}
.icon-list a:nth-child(4) {
-webkit-transform: translate3d(0,2000px,0);
-moz-transform: translate3d(0,2000px,0);
-o-transform: translate3d(0,2000px,0);
-ms-transform: translate3d(0,2000px,0);
transform: translate3d(0,2000px,0);
}
.icon-list a:nth-child(5) {
-webkit-transform: translate3d(0,2500px,0);
-moz-transform: translate3d(0,2500px,0);
-o-transform: translate3d(0,2500px,0);
-ms-transform: translate3d(0,2500px,0);
transform: translate3d(0,2500px,0);
}
.icon-list a:nth-child(6) {
-webkit-transform: translate3d(0,3000px,0);
-moz-transform: translate3d(0,3000px,0);
-o-transform: translate3d(0,3000px,0);
-ms-transform: translate3d(0,3000px,0);
transform: translate3d(0,3000px,0);
}
.icon-list a span {
margin-left: 10px;
font-weight: 700;
}
/* Shown menu */
.show-menu .menu-wrap {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: -webkit-transform 0.8s;
-moz-transition: transform 0.8s;
transition: transform 0.8s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .icon-list,
.show-menu .icon-list a {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: -webkit-transform 0.8s;
-moz-transition: transform 0.8s;
transition: transform 0.8s;
}
.show-menu .icon-list a {
-webkit-transition-duration: 0.9s;
transition-duration: 0.9s;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.show-menu .content::before {
opacity: 1;
-webkit-transition: opacity 0.8s;
-moz-transition: opacity 0.8s;
transition: opacity 0.8s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
/*-- //Menu-navigation --*/
/*--banner--*/
.slider {
position: relative;
/*-- w3layouts --*/
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
width: 100%;
left: 0;
top: 0;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.caption{
width: 60%;
position: absolute;
top: 44%;
left: 20%;
text-align:center;
}
.caption h3{
color: #ffffff;
font-size: 3.4em;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
letter-spacing: 3px;
}
.caption p{
line-height: 1.8em;
font-size: 1em;
text-align: center;
font-weight: 400;
width: 81%;
margin: 22px auto 0px;
color: #eee;
letter-spacing: 2px;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
/*-- agileits --*/
height: 15px;
width: 15px;
display: inline-block;
border: 2px solid #FFFFFF;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
background:#506a85;
}
.callbacks_here a:after{
background:rgb(23, 167, 139);
}
.callbacks_tabs a{
visibility:hidden;
}
.callbacks_tabs li{
display:inline-block;
display:none;
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
bottom: -2px;
z-index: 999;
left: 46%;
background:#fff;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 44%;
left: 14%;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 61px;
width: 38px;
background: none;
margin-top: -45px;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right: 14%;
}
.serach-w3agile {
background: #02B875;
padding: 3em 0;
}
/*-- about --*/
.about,.services,.portfolio,.w3-our-clients,.news,.contact,.team{
padding:4em 0;
}
.w3ls-about-grids,.clients-grids ,.map-home,#horizontalTab{
padding: 4em 0;
}
div#about {
background-color:#fff;
}
.w3l-about-left h2 {
color:#25c1ec;
font-family: 'Raleway', sans-serif;
}
.about-agileits-title h3,.agile-heading h3,.agileits-title h3,.clients-agileits-title h3,.services h3,.contact-agileits-title h3,.w3-agileits-team-title h3{
font-size:3.5em;
color: #fa3d43;
text-decoration: none;
font-weight: 300;
padding: 0;
font-family: 'Roboto Condensed', sans-serif;
margin: 0;
text-align:center;
}
.w3l-about-left h5{
font-size: .9em;
color: #212121;
text-decoration: none;
margin: 1em 0;
text-transform: uppercase;
font-weight: 600;
line-height: 1.8em;
}
.w3l-about-left p{
color:#212121;
font-size:.9em;
margin:0;
line-height:1.8em;
letter-spacing: 1px;
}
.w3l-about-left p span{
margin:1em 0 0 0;
display:block;
}
.w3l-about-img img {
width: 100%;
}
/*-- about --*/
/*--services--*/
.services {
background:#2d2d2d;
text-align: center;
}
.ser-top {
margin-bottom: 5em;
}
span.glyphicon.glyphicon-tasks,span.glyphicon.glyphicon-sort-by-attributes,span.glyphicon.glyphicon-object-align-vertical,span.glyphicon.glyphicon.glyphicon-send,span.glyphicon.glyphicon-cog,span.glyphicon.glyphicon-phone,span.glyphicon.glyphicon-time {
font-size: 3em;
color:#fa3d43;
}
.icon1 span.glyphicon.glyphicon-tasks {
color: #3cb9a9;
}
.icon2 span.glyphicon.glyphicon-sort-by-attributes{
color:#eaef22;
}
.icon3 span.glyphicon.glyphicon-object-align-vertical {
color:#1a9ada;
}
.icon4 span.glyphicon.glyphicon.glyphicon-send {
color: #27f52f;
}
.icon5 span.glyphicon.glyphicon-cog {
color: #fff;
}
.icon6 span.glyphicon.glyphicon-phone{
color: #fff;
}
.icon7 span.glyphicon.glyphicon-time {
color: #fff;
}
span.glyphicon.glyphicon-time {
color: #d431a8;
}
.ser-left {
text-align: center;
margin-bottom: 2em;
}
.services h4 {
font-size: 1.4em;
margin: 1em 0 0;
color: #fff;
}
.services p {
font-size: 1em;
line-height: 1.8em;
color: rgba(255, 255, 255, 0.59);
margin: 1em 0;
}
.ser-top p {
width: 60%;
margin: 2em auto;
}
.ser-btm {
margin-top: 3em;
}
/*--services--*/
/*-- team --*/
div#team {
background-color:#fff;
}
.w3-agileits-team-title p {
font-size: 1em;
line-height: 1.8em;
color: #212121;
margin: 2em 0;
text-align: center;
margin: 0 auto;
width: 60%;
}
.resp-tabs-container {
padding: 0px;
background-color:#25c1ec;
clear:none !important;
}
.resp-tabs-list li {
width: 58%;
}
.tab4.resp-tab-content.resp-tab-content-active {
margin: 1em 0;
}
.tab3.resp-tab-content.resp-tab-content-active {
margin: 1em 0;
}
.tab2.resp-tab-content.resp-tab-content-active {
margin: 1em 0;
}
.tab1.resp-tab-content.resp-tab-content-active {
margin: 1em 0;
}
.tab1 .team-img-w3-agile{
background: url(../images/tab-1.jpg)no-repeat 0px 0px;
}
.tab2 .team-img-w3-agile{
background: url(../images/tab-2.jpg)no-repeat 0px 0px;
}
.tab3 .team-img-w3-agile{
background: url(../images/tab-3.jpg)no-repeat 0px 0px;
}
.tab4 .team-img-w3-agile{
background: url(../images/tab-4.jpg)no-repeat 0px 0px;
}
.tab1 .team-img-w3-agile,.tab2 .team-img-w3-agile,.tab3 .team-img-w3-agile,.tab4 .team-img-w3-agile{
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-size: cover;
min-height: 360px;
width: 27%;
margin-left: 4em;
}
.team-Info-agileits {
text-align: left;
padding: 4em 0 0 3em;
}
.team-Info-agileits h4 {
font-size: 25px;
letter-spacing: 1px;
font-family: 'Raleway', sans-serif;
}
.team-Info-agileits span {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
color: #7d7a7a;
}
.team-Info-agileits p {
font-size: 16px;
letter-spacing: .5px;
color: #337ab7;
line-height: 30px;
margin: 1em 0;
width:100%;
}
.resp-tabs-list li{
opacity: .5;
}
li.resp-tab-item.resp-tab-active{
opacity:1;
}
ul.resp-tabs-list {
margin-left: 15em;
}
.resp-tabs-list li img {
border-radius: 100%;
-webkit-border-radius: 100%;
-o-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
/*--social-icons--*/
ul.social-icons3 {
display: block;
padding: 0;
margin-top: .55em;
}
.social-icons3 li{
display:inline-block;
}
.social-icons3 li a{
display: block;
height: 30px;
width: 30px;
margin-right: 1em;
-webkit-transition: .5s all;
transition: .5s all;
-moz-transition: .5s all;
margin-right: 1em;
-webkit-transition: .5s all;
transition: .5s all;
-moz-transition: .5s all;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
line-height: 30px;
color:#fff;
text-align:center;
}
.social-icons3 li a.fa.fa-facebook.icon-border.facebook{
background:#4D669C;
}
.social-icons3 li a.fa.fa-twitter.icon-border.twitter{
background:#1da1f2;
}
.social-icons3 li a.fa.fa-google-plus.icon-border.googleplus{
background:#d34836;
}
.social-icons3 li a.fa.fa-rss.icon-border.rss{
background:#ee802f;
}
.social-icons3 li a:hover{
text-decoration:none;
opacity:0.8;
}
/*-- //team --*/
/*-- portfolio --*/
.filtr-item {
padding: 0;
width: 33.3335%;
float: left;
}
.filtr-container {
width: 100%;
}
.item-desc {
background-color: rgba(0,0,0,0.5);
color: white;
position: absolute;
text-transform: uppercase;
text-align: center;
z-index: 1;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
color:#fa3d43;
cursor: pointer;
display: inline-block;
padding: 10px 20px;
font-size: .9em;
font-weight:400;
font-family: 'Roboto Condensed', sans-serif;
margin: 0 0.4em;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius:0px;
}
.simplefilter li {
border: 2px solid #fa3d43;
}
.simplefilter li.active {
border: 2px solid #0ed4a8;
color: #ffffff;
background: #0ed4a8;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
-ms-border-radius:0px;
}
select {
padding: 1rem 1rem;
text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
background-color: #dec800;
}
.sortandshuffle .sort-btn {
background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
background-color: #9d0000;
}
.filtr-item {
transform: scale(1) translate3d(0px, 0px, 0px);
-o-transform: scale(1) translate3d(0px, 0px, 0px);
transition: all 0.5s ease-out 0ms;
-o-transition: all 0.5s ease-out 0ms;
transform-style: preserve-3d;
-o-transform-style: preserve-3d;
}
ul.simplefilter {
text-align: center;
margin: 4em 0 3em;
padding: 0;
}
@media screen and (max-width:991px) {
.filtr-item {
float: left;
width: 33.33%;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
padding: 10px 13px;
font-size: 1em;
}
}
@media screen and (max-width:768px) {
.filtr-item {
float: left;
width: 50%;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
padding: 8px 10px;
font-size: 0.9em;
letter-spacing: 0px;
}
}
@media screen and (max-width:600px) {
.filtr-item {
padding: 0em;
}
ul.simplefilter {
margin-bottom: 0em;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
margin-bottom: 1em;
}
}
@media screen and (max-width:480px) {
.filtr-item {
width: 100%;
}
}
@media screen and (max-width:414px) {
ul.simplefilter {
margin-bottom: 0em;
}
.filtr-item {
width: 100%;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
padding: 4px 4px;
font-size: 0.8em;
letter-spacing: 0px;
margin-bottom: 1em;
}
}
.portfolio figure {
margin: 0;
padding: 0;
position: relative;
display: block;
cursor: pointer;
overflow: hidden;
}
.portfolio figure:hover figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
top: 0;
}
.portfolio figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
height: 100%;
width: 100%;
top: -100%;
background: rgba(0,0,0,.5);
color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
-ms-transition-delay: .5s;
transition-delay: .5s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.portfolio figcaption h3 {
color: #FFF;
text-align: center;
margin-bottom: 0;
font-size: 2em;
letter-spacing: 3px;
font-weight: 700;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
position: relative;
margin-top: 105px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-o-transition-delay: 1s;
-ms-transition-delay: 1s;
transition-delay: 1s;
}
.portfolio figcaption h3 span{
text-transform: capitalize;
letter-spacing: 1px;
font-weight: 300;
}
.portfolio figure:hover h3 {
left: 0;
}
.portfolio figcaption a {
color: #fff;
border: 2px solid #fff;
padding: 4px 10px;
text-decoration: none;
}
.portfolio figcaption a:hover {
color: #4f5856;
background: #fff;
}
/*-- //portfolio --*/
/*-- Stats --*/
.numscroller {
text-align:left;
margin-left: 110px;
}
.stats {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
height: 370px;
text-align: center;
padding-top: 70px;
background-color: #151515;
}
.stats h3 {
color: #ffffff;
position: relative;
margin-bottom: 75px;
text-align: center;
font-size: 38px;
font-weight: 400;
letter-spacing: 4px;
text-transform: uppercase;
}
.stats p {
color: #eaeaea;
font-size: 16px;
line-height: 35px;
letter-spacing: 2px;
text-align: left;
margin-left: 110px;
}
.stats-info {
margin-top: 60px;
}
.stats-grid i {
margin-bottom: 35px;
padding: 21px 0 0 0;
float: left;
width: 85px;
height: 85px;
font-size: 40px;
color: #fa3d43;
}
.stats-grid {
font-size: 35px;
font-weight: 600;
color: #fff;
margin-bottom: 10px;
}
p.stats-info {
margin-top: 0px;
}
/*-- //Stats --*/
/*-- clients --*/
a.client-logo img{
width:100%;
border: 1px solid #eee;
margin-left: 5%;
}
.clients-grids {
padding: 2em 0 0 0;
}
.clients-agileits-title h3 {
color: #fff;
}
.clients {
margin-top: 55px;
}
.clients-grid2 {
padding: 4em 0;
}
.w3-our-clients {
background-color: #0ed4a8;
}
/*-- //clients --*/
/*-- /map --*/
.agileits-w3layouts-map {
margin:0em 0 0;
}
.agileits-w3layouts-map iframe {
width: 100%;
min-height: 350px;
border: none;
margin-bottom: -6px;
}
/*-- //map --*/
/*--get in touch--*/
div#contact {
padding: 4em 0;
}
.get-touch {
padding: 5em 0em;
}
.get-touch-top {
text-align: center;
padding-bottom: 3em;
}
.get-touch-top h3 {
font-size: 3em;
color: #CF0C68;
margin-bottom: 0.2em;
font-family: 'Share-Regular';
}
.get-touch-top p {
font-size: 1.05em;
color: #716E6E;
margin: 0 auto;
width: 50%;
line-height: 1.8em;
}
.get-touch-bottom input[type="text"] {
display: inline-block;
background: none;
border: 1px solid #A3A1A1;
width: 49.2%;
outline: none;
font-size: 0.95em;
color: #747577;
font-weight: 400;
border-radius: 2px;
padding: 14px 15px;
margin: 0% 1% 2% 0%;
}
.get-touch-bottom input.no-mar {
margin: 0% 0% !important;
}
.get-touch-bottom textarea {
background: none;
border: 1px solid #A3A1A1;
width: 100%;
display: block;
height:15em;
outline: none;
font-size: 0.95em;
color: #747577;
font-weight: 400;
resize: none;
border-radius: 3px;
padding: 10px 15px 10px 15px;
}
.get-touch-bottom input[type="submit"] {
font-size: 1em;
color: #FFFFFF;
padding: 0.6em 1em 0.6em 1em;
display: block;
border: none;
margin: 1em auto 0em;
outline: none;
background: #fa3d43;
border-radius: 3px;
text-align: center;
width: 14%;
}
.get-touch-bottom input[type="submit"]:hover {
background:#312f30;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
/*--get in touch--*/
.w3l_footer{
min-height:100px;
padding: 5em 0;
position:relative;
background-color: #252424;
}
.w3ls_footer_grids p.agileits_w3layouts_est{
color:#fff;
line-height:2em;
margin:2em auto 6em;
width:65%;
text-align:center;
}
.w3ls_footer_grid_leftl{
float:left;
width:55px;
height:55px;
border-radius:50px;
text-align:center;
background:#fa3d43;
}
.w3ls_footer_grid_leftl i{
color: #fff;
font-size: 1em;
line-height: 3.8em;
}
.w3ls_footer_grid_leftr{
float:right;
width:80%;
}
.w3ls_footer_grid_leftr h4{
font-size: 1.2em;
color: #fff;
letter-spacing: 3px;
margin-bottom: .5em;
}
.w3ls_footer_grid_leftr p{
color:#999;
line-height:1.5em;
}
.w3ls_footer_grid_leftr a{
color:#999;
text-decoration:none;
font-size:14px;
}
.w3ls_footer_grid_leftr a:hover{
color:#fa3d43;
}
.w3l_footer_pos{
position:absolute;
padding:1em;
left:0%;
bottom:0%;
width:100%;
}
.w3l_footer_pos p{
text-align:center;
color:#fff;
line-height:1.8em;
letter-spacing: 2px;
}
.w3l_footer_pos p a{
color:#fa3d43;
text-decoration:underline;
}
.w3l_footer_pos p a:hover{
color:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl{
background:#fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-webkit-appearance: none;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl i{
color:#212121;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftr h4{
color:#fa3d43;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 46px;
height: 54px;
border: none;
text-indent: 100%;
background: url(../images/arr.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- /responsive design --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1080px){
.w3-agileits-team-title p {
width: 74%;
}
.ser-top p {
width: 74%;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 365px;
width: 34%;
}
.portfolio figcaption h3 {
margin-top: 90px;
}
}
@media(max-width:1024px){
.caption h3 {
font-size: 3.2em;
}
.portfolio figcaption h3 {
margin-top: 88px;
}
}
@media(max-width:991px){
.caption h3 {
font-size: 3.0em;
}
.w3l-about-img {
width: 55%;
float: left;
}
.w3l-about-left {
width: 45%;
float: left;
}
.ser-left.wow.fadeInDown.icon1 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon2 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon3 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon4 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon5 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon6 {
width: 33.33%;
float: left;
}
.ser-left.wow.fadeInDown.icon7{
width: 33.33%;
float: left;
}
.w3-client-logos {
width: 24%;
float: left;
}
.w3ls_footer_grid_left {
width: 33%;
float: left;
}
.w3ls_footer_grid_leftr {
float: right;
width: 66%;
}
.portfolio figcaption h3 {
margin-top: 65px;
}
}
@media(max-width:800px){
.caption h3 {
font-size: 2.4em;
}
.caption p {
letter-spacing: 1px;
}
.header {
padding: 1em 0;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 40%;
}
}
@media(max-width:768px){
.portfolio figcaption h3 {
margin-top: 100px;
}
.get-touch-bottom input[type="text"] {
width:95%;
}
.get-touch-bottom textarea {
width:95%;
margin: 2em 0;
}
.w3ls-logo h2 {
font-size: 3em;
}
.caption h3 {
letter-spacing: 2px;
}
div#contact {
padding: 4em 0 0 0;
}
}
@media(max-width:736px){
.stats-grid.slideanim {
width: 33%;
float: left;
}
.rslides img {
min-height: 34em;
}
.w3ls-logo {
margin: 0;
float: left;
width: 40%;
}
.w3ls-header-right {
margin: 1em 0 0;
float: right;
width: 60%;
text-align: right;
}
.caption h3 {
font-size: 2.3em;
}
.get-touch-bottom input[type="text"] {
width:100%;
margin: 2em 0;
}
.get-touch-bottom textarea {
width:100%;
margin: 2em 0;
}
}
@media(max-width:667px){
.w3l-about-left {
width: 100%;
text-align: center;
}
.w3l-about-img {
width: 100%;
padding-top:4em;
}
.stats-grid.slideanim {
width: 100%;
}
.stats-grid i {
margin-bottom: 0;
}
.numscroller {
text-align: center;
margin-left: 110px;
}
.stats p {
text-align: center;
margin-left: 110px;
}
.stats {
height: 765px;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 51%;
}
.caption {
top: 36%;
}
.w3ls-about-grids {
padding: 2em 0;
}
.stats-grid.slideanim {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.numscroller {
text-align: center;
margin-left: 0;
}
.stats p {
text-align: center;
margin-left: 0;
}
.stats {
height: 778px;
}
.stats-grid i {
padding: 21px 0 0 0;
float: none;
}
.stats-info {
margin-top:0px;
}
.stats h3 {
margin-bottom: 10px;
}
}
@media(max-width:640px){
.stats-grid.slideanim {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.numscroller {
text-align: center;
margin-left: 0;
}
.stats p {
text-align: center;
margin-left: 0;
}
.stats {
height: 875px;
}
.stats-grid i {
padding: 21px 0 0 0;
float: none;
}
}
@media(max-width:600px){
.ser-left.wow.fadeInDown.icon1 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon2 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon3 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon4 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon5 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon6 {
width: 50%;
float: left;
}
.ser-left.wow.fadeInDown.icon7 {
width: 50%;
float: left;
}
.w3ls_footer_grid_left {
width: 100%;
padding: 2em 0;
}
.w3ls_footer_grid_leftl {
margin-left: 8em;
}
.w3ls-header-right ul li {
margin-right: 1em;
}
.menu-button {
margin: 0em 0 0 5em;
}
.menu-wrap {
width: 242px;
}
.w3-client-logos {
width: 50%;
float: left;
margin: 1em 0;
}
.clients-grid2 {
padding: 1em 0;
}
a.client-logo img {
width: 100%;
border: 1px solid #eee;
margin-left:0%;
}
}
@media(max-width:568px){
.portfolio figcaption h3 {
margin-top: 75px;
}
.menu-button {
margin: 0em 0 0 5em;
}
.w3ls-logo {
margin: 0;
float: none;
width: auto;
}
.w3ls-logo h2 {
font-size: 3em;
line-height: 0.9em;
text-align: center;
}
.w3ls-header-right {
margin: 1em 0 0;
float:none;
width:auto;
text-align: center;
}
.menu-button {
margin: 0em 0 0 0em;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 77%;
}
.stats {
height: 793px;
}
}
@media(max-width:480px){
.portfolio figcaption h3 {
margin-top: 130px;
}
.get-touch-bottom input[type="submit"] {
width: 19%;
}
.w3ls_footer_grid_leftl {
margin-left:5em;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 68%;
margin-left:0em;
}
.w3ls-logo {
margin: 0;
float: none;
width: auto;
}
.w3ls-logo h2 {
font-size: 3em;
line-height: 0.9em;
text-align: center;
}
.w3ls-header-right {
margin: 1em 0 0;
float:none;
width:auto;
text-align: center;
}
.menu-button {
margin: 0em 0 0 0em;
}
div#horizontalTab {
padding: 2em 0;
}
.about-agileits-title h3, .agile-heading h3, .agileits-title h3, .clients-agileits-title h3, .services h3, .contact-agileits-title h3, .w3-agileits-team-title h3 {
font-size: 3em;
}
.get-touch {
padding: 2em 0em;
}
}
@media(max-width:414px){
.w3ls_footer_grid_leftl {
margin-left:4em;
}
.caption {
top: 30%;
}
.caption {
top: 24%;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 79%;
}
.w3ls-logo {
margin: 0;
float: none;
width: auto;
}
.w3ls-logo h2 {
font-size: 3em;
line-height: 0.9em;
text-align: center;
}
.w3ls-header-right {
margin: 1em 0 0;
float:none;
width:auto;
text-align: center;
}
.menu-button {
margin: 0em 0 0 0em;
}
.caption h3 {
font-size: 2em;
}
.team-Info-agileits p {
font-size: 14px;
letter-spacing: 0px;
}
.w3-client-logos {
width: 100%;
}
.agileits-w3layouts-map iframe {
width: 100%;
min-height: 274px;
}
.services h4 {
font-size: 1.2em;
}
.caption {
width: 100%;
top: 44%;
left: 0%;
top: 41%;
}
}
@media(max-width:384px){
.ser-left.wow.fadeInDown.icon1 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon2 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon3 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon4 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon5 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon6 {
width: 100%;
}
.ser-left.wow.fadeInDown.icon7 {
width: 100%;
}
.get-touch-bottom input[type="submit"] {
width: 23%;
}
.menu-button {
margin: 0em 0 0 4em;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
min-height: 393px;
width: 88%;
margin-left:0em;
}
.team-Info-agileits h4 {
font-size: 20px;
}
.team-Info-agileits p {
line-height: 23px;
}
.social-icons3 li a {
display: block;
height: 25px;
width: 22px;
}
.menu-button {
margin: 0;
}
.social-icons3 li a {
display: block;
height: 31px;
width: 40px;
}
}
@media(max-width:375px){
.caption {
top: 31%;
}
}
@media(max-width:320px){
.w3ls_footer_grid_leftl {
margin-left: 2em;
}
.get-touch-bottom input[type="submit"] {
width: 27%;
}
.menu-button {
width: 2em;
height: 2em;
}
.caption h3 {
font-size: 1.5em;
}
.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
width: 100%;
margin-left: 0em;
}
.menu-button {
width: 2em;
height: 2em;
}
.menu-button {
margin: 0em ;
}
.w3ls-logo h2 {
font-size: 3em;
line-height: 0.9em;
}
.w3ls-header-right ul li {
letter-spacing:0px;
}
.w3ls-logo {
margin: 0;
float: none;
width: auto;
}
.w3ls-logo h2 {
font-size: 3em;
line-height: 0.9em;
text-align: center;
}
.w3ls-header-right {
margin: 1em 0 0;
float:none;
width:auto;
text-align: center;
}
.rslides img {
min-height: 28em;
}
.caption {
top: 42%;
}
} | 0.338077 | 0.070913 |
@font-face {
font-family: 'Gill Sans MT';
src: url('../../../fonts/GillSansMT.woff2') format('woff2'),
url('../../../fonts/GillSansMT.woff') format('woff');
font-weight: normal;
font-style: normal;
}
*{
margin:0;
padding:0;
line-height:100%;
font-size:100%;
outline:none;
list-style:none;
font-family:Arial, Verdana, sans-serif;
font-size:16px;
text-decoration:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
}
body{
background: #f8f8f8;
}
a{
text-transform:capitalize;
transition:all 0.4s;
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
-ms-transition:all 0.4s;
}
a:hover,a:focus{
text-decoration: none;
}
a img{
outline:none;
}
h1,h2,h3,h4,h5,h6{
text-transform: capitalize;
}
h2,h2 div{
font-size: 24px;
color: #000;
margin: 0;
}
h2 span{
font-size: 16px;
line-height: 27px;
}
h2 .glyphicon{
font-size: 15px;
margin-left: 5px;
}
h3, h3 div{
padding-left: 10px;
font-size: 18px;
line-height: 25px;
color: #000;
margin: 0;
}
p{
line-height: 16px;
}
.left{
float: left;
}
.right{
float: right;
}
.clear{
clear: both;
}
.row{
margin:0;
}
.form-control{
border-radius:0;
font-size:12px;
padding:0 0 0 5px;
height: 22px;
text-transform: capitalize;
}
.btn{
border:none;
border-radius:0;
text-transform:capitalize;
transition:all 0.4s;
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
-ms-transition:all 0.4s;
}
.btn-primary{
background:#fadd19;
color:#000;
border: 2px solid #fadd19;
min-width:160px;
font-size:18px;
line-height:inherit;
height: 30px;
text-decoration:none !important;
border-radius: 20px;
}
.btn-primary:hover,.btn-primary:focus{
background:#333;
border-color: #333;
color: #fff;
}
.wrapper{
width:100%;
margin:0 auto;
}
/***********************************************HEADER**********************************************/
.navbar-default{
border:none;
background:#333;
margin-bottom:20px;
border-radius: 0;
}
.navbar-default *{
color: #ffde00;
}
.navbar-right li {
margin: 0 15px;
position: relative;
}
.navbar-right li span {
width: 73px;
display: inline-block;
position: relative;
z-index: 999;
}
.navbar-right li:nth-child(2):after {
content: "\f107 ";
font-family: FontAwesome;
position: absolute;
right: 2px;
top: 16px;
color: #ffde00;
font-size: 20px;
z-index: 0;
}
.navbar-right .dropdown-menu li span {
width: auto;
display: inline-block;
}
.navbar-right .dropdown-menu li:nth-child(2):after {
display: none;
}
.navbar-right li img {
width: 48px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #fff !important;
background-color: #333 !important;
}
.navbar-default .container-fluid{
padding:0;
}
.navbar-default .container-fluid .navbar-header,.navbar-default .container-fluid .navbar-collapse{
margin-right: 0;
padding: 0 15px;
}
.navbar-brand{
padding:0;
height:auto;
height: 50px;
margin-left:30px !important;
margin-right: 30px;
}
.navbar-default .navbar-toggle{
border: none;
margin: 10px 0px 3px 0;
transition:all 0.4s;
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
-ms-transition:all 0.4s;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
background: rgba(255,222,0,0.2);
}
.navbar-default .navbar-toggle .icon-bar{
background: #ffde00;
}
.navbar-right{
margin-right: 10px;
}
.navbar-default .navbar-nav>li>a{
color:#ffde00;
padding:15px 10px 8px 10px;
letter-spacing: 0.02em;
}
.navbar-default a:hover,.navbar-default a:focus,.navbar-default .open>a, .navbar-default .open>a:focus, .navbar-default .open>a:hover{
background: none;
color:#ffde00 !important;
}
.navbar.navbar-default .glyphicon-search{
position: absolute;
right: 180px;
padding: 9px 10px;
top: 9px;
}
/*
.navbar-nav>li>.dropdown-menu{
background: #274a6d;
border: none;
}
.dropdown-menu>li>a{
color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
color: #333;
background: #6bff79;
}
*/
/***********************************************CONTENT**********************************************/
.chirp-pop{
position: fixed;
top: 60px;
right: 1%;
z-index: 999;
width: 60%;
background: #fadd19;
padding: 10px 0 10px 0px;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.chirp-pop .latest{
padding: 0px 10px 0px 15px;
font-size: 14px;
top: 100%;
position: relative;
height: inherit;
color: #000 !important;
}
.chirp-pop p{
font-size: 16px;
margin: 0;
line-height: 25px;
}
.content{
padding: 50px 0px 0 0px;
}
.header{
width: 100%;
margin-bottom: 20px;
}
.header-top{
width: 100%;
position: relative;
min-height: 325px;
overflow: hidden;
background: #cbcbcb;
padding: 40px 50px 30px 50px;
background-size: cover;
}
.header-top .header-content{
// border: 2px solid #fff000;
border: 2px solid #ddd;
z-index: 1;
width: 100%;
height: 100%;
}
.header-top .header-right .verify-btn{
color: #fff;
text-transform: capitalize;
text-align: center;
width: 60px;
padding: 20px 0 10px 0;
background: #333;
position: relative;
right: 170px;
display: block;
z-index: 1000;
}
.header-top .header-right .verify-btn:before{
content: "";
position: absolute;
bottom: -10px;
left: 0;
height: 10px;
border-right: 35px solid transparent;
border-top: 10px solid #333;
}
.header-top .header-right .verify-btn:after{
content: "";
position: absolute;
bottom: -10px;
right: 0;
height: 10px;
border-left: 35px solid transparent;
border-top: 10px solid #333;
}
.header-top .header-right .header-image{
position:absolute;
height: 100%;
min-height: 300px;
max-height: 320px;
max-width: 300px;
right: 0px;
top: 10px;
overflow: hidden;
text-align: center;
border-radius: 50%;
z-index: 500;
}
.header-top .header-right .header-image img{
max-height: 100%;
}
.header-top .header-details{
padding-left: 40px;
padding-top: 27px;
width: 70%;
}
.header-top .header-details .header-breif{
line-height: 25px;
}
.header-top .header-details .user-name{
padding: 10px 20px 5px 20px;
margin-top: 10px;
margin-bottom: 20px;
margin-left: -70px;
background: #cbcbcb;
}
.header-top .header-details .user-name *{
font-family: times new roman;
text-transform: capitalize;
font-size: 20px;
line-height: 15px;
white-space: nowrap;
}
.header-top .header-details .user-name .name{
font-size: 35px;
line-height: 30px;
margin-bottom: 10px;
}
.header-top .header-details .header-buttons{
padding: 10px 20px 5px 20px;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 0px;
}
.header-top .header-details .header-buttons*{
font-family: times new roman;
text-transform: capitalize;
font-size: 20px;
line-height: 15px;
white-space: nowrap;
}
.header-bottom{
padding: 15px 0 15px 15px;
box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
.header-bottom *{
font-size: 16px;
color: #000 !important;
}
.header-bottom .latest{
font-size: 24px;
}
.header-bottom .view-toggle{
margin-left: 5px;
}
.header-bottom .view-toggle .icon-bar{
background: #ffde00;
width: 4px;
height: 4px;
border-radius: 50%;
display: block;
}
.header-bottom .view-toggle .icon-bar+.icon-bar{
margin-top: 2px;
}
/*
.blocks>.block-container:nth-child(odd){
padding-left: 0;
}
.blocks>.block-container:nth-child(even){
padding-right: 0;
}
*/
.blocks .block{
margin-bottom: 30px;
box-shadow: 0 1px 10px rgba(0,0,0,0.6);
}
.blocks .block .block-header{
max-height: 190px;
position: relative;
}
.blocks .block .block-header .block-header-img{
width: 100%;
max-height: 190px;
overflow: hidden;
}
.blocks .block .block-header .block-header-img img{
min-height: 100%;
min-width: 100%;
}
.blocks .block .block-header .block-header-icon{
background: #fadd19;
font-size: 44px;
font-weight: bold;
text-decoration: underline;
text-align: center;
text-transform: capitalize;
line-height: 75px;
width: 90px;
height: 90px;
border: 4px solid #fff;
border-radius: 50%;
position: absolute;
bottom: -50px;
left: 20px;
}
.blocks .block .block-content{
position: relative;
margin-top: 15px;
min-height: 300px;
}
.blocks .block .block-content .block-left{
padding:0 20px;
margin-top: 15px;
width: 100%;
}
.blocks .block .block-content .block-left p{
font-size: 14px;
line-height: 22px;
margin-bottom: 20px;
}
.blocks .block .block-content .block-right{
padding-right: 20px;
margin-top: 15px;
font-size: 20px;
line-height: normal;
}
.blocks .block .block-content .block-footer{
width: 100%;
position: absolute;
bottom: 10px;
margin-top: 50px;
}
.blocks .block .block-content .block-footer *{
font-size: 16px;
line-height: normal;
}
.blocks .block .block-content .block-footer .left{
padding-left: 20px;
}
.blocks .block .block-content .block-footer .right{
padding-right: 20px;
}
/******************************************************CARDS*************************************/
.card-parent{
text-align: center;
}
.card{
width: 280px;
height: 375px;
position: relative;
margin:0 9px 30px 9px;
overflow: hidden;
background: #281f15;
display: inline-block;
border-radius: 5px;
}
.card.bordered{
/* border: 15px solid #281f15;*/
padding: 5px;
border-bottom: 10px solid #281f15;
}
.card.shadowed{
box-shadow: 5px 5px 25px rgba(0,0,0,0.8);
}
.card-content{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.card-content .card-top{
position: absolute;
top: 5px;
right: 5px;
left: 5px;
text-align: center;
z-index: 100;
}
.card-content .card-top .rosette{
position: absolute;
height: 50px;
width: 50px;
background: rgba(215,176,25,1);
border-radius: 5px;
}
.card-content .card-top .rosette:before {
content:"";
position: absolute;
top: 0;
left: 0;
height: 50px;
width: 50px;
background: rgba(215,176,25,1);
border-radius: 5px;
z-index: -10;
/* Rotate */
-moz-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg);
}
.card-content .card-top .rosette:after {
content:"";
position: absolute;
top: 0;
left: 0;
height: 50px;
width: 50px;
background: rgba(215,176,25,1);
border-radius: 5px;
z-index: -10;
/* Rotate */
-moz-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
transform: rotate(30deg);
}
.card-content .card-top .rosette p{
display: block;
font-size: 12px;
text-align: center;
font-weight: bold;
padding-top: 5px;
position: relative;
top: 46%;
transform: translateY(-50%);
margin: 0px;
}
.card-content .card-top .card-title{
position: relative;
top: 10px;
color: #fff;
font-size: 16px;
text-transform: capitalize;
display: inline-block;
text-align: center;
padding: 5px 10px;
border-radius: 80px;
background: rgba(32,25,5,0.75);
box-shadow: 0 0 10px 5px rgba(255,173,0,0.7);
}
.card-content .card-top .card-points{
position: absolute;
top: 10px;
right: 5px;
font-size: 12px;
color: #fff;
text-shadow: 0 0 10px #f7c325;
}
.card-content .card-bottom{
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
text-align: left;
}
.card-content .card-bottom .card-icon{
background: #b79516;
color: #2d241f;
font-size: 20px;
width: 30px;
height: 30px;
line-height: 30px;
margin-bottom: 2px;
margin-left: 5px;
font-weight: bold;
text-decoration: underline;
text-align: center;
text-transform: capitalize;
border-radius: 50%;
}
.card-content .card-bottom .card-points{
position: relative;
top: 15px;
right: 10px;
font-size: 12px;
color: #fff;
text-shadow: 0 0 10px #f7c325;
}
.card-content .card-bottom p{
border-top: 2px solid rgba(255,210,0,0.8);
font-size: 11px;
margin: 0;
padding: 5px 10px;
color: #fff;
line-height: 14px;
display: flex;
background: -moz-linear-gradient(top, rgba(125,101,88,0.85) 0%, rgba(120,97,84,0.85) 1%, rgba(45,36,31,0.85) 15%, rgba(45,36,31,0.85) 100%);
background: -webkit-linear-gradient(top, rgba(125,101,88,0.85) 0%,rgba(120,97,84,0.85) 1%,rgba(45,36,31,0.85) 15%,rgba(45,36,31,0.85) 100%);
background: linear-gradient(to bottom, rgba(125,101,88,0.85) 0%,rgba(120,97,84,0.85) 1%,rgba(45,36,31,0.85) 15%,rgba(45,36,31,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d97d6558', endColorstr='#d92d241f',GradientType=0 );
}
.card-content .card-bottom p b{
margin-right: 10px;
font-size: 12px;
}
.card-content .card-bottom p span{
font-size: 11px;
line-height: 14px;
}
.card img{
width:100%;
position: absolute;
top: 0;
left: 0;
}
.card.bordered img{
width: calc(100% - 18px);
left: 9px;
top: 9px;
}
/******************************************************FOOTER*************************************/
.footer{
width:100%;
background:#333;
margin-top: 40px;
padding: 30px 30px 20px 30px;
}
.admin_footer{
margin-top: 0px !important;
}
.footer *,.footer a:hover,.footer a:focus{
color: #adadad;
}
.footer-links{
}
.footer-links li{
display: inline-block;
margin-right: 50px;
}
.footer .copyright{
text-transform: capitalize;
}
/******************************************************MEDIA*************************************/
@media (max-width: 767px){
.navbar-right li span {
width: 100%;
}
.container-fluid>.navbar-header{
padding-left: 15px;
}
.container-fluid>.navbar-collapse{
padding-left: 30px;
}
.navbar-default .navbar-nav>li a{
padding-left: 30px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
color: #fff;
background: #6bff79;
}
.navbar.navbar-default .glyphicon-search{
right: 80px;
}
.header-bottom .col-sm-9{
margin: 10px 0;
line-height: 20px;
}
.blocks>.col-sm-6{
padding: 0;
}
.blocks .block .block-header{
height: auto;
}
.blocks .block .block-header .block-header-img img{
max-height: 100%;
width: 100%;
}
.blocks .block .block-content{
min-height:inherit;
}
.blocks .block .block-content .block-footer{
position: static;
margin-top: 20px;
}
.footer{
margin-top: 0;
}
.footer-links li{
margin-right: 20px;
}
}
@media (max-width: 500px){
.tracking_cont .tracker_head h1 {
max-width: 140px !important;
font-size: 20px !important;
left: calc(50% + 30px) !important;
top: 90px !important;
}
.header-top{
padding: 30px;
}
.header-top .header-right{
width: 100%;
text-align: center;
padding-bottom: 10px;
}
.header-top .header-right .header-image{
position: static;
height: 300px;
width: 225px;
margin: -20px auto 0 auto;
}
.header-top .header-right .verify-btn{
right: -10px;
}
.header-top .header-details{
width: 100% !important;
padding: 0 20px;
position: relative;
}
.header-top .header-details .header-breif{
text-align: center;
margin-top: 130px;
}
.header-top .header-details .user-name{
position: absolute;
top: 0;
width: 100%;
margin: 0;
left: 0;
text-align: center;
}
.header-top .header-details .user-name *{
font-size: 20px;
}
.header-top .header-details .user-name .name{
font-size: 30px;
}
.header-top .header-details .user-name *{
white-space: inherit;
}
.blocks .block .block-header .block-header-icon{
font-size: 50px;
line-height: 60px;
width: 80px;
height: 80px;
border: 4px solid #fff;
bottom: -40px;
left: 20px;
}
.blocks .block .block-content{
margin-top: 40px;
}
.blocks .block .block-content .block-btn{
text-align: center;
}
.blocks .block .block-content .block-btn .btn-primary{
float: none;
}
.blocks .block .block-content .block-right{
text-align: center;
float: none;
}
.blocks .block .block-content .block-left{
margin-top: 10px;
}
.blocks .block .block-content .block-footer{
margin: 0;
}
.blocks .block .block-content .block-footer *{
float: left;
padding-right: 0;
padding-left: 20px;
}
.footer-links li{
margin-right: 20px;
}
.footer .copyright{
float: left;
}
}
.modal-header h4 {
border-left: 2px solid #f9dc39;
padding: 10px 20px;
margin: 0 20px;
}
.profile_cont {
padding: 0 20px;
}
.profile_cont input[type="text"] {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
margin: 10px 0;
border-radius: 4px;
}
.profile_cont select {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
margin: 10px 0;
border-radius: 4px;
}
.profile_cont textarea {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
margin: 10px 0;
height: 120px;
}
.profile_cont input[type="submit"] {
width: 100%;
padding: 10px;
background: #f9dc39;
color: #333;
border: 1px solid #f9dc39;
border-radius: 4px;
}
.profile_cont input[type="submit"]:hover {
background: #333;
color: #fff;
}
.profile_cont button.btn-submit {
width: 100%;
padding: 10px;
background: #f9dc39;
color: #333;
border: 1px solid #f9dc39;
border-radius: 4px;
}
.profile_cont button.btn-submit:hover {
background: #333;
color: #fff;
}
.profile_cont label {
width: 100%;
}
.modal-header h5 {
padding: 10px 20px;
margin: 0 20px;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
font-size: 14px !important;
}
/* Invite Popup */
.invite_link_cont {
max-width: 450px;
margin: 15% auto;
font-size: 18px;
background-color: #fff;
padding:0;
}
.invite_link_cont h4 {
color: #333;
font-size: 18px;
text-align: center;
background-color: #f9dc39;
padding: 20px 10px;
}
.invite_link_cont .hed {
padding: 20px 50px;
display: inline-block;
width: 100%;
}
.invite_link_cont .hed p {
text-align: center;
font-size: 12px;
margin: 5px 0;
}
.invite_link_cont .hed input[type="text"] {
width: 80%;
padding: 6px;
border: 1px solid #ccc;
}
.invite_link_cont .hed input[type="button"] {
width: 20%;
padding: 7px 0;
background: #f9dc39;
color: #333;
border: 1px solid #f9dc39;
}
.invite_link_cont .bot {
padding: 20px;
display: inline-block;
}
/** Popup **/
.pop_up {
max-width: 450px;
margin: 10px auto;
background-color: #1a1816d9;
border-radius: 6px;
overflow: hidden;
padding: 0px 0;
color: #fff;
position: relative;
text-align: center;
box-shadow: 3px 1px 15px #666;
}
.pop_up:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.pop_up h2 {
padding: 20px 20px;
color: #fff;
text-align: center;
font-size: 18px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.pop_up h2 span {
color: #333;
font-size: 12px;
font-weight: bold;
position: absolute;
left: 0px;
top: 0px;
background: url(../../../images/bg_icon.png);
background-repeat: no-repeat;
width: 65px;
height: 65px;
text-align: center;
padding: 16px 14px;
background-size: 100% 100%;
line-height: 16px;
}
.pop_up img {
width: 100%;
height: 500px !important;
}
.pop_up .content_caption {
text-align: left;
position: absolute;
bottom: 0;
width: 100%;
}
.pop_up .content_caption h3 {
font-size: 12px;
text-align: right;
padding: 0 5px;
color: #fff;
width: 100%;
display: inline-block;
}
.pop_up .content_caption h3 span {
background: #b79516;
color: #2d241f;
font-size: 20px;
width: 30px;
height: 30px;
line-height: 30px;
margin-bottom: 2px;
margin-left: 5px;
font-weight: bold;
text-decoration: underline;
text-align: center;
text-transform: capitalize;
border-radius: 50%;
display: inline-block;
float: left;
position: relative;
top: -5px
}
.pop_up .content_caption .card_description {
background: -moz-linear-gradient(top, rgba(125,101,88,0.85) 0%, rgba(120,97,84,0.85) 1%, rgba(45,36,31,0.85) 15%, rgba(45,36,31,0.85) 100%);
background: -webkit-linear-gradient(top, rgba(125,101,88,0.85) 0%,rgba(120,97,84,0.85) 1%,rgba(45,36,31,0.85) 15%,rgba(45,36,31,0.85) 100%);
background: linear-gradient(to bottom, rgba(125,101,88,0.85) 0%,rgba(120,97,84,0.85) 1%,rgba(45,36,31,0.85) 15%,rgba(45,36,31,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d97d6558', endColorstr='#d92d241f',GradientType=0 );
padding: 0 0 2px 0;
width: 100%;
display: inline-block;
}
.pop_up .content_caption h4 {
font-size: 12px;
padding: 10px 10px;
border-top: 2px solid rgba(255,210,0,0.8);
border-bottom: 2px solid rgba(255,210,0,0.8);
display: inline-block;
width: 100%;
margin-top: 0;
margin-bottom: 4px;
}
.pop_up .content_caption h4 strong {
font-size: 12px;
width: 20%;
float: left;
display: inline-block;
}
.pop_up .content_caption h4 span {
font-size: 11px;
width: 78%;
display: inline-block;
float: right;
}
.pop_up .content_caption p {
font-size: 11px;
padding: 0 10px;
margin-right: 0;
}
@media screen and (max-width: 480px) {
.pop_up {
margin: 15px 15px;
}
.pop_up h2 {
text-align: right;
}
}
.card .hover_pop {
padding: 20px;
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.70);
z-index: 999;
}
.card:hover .hover_pop {
opacity: 1;
transition: 1s ease-in-out;
}
.card .hover_pop ul {
padding: 0px;
margin: 0px;
}
.card .hover_pop ul li {
padding: 0px;
margin: 15px 0;
list-style: none;
}
.card .hover_pop ul li a {
padding: 10px 20px;
border: 2px solid #f9dc39;
background-color: rgba(255, 255, 255, 0.6);
font-size: 25px;
color: #333;
display: inline-block;
width: 70%;
border-radius: 6px;
}
.card .hover_pop ul li a:hover {
background-color: #f9dc39;
color: #fff;
}
.button_cont {
width: 100%;
max-width: 100%;
display: inline-block;
margin-bottom: 30px;
padding: 0 10%;
}
.button_left {
width: 35%;
float: left;
}
.button_right {
width: 65%;
float: right;
text-align: right;
}
.button_cont a{
padding: 6px 20px;
display: inline-block;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.yellow-btn{
background: #fadd19;
color: #333;
border: 1px solid #efbe0b;
/* box-shadow: 0 0 10px 2px #e2990c;*/
}
.yellow-btn:hover{
background: #444;
color: #fff;
border: 1px solid #333;
}
.black-btn {
background: #444;
color: #fff;
border: 1px solid #333;
}
.black-btn:hover {
background: #fadd19;
color: #333;
border: 1px solid #efbe0b;
}
.white-btn{
background: #fff;
color: #333;
border: 1px solid #ddd;
}
.white-btn:hover{
background: #fadd19;
color: #333;
border: 1px solid #efbe0b;
}
.bg-img{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
width: 100%;
height: 100vh;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
background-size: cover !important;
-o-background-size: cover !important;
}
.navbar-right .dropdown-menu {
background-color: #333;
width: 280px;
padding: 15px 0;
margin-top: -1px !important;
right: -15px;
}
.navbar-right .dropdown-menu li {
padding: 10px 0;
}
.navbar-right .dropdown-menu a {
color: #fff;
font-size: 16px;
}
.navbar-right .dropdown-menu a:hover {
background-color: transparent;
}
.navbar-right .dropdown-menu a span {
font-size: 14px;
float: right;
position: relative;
top: 4px;
}
/* Tracking, Tracker and Setting page */
.tracking_cont {
width: 100%;
/* padding: 20px;
margin-top: 20px;
overflow: auto;*/
}
.tracking_cont h2 {
border-bottom: 1px solid #eee;
padding: 10px 0;
margin: 0 0 20px 0;
color: #fff;
}
.tracking_cont table {
width: 100%;
}
.tracking_cont th {
padding: 15px 10px;
background: #333;
color: #fff;
}
.tracking_cont td {
padding: 15px;
}
.tracking_cont tr:nth-child(odd) {
background: #eee;
}
.tracking_cont_left {
width: 48%;
float: left;
padding:30px 50px;
background: #333;
}
.tracking_cont input[type="text"], .tracking_cont input[type="password"], .tracking_cont select {
padding: 6px 12px;
margin: 10px 0;
width: 100%;
border: 1px solid #ccc;
}
.tracking_cont input[type="submit"] {
background-color: #f9dc39;
color: #333;
border: 0px;
margin: 10px 0;
padding: 10px 30px;
transition: all 0.4s;
}
.tracking_cont input[type="submit"]:hover {
background-color: #1f1f1f;
color: #fff;
}
.tracking_cont_right {
width: 48%;
float: right;
padding: 50px 7%;
background: #f5f2f2;
}
.second_inner .invite_link_cont .close {
position: relative;
right: 10px;
top: 5px;
}
.pop_up h2 strong {
position: relative;
top: 0;
color: #fff;
font-size: 16px;
text-transform: capitalize;
display: inline-block;
text-align: center;
padding: 5px 10px;
border-radius: 80px;
background: rgba(32,25,5,0.75);
box-shadow: 0 0 10px 5px rgba(255,173,0,0.7);
font-weight: normal;
}
.navbar-right .dropdown-menu li:last-child {
border-top: 1px solid #292929;
}
.bootbox .modal-content {
overflow: hidden;
}
.bootbox .modal-body {
background: #333;
color: #ffde00;
text-align: center;
}
.bootbox .bootbox-body {
font-size: 26px;
padding: 10px 0;
}
.bootbox .modal-footer {
border-top: 1px solid #333;
text-align: center;
padding: 30px 0;
}
.bootbox .close {
color: #fff;
opacity: 1;
}
@media (min-width: 768px) {
.bootbox .modal-dialog {
width: 360px;
top: 50%;
margin-top: -100px;
}
}
@media (max-width: 767px) {
.pop_up img {
min-height: 100% !important;
height: 100% !important
}
.navbar-right li img {
margin-left: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
background: transparent !important;
}
.navbar-right li {
width: 100%;
}
.navbar-right .dropdown-menu {
width: 96% !important;
}
.navbar-right li:nth-child(2):after {
right: 10px;
}
}
@media (max-width: 480px) {
.invite_link_cont .hed {
padding: 20px 0px;
}
.button_left {
width: 100%;
text-align: center;
}
.button_right {
width: 100%;
text-align: center;
}
.button_cont a {
margin: 10px 10px;
}
.footer-links {
width: 100%;
}
.footer-links li {
margin-right: 0;
width: 100%;
text-align: center;
padding: 10px 0;
border-bottom: 1px solid #272727;
}
.footer-links li a:hover {
color: #fadd19;
}
.footer .copyright {
width: 100%;
text-align: center;
margin: 10px 0;
}
}
.no_capitalization{
text-transform: none !important;
}
@media (min-width: 768px) {
/*.second_row_first_column {
margin-left: 12%;
}
.third_row_first_column {
margin-left: 24%;
}
.fourth_row_first_column {
margin-left: 36%;
}*/
}
.tracking_cont .tracker_head {
background: url(../../../images/traking_head_bg.jpg);
background-size: cover;
text-align: center;
color: #fff;
margin-top: 25px;
position: relative;
float: left;
width: 100%;
}
.tracking_cont .tracker_head h1 {
position: absolute;
left: calc(50% + 100px);
top: 0;
max-width: 240px;
text-align: left;
font-size: 30px;
}
.tracking_cont .tracker_head img {
margin-top: -50px;
width: 150px;
height: 150px;
border-radius: 50%;
border: 3px solid #fff;
}
.tracking_cont .tracker_head h2 {
color: #fff;
line-height: 20px;
border-bottom: 0px solid #fff;
margin-bottom: 5px;
}
.tracking_cont .tracker_head span {
width: 100%;
display: inline-block;
font-size: 12px;
}
.tracking_cont .tracker_head_sec {
float: left;
width: 100%;
padding-top:10px;
}
.tracking_cont .head_sec_cont {
-webkit-box-shadow: inset 0px 4px 25px #bfbfbf;
box-shadow: inset 0px 4px 25px #bfbfbf;
padding: 5px 20px;
display: inline-block;
width: 100%;
border-bottom: 8px solid #f2d00d;
border-radius: 6px;
background: #fff;
}
.tracking_cont .head_sec_cont .dropdown_icon {
/*
width: 50px;
height: 50px;
*/
display: inline-block;
float: right;
cursor: pointer;
text-align: right;
}
.tracking_cont .head_sec_cont .dropdown_icon i {
font-size: 30px;
-webkit-text-stroke: 2px #fff;
}
.tracking_cont .head_sec_cont .head_sec_img {
/* width: 10%;*/
float: left;
padding-right: 20px;
}
.tracking_cont .head_sec_cont .head_sec_img img {
width: 65px;
border-radius: 50%;
height: 65px;
border: 3px solid #f2d00d;
}
.tracking_cont .head_sec_cont .head_sec_name {
/* width: 25%;*/
float: left;
padding-right: 40px;
}
.tracking_cont .head_sec_cont .head_sec_name h2 {
margin: 0px;
padding-bottom: 0px;
font-size: 24px;
border-bottom: 0px solid #ccc;
}
.tracking_cont .head_sec_cont .head_sec_name h3 {
margin: 0px;
padding: 0px;
font-size: 16px;
}
.tracking_cont .head_sec_cont .head_sec_detail {
width: 60%;
float: left;
padding: 15px 0 0;
}
.tracking_cont .head_sec_cont .head_sec_detail p {
font-size: 15px;
}
.tracking_cont .head_sec_cont .head_sec_detail p span {
color: #a5a5a5;
font-size: 15px;
}
.tracking_cont .cards_cont {
width: 100%;
display: inline-block;
padding: 5px 20px 15px;
}
.tracking_cont .cards_cont .n_cards {
width: 200px;
float: left;
border: 8px solid #3c1f2e;
position: relative;
text-align: center;
border-radius: 6px;
margin: 10px 20px 20px 20px;
}
.tracking_cont .cards_cont .n_cards .n_cards_title {
position: absolute;
top: 10px;
left: 20%;
color: #fff;
font-size: 16px;
display: inline-block;
text-align: center;
padding: 5px 10px;
border-radius: 80px;
background: rgba(32,25,5,0.75);
box-shadow: 0 0 10px 5px rgba(255,173,0,0.7);
}
.tracking_cont .cards_cont .n_cards .n_cards_img {
position: absolute;
left: 4%;
bottom: -38px;
display: inline-block;
}
.tracking_cont .cards_cont .n_cards .n_cards_img img {
width: auto;
}
.tracking_cont .cards_cont .n_cards img {
width: 100%;
}
.modal-dialog .hed img {
width: 100%;
}
@media (max-width: 390px) {
.tracking_cont .head_sec_cont .head_sec_name {
padding-right: 0;
width: 100%;
}
.tracking_cont .head_sec_cont .head_sec_detail {
width: 100%;
}
}
@media (max-width: 991px) {
.tracking_cont_left, .tracking_cont_right {
padding: 30px 0;
padding: 30px 15px;
margin-bottom: 20px;
}
}
@media (max-width: 480px) {
.tracking_cont_left, .tracking_cont_right {
width: 100%;
}
}
.tracking_cont .head_sec_cont span.dropdown_icon {
transform: rotate(180deg);
}
.tracking_cont .head_sec_cont span.dropdown_icon.collapsed {
transform: rotate(0deg);
}
.header-top .header-right .unverify-btn{
color: #fff;
text-transform: capitalize;
text-align: center;
width: 90px;
padding: 20px 0 10px 0;
background: #333;
position: relative;
right: 170px;
display: block;
z-index: 1000;
}
.header-top .header-right .unverify-btn:before{
content: "";
position: absolute;
bottom: -10px;
left: 0;
height: 10px;
border-right: 35px solid transparent;
border-top: 10px solid #333;
}
.header-top .header-right .unverify-btn:after{
content: "";
position: absolute;
bottom: -10px;
right: 0;
height: 10px;
border-left: 35px solid transparent;
border-top: 10px solid #333;
}
.setting_wrapper {
display: flex;
align-items: stretch;
margin-top: 50px;
}
.setting_wrapper #content {
width: 100%;
}
.setting_wrapper .tracking_cont_left {
/* width: 60%;*/
margin: 0px auto;
float: none;
border-radius: 10px;
border:1px solid #000;
box-shadow:0 10px 20px rgba(0,0,0,0.8);
}
#sidebar .toggle {
position: absolute;
top: 0px;
right: -0px;
background: #333;
padding: 10px 15px;
border: 0px;
}
.active .toggle {
right: -44px !important;
}
#sidebar h2 {
color: #fff;
font-size: 12px;
letter-spacing: 0.5px;
padding-left: 20px;
margin-bottom: 20px;
font-weight: bold;
}
#sidebar {
min-width: 200px;
max-width: 200px;
background: #333;
color: #fff;
transition: all 0.3s;
position: relative;
min-height: 500px;
}
#sidebar.active {
margin-left: -200px;
}
#sidebar ul.components {
padding: 40px 0;
}
#sidebar ul p {
color: #fff;
padding: 10px;
}
#sidebar ul li a {
padding: 15px 20px;
font-size: 14px;
display: block;
/* background: #292929;*/
color: #fff;
border-bottom: 1px solid #292929;
}
#sidebar ul li a:hover {
/*
color: #fff;
background: #333;
*/
}
#sidebar ul li.active > a, a[aria-expanded="true"],#sidebar ul li a:hover {
color: #fff;
background: #292929;
}
a[data-toggle="collapse"] {
position: relative;
}
/*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
content: '\e259';
display: block;
position: absolute;
right: 20px;
font-family: 'Glyphicons Halflings';
font-size: 0.6em;
}
a[aria-expanded="true"]::before {
content: '\e260';
}*/
ul ul a {
font-size: 0.9em !important;
padding-left: 30px !important;
background: #333;
}
ul.CTAs {
padding: 20px;
}
ul.CTAs a {
text-align: center;
font-size: 0.9em !important;
display: block;
border-radius: 5px;
margin-bottom: 5px;
}
/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
padding: 20px;
min-height: 100vh;
transition: all 0.3s;
}
/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
#sidebarCollapse span {
display: none;
}
.setting_wrapper .tracking_cont_left {
width: 100%;
}
.active .toggle {
right: -42px !important;
}
}
.admin_panel .top_bar {
width: 100%;
background: #ffd249;
color: #333;
padding: 7px 0px;
display: inline-block;
margin-bottom: -3px;
}
.admin_panel .top_bar p {
padding: 0px 40px;
margin: 0;
}
.admin_panel .navbar-default {
/* padding: 30px 0;*/
}
.admin_panel .admin_cont {
width: 100%;
display: inline-block;
}
.admin_panel .admin_cont h2 {
padding: 15px 55px;
webkit-box-shadow: inset 0px 4px 25px #bfbfbf;
box-shadow: inset 0px 4px 25px #bfbfbf;
}
.admin_panel .admin_cont_left {
width: 40%;
padding: 5% 0;
float: left;
text-align: center;
box-shadow: 0px 1px 14px #eaeaea;
}
.admin_panel .admin_cont_right {
width: 60%;
float: right;
padding: 4% 0;
}
.admin_panel .admin_cont_right ul li {
padding: 10px 20px;
font-size: 20px;
border-bottom: 1px solid #eee;
}
.admin_panel .admin_stats {
padding: 50px;
font-size: 35px;
border-radius: 4px;
color: #fff;
}
#users_stats .admin_stats {
background: #337AB7;
}
#user_profiles_stats .admin_stats {
background: #5CB85C;
}
#cards_stats .admin_stats {
background: #D9534F;
}
.admin_panel .admin_stats i {
font-size: 35px;
}
.admin_panel .count_class {
position: absolute;
right: 20px;
top: 5px;
background: #fff;
color: #333;
width: 70px;
height: 70px;
border-radius: 50%;
text-align: center;
font-size: 30px;
line-height: 70px;
}
@media (max-width: 767px) {
.admin_panel .admin_cont {
margin-left: 12%;
}
.admin_panel .admin_cont_left, .admin_panel .admin_cont_right {
width: 100%;
}
.navbar-nav li {
border-bottom: 1px solid #2f2f2f;
}
.navbar-nav .dropdown-menu li:last-child {
border-bottom: 0px solid #2f2f2f;
}
.navbar-nav li .fa-search:before {
top: -8px;
position: relative;
}
.navbar-right .dropdown-menu li:last-child {
border-top: 0px solid #292929;
}
}
@media (max-width: 991px) {
.tracking_cont .head_sec_cont .head_sec_detail {
width: 56%;
}
}
@media (max-width: 767px) {
.tracking_cont .head_sec_cont .head_sec_name, .tracking_cont .head_sec_cont .head_sec_detail {
width: 70%;
}
.tracking_cont .head_sec_cont .head_sec_img {
margin-bottom: 30px;
}
.button_cont {
padding: 0 0%;
}
.button_cont a {
margin: 10px 5px;
}
}
@media (max-width: 480px) {
.tracking_cont .head_sec_cont .head_sec_name, .tracking_cont .head_sec_cont .head_sec_detail {
width: 100%;
padding-right: 0px;
}
.tracking_cont .head_sec_cont .head_sec_img {
margin-bottom: 10px;
}
}
.card_editor_cont {
width: 100%;
max-width: 900px;
margin: 0px auto;
/*background: #eee;*/
/*padding: 20px;*/
overflow: hidden;
}
.card_editor_cont h2 {
text-align: center;
margin-bottom: 20px;
font-size: 24px;
}
.card_editor_cont .card_editor_left {
width: 65%;
float: left;
}
.card_editor_cont .card_editor_left input[type="text"] {
width: 80%;
padding: 8px 10px;
margin: 10px 0;
border: 1px solid #ccc;
}
.card_editor_cont .card_editor_left textarea {
width: 75%;
padding: 8px 10px;
margin: 10px 25px;
border: 1px solid #ccc;
height: 100px;
border-radius: 4px;
}
.card_editor_cont .card_editor_left select {
width: 80%;
padding: 8px 10px;
margin: 10px 0;
border: 1px solid #ccc;
}
.card_editor_cont .card_editor_left span {
width: 100%;
display: inline-block;
margin: 0px;
}
.card_editor_cont .card_editor_left .textarea {
position: relative;
}
.card_editor_cont .card_editor_left .textarea label {
position: absolute;
top: 35%;
left: 0;
}
.card_editor_cont .card_editor_left .textarea i {
position: absolute;
left: 0;
top: 42%;
}
.card_editor_cont .card_editor_left .editor_button {
padding: 10px 0px;
margin: 5px 0;
width: 60%;
text-align: center;
background: #333;
color: #fff;
border: 1px solid #eee;
font-size: 14px;
border-radius: 4px;
}
.card_editor_cont .card_editor_left .editor_button:hover {
background: #f9dc39;
color: #333;
}
.card_editor_cont .card_editor_left .fields_left {
width: 50%;
float: left;
}
.card_editor_cont .card_editor_left a {
color: #333;
}
.card_editor_cont .card_editor_left a:hover {
color: #f9dc39;
}
.card_editor_cont .card_editor_left .fields_right {
width: 50%;
float: right;
padding-top: 12%;
}
.card_editor_cont .card_editor_right {
width: 35%;
float: right;
max-width: 300px;
}
.n_card_editor .card_editor_left label {
width: auto;
position: relative;
}
.n_card_editor .card_editor_left .checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 18px;
height: 18px;
left: 0;
top: 30%;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.n_card_editor .card_editor_left .checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 32%;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"] {
opacity: 0;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00d";
font-size: 14px;
color: #fff;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"]:checked + label::before {
background-color: #333;
border-color: #333;
}
@media (max-width: 767px) {
.card_editor_cont .card_editor_left {
margin-bottom: 20px;
}
.card_editor_cont .card_editor_left, .card_editor_cont .card_editor_right {
width: 100%;
}
}
#connections .tracking_cont_left {
/*
background: #333;
padding: 20px;
border-radius: 8px;
*/
}
#connections .tracking_cont_left h2 {
/*
color: #fff;
border-bottom: 1px solid #2b2b2b;
*/
}
#connections .tracking_cont_left a {
border-radius: 4px;
line-height: 30px;
}
#connections .youtube_border {
border-bottom: 1px solid #bd1918;
margin-bottom: 20px;
padding-bottom: 10px;
}
#connections .twitter_border {
border-bottom: 1px solid #058de0;
margin-bottom: 20px;
padding-bottom: 10px;
}
#connections .sms_border {
border-bottom: 1px solid #5a5a5a;
margin-bottom: 20px;
padding-bottom: 10px;
}
#connections .social_icon i {
font-size: 35px;
}
.sms_link {
background: #666;
padding: 10px 5px;
font-size: 12px;
}
.navbar-default-admin{
margin-bottom: 0px !important;
}
.admin_setting_wrapper{
margin-top: 0px !important;
}
.admin_panel #editFacebookSettings h4 {
font-size: 25px;
margin-left: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
margin-bottom: 20px;
}
/**** css navigation for model ***/
/*!
* bootstrap-vertical-tabs - v1.2.1
* https://dbtek.github.io/bootstrap-vertical-tabs
* 2014-11-07
* Copyright (c) 2014 <NAME>
* License: MIT
*/
.tabs-left, .tabs-right {
border-bottom: none;
padding-top: 2px;
}
.tabs-left {
background: #333;
min-height: 570px;
}
.tabs-right {
border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
float: none;
margin-bottom: 2px;
}
.tabs-right>li {
margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
border-bottom-color: #ddd;
border-right-color: transparent;
}
.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
border-bottom: 1px solid #ddd;
border-left-color: transparent;
}
.tabs-left>li>a {
border-radius: 4px 0 0 4px;
margin-right: 0;
display:block;
color: #fff;
}
.tabs-right>li>a {
border-radius: 0 4px 4px 0;
margin-right: 0;
}
.sideways {
margin-top:50px;
border: none;
position: relative;
}
.sideways>li {
height: 20px;
width: 120px;
margin-bottom: 100px;
}
.sideways>li>a {
border-bottom: 1px solid #ddd;
border-right-color: transparent;
text-align: center;
border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
border-bottom-color: transparent;
border-right-color: #ddd;
border-left-color: #ddd;
}
.sideways.tabs-left {
left: -50px;
}
.sideways.tabs-right {
right: -50px;
}
.sideways.tabs-right>li {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.sideways.tabs-left>li {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.n_card_editor .nav-tabs > li.active > a, .n_card_editor .nav-tabs > li.active > a:hover, .n_card_editor .nav-tabs > li.active > a:focus {
color: #fff;
background-color: #1f1f1f;
border: 1px solid transparent;
}
.n_card_editor .nav-tabs li a:hover {
color: #fff;
background-color: #1f1f1f;
border: 1px solid #1f1f1f;
}
.n_card_editor input[type="submit"] {
width: 50%;
margin-left: 20px;
max-width: 200px;
}
.n_card_editor button.btn-submit {
width: 20%;
/*margin-left: 20px;*/
}
.n_card_editor .card {
margin: 0 9px 10px 9px;
}
.n_card_editor .editor_nav_left {
width: 18%;
float: left;
}
.n_card_editor .editor_content_right {
width: 80%;
float: right;
}
@media (max-width: 991px) {
.n_card_editor {
width: 750px;
}
.card_editor_cont .card_editor_left {
width: 40%;
}
.card_editor_cont .card_editor_right {
width: 60%;
}
}
@media (max-width: 480px) {
.n_card_editor .tabs-left {
min-height: 100%;
margin-bottom: 20px;
}
.n_card_editor .editor_content_right {
width: 100%;
}
.n_card_editor input[type="submit"] {
width: 100%;
margin: 15px 0;
}
.card_editor_cont .card_editor_right .fields_right {
width: 100%;
margin-left: 0;
}
.n_card_editor .modal-body {
padding: 0;
}
.card_editor_cont .card_editor_left input[type="text"], .card_editor_cont .card_editor_left textarea {
width: 91%;
}
}
.btn-yellow{
background-color: #f9dc39 !important;
}
@media (min-width: 1225px) {
.modal-xl{
width: 1200px !important;
}
}
@media (min-width: 991px) and (max-width: 1224px) {
.modal-xl{
width: 970px !important;
}
}
/*** end for css model ***/
.n_card_editor .profile_cont strong {
margin-bottom: 10px;
display: inline-block;
font-size: 20px;
}
.n_card_editor .profile_cont label {
text-align: left;
}
.n_card_editor .card_editor_cont .card_editor_left #bonus_style {
width: 100%;
min-height: 160px;
overflow: auto;
margin-bottom: 30px;
}
.n_card_editor button.btn-submit {
width: auto !important;
padding: 10px 30px;
}
.n_card_editor .card_editor_left .tiers_block input[type="text"], .n_card_editor .card_editor_left .types_block input[type="text"] {
width: 100%;
}
.preview_card{
width: 100% !important;
}
.n_card_editor .card_editor_cont .card_editor_left .fields_right i {
font-size: 16px;
}
.n_card_editor .card_editor_cont .card_editor_left .fields_right .btn-yellow {
padding: 8px 12px;
border-radius: 4px;
position: relative;
top: -1px;
}
@media (max-width: 991px) {
.n_card_editor .card_editor_cont .card_editor_left .fields_left {
width: 100%;
}
.n_card_editor .card_editor_cont .card_editor_left .fields_right {
width: 100%;
padding-top: 0;
}
.n_card_editor .card_editor_cont .card_editor_left .editor_button {
width: 70%;
}
}
@media (max-width: 767px) {
.n_card_editor {
width: 98%;
margin-left: 1%;
margin-right: 1%;
}
.n_card_editor .editor_nav_left {
width: 100%;
}
.n_card_editor .editor_content_right {
width: 100%;
}
.n_card_editor .tabs-left {
min-height: 100%;
margin-bottom: 20px;
}
.n_card_editor .tabs-left>li, .n_card_editor .tabs-right>li {
float: left;
}
}
@media (max-width: 480px) {
.card_editor_cont .card_editor_left, .card_editor_cont .card_editor_right {
width: 100% !important;
max-width: 100%;
}
.n_card_editor .profile_cont {
padding: 0 10px;
display: flex;
flex-flow: column;
}
.n_card_editor .profile_cont .card_editor_left {
order: 2;
}
.n_card_editor .profile_cont .card_editor_right {
order: 1;
}
.n_card_editor .card {
margin: 0 0 10px 0px;
}
.preview_card {
max-width: 300px;
}
.n_card_editor .card_editor_cont .card_editor_left select {
width: 91%;
}
.n_card_editor .card_editor_cont .card_editor_left .editor_button {
width: 84%;
}
.n_card_editor input[type="submit"] {
max-width: 100%;
}
}
.qq-alert-dialog-selector{
position: absolute !important;
left: 600px;
}
.view_card {
margin: 0 auto;
display: block;
margin-top: 60px;
} | public/assets/vendor/css/styles.css | @font-face {
font-family: 'Gill Sans MT';
src: url('../../../fonts/GillSansMT.woff2') format('woff2'),
url('../../../fonts/GillSansMT.woff') format('woff');
font-weight: normal;
font-style: normal;
}
*{
margin:0;
padding:0;
line-height:100%;
font-size:100%;
outline:none;
list-style:none;
font-family:Arial, Verdana, sans-serif;
font-size:16px;
text-decoration:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
}
body{
background: #f8f8f8;
}
a{
text-transform:capitalize;
transition:all 0.4s;
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
-ms-transition:all 0.4s;
}
a:hover,a:focus{
text-decoration: none;
}
a img{
outline:none;
}
h1,h2,h3,h4,h5,h6{
text-transform: capitalize;
}
h2,h2 div{
font-size: 24px;
color: #000;
margin: 0;
}
h2 span{
font-size: 16px;
line-height: 27px;
}
h2 .glyphicon{
font-size: 15px;
margin-left: 5px;
}
h3, h3 div{
padding-left: 10px;
font-size: 18px;
line-height: 25px;
color: #000;
margin: 0;
}
p{
line-height: 16px;
}
.left{
float: left;
}
.right{
float: right;
}
.clear{
clear: both;
}
.row{
margin:0;
}
.form-control{
border-radius:0;
font-size:12px;
padding:0 0 0 5px;
height: 22px;
text-transform: capitalize;
}
.btn{
border:none;
border-radius:0;
text-transform:capitalize;
transition:all 0.4s;
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
-ms-transition:all 0.4s;
}
.btn-primary{
background:#fadd19;
color:#000;
border: 2px solid #fadd19;
min-width:160px;
font-size:18px;
line-height:inherit;
height: 30px;
text-decoration:none !important;
border-radius: 20px;
}
.btn-primary:hover,.btn-primary:focus{
background:#333;
border-color: #333;
color: #fff;
}
.wrapper{
width:100%;
margin:0 auto;
}
/***********************************************HEADER**********************************************/
.navbar-default{
border:none;
background:#333;
margin-bottom:20px;
border-radius: 0;
}
.navbar-default *{
color: #ffde00;
}
.navbar-right li {
margin: 0 15px;
position: relative;
}
.navbar-right li span {
width: 73px;
display: inline-block;
position: relative;
z-index: 999;
}
.navbar-right li:nth-child(2):after {
content: "\f107 ";
font-family: FontAwesome;
position: absolute;
right: 2px;
top: 16px;
color: #ffde00;
font-size: 20px;
z-index: 0;
}
.navbar-right .dropdown-menu li span {
width: auto;
display: inline-block;
}
.navbar-right .dropdown-menu li:nth-child(2):after {
display: none;
}
.navbar-right li img {
width: 48px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #fff !important;
background-color: #333 !important;
}
.navbar-default .container-fluid{
padding:0;
}
.navbar-default .container-fluid .navbar-header,.navbar-default .container-fluid .navbar-collapse{
margin-right: 0;
padding: 0 15px;
}
.navbar-brand{
padding:0;
height:auto;
height: 50px;
margin-left:30px !important;
margin-right: 30px;
}
.navbar-default .navbar-toggle{
border: none;
margin: 10px 0px 3px 0;
transition:all 0.4s;
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
-ms-transition:all 0.4s;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
background: rgba(255,222,0,0.2);
}
.navbar-default .navbar-toggle .icon-bar{
background: #ffde00;
}
.navbar-right{
margin-right: 10px;
}
.navbar-default .navbar-nav>li>a{
color:#ffde00;
padding:15px 10px 8px 10px;
letter-spacing: 0.02em;
}
.navbar-default a:hover,.navbar-default a:focus,.navbar-default .open>a, .navbar-default .open>a:focus, .navbar-default .open>a:hover{
background: none;
color:#ffde00 !important;
}
.navbar.navbar-default .glyphicon-search{
position: absolute;
right: 180px;
padding: 9px 10px;
top: 9px;
}
/*
.navbar-nav>li>.dropdown-menu{
background: #274a6d;
border: none;
}
.dropdown-menu>li>a{
color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
color: #333;
background: #6bff79;
}
*/
/***********************************************CONTENT**********************************************/
.chirp-pop{
position: fixed;
top: 60px;
right: 1%;
z-index: 999;
width: 60%;
background: #fadd19;
padding: 10px 0 10px 0px;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.chirp-pop .latest{
padding: 0px 10px 0px 15px;
font-size: 14px;
top: 100%;
position: relative;
height: inherit;
color: #000 !important;
}
.chirp-pop p{
font-size: 16px;
margin: 0;
line-height: 25px;
}
.content{
padding: 50px 0px 0 0px;
}
.header{
width: 100%;
margin-bottom: 20px;
}
.header-top{
width: 100%;
position: relative;
min-height: 325px;
overflow: hidden;
background: #cbcbcb;
padding: 40px 50px 30px 50px;
background-size: cover;
}
.header-top .header-content{
// border: 2px solid #fff000;
border: 2px solid #ddd;
z-index: 1;
width: 100%;
height: 100%;
}
.header-top .header-right .verify-btn{
color: #fff;
text-transform: capitalize;
text-align: center;
width: 60px;
padding: 20px 0 10px 0;
background: #333;
position: relative;
right: 170px;
display: block;
z-index: 1000;
}
.header-top .header-right .verify-btn:before{
content: "";
position: absolute;
bottom: -10px;
left: 0;
height: 10px;
border-right: 35px solid transparent;
border-top: 10px solid #333;
}
.header-top .header-right .verify-btn:after{
content: "";
position: absolute;
bottom: -10px;
right: 0;
height: 10px;
border-left: 35px solid transparent;
border-top: 10px solid #333;
}
.header-top .header-right .header-image{
position:absolute;
height: 100%;
min-height: 300px;
max-height: 320px;
max-width: 300px;
right: 0px;
top: 10px;
overflow: hidden;
text-align: center;
border-radius: 50%;
z-index: 500;
}
.header-top .header-right .header-image img{
max-height: 100%;
}
.header-top .header-details{
padding-left: 40px;
padding-top: 27px;
width: 70%;
}
.header-top .header-details .header-breif{
line-height: 25px;
}
.header-top .header-details .user-name{
padding: 10px 20px 5px 20px;
margin-top: 10px;
margin-bottom: 20px;
margin-left: -70px;
background: #cbcbcb;
}
.header-top .header-details .user-name *{
font-family: times new roman;
text-transform: capitalize;
font-size: 20px;
line-height: 15px;
white-space: nowrap;
}
.header-top .header-details .user-name .name{
font-size: 35px;
line-height: 30px;
margin-bottom: 10px;
}
.header-top .header-details .header-buttons{
padding: 10px 20px 5px 20px;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 0px;
}
.header-top .header-details .header-buttons*{
font-family: times new roman;
text-transform: capitalize;
font-size: 20px;
line-height: 15px;
white-space: nowrap;
}
.header-bottom{
padding: 15px 0 15px 15px;
box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
.header-bottom *{
font-size: 16px;
color: #000 !important;
}
.header-bottom .latest{
font-size: 24px;
}
.header-bottom .view-toggle{
margin-left: 5px;
}
.header-bottom .view-toggle .icon-bar{
background: #ffde00;
width: 4px;
height: 4px;
border-radius: 50%;
display: block;
}
.header-bottom .view-toggle .icon-bar+.icon-bar{
margin-top: 2px;
}
/*
.blocks>.block-container:nth-child(odd){
padding-left: 0;
}
.blocks>.block-container:nth-child(even){
padding-right: 0;
}
*/
.blocks .block{
margin-bottom: 30px;
box-shadow: 0 1px 10px rgba(0,0,0,0.6);
}
.blocks .block .block-header{
max-height: 190px;
position: relative;
}
.blocks .block .block-header .block-header-img{
width: 100%;
max-height: 190px;
overflow: hidden;
}
.blocks .block .block-header .block-header-img img{
min-height: 100%;
min-width: 100%;
}
.blocks .block .block-header .block-header-icon{
background: #fadd19;
font-size: 44px;
font-weight: bold;
text-decoration: underline;
text-align: center;
text-transform: capitalize;
line-height: 75px;
width: 90px;
height: 90px;
border: 4px solid #fff;
border-radius: 50%;
position: absolute;
bottom: -50px;
left: 20px;
}
.blocks .block .block-content{
position: relative;
margin-top: 15px;
min-height: 300px;
}
.blocks .block .block-content .block-left{
padding:0 20px;
margin-top: 15px;
width: 100%;
}
.blocks .block .block-content .block-left p{
font-size: 14px;
line-height: 22px;
margin-bottom: 20px;
}
.blocks .block .block-content .block-right{
padding-right: 20px;
margin-top: 15px;
font-size: 20px;
line-height: normal;
}
.blocks .block .block-content .block-footer{
width: 100%;
position: absolute;
bottom: 10px;
margin-top: 50px;
}
.blocks .block .block-content .block-footer *{
font-size: 16px;
line-height: normal;
}
.blocks .block .block-content .block-footer .left{
padding-left: 20px;
}
.blocks .block .block-content .block-footer .right{
padding-right: 20px;
}
/******************************************************CARDS*************************************/
.card-parent{
text-align: center;
}
.card{
width: 280px;
height: 375px;
position: relative;
margin:0 9px 30px 9px;
overflow: hidden;
background: #281f15;
display: inline-block;
border-radius: 5px;
}
.card.bordered{
/* border: 15px solid #281f15;*/
padding: 5px;
border-bottom: 10px solid #281f15;
}
.card.shadowed{
box-shadow: 5px 5px 25px rgba(0,0,0,0.8);
}
.card-content{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.card-content .card-top{
position: absolute;
top: 5px;
right: 5px;
left: 5px;
text-align: center;
z-index: 100;
}
.card-content .card-top .rosette{
position: absolute;
height: 50px;
width: 50px;
background: rgba(215,176,25,1);
border-radius: 5px;
}
.card-content .card-top .rosette:before {
content:"";
position: absolute;
top: 0;
left: 0;
height: 50px;
width: 50px;
background: rgba(215,176,25,1);
border-radius: 5px;
z-index: -10;
/* Rotate */
-moz-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg);
}
.card-content .card-top .rosette:after {
content:"";
position: absolute;
top: 0;
left: 0;
height: 50px;
width: 50px;
background: rgba(215,176,25,1);
border-radius: 5px;
z-index: -10;
/* Rotate */
-moz-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
transform: rotate(30deg);
}
.card-content .card-top .rosette p{
display: block;
font-size: 12px;
text-align: center;
font-weight: bold;
padding-top: 5px;
position: relative;
top: 46%;
transform: translateY(-50%);
margin: 0px;
}
.card-content .card-top .card-title{
position: relative;
top: 10px;
color: #fff;
font-size: 16px;
text-transform: capitalize;
display: inline-block;
text-align: center;
padding: 5px 10px;
border-radius: 80px;
background: rgba(32,25,5,0.75);
box-shadow: 0 0 10px 5px rgba(255,173,0,0.7);
}
.card-content .card-top .card-points{
position: absolute;
top: 10px;
right: 5px;
font-size: 12px;
color: #fff;
text-shadow: 0 0 10px #f7c325;
}
.card-content .card-bottom{
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
text-align: left;
}
.card-content .card-bottom .card-icon{
background: #b79516;
color: #2d241f;
font-size: 20px;
width: 30px;
height: 30px;
line-height: 30px;
margin-bottom: 2px;
margin-left: 5px;
font-weight: bold;
text-decoration: underline;
text-align: center;
text-transform: capitalize;
border-radius: 50%;
}
.card-content .card-bottom .card-points{
position: relative;
top: 15px;
right: 10px;
font-size: 12px;
color: #fff;
text-shadow: 0 0 10px #f7c325;
}
.card-content .card-bottom p{
border-top: 2px solid rgba(255,210,0,0.8);
font-size: 11px;
margin: 0;
padding: 5px 10px;
color: #fff;
line-height: 14px;
display: flex;
background: -moz-linear-gradient(top, rgba(125,101,88,0.85) 0%, rgba(120,97,84,0.85) 1%, rgba(45,36,31,0.85) 15%, rgba(45,36,31,0.85) 100%);
background: -webkit-linear-gradient(top, rgba(125,101,88,0.85) 0%,rgba(120,97,84,0.85) 1%,rgba(45,36,31,0.85) 15%,rgba(45,36,31,0.85) 100%);
background: linear-gradient(to bottom, rgba(125,101,88,0.85) 0%,rgba(120,97,84,0.85) 1%,rgba(45,36,31,0.85) 15%,rgba(45,36,31,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d97d6558', endColorstr='#d92d241f',GradientType=0 );
}
.card-content .card-bottom p b{
margin-right: 10px;
font-size: 12px;
}
.card-content .card-bottom p span{
font-size: 11px;
line-height: 14px;
}
.card img{
width:100%;
position: absolute;
top: 0;
left: 0;
}
.card.bordered img{
width: calc(100% - 18px);
left: 9px;
top: 9px;
}
/******************************************************FOOTER*************************************/
.footer{
width:100%;
background:#333;
margin-top: 40px;
padding: 30px 30px 20px 30px;
}
.admin_footer{
margin-top: 0px !important;
}
.footer *,.footer a:hover,.footer a:focus{
color: #adadad;
}
.footer-links{
}
.footer-links li{
display: inline-block;
margin-right: 50px;
}
.footer .copyright{
text-transform: capitalize;
}
/******************************************************MEDIA*************************************/
@media (max-width: 767px){
.navbar-right li span {
width: 100%;
}
.container-fluid>.navbar-header{
padding-left: 15px;
}
.container-fluid>.navbar-collapse{
padding-left: 30px;
}
.navbar-default .navbar-nav>li a{
padding-left: 30px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
color: #fff;
background: #6bff79;
}
.navbar.navbar-default .glyphicon-search{
right: 80px;
}
.header-bottom .col-sm-9{
margin: 10px 0;
line-height: 20px;
}
.blocks>.col-sm-6{
padding: 0;
}
.blocks .block .block-header{
height: auto;
}
.blocks .block .block-header .block-header-img img{
max-height: 100%;
width: 100%;
}
.blocks .block .block-content{
min-height:inherit;
}
.blocks .block .block-content .block-footer{
position: static;
margin-top: 20px;
}
.footer{
margin-top: 0;
}
.footer-links li{
margin-right: 20px;
}
}
@media (max-width: 500px){
.tracking_cont .tracker_head h1 {
max-width: 140px !important;
font-size: 20px !important;
left: calc(50% + 30px) !important;
top: 90px !important;
}
.header-top{
padding: 30px;
}
.header-top .header-right{
width: 100%;
text-align: center;
padding-bottom: 10px;
}
.header-top .header-right .header-image{
position: static;
height: 300px;
width: 225px;
margin: -20px auto 0 auto;
}
.header-top .header-right .verify-btn{
right: -10px;
}
.header-top .header-details{
width: 100% !important;
padding: 0 20px;
position: relative;
}
.header-top .header-details .header-breif{
text-align: center;
margin-top: 130px;
}
.header-top .header-details .user-name{
position: absolute;
top: 0;
width: 100%;
margin: 0;
left: 0;
text-align: center;
}
.header-top .header-details .user-name *{
font-size: 20px;
}
.header-top .header-details .user-name .name{
font-size: 30px;
}
.header-top .header-details .user-name *{
white-space: inherit;
}
.blocks .block .block-header .block-header-icon{
font-size: 50px;
line-height: 60px;
width: 80px;
height: 80px;
border: 4px solid #fff;
bottom: -40px;
left: 20px;
}
.blocks .block .block-content{
margin-top: 40px;
}
.blocks .block .block-content .block-btn{
text-align: center;
}
.blocks .block .block-content .block-btn .btn-primary{
float: none;
}
.blocks .block .block-content .block-right{
text-align: center;
float: none;
}
.blocks .block .block-content .block-left{
margin-top: 10px;
}
.blocks .block .block-content .block-footer{
margin: 0;
}
.blocks .block .block-content .block-footer *{
float: left;
padding-right: 0;
padding-left: 20px;
}
.footer-links li{
margin-right: 20px;
}
.footer .copyright{
float: left;
}
}
.modal-header h4 {
border-left: 2px solid #f9dc39;
padding: 10px 20px;
margin: 0 20px;
}
.profile_cont {
padding: 0 20px;
}
.profile_cont input[type="text"] {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
margin: 10px 0;
border-radius: 4px;
}
.profile_cont select {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
margin: 10px 0;
border-radius: 4px;
}
.profile_cont textarea {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
margin: 10px 0;
height: 120px;
}
.profile_cont input[type="submit"] {
width: 100%;
padding: 10px;
background: #f9dc39;
color: #333;
border: 1px solid #f9dc39;
border-radius: 4px;
}
.profile_cont input[type="submit"]:hover {
background: #333;
color: #fff;
}
.profile_cont button.btn-submit {
width: 100%;
padding: 10px;
background: #f9dc39;
color: #333;
border: 1px solid #f9dc39;
border-radius: 4px;
}
.profile_cont button.btn-submit:hover {
background: #333;
color: #fff;
}
.profile_cont label {
width: 100%;
}
.modal-header h5 {
padding: 10px 20px;
margin: 0 20px;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
font-size: 14px !important;
}
/* Invite Popup */
.invite_link_cont {
max-width: 450px;
margin: 15% auto;
font-size: 18px;
background-color: #fff;
padding:0;
}
.invite_link_cont h4 {
color: #333;
font-size: 18px;
text-align: center;
background-color: #f9dc39;
padding: 20px 10px;
}
.invite_link_cont .hed {
padding: 20px 50px;
display: inline-block;
width: 100%;
}
.invite_link_cont .hed p {
text-align: center;
font-size: 12px;
margin: 5px 0;
}
.invite_link_cont .hed input[type="text"] {
width: 80%;
padding: 6px;
border: 1px solid #ccc;
}
.invite_link_cont .hed input[type="button"] {
width: 20%;
padding: 7px 0;
background: #f9dc39;
color: #333;
border: 1px solid #f9dc39;
}
.invite_link_cont .bot {
padding: 20px;
display: inline-block;
}
/** Popup **/
.pop_up {
max-width: 450px;
margin: 10px auto;
background-color: #1a1816d9;
border-radius: 6px;
overflow: hidden;
padding: 0px 0;
color: #fff;
position: relative;
text-align: center;
box-shadow: 3px 1px 15px #666;
}
.pop_up:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.pop_up h2 {
padding: 20px 20px;
color: #fff;
text-align: center;
font-size: 18px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.pop_up h2 span {
color: #333;
font-size: 12px;
font-weight: bold;
position: absolute;
left: 0px;
top: 0px;
background: url(../../../images/bg_icon.png);
background-repeat: no-repeat;
width: 65px;
height: 65px;
text-align: center;
padding: 16px 14px;
background-size: 100% 100%;
line-height: 16px;
}
.pop_up img {
width: 100%;
height: 500px !important;
}
.pop_up .content_caption {
text-align: left;
position: absolute;
bottom: 0;
width: 100%;
}
.pop_up .content_caption h3 {
font-size: 12px;
text-align: right;
padding: 0 5px;
color: #fff;
width: 100%;
display: inline-block;
}
.pop_up .content_caption h3 span {
background: #b79516;
color: #2d241f;
font-size: 20px;
width: 30px;
height: 30px;
line-height: 30px;
margin-bottom: 2px;
margin-left: 5px;
font-weight: bold;
text-decoration: underline;
text-align: center;
text-transform: capitalize;
border-radius: 50%;
display: inline-block;
float: left;
position: relative;
top: -5px
}
.pop_up .content_caption .card_description {
background: -moz-linear-gradient(top, rgba(125,101,88,0.85) 0%, rgba(120,97,84,0.85) 1%, rgba(45,36,31,0.85) 15%, rgba(45,36,31,0.85) 100%);
background: -webkit-linear-gradient(top, rgba(125,101,88,0.85) 0%,rgba(120,97,84,0.85) 1%,rgba(45,36,31,0.85) 15%,rgba(45,36,31,0.85) 100%);
background: linear-gradient(to bottom, rgba(125,101,88,0.85) 0%,rgba(120,97,84,0.85) 1%,rgba(45,36,31,0.85) 15%,rgba(45,36,31,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d97d6558', endColorstr='#d92d241f',GradientType=0 );
padding: 0 0 2px 0;
width: 100%;
display: inline-block;
}
.pop_up .content_caption h4 {
font-size: 12px;
padding: 10px 10px;
border-top: 2px solid rgba(255,210,0,0.8);
border-bottom: 2px solid rgba(255,210,0,0.8);
display: inline-block;
width: 100%;
margin-top: 0;
margin-bottom: 4px;
}
.pop_up .content_caption h4 strong {
font-size: 12px;
width: 20%;
float: left;
display: inline-block;
}
.pop_up .content_caption h4 span {
font-size: 11px;
width: 78%;
display: inline-block;
float: right;
}
.pop_up .content_caption p {
font-size: 11px;
padding: 0 10px;
margin-right: 0;
}
@media screen and (max-width: 480px) {
.pop_up {
margin: 15px 15px;
}
.pop_up h2 {
text-align: right;
}
}
.card .hover_pop {
padding: 20px;
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.70);
z-index: 999;
}
.card:hover .hover_pop {
opacity: 1;
transition: 1s ease-in-out;
}
.card .hover_pop ul {
padding: 0px;
margin: 0px;
}
.card .hover_pop ul li {
padding: 0px;
margin: 15px 0;
list-style: none;
}
.card .hover_pop ul li a {
padding: 10px 20px;
border: 2px solid #f9dc39;
background-color: rgba(255, 255, 255, 0.6);
font-size: 25px;
color: #333;
display: inline-block;
width: 70%;
border-radius: 6px;
}
.card .hover_pop ul li a:hover {
background-color: #f9dc39;
color: #fff;
}
.button_cont {
width: 100%;
max-width: 100%;
display: inline-block;
margin-bottom: 30px;
padding: 0 10%;
}
.button_left {
width: 35%;
float: left;
}
.button_right {
width: 65%;
float: right;
text-align: right;
}
.button_cont a{
padding: 6px 20px;
display: inline-block;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.yellow-btn{
background: #fadd19;
color: #333;
border: 1px solid #efbe0b;
/* box-shadow: 0 0 10px 2px #e2990c;*/
}
.yellow-btn:hover{
background: #444;
color: #fff;
border: 1px solid #333;
}
.black-btn {
background: #444;
color: #fff;
border: 1px solid #333;
}
.black-btn:hover {
background: #fadd19;
color: #333;
border: 1px solid #efbe0b;
}
.white-btn{
background: #fff;
color: #333;
border: 1px solid #ddd;
}
.white-btn:hover{
background: #fadd19;
color: #333;
border: 1px solid #efbe0b;
}
.bg-img{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
width: 100%;
height: 100vh;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
background-size: cover !important;
-o-background-size: cover !important;
}
.navbar-right .dropdown-menu {
background-color: #333;
width: 280px;
padding: 15px 0;
margin-top: -1px !important;
right: -15px;
}
.navbar-right .dropdown-menu li {
padding: 10px 0;
}
.navbar-right .dropdown-menu a {
color: #fff;
font-size: 16px;
}
.navbar-right .dropdown-menu a:hover {
background-color: transparent;
}
.navbar-right .dropdown-menu a span {
font-size: 14px;
float: right;
position: relative;
top: 4px;
}
/* Tracking, Tracker and Setting page */
.tracking_cont {
width: 100%;
/* padding: 20px;
margin-top: 20px;
overflow: auto;*/
}
.tracking_cont h2 {
border-bottom: 1px solid #eee;
padding: 10px 0;
margin: 0 0 20px 0;
color: #fff;
}
.tracking_cont table {
width: 100%;
}
.tracking_cont th {
padding: 15px 10px;
background: #333;
color: #fff;
}
.tracking_cont td {
padding: 15px;
}
.tracking_cont tr:nth-child(odd) {
background: #eee;
}
.tracking_cont_left {
width: 48%;
float: left;
padding:30px 50px;
background: #333;
}
.tracking_cont input[type="text"], .tracking_cont input[type="password"], .tracking_cont select {
padding: 6px 12px;
margin: 10px 0;
width: 100%;
border: 1px solid #ccc;
}
.tracking_cont input[type="submit"] {
background-color: #f9dc39;
color: #333;
border: 0px;
margin: 10px 0;
padding: 10px 30px;
transition: all 0.4s;
}
.tracking_cont input[type="submit"]:hover {
background-color: #1f1f1f;
color: #fff;
}
.tracking_cont_right {
width: 48%;
float: right;
padding: 50px 7%;
background: #f5f2f2;
}
.second_inner .invite_link_cont .close {
position: relative;
right: 10px;
top: 5px;
}
.pop_up h2 strong {
position: relative;
top: 0;
color: #fff;
font-size: 16px;
text-transform: capitalize;
display: inline-block;
text-align: center;
padding: 5px 10px;
border-radius: 80px;
background: rgba(32,25,5,0.75);
box-shadow: 0 0 10px 5px rgba(255,173,0,0.7);
font-weight: normal;
}
.navbar-right .dropdown-menu li:last-child {
border-top: 1px solid #292929;
}
.bootbox .modal-content {
overflow: hidden;
}
.bootbox .modal-body {
background: #333;
color: #ffde00;
text-align: center;
}
.bootbox .bootbox-body {
font-size: 26px;
padding: 10px 0;
}
.bootbox .modal-footer {
border-top: 1px solid #333;
text-align: center;
padding: 30px 0;
}
.bootbox .close {
color: #fff;
opacity: 1;
}
@media (min-width: 768px) {
.bootbox .modal-dialog {
width: 360px;
top: 50%;
margin-top: -100px;
}
}
@media (max-width: 767px) {
.pop_up img {
min-height: 100% !important;
height: 100% !important
}
.navbar-right li img {
margin-left: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
background: transparent !important;
}
.navbar-right li {
width: 100%;
}
.navbar-right .dropdown-menu {
width: 96% !important;
}
.navbar-right li:nth-child(2):after {
right: 10px;
}
}
@media (max-width: 480px) {
.invite_link_cont .hed {
padding: 20px 0px;
}
.button_left {
width: 100%;
text-align: center;
}
.button_right {
width: 100%;
text-align: center;
}
.button_cont a {
margin: 10px 10px;
}
.footer-links {
width: 100%;
}
.footer-links li {
margin-right: 0;
width: 100%;
text-align: center;
padding: 10px 0;
border-bottom: 1px solid #272727;
}
.footer-links li a:hover {
color: #fadd19;
}
.footer .copyright {
width: 100%;
text-align: center;
margin: 10px 0;
}
}
.no_capitalization{
text-transform: none !important;
}
@media (min-width: 768px) {
/*.second_row_first_column {
margin-left: 12%;
}
.third_row_first_column {
margin-left: 24%;
}
.fourth_row_first_column {
margin-left: 36%;
}*/
}
.tracking_cont .tracker_head {
background: url(../../../images/traking_head_bg.jpg);
background-size: cover;
text-align: center;
color: #fff;
margin-top: 25px;
position: relative;
float: left;
width: 100%;
}
.tracking_cont .tracker_head h1 {
position: absolute;
left: calc(50% + 100px);
top: 0;
max-width: 240px;
text-align: left;
font-size: 30px;
}
.tracking_cont .tracker_head img {
margin-top: -50px;
width: 150px;
height: 150px;
border-radius: 50%;
border: 3px solid #fff;
}
.tracking_cont .tracker_head h2 {
color: #fff;
line-height: 20px;
border-bottom: 0px solid #fff;
margin-bottom: 5px;
}
.tracking_cont .tracker_head span {
width: 100%;
display: inline-block;
font-size: 12px;
}
.tracking_cont .tracker_head_sec {
float: left;
width: 100%;
padding-top:10px;
}
.tracking_cont .head_sec_cont {
-webkit-box-shadow: inset 0px 4px 25px #bfbfbf;
box-shadow: inset 0px 4px 25px #bfbfbf;
padding: 5px 20px;
display: inline-block;
width: 100%;
border-bottom: 8px solid #f2d00d;
border-radius: 6px;
background: #fff;
}
.tracking_cont .head_sec_cont .dropdown_icon {
/*
width: 50px;
height: 50px;
*/
display: inline-block;
float: right;
cursor: pointer;
text-align: right;
}
.tracking_cont .head_sec_cont .dropdown_icon i {
font-size: 30px;
-webkit-text-stroke: 2px #fff;
}
.tracking_cont .head_sec_cont .head_sec_img {
/* width: 10%;*/
float: left;
padding-right: 20px;
}
.tracking_cont .head_sec_cont .head_sec_img img {
width: 65px;
border-radius: 50%;
height: 65px;
border: 3px solid #f2d00d;
}
.tracking_cont .head_sec_cont .head_sec_name {
/* width: 25%;*/
float: left;
padding-right: 40px;
}
.tracking_cont .head_sec_cont .head_sec_name h2 {
margin: 0px;
padding-bottom: 0px;
font-size: 24px;
border-bottom: 0px solid #ccc;
}
.tracking_cont .head_sec_cont .head_sec_name h3 {
margin: 0px;
padding: 0px;
font-size: 16px;
}
.tracking_cont .head_sec_cont .head_sec_detail {
width: 60%;
float: left;
padding: 15px 0 0;
}
.tracking_cont .head_sec_cont .head_sec_detail p {
font-size: 15px;
}
.tracking_cont .head_sec_cont .head_sec_detail p span {
color: #a5a5a5;
font-size: 15px;
}
.tracking_cont .cards_cont {
width: 100%;
display: inline-block;
padding: 5px 20px 15px;
}
.tracking_cont .cards_cont .n_cards {
width: 200px;
float: left;
border: 8px solid #3c1f2e;
position: relative;
text-align: center;
border-radius: 6px;
margin: 10px 20px 20px 20px;
}
.tracking_cont .cards_cont .n_cards .n_cards_title {
position: absolute;
top: 10px;
left: 20%;
color: #fff;
font-size: 16px;
display: inline-block;
text-align: center;
padding: 5px 10px;
border-radius: 80px;
background: rgba(32,25,5,0.75);
box-shadow: 0 0 10px 5px rgba(255,173,0,0.7);
}
.tracking_cont .cards_cont .n_cards .n_cards_img {
position: absolute;
left: 4%;
bottom: -38px;
display: inline-block;
}
.tracking_cont .cards_cont .n_cards .n_cards_img img {
width: auto;
}
.tracking_cont .cards_cont .n_cards img {
width: 100%;
}
.modal-dialog .hed img {
width: 100%;
}
@media (max-width: 390px) {
.tracking_cont .head_sec_cont .head_sec_name {
padding-right: 0;
width: 100%;
}
.tracking_cont .head_sec_cont .head_sec_detail {
width: 100%;
}
}
@media (max-width: 991px) {
.tracking_cont_left, .tracking_cont_right {
padding: 30px 0;
padding: 30px 15px;
margin-bottom: 20px;
}
}
@media (max-width: 480px) {
.tracking_cont_left, .tracking_cont_right {
width: 100%;
}
}
.tracking_cont .head_sec_cont span.dropdown_icon {
transform: rotate(180deg);
}
.tracking_cont .head_sec_cont span.dropdown_icon.collapsed {
transform: rotate(0deg);
}
.header-top .header-right .unverify-btn{
color: #fff;
text-transform: capitalize;
text-align: center;
width: 90px;
padding: 20px 0 10px 0;
background: #333;
position: relative;
right: 170px;
display: block;
z-index: 1000;
}
.header-top .header-right .unverify-btn:before{
content: "";
position: absolute;
bottom: -10px;
left: 0;
height: 10px;
border-right: 35px solid transparent;
border-top: 10px solid #333;
}
.header-top .header-right .unverify-btn:after{
content: "";
position: absolute;
bottom: -10px;
right: 0;
height: 10px;
border-left: 35px solid transparent;
border-top: 10px solid #333;
}
.setting_wrapper {
display: flex;
align-items: stretch;
margin-top: 50px;
}
.setting_wrapper #content {
width: 100%;
}
.setting_wrapper .tracking_cont_left {
/* width: 60%;*/
margin: 0px auto;
float: none;
border-radius: 10px;
border:1px solid #000;
box-shadow:0 10px 20px rgba(0,0,0,0.8);
}
#sidebar .toggle {
position: absolute;
top: 0px;
right: -0px;
background: #333;
padding: 10px 15px;
border: 0px;
}
.active .toggle {
right: -44px !important;
}
#sidebar h2 {
color: #fff;
font-size: 12px;
letter-spacing: 0.5px;
padding-left: 20px;
margin-bottom: 20px;
font-weight: bold;
}
#sidebar {
min-width: 200px;
max-width: 200px;
background: #333;
color: #fff;
transition: all 0.3s;
position: relative;
min-height: 500px;
}
#sidebar.active {
margin-left: -200px;
}
#sidebar ul.components {
padding: 40px 0;
}
#sidebar ul p {
color: #fff;
padding: 10px;
}
#sidebar ul li a {
padding: 15px 20px;
font-size: 14px;
display: block;
/* background: #292929;*/
color: #fff;
border-bottom: 1px solid #292929;
}
#sidebar ul li a:hover {
/*
color: #fff;
background: #333;
*/
}
#sidebar ul li.active > a, a[aria-expanded="true"],#sidebar ul li a:hover {
color: #fff;
background: #292929;
}
a[data-toggle="collapse"] {
position: relative;
}
/*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
content: '\e259';
display: block;
position: absolute;
right: 20px;
font-family: 'Glyphicons Halflings';
font-size: 0.6em;
}
a[aria-expanded="true"]::before {
content: '\e260';
}*/
ul ul a {
font-size: 0.9em !important;
padding-left: 30px !important;
background: #333;
}
ul.CTAs {
padding: 20px;
}
ul.CTAs a {
text-align: center;
font-size: 0.9em !important;
display: block;
border-radius: 5px;
margin-bottom: 5px;
}
/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
padding: 20px;
min-height: 100vh;
transition: all 0.3s;
}
/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
#sidebarCollapse span {
display: none;
}
.setting_wrapper .tracking_cont_left {
width: 100%;
}
.active .toggle {
right: -42px !important;
}
}
.admin_panel .top_bar {
width: 100%;
background: #ffd249;
color: #333;
padding: 7px 0px;
display: inline-block;
margin-bottom: -3px;
}
.admin_panel .top_bar p {
padding: 0px 40px;
margin: 0;
}
.admin_panel .navbar-default {
/* padding: 30px 0;*/
}
.admin_panel .admin_cont {
width: 100%;
display: inline-block;
}
.admin_panel .admin_cont h2 {
padding: 15px 55px;
webkit-box-shadow: inset 0px 4px 25px #bfbfbf;
box-shadow: inset 0px 4px 25px #bfbfbf;
}
.admin_panel .admin_cont_left {
width: 40%;
padding: 5% 0;
float: left;
text-align: center;
box-shadow: 0px 1px 14px #eaeaea;
}
.admin_panel .admin_cont_right {
width: 60%;
float: right;
padding: 4% 0;
}
.admin_panel .admin_cont_right ul li {
padding: 10px 20px;
font-size: 20px;
border-bottom: 1px solid #eee;
}
.admin_panel .admin_stats {
padding: 50px;
font-size: 35px;
border-radius: 4px;
color: #fff;
}
#users_stats .admin_stats {
background: #337AB7;
}
#user_profiles_stats .admin_stats {
background: #5CB85C;
}
#cards_stats .admin_stats {
background: #D9534F;
}
.admin_panel .admin_stats i {
font-size: 35px;
}
.admin_panel .count_class {
position: absolute;
right: 20px;
top: 5px;
background: #fff;
color: #333;
width: 70px;
height: 70px;
border-radius: 50%;
text-align: center;
font-size: 30px;
line-height: 70px;
}
@media (max-width: 767px) {
.admin_panel .admin_cont {
margin-left: 12%;
}
.admin_panel .admin_cont_left, .admin_panel .admin_cont_right {
width: 100%;
}
.navbar-nav li {
border-bottom: 1px solid #2f2f2f;
}
.navbar-nav .dropdown-menu li:last-child {
border-bottom: 0px solid #2f2f2f;
}
.navbar-nav li .fa-search:before {
top: -8px;
position: relative;
}
.navbar-right .dropdown-menu li:last-child {
border-top: 0px solid #292929;
}
}
@media (max-width: 991px) {
.tracking_cont .head_sec_cont .head_sec_detail {
width: 56%;
}
}
@media (max-width: 767px) {
.tracking_cont .head_sec_cont .head_sec_name, .tracking_cont .head_sec_cont .head_sec_detail {
width: 70%;
}
.tracking_cont .head_sec_cont .head_sec_img {
margin-bottom: 30px;
}
.button_cont {
padding: 0 0%;
}
.button_cont a {
margin: 10px 5px;
}
}
@media (max-width: 480px) {
.tracking_cont .head_sec_cont .head_sec_name, .tracking_cont .head_sec_cont .head_sec_detail {
width: 100%;
padding-right: 0px;
}
.tracking_cont .head_sec_cont .head_sec_img {
margin-bottom: 10px;
}
}
.card_editor_cont {
width: 100%;
max-width: 900px;
margin: 0px auto;
/*background: #eee;*/
/*padding: 20px;*/
overflow: hidden;
}
.card_editor_cont h2 {
text-align: center;
margin-bottom: 20px;
font-size: 24px;
}
.card_editor_cont .card_editor_left {
width: 65%;
float: left;
}
.card_editor_cont .card_editor_left input[type="text"] {
width: 80%;
padding: 8px 10px;
margin: 10px 0;
border: 1px solid #ccc;
}
.card_editor_cont .card_editor_left textarea {
width: 75%;
padding: 8px 10px;
margin: 10px 25px;
border: 1px solid #ccc;
height: 100px;
border-radius: 4px;
}
.card_editor_cont .card_editor_left select {
width: 80%;
padding: 8px 10px;
margin: 10px 0;
border: 1px solid #ccc;
}
.card_editor_cont .card_editor_left span {
width: 100%;
display: inline-block;
margin: 0px;
}
.card_editor_cont .card_editor_left .textarea {
position: relative;
}
.card_editor_cont .card_editor_left .textarea label {
position: absolute;
top: 35%;
left: 0;
}
.card_editor_cont .card_editor_left .textarea i {
position: absolute;
left: 0;
top: 42%;
}
.card_editor_cont .card_editor_left .editor_button {
padding: 10px 0px;
margin: 5px 0;
width: 60%;
text-align: center;
background: #333;
color: #fff;
border: 1px solid #eee;
font-size: 14px;
border-radius: 4px;
}
.card_editor_cont .card_editor_left .editor_button:hover {
background: #f9dc39;
color: #333;
}
.card_editor_cont .card_editor_left .fields_left {
width: 50%;
float: left;
}
.card_editor_cont .card_editor_left a {
color: #333;
}
.card_editor_cont .card_editor_left a:hover {
color: #f9dc39;
}
.card_editor_cont .card_editor_left .fields_right {
width: 50%;
float: right;
padding-top: 12%;
}
.card_editor_cont .card_editor_right {
width: 35%;
float: right;
max-width: 300px;
}
.n_card_editor .card_editor_left label {
width: auto;
position: relative;
}
.n_card_editor .card_editor_left .checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 18px;
height: 18px;
left: 0;
top: 30%;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.n_card_editor .card_editor_left .checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 32%;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"] {
opacity: 0;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00d";
font-size: 14px;
color: #fff;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.n_card_editor .card_editor_left .checkbox input[type="checkbox"]:checked + label::before {
background-color: #333;
border-color: #333;
}
@media (max-width: 767px) {
.card_editor_cont .card_editor_left {
margin-bottom: 20px;
}
.card_editor_cont .card_editor_left, .card_editor_cont .card_editor_right {
width: 100%;
}
}
#connections .tracking_cont_left {
/*
background: #333;
padding: 20px;
border-radius: 8px;
*/
}
#connections .tracking_cont_left h2 {
/*
color: #fff;
border-bottom: 1px solid #2b2b2b;
*/
}
#connections .tracking_cont_left a {
border-radius: 4px;
line-height: 30px;
}
#connections .youtube_border {
border-bottom: 1px solid #bd1918;
margin-bottom: 20px;
padding-bottom: 10px;
}
#connections .twitter_border {
border-bottom: 1px solid #058de0;
margin-bottom: 20px;
padding-bottom: 10px;
}
#connections .sms_border {
border-bottom: 1px solid #5a5a5a;
margin-bottom: 20px;
padding-bottom: 10px;
}
#connections .social_icon i {
font-size: 35px;
}
.sms_link {
background: #666;
padding: 10px 5px;
font-size: 12px;
}
.navbar-default-admin{
margin-bottom: 0px !important;
}
.admin_setting_wrapper{
margin-top: 0px !important;
}
.admin_panel #editFacebookSettings h4 {
font-size: 25px;
margin-left: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
margin-bottom: 20px;
}
/**** css navigation for model ***/
/*!
* bootstrap-vertical-tabs - v1.2.1
* https://dbtek.github.io/bootstrap-vertical-tabs
* 2014-11-07
* Copyright (c) 2014 <NAME>
* License: MIT
*/
.tabs-left, .tabs-right {
border-bottom: none;
padding-top: 2px;
}
.tabs-left {
background: #333;
min-height: 570px;
}
.tabs-right {
border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
float: none;
margin-bottom: 2px;
}
.tabs-right>li {
margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
border-bottom-color: #ddd;
border-right-color: transparent;
}
.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
border-bottom: 1px solid #ddd;
border-left-color: transparent;
}
.tabs-left>li>a {
border-radius: 4px 0 0 4px;
margin-right: 0;
display:block;
color: #fff;
}
.tabs-right>li>a {
border-radius: 0 4px 4px 0;
margin-right: 0;
}
.sideways {
margin-top:50px;
border: none;
position: relative;
}
.sideways>li {
height: 20px;
width: 120px;
margin-bottom: 100px;
}
.sideways>li>a {
border-bottom: 1px solid #ddd;
border-right-color: transparent;
text-align: center;
border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
border-bottom-color: transparent;
border-right-color: #ddd;
border-left-color: #ddd;
}
.sideways.tabs-left {
left: -50px;
}
.sideways.tabs-right {
right: -50px;
}
.sideways.tabs-right>li {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.sideways.tabs-left>li {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.n_card_editor .nav-tabs > li.active > a, .n_card_editor .nav-tabs > li.active > a:hover, .n_card_editor .nav-tabs > li.active > a:focus {
color: #fff;
background-color: #1f1f1f;
border: 1px solid transparent;
}
.n_card_editor .nav-tabs li a:hover {
color: #fff;
background-color: #1f1f1f;
border: 1px solid #1f1f1f;
}
.n_card_editor input[type="submit"] {
width: 50%;
margin-left: 20px;
max-width: 200px;
}
.n_card_editor button.btn-submit {
width: 20%;
/*margin-left: 20px;*/
}
.n_card_editor .card {
margin: 0 9px 10px 9px;
}
.n_card_editor .editor_nav_left {
width: 18%;
float: left;
}
.n_card_editor .editor_content_right {
width: 80%;
float: right;
}
@media (max-width: 991px) {
.n_card_editor {
width: 750px;
}
.card_editor_cont .card_editor_left {
width: 40%;
}
.card_editor_cont .card_editor_right {
width: 60%;
}
}
@media (max-width: 480px) {
.n_card_editor .tabs-left {
min-height: 100%;
margin-bottom: 20px;
}
.n_card_editor .editor_content_right {
width: 100%;
}
.n_card_editor input[type="submit"] {
width: 100%;
margin: 15px 0;
}
.card_editor_cont .card_editor_right .fields_right {
width: 100%;
margin-left: 0;
}
.n_card_editor .modal-body {
padding: 0;
}
.card_editor_cont .card_editor_left input[type="text"], .card_editor_cont .card_editor_left textarea {
width: 91%;
}
}
.btn-yellow{
background-color: #f9dc39 !important;
}
@media (min-width: 1225px) {
.modal-xl{
width: 1200px !important;
}
}
@media (min-width: 991px) and (max-width: 1224px) {
.modal-xl{
width: 970px !important;
}
}
/*** end for css model ***/
.n_card_editor .profile_cont strong {
margin-bottom: 10px;
display: inline-block;
font-size: 20px;
}
.n_card_editor .profile_cont label {
text-align: left;
}
.n_card_editor .card_editor_cont .card_editor_left #bonus_style {
width: 100%;
min-height: 160px;
overflow: auto;
margin-bottom: 30px;
}
.n_card_editor button.btn-submit {
width: auto !important;
padding: 10px 30px;
}
.n_card_editor .card_editor_left .tiers_block input[type="text"], .n_card_editor .card_editor_left .types_block input[type="text"] {
width: 100%;
}
.preview_card{
width: 100% !important;
}
.n_card_editor .card_editor_cont .card_editor_left .fields_right i {
font-size: 16px;
}
.n_card_editor .card_editor_cont .card_editor_left .fields_right .btn-yellow {
padding: 8px 12px;
border-radius: 4px;
position: relative;
top: -1px;
}
@media (max-width: 991px) {
.n_card_editor .card_editor_cont .card_editor_left .fields_left {
width: 100%;
}
.n_card_editor .card_editor_cont .card_editor_left .fields_right {
width: 100%;
padding-top: 0;
}
.n_card_editor .card_editor_cont .card_editor_left .editor_button {
width: 70%;
}
}
@media (max-width: 767px) {
.n_card_editor {
width: 98%;
margin-left: 1%;
margin-right: 1%;
}
.n_card_editor .editor_nav_left {
width: 100%;
}
.n_card_editor .editor_content_right {
width: 100%;
}
.n_card_editor .tabs-left {
min-height: 100%;
margin-bottom: 20px;
}
.n_card_editor .tabs-left>li, .n_card_editor .tabs-right>li {
float: left;
}
}
@media (max-width: 480px) {
.card_editor_cont .card_editor_left, .card_editor_cont .card_editor_right {
width: 100% !important;
max-width: 100%;
}
.n_card_editor .profile_cont {
padding: 0 10px;
display: flex;
flex-flow: column;
}
.n_card_editor .profile_cont .card_editor_left {
order: 2;
}
.n_card_editor .profile_cont .card_editor_right {
order: 1;
}
.n_card_editor .card {
margin: 0 0 10px 0px;
}
.preview_card {
max-width: 300px;
}
.n_card_editor .card_editor_cont .card_editor_left select {
width: 91%;
}
.n_card_editor .card_editor_cont .card_editor_left .editor_button {
width: 84%;
}
.n_card_editor input[type="submit"] {
max-width: 100%;
}
}
.qq-alert-dialog-selector{
position: absolute !important;
left: 600px;
}
.view_card {
margin: 0 auto;
display: block;
margin-top: 60px;
} | 0.205376 | 0.052473 |
*{
margin: 0px;
padding: 0px;
}
/*header logo*/
.logo{
background-image: url(https://image.freepik.com/free-vector/geometric-minimalistic-color-composition-template-with-shapes-scandinavian-abstract-pattern-web-banner-packaging-branding_110633-439.jpg);
padding: 15px;
text-align: center;
}
.logo > p{
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
font-size: 40px;
}
/**/
/**/
/*menu*/
.navbar {
overflow: hidden;
background-color: rgb(0, 0, 0);
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
width: 100%;
margin: 0;
padding: 0;
}
/* Links inside the navbar */
.navbar a {
float: right;
font-size: 20px;
color: rgb(255, 255, 255);
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
}
/* The dropdown container */
.dropdown {
float:right;
overflow: hidden;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
/* Dropdown button */
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: rgb(0, 0, 0);
padding: 0px 0px;
background-color: inherit;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
background-color: #2e4192;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #18dbb5;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
background-color: #2e4192;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/**/
/**/
/*contenido*/
#container{
background-color: #75ade5;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
grid-gap: 5px;
padding: 5px;
}
.grid-container > div {
background-color: white;
text-align: center;
font-size: 25px;
width: 220px;
height: 305px;
margin-left: 115px;
font-family: 'Mate SC', serif;
}
.galeryf1{
float: left;
}
#a1 , #a2 , #a3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
#b1 , #b2 , #b3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
#c1 , #c2 , #c3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
p{
color: rgb(0, 0, 0);
text-align: center;
font-size: 30px;
margin-top: 15px;
margin-bottom: 15px;
font-family: 'Bebas Neue', cursive;
}
#titulo{
color: rgb(0, 0, 0);
text-align: center;
font-size: 90px;
font-family: 'Bebas Neue', cursive;
}
/**/
/**/
/*media query*/
@media only screen and (max-width: 768px){
header{
display: block;
max-width: 400px;
}
.navbar{
position: relative;
background-color: rgb(0, 0, 0);
max-width: 150px;
}
.dropdown{
flex-direction: column;
}
#container {
background-image: none ;
max-width: 255px;
flex-direction: column;
margin: 5px;
padding: 5px;
}
#container> #oleo, #acrilica, #acuarela{
flex-wrap: wrap;
position: relative;
flex-direction: column;
}
.grid-container > div {
background-color: white;
text-align: center;
font-size: 25px;
width: 220px;
height: 305px;
margin-left: 5x;
}
.galeryf1{
float: left;
}
#a1 , #a2 , #a3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
#b1 , #b2 , #b3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
#c1 , #c2 , #c3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
footer{
max-width: 400px;
}
}
@media only screen and (max-width: 375px){
.navbar{
position: relative;
background-color: rgb(0, 0, 0);
max-width: 150px;
}
.dropdown{
flex-direction: column;
}
.cont{
background-image: none ;
max-width: 350px;
}
footer, .gif{
max-width: 400px;
}
} | public/assets/css/galeria.css | *{
margin: 0px;
padding: 0px;
}
/*header logo*/
.logo{
background-image: url(https://image.freepik.com/free-vector/geometric-minimalistic-color-composition-template-with-shapes-scandinavian-abstract-pattern-web-banner-packaging-branding_110633-439.jpg);
padding: 15px;
text-align: center;
}
.logo > p{
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
font-size: 40px;
}
/**/
/**/
/*menu*/
.navbar {
overflow: hidden;
background-color: rgb(0, 0, 0);
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
width: 100%;
margin: 0;
padding: 0;
}
/* Links inside the navbar */
.navbar a {
float: right;
font-size: 20px;
color: rgb(255, 255, 255);
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-weight: bolder;
}
/* The dropdown container */
.dropdown {
float:right;
overflow: hidden;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
/* Dropdown button */
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: rgb(0, 0, 0);
padding: 0px 0px;
background-color: inherit;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
background-color: #2e4192;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #18dbb5;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
background-color: #2e4192;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/**/
/**/
/*contenido*/
#container{
background-color: #75ade5;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
grid-gap: 5px;
padding: 5px;
}
.grid-container > div {
background-color: white;
text-align: center;
font-size: 25px;
width: 220px;
height: 305px;
margin-left: 115px;
font-family: 'Mate SC', serif;
}
.galeryf1{
float: left;
}
#a1 , #a2 , #a3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
#b1 , #b2 , #b3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
#c1 , #c2 , #c3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
p{
color: rgb(0, 0, 0);
text-align: center;
font-size: 30px;
margin-top: 15px;
margin-bottom: 15px;
font-family: 'Bebas Neue', cursive;
}
#titulo{
color: rgb(0, 0, 0);
text-align: center;
font-size: 90px;
font-family: 'Bebas Neue', cursive;
}
/**/
/**/
/*media query*/
@media only screen and (max-width: 768px){
header{
display: block;
max-width: 400px;
}
.navbar{
position: relative;
background-color: rgb(0, 0, 0);
max-width: 150px;
}
.dropdown{
flex-direction: column;
}
#container {
background-image: none ;
max-width: 255px;
flex-direction: column;
margin: 5px;
padding: 5px;
}
#container> #oleo, #acrilica, #acuarela{
flex-wrap: wrap;
position: relative;
flex-direction: column;
}
.grid-container > div {
background-color: white;
text-align: center;
font-size: 25px;
width: 220px;
height: 305px;
margin-left: 5x;
}
.galeryf1{
float: left;
}
#a1 , #a2 , #a3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
#b1 , #b2 , #b3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
#c1 , #c2 , #c3{
width:189px ;
height: 230px;
margin-top: 15px;
border: black solid 3px;
}
footer{
max-width: 400px;
}
}
@media only screen and (max-width: 375px){
.navbar{
position: relative;
background-color: rgb(0, 0, 0);
max-width: 150px;
}
.dropdown{
flex-direction: column;
}
.cont{
background-image: none ;
max-width: 350px;
}
footer, .gif{
max-width: 400px;
}
} | 0.31342 | 0.078749 |
textarea{
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
font-size: auto;
resize: none;
background-color: lightcoral;
border: none;
font-weight: bolder;
color: black;
}
/*
body tag
Purpose: Change The Background Color Of The
Whole Page
*/
body{
background-color: cyan;
}
/*
main tag
Purpose: Creates space for the top of the page
*/
main{
padding-top: 50px;
}
/*
section tag
Purpose: seperate Each Section
*/
article{
padding-bottom: 20px;
}
/*
ul li tag
Purpose: change the list dots to numbers
*/
ul li{
list-style: decimal;
}
/*
style="height:30px; width:30px;"
*/
input[type="text"]
{
/* Update location of input */
padding-left: 60px;
}
/*
checkbox input types
Purpose: Increase checkbox sizes
*/
input[type="checkbox"]
{
/* Update Height */
height:30px;
/* Update Width */
width:30px;
}
/*
Chexkboxes labels
Purpose: Change position and margin
For The checkbox labels
*/
label[for="checkBoxes"]
{
position: absolute;
margin-left: 40px;
margin-top: 3px;
}
/*
label for passLengthTextbox
Purpose: change position, padding and move
The zindex to the front of the page
*/
label[for="passLengthTextBox"]
{
position:absolute;
padding-left: 5px;
padding-top: 2px;
z-index: 2;
}
/*
label for lengthErrorLabel
Purpose: Change position and set colors to the
Length error message
*/
label[for="lengthErrorLabel"]
{
position: absolute;
padding-left: 50px;
margin-top: 27px;
z-index: 2;
color: darkred;
font-weight: bold;
}
/*
label for checkBoxError
Purpose: Change Position and set colors to the
Checkbox error message
*/
label[for="checkBoxError"]
{
position: absolute;
margin-top: 27px;
z-index: 2;
color: darkred;
font-weight: bold;
}
/*
legend tag
Purpose: Set a background color of the header of the
section
*/
legend{
width: auto;
background-color: lightblue;
padding: 5px;
font-weight: bolder;
}
/*
fieldset tag
Purpose: change The background of the fieldset tag
*/
fieldset{
background-color: lightcoral;
}
/*
borderinput Class
Purpose: To create a border around a main article
*/
.borderInput{
border: 5px solid blue;
padding: 20px;
border-color: lightblue;
width:100%;
} | assets/css/style.css | textarea{
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
font-size: auto;
resize: none;
background-color: lightcoral;
border: none;
font-weight: bolder;
color: black;
}
/*
body tag
Purpose: Change The Background Color Of The
Whole Page
*/
body{
background-color: cyan;
}
/*
main tag
Purpose: Creates space for the top of the page
*/
main{
padding-top: 50px;
}
/*
section tag
Purpose: seperate Each Section
*/
article{
padding-bottom: 20px;
}
/*
ul li tag
Purpose: change the list dots to numbers
*/
ul li{
list-style: decimal;
}
/*
style="height:30px; width:30px;"
*/
input[type="text"]
{
/* Update location of input */
padding-left: 60px;
}
/*
checkbox input types
Purpose: Increase checkbox sizes
*/
input[type="checkbox"]
{
/* Update Height */
height:30px;
/* Update Width */
width:30px;
}
/*
Chexkboxes labels
Purpose: Change position and margin
For The checkbox labels
*/
label[for="checkBoxes"]
{
position: absolute;
margin-left: 40px;
margin-top: 3px;
}
/*
label for passLengthTextbox
Purpose: change position, padding and move
The zindex to the front of the page
*/
label[for="passLengthTextBox"]
{
position:absolute;
padding-left: 5px;
padding-top: 2px;
z-index: 2;
}
/*
label for lengthErrorLabel
Purpose: Change position and set colors to the
Length error message
*/
label[for="lengthErrorLabel"]
{
position: absolute;
padding-left: 50px;
margin-top: 27px;
z-index: 2;
color: darkred;
font-weight: bold;
}
/*
label for checkBoxError
Purpose: Change Position and set colors to the
Checkbox error message
*/
label[for="checkBoxError"]
{
position: absolute;
margin-top: 27px;
z-index: 2;
color: darkred;
font-weight: bold;
}
/*
legend tag
Purpose: Set a background color of the header of the
section
*/
legend{
width: auto;
background-color: lightblue;
padding: 5px;
font-weight: bolder;
}
/*
fieldset tag
Purpose: change The background of the fieldset tag
*/
fieldset{
background-color: lightcoral;
}
/*
borderinput Class
Purpose: To create a border around a main article
*/
.borderInput{
border: 5px solid blue;
padding: 20px;
border-color: lightblue;
width:100%;
} | 0.470493 | 0.098686 |
* Breakpoints
*/
/**
* Margin
*/
/**
* Padding
*/
/**
* Line-Height
*/
.feed {
display: block;
}
.feed__item {
display: block;
border-bottom: 1px solid #e1e1e1;
margin-bottom: 32px;
}
.feed__item-image {
width: 100px;
height: 52.5px;
-o-object-fit: cover;
object-fit: cover;
display: none;
}
.feed__item-separator {
background: #485069;
background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(#485069));
background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, #485069 100%);
display: block;
height: 1px;
width: 100%;
margin-top: 16px;
}
.feed__item-titlewrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-line-pack: center;
align-content: center;
}
.feed__item-title {
font-size: 21.6px;
font-weight: 600;
line-height: 130%;
margin-top: 0px;
margin-bottom: 0px;
}
.feed__item-title:hover + .feed__item-url {
background-color: #0077cc;
color: #fff;
}
.feed__item-title-link {
color: #222;
border-bottom: 1px dotted rgba(255, 255, 255, 0);
}
.feed__item-title-link:hover, .feed__item-title-link:focus {
color: #222;
border-bottom: 1px dotted #222;
}
.feed__item-url {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: #0077cc;
min-width: 28px;
min-height: 28px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-align: center;
line-height: 28px;
font-weight: 800;
margin-left: 8px;
}
.feed__item-url:hover, .feed__item-url:focus {
background-color: #005999;
color: #fff;
}
.feed__item-description {
font-size: 16px;
font-weight: 400;
color: #485069;
line-height: 26px;
margin-bottom: 19.5px;
}
.feed__item-meta-time {
text-transform: uppercase;
}
.feed__item-meta-divider {
margin: 0 5px;
}
@media screen and (min-width: 685px) {
.feed__item {
display: -ms-grid;
display: grid;
-ms-grid-columns: max-content auto;
grid-template-columns: -webkit-max-content auto;
grid-template-columns: max-content auto;
grid-gap: 16px;
border-bottom: none;
}
.feed__item-image {
display: block;
}
.feed__item-url {
color: #0077cc;
background-color: rgba(255, 255, 255, 0);
border: none;
}
.feed__item-url:hover {
color: #fff;
}
}
/*# sourceMappingURL=ShortHero.module.css.map */ | src/components/ShortHero/ShortHero.module.css | * Breakpoints
*/
/**
* Margin
*/
/**
* Padding
*/
/**
* Line-Height
*/
.feed {
display: block;
}
.feed__item {
display: block;
border-bottom: 1px solid #e1e1e1;
margin-bottom: 32px;
}
.feed__item-image {
width: 100px;
height: 52.5px;
-o-object-fit: cover;
object-fit: cover;
display: none;
}
.feed__item-separator {
background: #485069;
background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(#485069));
background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, #485069 100%);
display: block;
height: 1px;
width: 100%;
margin-top: 16px;
}
.feed__item-titlewrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-line-pack: center;
align-content: center;
}
.feed__item-title {
font-size: 21.6px;
font-weight: 600;
line-height: 130%;
margin-top: 0px;
margin-bottom: 0px;
}
.feed__item-title:hover + .feed__item-url {
background-color: #0077cc;
color: #fff;
}
.feed__item-title-link {
color: #222;
border-bottom: 1px dotted rgba(255, 255, 255, 0);
}
.feed__item-title-link:hover, .feed__item-title-link:focus {
color: #222;
border-bottom: 1px dotted #222;
}
.feed__item-url {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: #0077cc;
min-width: 28px;
min-height: 28px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-align: center;
line-height: 28px;
font-weight: 800;
margin-left: 8px;
}
.feed__item-url:hover, .feed__item-url:focus {
background-color: #005999;
color: #fff;
}
.feed__item-description {
font-size: 16px;
font-weight: 400;
color: #485069;
line-height: 26px;
margin-bottom: 19.5px;
}
.feed__item-meta-time {
text-transform: uppercase;
}
.feed__item-meta-divider {
margin: 0 5px;
}
@media screen and (min-width: 685px) {
.feed__item {
display: -ms-grid;
display: grid;
-ms-grid-columns: max-content auto;
grid-template-columns: -webkit-max-content auto;
grid-template-columns: max-content auto;
grid-gap: 16px;
border-bottom: none;
}
.feed__item-image {
display: block;
}
.feed__item-url {
color: #0077cc;
background-color: rgba(255, 255, 255, 0);
border: none;
}
.feed__item-url:hover {
color: #fff;
}
}
/*# sourceMappingURL=ShortHero.module.css.map */ | 0.49292 | 0.051106 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: local('Roboto Black'), local('Roboto-Black'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/mnpfi9pxYH-Go5UiibESIj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/12mE4jfMSBTmg-81EiS-YRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/7m8l7TlFO-S3VkhHuR0at4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/OLffGBTaF0XFOW1gnuHF0YbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/t6Nd4cfPRhZP44Q5QAjcC4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/bmC0pGMXrhphrZJmniIZpYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
/*** MaterialIcons Font **/
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/MaterialIcons-regular/MaterialIcons/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons/MaterialIcons-regular/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIcons/MaterialIcons-regular/MaterialIcons-Regular.woff) format('woff'),
url(../fonts/MaterialIcons/MaterialIcons-regular/MaterialIcons-Regular.ttf) format('truetype');
} | app/styles/fonts.css | @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: local('Roboto Black'), local('Roboto-Black'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/mnpfi9pxYH-Go5UiibESIj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/12mE4jfMSBTmg-81EiS-YRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/7m8l7TlFO-S3VkhHuR0at4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/OLffGBTaF0XFOW1gnuHF0YbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/t6Nd4cfPRhZP44Q5QAjcC4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v11/bmC0pGMXrhphrZJmniIZpYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
/*** MaterialIcons Font **/
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/MaterialIcons-regular/MaterialIcons/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons/MaterialIcons-regular/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIcons/MaterialIcons-regular/MaterialIcons-Regular.woff) format('woff'),
url(../fonts/MaterialIcons/MaterialIcons-regular/MaterialIcons-Regular.ttf) format('truetype');
} | 0.296145 | 0.059074 |
.loading-fog {
background: #fff;
color: #fff;
cursor: pointer;
width:100%;
height:100%;
z-index: 9999;
zoom: 1;
filter: alpha(opacity=0.9);
opacity: 0.9;
position: fixed;
display:none;
}
.loading-fog-login {
background: #D2D6DE;
color: #fff;
cursor: pointer;
width:100%;
height:100%;
z-index: 9999;
zoom: 1;
filter: alpha(opacity=0.9);
opacity: 0.9;
position: fixed;
display:none;
}
.cssload-loader {
width: 244px;
height: 49px;
line-height: 49px;
text-align: center;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
font-family: helvetica, arial, sans-serif;
text-transform: uppercase;
font-weight: 900;
font-size:18px;
color: rgb(4,150,217);
letter-spacing: 0.2em;
}
.cssload-loader::before, .cssload-loader::after {
content: "";
display: block;
width: 15px;
height: 15px;
background: rgb(55,96,158);
position: absolute;
animation: cssload-load 0.81s infinite alternate ease-in-out;
-o-animation: cssload-load 0.81s infinite alternate ease-in-out;
-ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
-webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
-moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}
.cssload-loader::before {
top: 0;
}
.cssload-loader::after {
bottom: 0;
}
@keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}
@-o-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}
@-ms-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}
@-webkit-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}
@-moz-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
} | modules/loading/assets/css/loading-main.css | .loading-fog {
background: #fff;
color: #fff;
cursor: pointer;
width:100%;
height:100%;
z-index: 9999;
zoom: 1;
filter: alpha(opacity=0.9);
opacity: 0.9;
position: fixed;
display:none;
}
.loading-fog-login {
background: #D2D6DE;
color: #fff;
cursor: pointer;
width:100%;
height:100%;
z-index: 9999;
zoom: 1;
filter: alpha(opacity=0.9);
opacity: 0.9;
position: fixed;
display:none;
}
.cssload-loader {
width: 244px;
height: 49px;
line-height: 49px;
text-align: center;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
font-family: helvetica, arial, sans-serif;
text-transform: uppercase;
font-weight: 900;
font-size:18px;
color: rgb(4,150,217);
letter-spacing: 0.2em;
}
.cssload-loader::before, .cssload-loader::after {
content: "";
display: block;
width: 15px;
height: 15px;
background: rgb(55,96,158);
position: absolute;
animation: cssload-load 0.81s infinite alternate ease-in-out;
-o-animation: cssload-load 0.81s infinite alternate ease-in-out;
-ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
-webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
-moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}
.cssload-loader::before {
top: 0;
}
.cssload-loader::after {
bottom: 0;
}
@keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}
@-o-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}
@-ms-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}
@-webkit-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}
@-moz-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
} | 0.430506 | 0.083143 |
*{
padding: 0;
margin: 0;
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
}
a{
text-decoration: none;
color: #8B8B8B;
}
a:hover{
color: #E01D20;
}
li{
list-style:none;
}
/*头部灰色区块*/
.top_out{
height: 30px;
width: 100%;
border-bottom: 1px solid #EDEDED;
background: #FAFAFA;
}
.top_out .top{
width: 1000px;
height: 16px;
margin: 0 auto;
padding: 7px 0;
}
.top_out .top .t_right{
float: right;
}
.top_out .top .t_right>span{
padding: 0 10px;
color: #c8c8c8;
}
/*头部灰色区块结束*/
/*流程图区块*/
.search_out{
width: 1000px;
height: 106px;
margin: 0 auto;
}
.search_out .logo{
width: 345px;
padding-top: 36px;
float: left;
}
.search_out .liucheng{
width: 570px;
height: 34px;
padding-top: 36px;
overflow: hidden;
float: right;
}
.search_out .liucheng>div{
width: 570px;
height: 34px;
float: left;
}
.search_out .liucheng .lc1{
background: url(../images/car/car.png) 0 0 no-repeat;
}
.search_out .liucheng .lc2{
background: url(../images/car/car.png) 0 -45px no-repeat;
}
.search_out .liucheng .lc3{
background: url(../images/car/car.png) 0 -88px no-repeat;
}
/*流程图区块结束*/
/*购物车中的商品*/
.goods{
width: 1000px;
height: auto;
margin: 0 auto;
}
.goods table{
width: 100%;
height: 200px;
float: left;
}
.goods table tr{
width: 996px;
text-align: center;
float: left;
}
.goods table tr.tr_title{
height: 28px;
background: #F1F1F1;
border: 1px solid #EFEFEF;
}
.goods table tr th{
height: 28px;
line-height: 28px;
float: left;
color: #B7B7B7;
}
.goods table tr .g_check{
width: 37px;
padding-right: 3px;
}
.goods table tr .g_pro{
width: 517px;
}
.goods table tr .g_price{
width: 125px;
}
.goods table tr .g_num{
width: 120px;
}
.goods table tr .g_total{
width: 110px;
}
.goods table tr .g_operate{
width: 80px;
}
.goods table tr.select{
height: 105px;
border: 1px solid #EFEFEF;
border-top: none;
line-height: 105px;
}
.goods table tr td{
height: 105px;
float: left;
color: #777;
}
.goods table tr td.bd{
border-right: 1px solid #EFEFEF;
}
.goods table tr td.td2{
width: 494px;
height: 65px;
padding: 20px 20px 20px 0;
}
.goods table tr td.td2>img{
width: 63px;
height: 63px;
float: left;
border: 1px solid #F6F3F3;
margin-left: 5px;
}
.goods table tr td.td2>p{
line-height: 17px;
padding-bottom: 4px;
width: 414px;
float: left;
text-align: left;
margin-left: 10px;
color: #686868;
overflow: hidden;
}
.goods table tr td.td2>p>a{
font-weight: 600;
color: #777;
}
.goods table tr td.td2>p>a:hover{
text-decoration: underline;
}
.goods table tr .g_operate>a{
display: block;
width: 18px;
height: 18px;
background: url(../images/car/del.png) 4px -30px no-repeat;
margin: 40px auto;
}
.goods table tr .g_operate>a:hover{
background:#dc323a url(../images/car/del.png) 4px -51px no-repeat;
}
.goods table tr td .inc{
width: 105px;
height: 20px;
padding-left: 15px;
margin-top: 42px;
}
.goods table tr td .inc>a{
display: inline-block;
width: 20px;
height: 20px;
background: #BBBBBB;
float: left;
color: #fff;
font-size: 16px;
line-height: 20px;
text-align: center;
font-weight: 700;
line-height: 18px;
}
.goods table tr td .inc>a:hover{
opacity: 0.8;
}
.goods table tr td .num{
width: 35px;
height: 16px;
border: 1px solid #CDCDCD;
padding: 1px;
margin: 0 5px;
float: left;
text-align: center;
}
/*购物车中的商品结束*/
.h_20{
height: 20px;
width: 1000px;
margin: 0 auto;
clear: both;
}
/*商品结算*/
.jiesuan{
width: 998px;
height: 140px;
border: 1px solid #EFEFEF;
margin: 0 auto;
clear: both;
position: relative;
}
.jiesuan .total_control{
width: 158px;
height: 19px;
padding: 11px 0 0 12px;
color: #2665D9;
}
.jiesuan .total_control>label{
margin-left: 19px;
cursor: pointer;
}
.jiesuan .total_control>a{
margin-left: 19px;
color: #2665D9;
}
.jiesuan .total_price{
width: 270px;
height: 141px;
color: #666;
padding-right: 23px;
position: absolute;
right: 0;
top: -1px;
}
.jiesuan .total_price>p{
width: 270px;
line-height: 20px;
padding: 13px 0;
float: left;
border-bottom: 1px solid #EFEFEF;
text-align: right;
}
.jiesuan .total_price>p>i{
padding-left: 40px;
font-style: normal;
}
.jiesuan .total_price>p>span{
display: inline-block;
line-height: 18px;
float: right;
}
.jiesuan .total_price p.p_p3{
font-size: 14px;
font-weight: 700;
color: #666;
}
.jiesuan .total_price p.p_p3>span{
font-size: 16px;
color: #CA1E18;
font-weight: 900;
}
.jiesuan .total_price p.p_p3>b{
font-size: 16px;
color: #CA1E18;
font-weight: 900;
padding-left: 22px;
}
.h_25{
width: 1000px;
height: 25px;
margin: 0 auto;
}
.two_input{
width: 1000px;
height: 37px;
margin: 0 auto;
}
.two_input>a{
display: inline-block;
width: 148px;
height: 35px;
border: 1px solid #D1D1D1;
margin-left: 22px;
float: right;
font-size: 16px;
text-align: center;
line-height: 35px;
font-family: 微软雅黑;
}
.two_input>a:hover{
opacity: 0.8;
}
.two_input a.ipt_buy{
background: #F9F9F9;
color: #333;
}
.two_input a.ipt_suan{
background: #E01D20;
border: 1px solid #E01D20;
color: #fff;
}
/*商品结算结束*/
/*大笑脸*/
.sweet{
width: 998px;
height: 350px;
margin: 0 auto;
background: url(../images/car/sweet.png) 50% 50% no-repeat;
}
.sweet>h4{
text-align: center;
line-height: 200px;
color: #7F7F7F;
font-size: 13px;
letter-spacing: 1px;
} | ECSHOP/Index/View/Index/css/acount.css | *{
padding: 0;
margin: 0;
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
}
a{
text-decoration: none;
color: #8B8B8B;
}
a:hover{
color: #E01D20;
}
li{
list-style:none;
}
/*头部灰色区块*/
.top_out{
height: 30px;
width: 100%;
border-bottom: 1px solid #EDEDED;
background: #FAFAFA;
}
.top_out .top{
width: 1000px;
height: 16px;
margin: 0 auto;
padding: 7px 0;
}
.top_out .top .t_right{
float: right;
}
.top_out .top .t_right>span{
padding: 0 10px;
color: #c8c8c8;
}
/*头部灰色区块结束*/
/*流程图区块*/
.search_out{
width: 1000px;
height: 106px;
margin: 0 auto;
}
.search_out .logo{
width: 345px;
padding-top: 36px;
float: left;
}
.search_out .liucheng{
width: 570px;
height: 34px;
padding-top: 36px;
overflow: hidden;
float: right;
}
.search_out .liucheng>div{
width: 570px;
height: 34px;
float: left;
}
.search_out .liucheng .lc1{
background: url(../images/car/car.png) 0 0 no-repeat;
}
.search_out .liucheng .lc2{
background: url(../images/car/car.png) 0 -45px no-repeat;
}
.search_out .liucheng .lc3{
background: url(../images/car/car.png) 0 -88px no-repeat;
}
/*流程图区块结束*/
/*购物车中的商品*/
.goods{
width: 1000px;
height: auto;
margin: 0 auto;
}
.goods table{
width: 100%;
height: 200px;
float: left;
}
.goods table tr{
width: 996px;
text-align: center;
float: left;
}
.goods table tr.tr_title{
height: 28px;
background: #F1F1F1;
border: 1px solid #EFEFEF;
}
.goods table tr th{
height: 28px;
line-height: 28px;
float: left;
color: #B7B7B7;
}
.goods table tr .g_check{
width: 37px;
padding-right: 3px;
}
.goods table tr .g_pro{
width: 517px;
}
.goods table tr .g_price{
width: 125px;
}
.goods table tr .g_num{
width: 120px;
}
.goods table tr .g_total{
width: 110px;
}
.goods table tr .g_operate{
width: 80px;
}
.goods table tr.select{
height: 105px;
border: 1px solid #EFEFEF;
border-top: none;
line-height: 105px;
}
.goods table tr td{
height: 105px;
float: left;
color: #777;
}
.goods table tr td.bd{
border-right: 1px solid #EFEFEF;
}
.goods table tr td.td2{
width: 494px;
height: 65px;
padding: 20px 20px 20px 0;
}
.goods table tr td.td2>img{
width: 63px;
height: 63px;
float: left;
border: 1px solid #F6F3F3;
margin-left: 5px;
}
.goods table tr td.td2>p{
line-height: 17px;
padding-bottom: 4px;
width: 414px;
float: left;
text-align: left;
margin-left: 10px;
color: #686868;
overflow: hidden;
}
.goods table tr td.td2>p>a{
font-weight: 600;
color: #777;
}
.goods table tr td.td2>p>a:hover{
text-decoration: underline;
}
.goods table tr .g_operate>a{
display: block;
width: 18px;
height: 18px;
background: url(../images/car/del.png) 4px -30px no-repeat;
margin: 40px auto;
}
.goods table tr .g_operate>a:hover{
background:#dc323a url(../images/car/del.png) 4px -51px no-repeat;
}
.goods table tr td .inc{
width: 105px;
height: 20px;
padding-left: 15px;
margin-top: 42px;
}
.goods table tr td .inc>a{
display: inline-block;
width: 20px;
height: 20px;
background: #BBBBBB;
float: left;
color: #fff;
font-size: 16px;
line-height: 20px;
text-align: center;
font-weight: 700;
line-height: 18px;
}
.goods table tr td .inc>a:hover{
opacity: 0.8;
}
.goods table tr td .num{
width: 35px;
height: 16px;
border: 1px solid #CDCDCD;
padding: 1px;
margin: 0 5px;
float: left;
text-align: center;
}
/*购物车中的商品结束*/
.h_20{
height: 20px;
width: 1000px;
margin: 0 auto;
clear: both;
}
/*商品结算*/
.jiesuan{
width: 998px;
height: 140px;
border: 1px solid #EFEFEF;
margin: 0 auto;
clear: both;
position: relative;
}
.jiesuan .total_control{
width: 158px;
height: 19px;
padding: 11px 0 0 12px;
color: #2665D9;
}
.jiesuan .total_control>label{
margin-left: 19px;
cursor: pointer;
}
.jiesuan .total_control>a{
margin-left: 19px;
color: #2665D9;
}
.jiesuan .total_price{
width: 270px;
height: 141px;
color: #666;
padding-right: 23px;
position: absolute;
right: 0;
top: -1px;
}
.jiesuan .total_price>p{
width: 270px;
line-height: 20px;
padding: 13px 0;
float: left;
border-bottom: 1px solid #EFEFEF;
text-align: right;
}
.jiesuan .total_price>p>i{
padding-left: 40px;
font-style: normal;
}
.jiesuan .total_price>p>span{
display: inline-block;
line-height: 18px;
float: right;
}
.jiesuan .total_price p.p_p3{
font-size: 14px;
font-weight: 700;
color: #666;
}
.jiesuan .total_price p.p_p3>span{
font-size: 16px;
color: #CA1E18;
font-weight: 900;
}
.jiesuan .total_price p.p_p3>b{
font-size: 16px;
color: #CA1E18;
font-weight: 900;
padding-left: 22px;
}
.h_25{
width: 1000px;
height: 25px;
margin: 0 auto;
}
.two_input{
width: 1000px;
height: 37px;
margin: 0 auto;
}
.two_input>a{
display: inline-block;
width: 148px;
height: 35px;
border: 1px solid #D1D1D1;
margin-left: 22px;
float: right;
font-size: 16px;
text-align: center;
line-height: 35px;
font-family: 微软雅黑;
}
.two_input>a:hover{
opacity: 0.8;
}
.two_input a.ipt_buy{
background: #F9F9F9;
color: #333;
}
.two_input a.ipt_suan{
background: #E01D20;
border: 1px solid #E01D20;
color: #fff;
}
/*商品结算结束*/
/*大笑脸*/
.sweet{
width: 998px;
height: 350px;
margin: 0 auto;
background: url(../images/car/sweet.png) 50% 50% no-repeat;
}
.sweet>h4{
text-align: center;
line-height: 200px;
color: #7F7F7F;
font-size: 13px;
letter-spacing: 1px;
} | 0.26086 | 0.052425 |
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
nav ul a,
nav .brand-logo {
color: #444;
}
#index-banner{
margin-top:5px;
}
nav {
z-index: 1300;
}
p {
line-height: 2rem;
}
.button-collapse {
color: #26a69a;
}
.parallax-container {
min-height: 480px;
line-height: 0;
height: auto;
color: rgba(255,255,255, 1);
line-height: 1.2!important;
font-weight:777!important;
font-size: 1.3rem;
}
.parallax-container .section {
width: 100%;
}
.colour-special{
}
@media only screen and (max-width : 992px) {
.parallax-container .section {
position: absolute;
top: 40%;
}
#index-banner .section {
top: 10%;
}
}
@media only screen and (max-width : 600px) {
#index-banner .section {
top: 0;
}
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
footer.page-footer {
margin: 0;
}
.text-shadow{
text-shadow: 2px 2px 0.8em black,
1px 1px 1em black;
}
.mar{
margin-top: 30px;
}
.main-header{
margin-top: 110px;
}
.gallery{
margin-top: 30px;
}
.material-placeholder{
margin-top: 40px;
margin-bottom: 30px;
}
.telephone{
margin-top: 55px;
margin-bottom: 55px;
}
.cerf{
margin-top:55px;
margin-bottom: 55px
}
#sidenav-overlay{
z-index: 333;
}
/* pictures */
.logo-png{
height: 100px;
}
.items{
max-width: 55%;
margin-top: 30px;
}
.ready{
color:black;
}
.equal{
margin:10px auto;
width:70%;
text-align: center;
}
@media (max-width: 600px) {
.parallax-container {
min-height: 380px;
}
.main-header{
font-size: 26px!important;
margin-top: 55px;
}
#index-banner img{
}
img.items{
width:80%;
}
.long{
min-height: 550px;
font-size: 0.7rem;
}
.long h4{
margin-top: -190px;
font-size: 23px;
}
.answer{
font-size: 20px;
transform: translateY(-110px);
}
.awesome-text{
transform: translateY(-70px);
line-height: 1;
font-size: 17px;
}
} | css/style.css | * Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
nav ul a,
nav .brand-logo {
color: #444;
}
#index-banner{
margin-top:5px;
}
nav {
z-index: 1300;
}
p {
line-height: 2rem;
}
.button-collapse {
color: #26a69a;
}
.parallax-container {
min-height: 480px;
line-height: 0;
height: auto;
color: rgba(255,255,255, 1);
line-height: 1.2!important;
font-weight:777!important;
font-size: 1.3rem;
}
.parallax-container .section {
width: 100%;
}
.colour-special{
}
@media only screen and (max-width : 992px) {
.parallax-container .section {
position: absolute;
top: 40%;
}
#index-banner .section {
top: 10%;
}
}
@media only screen and (max-width : 600px) {
#index-banner .section {
top: 0;
}
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
footer.page-footer {
margin: 0;
}
.text-shadow{
text-shadow: 2px 2px 0.8em black,
1px 1px 1em black;
}
.mar{
margin-top: 30px;
}
.main-header{
margin-top: 110px;
}
.gallery{
margin-top: 30px;
}
.material-placeholder{
margin-top: 40px;
margin-bottom: 30px;
}
.telephone{
margin-top: 55px;
margin-bottom: 55px;
}
.cerf{
margin-top:55px;
margin-bottom: 55px
}
#sidenav-overlay{
z-index: 333;
}
/* pictures */
.logo-png{
height: 100px;
}
.items{
max-width: 55%;
margin-top: 30px;
}
.ready{
color:black;
}
.equal{
margin:10px auto;
width:70%;
text-align: center;
}
@media (max-width: 600px) {
.parallax-container {
min-height: 380px;
}
.main-header{
font-size: 26px!important;
margin-top: 55px;
}
#index-banner img{
}
img.items{
width:80%;
}
.long{
min-height: 550px;
font-size: 0.7rem;
}
.long h4{
margin-top: -190px;
font-size: 23px;
}
.answer{
font-size: 20px;
transform: translateY(-110px);
}
.awesome-text{
transform: translateY(-70px);
line-height: 1;
font-size: 17px;
}
} | 0.421909 | 0.076201 |
{width: 100%;}
#outertopic2
{background-color: black;color:white}
.outertopic::before
{
position: absolute;
width: 100%;
height: calc(10px + 3vw);
z-index: 2;
margin-top: calc(-5px - 0.5vw);
}
#outertopic1::before
{display:none;}
#outertopic2::before
{background:linear-gradient(to bottom left, white 50%,black 0)}
#outertopic3::before
{background:linear-gradient(to bottom left, black 50%,white 0)}
.overflow-wrapper
{overflow: hidden;}
.topic
{
position:relative;
height: calc(280px + 18vw);
width: 100%;
text-align: center;
margin-top: 10px;
}
.innertopic
{
position:relative;
width:90%;
width: calc(43px + 77vw);
top: 50%;
left:50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.topic h2
{font-size: calc(12px + 3.2vw);}
.step
{
font-size: calc(10px + 1.5vw);
margin: 0 auto 0 auto;
text-align: center;
}
.step p
{margin: calc(10px + 1.5vw) 0 calc(6px + 0.9vw) 0;}
.step a
{color:black;}
.show-buttons
{
position: relative;
font-size: calc(8px + 1.1vw);
}
.showmore,
.showless
{
display:inline-block;
padding: calc(4px + 0.9vw);
margin: 0 auto;
cursor: pointer;
opacity: 1;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.showless
{
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, -15%);
-moz-transform: translate(-50%, -15%);
-o-transform:translate(-50%, -15%);
transform: translate(-50%, -15%);
top: 0;
}
.novisibility
{visibility: hidden;}
.novisibility.showless
{
-webkit-transform: translate(-50%, 0) rotateX(90deg);
-moz-transform: translate(-50%, 0) rotateX(90deg);
-o-transform: translate(-50%, 0) rotateX(90deg);
transform: translate(-50%, 0) rotateX(90deg);
}
.novisibility.showmore
{
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-o-transform:rotateX(90deg);
transform: rotateX(90deg);
}
.arrow-right.icon,
.arrow-down.icon,
.arrow-up.icon
{
color: currentColor;
position: relative;
margin: 1vw 0 1vw 0;
left:50%;
width: 1px;
height: 15px;
background-color: currentColor;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition: 0.5s;
}
.arrow-right.icon
{
margin:0;
display:inline-block;
left: 1vw;
top:-3px;
width: 15px;
height: 1px;
}
.arrow-down.icon:before
{
position: relative;
left: -5px;
top: 3px;
width: 10px;
height: 10px;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.arrow-up.icon:before
{
position: relative;
left: -5px;
top: 1px;
width: 10px;
height: 10px;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.arrow-right.icon:before
{
position: relative;
left: 4px;
top: -5px;
width: 10px;
height: 10px;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.showmore:hover .arrow-down.icon
{margin: 2vw 0 0 0;}
.showless:hover .arrow-up.icon
{margin: 0 0 2vw 0;}
.showmore:hover .arrow-right.icon
{left:2vw;}
.morecontent
{
overflow: hidden;
-webkit-transition: 1s ease-in-out;
-moz-transition: 1s ease-in-out;
-ms-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}
.morecontent.less
{
max-height: 0;
}
#howcontent,
#whatcontent
{
text-align:center;
margin: 0 0 calc(15px + 6vw) 0;
}
.element
{
margin: 0 auto calc(6px + 1.9vw) auto;
width: calc(80px + 67vw);
}
.elementtitle
{
font-size: 6vw;
font-weight: bold;
font-style: italic;
}
.elementtitle
{
margin: 0.6em 0;
}
.element p
{font-size: calc(10px + 1.5vw)}
#passiontitle
{color: rgb(228, 59, 59);}
#techtitle
{color: green;}
#knowledgetitle
{color: orangered;}
#intuitivetitle
{color: rgb(95, 95, 95);}
#responsivetitle
{color: rgb(192, 91, 138);}
#pwatitle
{color: rgb(223, 70, 10);}
#pwainfo, #addpwa
{
background-color: rgb(223, 70, 0);
color: white;
border-radius: calc(5px + 1.5vw);
line-height: calc(20px + 4vw);
text-align: center;
font-size: calc(10px + 1.5vw);
width: calc(150px + 35vw);
text-decoration: none;
-webkit-transition: .7s;
-moz-transition: .7s;
-ms-transition:.7s;
-o-transition:.7s;
transition: .7s;
}
#pwainfo:hover, #addpwa:hover
{
background-color: rgb(255, 80, 0);
font-size: calc(10px + 1.7vw);
cursor:pointer;
}
#pwa-button-container
{
display:none;
}
#formlink
{
display: inline-block;
color: black;
font-weight:bold;
}
#orderbottomheader
{text-align: center;}
#orderbottomheader h2
{font-size: calc(15px + 2vw);}
.orderbtn
{
margin: calc(8px + 2vw) auto 0 auto;
border-radius: calc(5px + 1.5vw);
background: #5FC023;
color: white;
line-height: calc(25px + 6.5vw);
text-align: center;
font-size: calc(10px + 2.6vw);
text-decoration: none;
width: calc(80px + 67vw);
-webkit-transition: .7s;
-moz-transition: .7s;
-ms-transition:.7s;
-o-transition:.7s;
transition: .7s;
}
.orderbtn:hover
{
background: #5FE023;
font-size: calc(12px + 2.8vw);
}
/* Small devices (portrait tablets, landscape phones, 640px and up) */
@media only screen and (min-width: 640px) {
.outertopic::before
{
height: 40px;
margin-top:-20px;
}
.elementtitle
{font-size: 4vw;}
}
/* Medium devices (landscape tablets, 800px and up) */
@media only screen and (min-width: 800px) {
.elementtitle
{
font-size: 3vw;
display: inline-block;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.arrow-down.icon,
.arrow-up.icon
{
width: 2px;
height: 20px;
}
.arrow-right.icon
{
width: 20px;
height: 2px;
}
.arrow-down.icon:before
{
position: relative;
left: -5px;
top: 8px;
width: 10px;
height: 10px;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
}
.arrow-up.icon:before
{
position: relative;
left: -5px;
top: 1px;
width: 10px;
height: 10px;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
}
.arrow-right.icon:before
{
position: relative;
left:7px;
top: -5px;
width: 10px;
height: 10px;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
}
} | uncompiled/css/index.css | {width: 100%;}
#outertopic2
{background-color: black;color:white}
.outertopic::before
{
position: absolute;
width: 100%;
height: calc(10px + 3vw);
z-index: 2;
margin-top: calc(-5px - 0.5vw);
}
#outertopic1::before
{display:none;}
#outertopic2::before
{background:linear-gradient(to bottom left, white 50%,black 0)}
#outertopic3::before
{background:linear-gradient(to bottom left, black 50%,white 0)}
.overflow-wrapper
{overflow: hidden;}
.topic
{
position:relative;
height: calc(280px + 18vw);
width: 100%;
text-align: center;
margin-top: 10px;
}
.innertopic
{
position:relative;
width:90%;
width: calc(43px + 77vw);
top: 50%;
left:50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.topic h2
{font-size: calc(12px + 3.2vw);}
.step
{
font-size: calc(10px + 1.5vw);
margin: 0 auto 0 auto;
text-align: center;
}
.step p
{margin: calc(10px + 1.5vw) 0 calc(6px + 0.9vw) 0;}
.step a
{color:black;}
.show-buttons
{
position: relative;
font-size: calc(8px + 1.1vw);
}
.showmore,
.showless
{
display:inline-block;
padding: calc(4px + 0.9vw);
margin: 0 auto;
cursor: pointer;
opacity: 1;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.showless
{
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, -15%);
-moz-transform: translate(-50%, -15%);
-o-transform:translate(-50%, -15%);
transform: translate(-50%, -15%);
top: 0;
}
.novisibility
{visibility: hidden;}
.novisibility.showless
{
-webkit-transform: translate(-50%, 0) rotateX(90deg);
-moz-transform: translate(-50%, 0) rotateX(90deg);
-o-transform: translate(-50%, 0) rotateX(90deg);
transform: translate(-50%, 0) rotateX(90deg);
}
.novisibility.showmore
{
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-o-transform:rotateX(90deg);
transform: rotateX(90deg);
}
.arrow-right.icon,
.arrow-down.icon,
.arrow-up.icon
{
color: currentColor;
position: relative;
margin: 1vw 0 1vw 0;
left:50%;
width: 1px;
height: 15px;
background-color: currentColor;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition: 0.5s;
}
.arrow-right.icon
{
margin:0;
display:inline-block;
left: 1vw;
top:-3px;
width: 15px;
height: 1px;
}
.arrow-down.icon:before
{
position: relative;
left: -5px;
top: 3px;
width: 10px;
height: 10px;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.arrow-up.icon:before
{
position: relative;
left: -5px;
top: 1px;
width: 10px;
height: 10px;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.arrow-right.icon:before
{
position: relative;
left: 4px;
top: -5px;
width: 10px;
height: 10px;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.showmore:hover .arrow-down.icon
{margin: 2vw 0 0 0;}
.showless:hover .arrow-up.icon
{margin: 0 0 2vw 0;}
.showmore:hover .arrow-right.icon
{left:2vw;}
.morecontent
{
overflow: hidden;
-webkit-transition: 1s ease-in-out;
-moz-transition: 1s ease-in-out;
-ms-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}
.morecontent.less
{
max-height: 0;
}
#howcontent,
#whatcontent
{
text-align:center;
margin: 0 0 calc(15px + 6vw) 0;
}
.element
{
margin: 0 auto calc(6px + 1.9vw) auto;
width: calc(80px + 67vw);
}
.elementtitle
{
font-size: 6vw;
font-weight: bold;
font-style: italic;
}
.elementtitle
{
margin: 0.6em 0;
}
.element p
{font-size: calc(10px + 1.5vw)}
#passiontitle
{color: rgb(228, 59, 59);}
#techtitle
{color: green;}
#knowledgetitle
{color: orangered;}
#intuitivetitle
{color: rgb(95, 95, 95);}
#responsivetitle
{color: rgb(192, 91, 138);}
#pwatitle
{color: rgb(223, 70, 10);}
#pwainfo, #addpwa
{
background-color: rgb(223, 70, 0);
color: white;
border-radius: calc(5px + 1.5vw);
line-height: calc(20px + 4vw);
text-align: center;
font-size: calc(10px + 1.5vw);
width: calc(150px + 35vw);
text-decoration: none;
-webkit-transition: .7s;
-moz-transition: .7s;
-ms-transition:.7s;
-o-transition:.7s;
transition: .7s;
}
#pwainfo:hover, #addpwa:hover
{
background-color: rgb(255, 80, 0);
font-size: calc(10px + 1.7vw);
cursor:pointer;
}
#pwa-button-container
{
display:none;
}
#formlink
{
display: inline-block;
color: black;
font-weight:bold;
}
#orderbottomheader
{text-align: center;}
#orderbottomheader h2
{font-size: calc(15px + 2vw);}
.orderbtn
{
margin: calc(8px + 2vw) auto 0 auto;
border-radius: calc(5px + 1.5vw);
background: #5FC023;
color: white;
line-height: calc(25px + 6.5vw);
text-align: center;
font-size: calc(10px + 2.6vw);
text-decoration: none;
width: calc(80px + 67vw);
-webkit-transition: .7s;
-moz-transition: .7s;
-ms-transition:.7s;
-o-transition:.7s;
transition: .7s;
}
.orderbtn:hover
{
background: #5FE023;
font-size: calc(12px + 2.8vw);
}
/* Small devices (portrait tablets, landscape phones, 640px and up) */
@media only screen and (min-width: 640px) {
.outertopic::before
{
height: 40px;
margin-top:-20px;
}
.elementtitle
{font-size: 4vw;}
}
/* Medium devices (landscape tablets, 800px and up) */
@media only screen and (min-width: 800px) {
.elementtitle
{
font-size: 3vw;
display: inline-block;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.arrow-down.icon,
.arrow-up.icon
{
width: 2px;
height: 20px;
}
.arrow-right.icon
{
width: 20px;
height: 2px;
}
.arrow-down.icon:before
{
position: relative;
left: -5px;
top: 8px;
width: 10px;
height: 10px;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
}
.arrow-up.icon:before
{
position: relative;
left: -5px;
top: 1px;
width: 10px;
height: 10px;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
}
.arrow-right.icon:before
{
position: relative;
left:7px;
top: -5px;
width: 10px;
height: 10px;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
}
} | 0.301979 | 0.128607 |
.covid h1 {
font-weight: bold;
color: #ffbc20;
}
/* Logo And Credits */
.img {
box-shadow: rgba(221, 31, 31, 0.13) 0px 20px 25px -5px,
rgba(240, 55, 55, 0.986) 0px 10px 10px -5px;
margin-top: 10px;
margin-bottom: 10px;
}
.brand {
display: flex;
align-items: center;
}
.covid .img {
/* width: 200px; */
display: flex;
align-items: center;
justify-content: space-between;
}
.img .selected {
font-size: 1.5rem;
color: #ffbc20;
}
.covid .img img {
border-radius: 50%;
width: 100px;
padding: 0;
margin-bottom: 10px;
}
.img .stats {
margin-right: 10px;
}
/* Boxes And Global Data */
.global {
height: 30vh;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 40px;
text-align: center;
width: 100%;
}
.global .box {
box-shadow: rgba(221, 31, 31, 0.13) 0px 20px 25px -5px,
rgba(240, 55, 55, 0.986) 0px 10px 10px -5px;
display: flex;
gap: 1rem;
align-items: center;
justify-content: center;
height: 20vh;
color: #ffbc20;
width: 100%;
text-align: center;
}
.global .box h2 {
text-align: center;
display: inline;
width: 100%;
padding: 15px;
}
.box .inner {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 20vh;
text-align: center;
flex-direction: column;
}
/* paragraph */
p {
color: white;
}
/* Button Styling */
.btn {
display: flex;
justify-content: center;
align-items: center;
}
button {
color: white;
padding: 10px;
text-align: center;
font-weight: bold;
font-size: 15px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
background: none;
border-color: #ffbc20;
width: 15%;
}
button:hover {
cursor: pointer;
background-color: #ffbc20;
color: white;
}
button:focus {
outline: none;
}
/* Form */
form {
display: flex;
margin-top: 30px;
justify-content: center;
}
form input {
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 10px;
display: inline-block;
width: 50%;
margin-right: 70px;
outline: none;
color: red;
font-size: 15px;
font-weight: bold;
}
form input[type='text']:focus {
border-color: red;
}
/* NavLink */
a {
text-decoration: none;
padding: 10px;
border: none;
color: #ffbc20;
font-weight: bold;
font-size: 16px;
text-align: center;
}
.stats a:hover {
border-bottom: 1px solid coral;
}
/* Media Queries */
@media screen and (max-width: 768px) {
.covid .img {
/* width: 200px; */
display: flex;
align-items: center;
justify-content: space-around;
}
.global {
height: 30vh;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 40px;
text-align: center;
width: 100%;
}
.global .box {
gap: 0.5rem;
}
}
@media screen and (max-width: 500px) {
.global {
height: 20vh;
display: flex;
align-items: center;
justify-content: center;
gap: 0.2rem;
margin-top: 10px;
text-align: center;
width: 100%;
}
.covid .img {
/* width: 200px; */
display: flex;
align-items: center;
justify-content: space-between;
}
.btn button {
margin-top: 20px;
width: 35%;
}
form button {
width: 20%;
margin-left: 0;
}
.global .box {
gap: 0.5rem;
}
.covid .img img {
margin-bottom: 0px;
width: 80px;
}
.img .selected {
margin-top: 0px;
}
.global .box .inner h2 {
font-size: 1.1rem;
}
.brand a {
padding: 5px;
margin: 0;
}
} | src/covid/covid.css | .covid h1 {
font-weight: bold;
color: #ffbc20;
}
/* Logo And Credits */
.img {
box-shadow: rgba(221, 31, 31, 0.13) 0px 20px 25px -5px,
rgba(240, 55, 55, 0.986) 0px 10px 10px -5px;
margin-top: 10px;
margin-bottom: 10px;
}
.brand {
display: flex;
align-items: center;
}
.covid .img {
/* width: 200px; */
display: flex;
align-items: center;
justify-content: space-between;
}
.img .selected {
font-size: 1.5rem;
color: #ffbc20;
}
.covid .img img {
border-radius: 50%;
width: 100px;
padding: 0;
margin-bottom: 10px;
}
.img .stats {
margin-right: 10px;
}
/* Boxes And Global Data */
.global {
height: 30vh;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 40px;
text-align: center;
width: 100%;
}
.global .box {
box-shadow: rgba(221, 31, 31, 0.13) 0px 20px 25px -5px,
rgba(240, 55, 55, 0.986) 0px 10px 10px -5px;
display: flex;
gap: 1rem;
align-items: center;
justify-content: center;
height: 20vh;
color: #ffbc20;
width: 100%;
text-align: center;
}
.global .box h2 {
text-align: center;
display: inline;
width: 100%;
padding: 15px;
}
.box .inner {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 20vh;
text-align: center;
flex-direction: column;
}
/* paragraph */
p {
color: white;
}
/* Button Styling */
.btn {
display: flex;
justify-content: center;
align-items: center;
}
button {
color: white;
padding: 10px;
text-align: center;
font-weight: bold;
font-size: 15px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
background: none;
border-color: #ffbc20;
width: 15%;
}
button:hover {
cursor: pointer;
background-color: #ffbc20;
color: white;
}
button:focus {
outline: none;
}
/* Form */
form {
display: flex;
margin-top: 30px;
justify-content: center;
}
form input {
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 10px;
display: inline-block;
width: 50%;
margin-right: 70px;
outline: none;
color: red;
font-size: 15px;
font-weight: bold;
}
form input[type='text']:focus {
border-color: red;
}
/* NavLink */
a {
text-decoration: none;
padding: 10px;
border: none;
color: #ffbc20;
font-weight: bold;
font-size: 16px;
text-align: center;
}
.stats a:hover {
border-bottom: 1px solid coral;
}
/* Media Queries */
@media screen and (max-width: 768px) {
.covid .img {
/* width: 200px; */
display: flex;
align-items: center;
justify-content: space-around;
}
.global {
height: 30vh;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 40px;
text-align: center;
width: 100%;
}
.global .box {
gap: 0.5rem;
}
}
@media screen and (max-width: 500px) {
.global {
height: 20vh;
display: flex;
align-items: center;
justify-content: center;
gap: 0.2rem;
margin-top: 10px;
text-align: center;
width: 100%;
}
.covid .img {
/* width: 200px; */
display: flex;
align-items: center;
justify-content: space-between;
}
.btn button {
margin-top: 20px;
width: 35%;
}
form button {
width: 20%;
margin-left: 0;
}
.global .box {
gap: 0.5rem;
}
.covid .img img {
margin-bottom: 0px;
width: 80px;
}
.img .selected {
margin-top: 0px;
}
.global .box .inner h2 {
font-size: 1.1rem;
}
.brand a {
padding: 5px;
margin: 0;
}
} | 0.334698 | 0.063861 |
* @package Skin "Default"
* @section Appointment Calendar Manage
*/
@media screen,projection,tv,handheld {
.WidgetSimple fieldset.Separated {
background-color: #E9E9E9;
border: 1px solid #CCCCCC;
margin: 9px 0;
padding: 4px;
}
.InlineButton {
background: transparent;
cursor: pointer;
border: none;
padding: 0;
}
tr.Invalid .DownloadLink,
tr.Invalid .InlineButton {
display: none;
}
.CalendarColor {
cursor: default !important;
border: 1px solid #BBB;
border: 1px solid rgba(0, 0, 0, 0.25);
box-sizing: border-box;
}
.Invalid .CalendarColor {
opacity: 0.3;
}
/**
* Spectrum Color picker
*/
.ColorPaletteButton.sp-replacer {
background-color: #FFF;
box-shadow: 1px 1px 3px #EEE inset, -1px -1px 3px #EEE inset;
border-color: #C0C0C0 #C9C9C9 #C9C9C9;
padding: 3px 4px !important;
}
.ColorPaletteButton.sp-replacer:hover {
border-color: #C0C0C0 #C9C9C9 #C9C9C9;
}
.ColorPaletteButton.sp-replacer:focus,
.ColorPaletteButton.sp-replacer.sp-active {
border-color: #F92;
}
.ColorPaletteButton .sp-preview {
width: 16px;
height: 16px;
border: none;
}
.ColorPaletteButton .sp-preview-inner,
.ColorPaletteContainer .sp-thumb-inner {
border: 1px solid #BBB;
border: 1px solid rgba(0, 0, 0, 0.25);
}
.ColorPaletteContainer .sp-thumb-inner:hover {
border-color: #F92;
}
.ColorPaletteButton .sp-dd {
font-size: 9px;
height: 8px;
line-height: 8px;
padding: 4px 0;
}
.ColorPaletteContainer.sp-container,
.ColorPaletteContainer.sp-container button,
.ColorPaletteContainer.sp-container input {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ColorPaletteContainer.sp-container {
border-color: #C0C0C0 #C9C9C9 #C9C9C9;
background-color: #FFF;
}
.ColorPaletteContainer.sp-container button {
color: #333;
cursor: pointer;
font-size: 11px;
line-height: 14px;
min-height: 12px;
padding: 3px;
background: #EEE;
border-radius: 0;
border: 1px solid #CCC;
border-bottom: 1px solid #BBB;
display: inline-block;
cursor: pointer;
transition: all ease-in 0.2s;
text-shadow: 0 1px 0 #EEE;
}
.ColorPaletteContainer.sp-container button:hover {
background-image: none;
background-color: #E5E5E5;
border-color: #999;
color: #000;
}
.ColorPaletteContainer.sp-container input {
border-radius: 0;
}
.ColorPaletteContainer.sp-container .sp-input.sp-validation-error {
background: #FFF;
}
.ColorPaletteContainer.sp-container .sp-cancel {
color: #F92 !important;
font-size: 12px;
}
.ColorPaletteContainer.sp-container .sp-cancel:hover {
color: #F72 !important;
text-decoration: none;
}
.ColorPaletteContainer .sp-palette-container,
.ColorPaletteContainer .sp-picker-container {
padding: 5px 5px 295px;
}
.ColorPaletteContainer .sp-palette-toggle {
margin-top: 3px;
}
.ColorPaletteContainer .sp-palette {
max-width: 240px;
}
.ColorPaletteContainer .sp-palette .sp-thumb-el {
border: none;
margin: 2px;
}
input[readonly] + .ColorPaletteButton {
background-color: #DDD;
pointer-events: none;
}
} /* end @media */ | var/httpd/htdocs/skins/Agent/default/css/Core.AppointmentCalendar.Manage.css | * @package Skin "Default"
* @section Appointment Calendar Manage
*/
@media screen,projection,tv,handheld {
.WidgetSimple fieldset.Separated {
background-color: #E9E9E9;
border: 1px solid #CCCCCC;
margin: 9px 0;
padding: 4px;
}
.InlineButton {
background: transparent;
cursor: pointer;
border: none;
padding: 0;
}
tr.Invalid .DownloadLink,
tr.Invalid .InlineButton {
display: none;
}
.CalendarColor {
cursor: default !important;
border: 1px solid #BBB;
border: 1px solid rgba(0, 0, 0, 0.25);
box-sizing: border-box;
}
.Invalid .CalendarColor {
opacity: 0.3;
}
/**
* Spectrum Color picker
*/
.ColorPaletteButton.sp-replacer {
background-color: #FFF;
box-shadow: 1px 1px 3px #EEE inset, -1px -1px 3px #EEE inset;
border-color: #C0C0C0 #C9C9C9 #C9C9C9;
padding: 3px 4px !important;
}
.ColorPaletteButton.sp-replacer:hover {
border-color: #C0C0C0 #C9C9C9 #C9C9C9;
}
.ColorPaletteButton.sp-replacer:focus,
.ColorPaletteButton.sp-replacer.sp-active {
border-color: #F92;
}
.ColorPaletteButton .sp-preview {
width: 16px;
height: 16px;
border: none;
}
.ColorPaletteButton .sp-preview-inner,
.ColorPaletteContainer .sp-thumb-inner {
border: 1px solid #BBB;
border: 1px solid rgba(0, 0, 0, 0.25);
}
.ColorPaletteContainer .sp-thumb-inner:hover {
border-color: #F92;
}
.ColorPaletteButton .sp-dd {
font-size: 9px;
height: 8px;
line-height: 8px;
padding: 4px 0;
}
.ColorPaletteContainer.sp-container,
.ColorPaletteContainer.sp-container button,
.ColorPaletteContainer.sp-container input {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ColorPaletteContainer.sp-container {
border-color: #C0C0C0 #C9C9C9 #C9C9C9;
background-color: #FFF;
}
.ColorPaletteContainer.sp-container button {
color: #333;
cursor: pointer;
font-size: 11px;
line-height: 14px;
min-height: 12px;
padding: 3px;
background: #EEE;
border-radius: 0;
border: 1px solid #CCC;
border-bottom: 1px solid #BBB;
display: inline-block;
cursor: pointer;
transition: all ease-in 0.2s;
text-shadow: 0 1px 0 #EEE;
}
.ColorPaletteContainer.sp-container button:hover {
background-image: none;
background-color: #E5E5E5;
border-color: #999;
color: #000;
}
.ColorPaletteContainer.sp-container input {
border-radius: 0;
}
.ColorPaletteContainer.sp-container .sp-input.sp-validation-error {
background: #FFF;
}
.ColorPaletteContainer.sp-container .sp-cancel {
color: #F92 !important;
font-size: 12px;
}
.ColorPaletteContainer.sp-container .sp-cancel:hover {
color: #F72 !important;
text-decoration: none;
}
.ColorPaletteContainer .sp-palette-container,
.ColorPaletteContainer .sp-picker-container {
padding: 5px 5px 295px;
}
.ColorPaletteContainer .sp-palette-toggle {
margin-top: 3px;
}
.ColorPaletteContainer .sp-palette {
max-width: 240px;
}
.ColorPaletteContainer .sp-palette .sp-thumb-el {
border: none;
margin: 2px;
}
input[readonly] + .ColorPaletteButton {
background-color: #DDD;
pointer-events: none;
}
} /* end @media */ | 0.575469 | 0.07477 |
html{
font-family: Verdana, Comic Sans MS, Comic Sans, sans-serif;
}
body{
width: 90%;
margin: 1rem auto;
font-size: 14px;
text-align: center;
}
div{
/*margin: 1rem;*/
}
header {
/*width:50%;*/
/*display: block;*/
}
.en-tete {
text-align: center;
}
#imghead {
width: 15%;
height: auto;
}
#reponse_T {
font-family: Comic Sans MS, Comic Sans, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
padding-bottom: 1rem;
text-align: center;
}
.col {
display: flex;
}
.col1 {
flex: 1;
padding: 1em;
}
.col2 {
flex: 1;
padding: 1em;
}
.form_2021_1ère{
/*margin: 1rem;*/
/*padding: 1rem;*/
border: 5px ridge blue;
text-align: left;
float:left;
/*width:50%;*/
background-color: #FFFFCC;
}
.form_2021_Term{
/*margin: 1rem;*/
/*padding: 1rem;*/
border: 5px ridge red;
text-align: left;
float:left;
/*width:50%;*/
background-color: #CCFFFF;
}
.titre {
text-align: center;
font-weight : bold;
}
input {
width :6rem;
}
.matieres {
font-size: 12px;
font-weight: bold;
}
.matiere1 {
text-align: left;
font-size: 12px;
font-weight: normal;
border-radius: 5px;
background-color: #9EFAF9;
}
.matiere2 {
text-align: left;
font-size: 12px;
font-weight: normal;
border-radius: 5px;
background-color: #9EC4F4;
}
.tab {
display : flex;
}
.tab1 {
flex: 1;
padding: 1em;
}
.tab2 {
flex: 1;
padding: 1em;
}
.tab3 {
flex: 1;
padding: 1em;
}
.EC{
font-weight: bold;
}
.Bulletins1{
text-align: left;
font-weight: bold;
border-radius: 5px;
background-color: #FFCC00;
}
.bouton {
/*display:block;*/
margin: 1rem auto;
font-size: 18px;
/*width:100px;*/
line-height:50px;
text-align:center;
vertical-align:middle;
background-color: #3366CC;
color:white;
text-decoration:none;
}
.bouton:hover {
background-color: #5588EE;
}
.centre {
text-align:center;
}
.sep {
padding-bottom : 1rem;
}
#reponse {
font-family: Comic Sans MS, Comic Sans, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
padding-bottom: 1rem;
/*border: 5px ridge pink;*/
text-align: center;
}
footer {
margin: 2rem auto;
font-size: 12px;
text-align: center;
float:left;
width:100%;
}
#imgfoot {
width: 8%;
height: auto;
}
#aide {
font-size: 16px;
font-weight: bold;
} | style.css | html{
font-family: Verdana, Comic Sans MS, Comic Sans, sans-serif;
}
body{
width: 90%;
margin: 1rem auto;
font-size: 14px;
text-align: center;
}
div{
/*margin: 1rem;*/
}
header {
/*width:50%;*/
/*display: block;*/
}
.en-tete {
text-align: center;
}
#imghead {
width: 15%;
height: auto;
}
#reponse_T {
font-family: Comic Sans MS, Comic Sans, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
padding-bottom: 1rem;
text-align: center;
}
.col {
display: flex;
}
.col1 {
flex: 1;
padding: 1em;
}
.col2 {
flex: 1;
padding: 1em;
}
.form_2021_1ère{
/*margin: 1rem;*/
/*padding: 1rem;*/
border: 5px ridge blue;
text-align: left;
float:left;
/*width:50%;*/
background-color: #FFFFCC;
}
.form_2021_Term{
/*margin: 1rem;*/
/*padding: 1rem;*/
border: 5px ridge red;
text-align: left;
float:left;
/*width:50%;*/
background-color: #CCFFFF;
}
.titre {
text-align: center;
font-weight : bold;
}
input {
width :6rem;
}
.matieres {
font-size: 12px;
font-weight: bold;
}
.matiere1 {
text-align: left;
font-size: 12px;
font-weight: normal;
border-radius: 5px;
background-color: #9EFAF9;
}
.matiere2 {
text-align: left;
font-size: 12px;
font-weight: normal;
border-radius: 5px;
background-color: #9EC4F4;
}
.tab {
display : flex;
}
.tab1 {
flex: 1;
padding: 1em;
}
.tab2 {
flex: 1;
padding: 1em;
}
.tab3 {
flex: 1;
padding: 1em;
}
.EC{
font-weight: bold;
}
.Bulletins1{
text-align: left;
font-weight: bold;
border-radius: 5px;
background-color: #FFCC00;
}
.bouton {
/*display:block;*/
margin: 1rem auto;
font-size: 18px;
/*width:100px;*/
line-height:50px;
text-align:center;
vertical-align:middle;
background-color: #3366CC;
color:white;
text-decoration:none;
}
.bouton:hover {
background-color: #5588EE;
}
.centre {
text-align:center;
}
.sep {
padding-bottom : 1rem;
}
#reponse {
font-family: Comic Sans MS, Comic Sans, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
padding-bottom: 1rem;
/*border: 5px ridge pink;*/
text-align: center;
}
footer {
margin: 2rem auto;
font-size: 12px;
text-align: center;
float:left;
width:100%;
}
#imgfoot {
width: 8%;
height: auto;
}
#aide {
font-size: 16px;
font-weight: bold;
} | 0.184878 | 0.046573 |
body {
font-family: Roboto,sans-serif,微软雅黑;
transition: all 0.5s;
}
body::-webkit-scrollbar {
width: 0.6em;
height: 0.6em;
transition: all 0.2s;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
transition: all 0.2s;
}
body::-webkit-scrollbar-thumb {
background-color: gray;
outline: 1px solid gray;
border-radius: 20px;
transition: 0.2s;
}
#body-container {
opacity: 0; /* first hidden, after intialization, shows */
transition: all 0.5s;
}
/* bg img */
#bg-img {
/* background-color: rgba(66, 165, 245, 0.6);*/
background-image: url(../img/cover.JPG);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 1.0;
transition: all 0.5s;
}
/* Hide sth we've done but not needed for now */
.hide-for-now {
display: none!important;
}
/* wow animations */
.wow {
visibility: hidden;
}
/* HEADER */
header #navCourschemaster {
/* background-color: rgba(50, 50, 50, 0.85);*/
background-color: rgba(176,75,75,1.00);
min-height: 70px;
z-index: 101;
}
header #navCourschemaster.welcome {
background-color: rgba(50, 50, 50, 0.25);
}
header .nav-item {
margin: 10px 0;
}
header li.nav-item.header_user_name {
padding: 5px 0;
}
header li.nav-item.header_user_name span.user_data {
user-select: none;
}
header li.nav-item.header_user_name a.btns {
display: inline;
text-decoration: none;
color: white;
padding: 6px;
border: 1.2px solid white;
transition: all 0.3s;
}
header li.nav-item.header_user_name a.btns:hover {
background-color: white;
color: rgba(50, 50, 50, 1.0);
}
/* Navicon */
header .navbar-toggler .icon-bar {
background-color: rgba(255, 255, 255, 0.85);
width: 30px;
height: 4px;
border-radius: 2px;
margin: 5px;
display: inherit;
transition: 0.3s;
}
header .navbar-toggler-icon {
display: block;
}
header .change_navicon .bar1 {
-ms-transform: rotate(45deg) translate(3px, 10px);
-moz-transform: rotate(45deg) translate(3px, 10px);
-webkit-transform: rotate(45deg) translate(3px, 10px);
-o-transform: rotate(45deg) translate(3px, 10px);
transform: rotate(45deg) translate(3px, 10px);
}
header .change_navicon .bar2 {
opacity: 0;
}
header .change_navicon .bar3 {
-ms-transform: rotate(-45deg) translate(3px, -10px);
-moz-transform: rotate(-45deg) translate(3px, -10px);
-webkit-transform: rotate(-45deg) translate(3px, -10px);
-o-transform: rotate(-45deg) translate(3px, -10px);
transform: rotate(-45deg) translate(3px, -10px);
}
header .language {
border: 1px solid white;
font-size: 13px;
font-family: monospace;
padding: 6px;
min-width: 76px;
text-align: center;
transition: all 0.3s;
}
header .language.active {
background-color: white;
color: rgba(50, 50, 50, 1.0)!important;
font-weight: bold;
}
header .language:hover, header .language:focus {
text-decoration: underline;
}
header .language#lang_en {
border-radius: 10px 0 0 10px;
}
header .language#lang_chzn {
border-radius: 0 10px 10px 0;
}
/* Notification box */
#notification {
position: fixed;
bottom: 0;
right: 0;
margin: 20px 20px 10px 20px;
padding: 10px;
z-index: 9999;
}
/* Loading Ajax Spinner */
#loading {
display: none;
position: fixed;
z-index: 99999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 0.3s;
}
#loading .spinner-grow {
margin: 0 3px;
}
/* SIDEBAR */
#main-block {
position: relative;
}
.sidenav {
height: 100%; /* Full height */
width: 0; /* no width initially */
position: absolute; /* stay in place */
z-index: 100; /* Stay on top */
top: 0;
left: 0;
/* background-color: rgba(66, 165, 245,0.95);*/
background-color: rgba(50, 50, 50,1.0);
overflow-x: hidden; /* Disable horizontal scroll */
overflow-y: auto;
transition: all 0.5s;
}
.sidenav::-webkit-scrollbar {
width: 0.6em;
height: 0.6em;
transition: all 0.2s;
}
.sidenav::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
transition: all 0.2s;
}
.sidenav::-webkit-scrollbar-thumb {
background-color: rgba(241,241,241,0.8);
outline: 1px solid rgba(241,241,241,0.8);
border-radius: 20px;
transition: 0.2s;
}
.sidenav a {
padding: 8px 0 8px 20px;
text-decoration: none;
font-size: 25px;
color: #f1f1f1;
display: block;
white-space: nowrap;
transition: all 0.3s;
}
.sidenav .sidenav-items {
margin-top: 60px;
}
.sidenav .sidenav-items a.active, .sidenav .sidenav-items a:hover, .sidenav .sidenav-items a:focus {
/* color: rgba(66, 165, 245,0.9);*/
/* color: rgba(50, 50, 50, 0.9);*/
color: aliceblue;
/* background-color: #f1f1f1;*/
background-color: rgba(176,75,75,1.00);
}
.sidenav .closebtn, .sidenav .expandbtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
font-weight: 600;
transition: all 0.2s;
}
.sidenav .expandbtn {
right: 25px;
}
.sidenav .closebtn:hover,
.sidenav .expandbtn:hover,
.sidenav.expanded .expandbtn:hover {
opacity: 0.6;
}
#openNav {
position: fixed;
left: -5px;
top: 50%;
opacity: 0.6;
padding: 10px;
margin: 0;
z-index: 10;
border-radius: 0 10px 10px 0;
background-color: rgb(50, 50, 50);
color: white;
transition: all 0.3s;
}
#openNav:hover, #openNav:focus {
opacity: 1;
}
.sidenav hr {
background-color: white;
margin: 10px;
}
.sidenav.mobile {
width: 0;
}
.sidenav.mobile.stretched {
width: 100%;
}
.sidenav {
width: 72px;
}
.sidenav.expanded { /* Automized in initialize.js */
/* width: 380px;*/
}
/* main-content */
.main-content {
margin-left: 72px;
}
.sidenav.expanded ~ .main-content { /* Automized in initialize.js */
/* margin-left: 380px;*/
}
.sidenav.mobile ~ .main-content {
margin-left: 12px;
}
/* #toggleExpansionNav */
.sidenav #toggleExpansionNav {
display: block;
top: 10px;
transition: all 0.2s;
}
.sidenav #toggleExpansionNav .noflip,
.sidenav.expanded #toggleExpansionNav .fa-flip-horizontal{
display: block;
}
.sidenav #toggleExpansionNav .fa-flip-horizontal,
.sidenav.mobile #toggleExpansionNav,
.sidenav.expanded #toggleExpansionNav .noflip{
display: none;
}
/* .sd_epn */
.sidenav .sd_epn {
display: none;
}
.sidenav.expanded .sd_epn, .sidenav.mobile .sd_epn {
display: inline-block;
}
/* #openNav */
.sidenav + #openNav, .sidenav.mobile.stretched + #openNav {
display: none;
}
.sidenav.mobile + #openNav {
display: block;
}
.sidenav.mobile + #openNav:hover, .sidenav.mobile + #openNav:focus {
left: 0;
padding: 15px;
}
/* #closeNav */
.sidenav #closeNav {
display: none;
}
.sidenav.mobile #closeNav {
display: block;
}
.sidenav.fixed.swipe_down {
top: 196px!important;
}
.main-content {
margin-right: 12px;
padding: 26px;
transition: all 0.5s;
}
/* FOOTER */
footer {
background-color: rgba(176,75,75,1.00);
font-size: 0.7rem;
padding-top: 0.7rem;
padding-bottom: 0.7rem;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
z-index: 101;
transition: all 0.3s;
}
footer.welcome {
background-color: rgba(50, 50, 50, 0.25);
}
footer ul {
margin-top: 0;
margin-bottom: 0;
padding-inline-start: 0;
list-style-position: inside;
user-select: none;
transition: all 0.3s;
}
footer ul li {
line-height: 1.8;
}
footer ul#power_copyright {
text-align: left;
}
footer ul#support_info {
list-style: none;
text-align: right;
}
footer ul#support_info #footer_QA {
border: 2px solid #fff;
padding: 0 10px;
border-radius: 6px;
transition: all 0.3s;
}
footer ul#support_info #footer_QA:hover,
footer ul#support_info #footer_QA:focus {
background-color: #fff;
color: black;
}
footer #admin_phone_number {
user-select: text;
}
/* Responsive */
@media screen and (max-width: 991px) {
footer ul#power_copyright {
list-style: none;
text-align: center;
}
footer ul#support_info {
text-align: center;
}
}
/* Links */
a {
cursor: pointer;
}
/* Search blocks */
.md-form.md-outline .prefix {
color: #a0a6ab;
}
.md-form.md-outline .prefix.active,
.md-form.md-outline input:focus:not([readonly]) + label,
.md-form.md-outline textarea:focus:not([readonly]) + label {
color: #b04b4b!important;
}
.md-form.md-outline input:focus:not([readonly]),
.md-form.md-outline textarea:focus:not([readonly]) {
border-color: #b04b4b!important;
box-shadow: inset 0 0 0 1px #b04b4b!important;
}
/* List - Nav Tabs */
.nav-tabs .nav-link {
color: rgba(88,88,88,1.00);
opacity: 1.0;
transition: all 0.3s;
}
.nav-tabs .nav-link:hover {
opacity: 0.8;
}
.nav-tabs .nav-link.active {
color: #b04b4b;
}
/* nav-item disabling */
.nav-item.disabled {
opacity: 0.5;
}
/* Courses Datatable */
.table-responsive::-webkit-scrollbar {
width: 0.6em;
height: 0.6em;
transition: all 0.2s;
}
.table-responsive::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
transition: all 0.2s;
}
.table-responsive::-webkit-scrollbar-thumb {
background-color: gray;
outline: 1px solid gray;
border-radius: 20px;
transition: 0.2s;
}
.table-responsive table thead {
background-color: #b04b4b;
color: #fff;
border-color: #a14b4b;
}
.table-responsive table tbody {
background-color: rgba(255, 255, 255, 0.5);
}
.table-responsive table tbody tr {
cursor: pointer;
}
/* modal scrollbar */
.modal .modal-body::-webkit-scrollbar {
width: 0.6em;
height: 0.6em;
transition: all 0.2s;
}
.modal .modal-body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
transition: all 0.2s;
}
.modal .modal-body::-webkit-scrollbar-thumb {
background-color: gray;
outline: 1px solid gray;
border-radius: 20px;
transition: 0.2s;
}
/* card */
.card {
background-color: rgba(255, 255, 255, 0.6);
}
/* management */
.tool-btn {
margin: 0 0 2px 0;
background-color: #b04b4b;
color: #fff;
padding-left: 16px!important;
padding-right: 16px!important;
border-radius: 6px;
}
.tool-btn:hover {
color: #fff;
}
#submit-files {
cursor: pointer;
transition: all 0.3s;
}
#submit-files:hover {
background-color: #b04b4b;
color: #fff;
}
.custom-file-label {
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.hide-for-certain-role {
display: none!important;
} | src/assets/css/general.css | body {
font-family: Roboto,sans-serif,微软雅黑;
transition: all 0.5s;
}
body::-webkit-scrollbar {
width: 0.6em;
height: 0.6em;
transition: all 0.2s;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
transition: all 0.2s;
}
body::-webkit-scrollbar-thumb {
background-color: gray;
outline: 1px solid gray;
border-radius: 20px;
transition: 0.2s;
}
#body-container {
opacity: 0; /* first hidden, after intialization, shows */
transition: all 0.5s;
}
/* bg img */
#bg-img {
/* background-color: rgba(66, 165, 245, 0.6);*/
background-image: url(../img/cover.JPG);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 1.0;
transition: all 0.5s;
}
/* Hide sth we've done but not needed for now */
.hide-for-now {
display: none!important;
}
/* wow animations */
.wow {
visibility: hidden;
}
/* HEADER */
header #navCourschemaster {
/* background-color: rgba(50, 50, 50, 0.85);*/
background-color: rgba(176,75,75,1.00);
min-height: 70px;
z-index: 101;
}
header #navCourschemaster.welcome {
background-color: rgba(50, 50, 50, 0.25);
}
header .nav-item {
margin: 10px 0;
}
header li.nav-item.header_user_name {
padding: 5px 0;
}
header li.nav-item.header_user_name span.user_data {
user-select: none;
}
header li.nav-item.header_user_name a.btns {
display: inline;
text-decoration: none;
color: white;
padding: 6px;
border: 1.2px solid white;
transition: all 0.3s;
}
header li.nav-item.header_user_name a.btns:hover {
background-color: white;
color: rgba(50, 50, 50, 1.0);
}
/* Navicon */
header .navbar-toggler .icon-bar {
background-color: rgba(255, 255, 255, 0.85);
width: 30px;
height: 4px;
border-radius: 2px;
margin: 5px;
display: inherit;
transition: 0.3s;
}
header .navbar-toggler-icon {
display: block;
}
header .change_navicon .bar1 {
-ms-transform: rotate(45deg) translate(3px, 10px);
-moz-transform: rotate(45deg) translate(3px, 10px);
-webkit-transform: rotate(45deg) translate(3px, 10px);
-o-transform: rotate(45deg) translate(3px, 10px);
transform: rotate(45deg) translate(3px, 10px);
}
header .change_navicon .bar2 {
opacity: 0;
}
header .change_navicon .bar3 {
-ms-transform: rotate(-45deg) translate(3px, -10px);
-moz-transform: rotate(-45deg) translate(3px, -10px);
-webkit-transform: rotate(-45deg) translate(3px, -10px);
-o-transform: rotate(-45deg) translate(3px, -10px);
transform: rotate(-45deg) translate(3px, -10px);
}
header .language {
border: 1px solid white;
font-size: 13px;
font-family: monospace;
padding: 6px;
min-width: 76px;
text-align: center;
transition: all 0.3s;
}
header .language.active {
background-color: white;
color: rgba(50, 50, 50, 1.0)!important;
font-weight: bold;
}
header .language:hover, header .language:focus {
text-decoration: underline;
}
header .language#lang_en {
border-radius: 10px 0 0 10px;
}
header .language#lang_chzn {
border-radius: 0 10px 10px 0;
}
/* Notification box */
#notification {
position: fixed;
bottom: 0;
right: 0;
margin: 20px 20px 10px 20px;
padding: 10px;
z-index: 9999;
}
/* Loading Ajax Spinner */
#loading {
display: none;
position: fixed;
z-index: 99999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 0.3s;
}
#loading .spinner-grow {
margin: 0 3px;
}
/* SIDEBAR */
#main-block {
position: relative;
}
.sidenav {
height: 100%; /* Full height */
width: 0; /* no width initially */
position: absolute; /* stay in place */
z-index: 100; /* Stay on top */
top: 0;
left: 0;
/* background-color: rgba(66, 165, 245,0.95);*/
background-color: rgba(50, 50, 50,1.0);
overflow-x: hidden; /* Disable horizontal scroll */
overflow-y: auto;
transition: all 0.5s;
}
.sidenav::-webkit-scrollbar {
width: 0.6em;
height: 0.6em;
transition: all 0.2s;
}
.sidenav::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
transition: all 0.2s;
}
.sidenav::-webkit-scrollbar-thumb {
background-color: rgba(241,241,241,0.8);
outline: 1px solid rgba(241,241,241,0.8);
border-radius: 20px;
transition: 0.2s;
}
.sidenav a {
padding: 8px 0 8px 20px;
text-decoration: none;
font-size: 25px;
color: #f1f1f1;
display: block;
white-space: nowrap;
transition: all 0.3s;
}
.sidenav .sidenav-items {
margin-top: 60px;
}
.sidenav .sidenav-items a.active, .sidenav .sidenav-items a:hover, .sidenav .sidenav-items a:focus {
/* color: rgba(66, 165, 245,0.9);*/
/* color: rgba(50, 50, 50, 0.9);*/
color: aliceblue;
/* background-color: #f1f1f1;*/
background-color: rgba(176,75,75,1.00);
}
.sidenav .closebtn, .sidenav .expandbtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
font-weight: 600;
transition: all 0.2s;
}
.sidenav .expandbtn {
right: 25px;
}
.sidenav .closebtn:hover,
.sidenav .expandbtn:hover,
.sidenav.expanded .expandbtn:hover {
opacity: 0.6;
}
#openNav {
position: fixed;
left: -5px;
top: 50%;
opacity: 0.6;
padding: 10px;
margin: 0;
z-index: 10;
border-radius: 0 10px 10px 0;
background-color: rgb(50, 50, 50);
color: white;
transition: all 0.3s;
}
#openNav:hover, #openNav:focus {
opacity: 1;
}
.sidenav hr {
background-color: white;
margin: 10px;
}
.sidenav.mobile {
width: 0;
}
.sidenav.mobile.stretched {
width: 100%;
}
.sidenav {
width: 72px;
}
.sidenav.expanded { /* Automized in initialize.js */
/* width: 380px;*/
}
/* main-content */
.main-content {
margin-left: 72px;
}
.sidenav.expanded ~ .main-content { /* Automized in initialize.js */
/* margin-left: 380px;*/
}
.sidenav.mobile ~ .main-content {
margin-left: 12px;
}
/* #toggleExpansionNav */
.sidenav #toggleExpansionNav {
display: block;
top: 10px;
transition: all 0.2s;
}
.sidenav #toggleExpansionNav .noflip,
.sidenav.expanded #toggleExpansionNav .fa-flip-horizontal{
display: block;
}
.sidenav #toggleExpansionNav .fa-flip-horizontal,
.sidenav.mobile #toggleExpansionNav,
.sidenav.expanded #toggleExpansionNav .noflip{
display: none;
}
/* .sd_epn */
.sidenav .sd_epn {
display: none;
}
.sidenav.expanded .sd_epn, .sidenav.mobile .sd_epn {
display: inline-block;
}
/* #openNav */
.sidenav + #openNav, .sidenav.mobile.stretched + #openNav {
display: none;
}
.sidenav.mobile + #openNav {
display: block;
}
.sidenav.mobile + #openNav:hover, .sidenav.mobile + #openNav:focus {
left: 0;
padding: 15px;
}
/* #closeNav */
.sidenav #closeNav {
display: none;
}
.sidenav.mobile #closeNav {
display: block;
}
.sidenav.fixed.swipe_down {
top: 196px!important;
}
.main-content {
margin-right: 12px;
padding: 26px;
transition: all 0.5s;
}
/* FOOTER */
footer {
background-color: rgba(176,75,75,1.00);
font-size: 0.7rem;
padding-top: 0.7rem;
padding-bottom: 0.7rem;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
z-index: 101;
transition: all 0.3s;
}
footer.welcome {
background-color: rgba(50, 50, 50, 0.25);
}
footer ul {
margin-top: 0;
margin-bottom: 0;
padding-inline-start: 0;
list-style-position: inside;
user-select: none;
transition: all 0.3s;
}
footer ul li {
line-height: 1.8;
}
footer ul#power_copyright {
text-align: left;
}
footer ul#support_info {
list-style: none;
text-align: right;
}
footer ul#support_info #footer_QA {
border: 2px solid #fff;
padding: 0 10px;
border-radius: 6px;
transition: all 0.3s;
}
footer ul#support_info #footer_QA:hover,
footer ul#support_info #footer_QA:focus {
background-color: #fff;
color: black;
}
footer #admin_phone_number {
user-select: text;
}
/* Responsive */
@media screen and (max-width: 991px) {
footer ul#power_copyright {
list-style: none;
text-align: center;
}
footer ul#support_info {
text-align: center;
}
}
/* Links */
a {
cursor: pointer;
}
/* Search blocks */
.md-form.md-outline .prefix {
color: #a0a6ab;
}
.md-form.md-outline .prefix.active,
.md-form.md-outline input:focus:not([readonly]) + label,
.md-form.md-outline textarea:focus:not([readonly]) + label {
color: #b04b4b!important;
}
.md-form.md-outline input:focus:not([readonly]),
.md-form.md-outline textarea:focus:not([readonly]) {
border-color: #b04b4b!important;
box-shadow: inset 0 0 0 1px #b04b4b!important;
}
/* List - Nav Tabs */
.nav-tabs .nav-link {
color: rgba(88,88,88,1.00);
opacity: 1.0;
transition: all 0.3s;
}
.nav-tabs .nav-link:hover {
opacity: 0.8;
}
.nav-tabs .nav-link.active {
color: #b04b4b;
}
/* nav-item disabling */
.nav-item.disabled {
opacity: 0.5;
}
/* Courses Datatable */
.table-responsive::-webkit-scrollbar {
width: 0.6em;
height: 0.6em;
transition: all 0.2s;
}
.table-responsive::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
transition: all 0.2s;
}
.table-responsive::-webkit-scrollbar-thumb {
background-color: gray;
outline: 1px solid gray;
border-radius: 20px;
transition: 0.2s;
}
.table-responsive table thead {
background-color: #b04b4b;
color: #fff;
border-color: #a14b4b;
}
.table-responsive table tbody {
background-color: rgba(255, 255, 255, 0.5);
}
.table-responsive table tbody tr {
cursor: pointer;
}
/* modal scrollbar */
.modal .modal-body::-webkit-scrollbar {
width: 0.6em;
height: 0.6em;
transition: all 0.2s;
}
.modal .modal-body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
transition: all 0.2s;
}
.modal .modal-body::-webkit-scrollbar-thumb {
background-color: gray;
outline: 1px solid gray;
border-radius: 20px;
transition: 0.2s;
}
/* card */
.card {
background-color: rgba(255, 255, 255, 0.6);
}
/* management */
.tool-btn {
margin: 0 0 2px 0;
background-color: #b04b4b;
color: #fff;
padding-left: 16px!important;
padding-right: 16px!important;
border-radius: 6px;
}
.tool-btn:hover {
color: #fff;
}
#submit-files {
cursor: pointer;
transition: all 0.3s;
}
#submit-files:hover {
background-color: #b04b4b;
color: #fff;
}
.custom-file-label {
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.hide-for-certain-role {
display: none!important;
} | 0.219505 | 0.061819 |
.wsdplugin_content
{
}
.wsdplugin_content .wsdplugin_status_page_ico {
background: url('../images/logo.png') no-repeat scroll center center transparent;
}
.wsdplugin_content .wsdplugin_alerts-page-ico {
background: url('../images/alerts-page-ico.png') no-repeat scroll center center transparent;
}
/*
* Error box
*/
.wsdplugin_content .wsdplugin_error_box { }
.wsdplugin_content .wsdplugin_error_box p { overflow: hidden; }
.wsdplugin_content .wsdplugin_error_box p strong { display: block; float: left; }
.wsdplugin_content .wsdplugin_error_box p a.dismiss { float: right; display: block; }
.wsdplugin_content .wsdplugin_info_box {
background-color: #E0E9F9;
border-color: #98BCF9;
}
.wsdplugin_content .wsdplugin_info_box p { overflow: hidden; }
.wsdplugin_content .wsdplugin_info_box p strong { display: block; float: left; }
.wsdplugin_content .wsdplugin_info_box p a.dismiss { float: right; display: block; }
/*
* INFO / ERROR boxes
*/
.wsdplugin_message
{
margin: 5px 0 15px;
padding: 0 0.6em;
border-radius: 3px;
border: 1px solid;
}
.wsdplugin_message.wsdplugin_message_warning
{
background-color: #FFFFE0;
border-color: #E6DB55;
}
.wsdplugin_message.wsdplugin_message_error
{
background-color: #FCC2C2;
border-color: #CC0000;
}
.wsdplugin_message.wsdplugin_message_success
{
background-color: #FFFFE0;
border-color: #E6DB55;
color: #006600;
}
.wsdplugin_message p
{
margin: 0.5em 0;
padding: 2px;
}
/*
* auth menu
*/
#wsdplugin_advert a, #wsdplugin_advert img { border: none 0; outline: none 0;}
.wsdplugin_website_detail { overflow: hidden; float: none; clear: both;}
.wsdplugin_page_title { overflow: hidden; display: block; clear: both; }
.wsdplugin_page_title h2 {
background: url("../images/logo.png") no-repeat scroll 0 50% transparent;
padding-left: 45px;
}
.wsdplugin_page_title #uinfo {
float: right;
margin: 10px 10px;
cursor: pointer;
padding: 5px 0;
background-color: transparent;
border: 1px solid transparent;
border-radius: 3px;
/*width: 180px;*/
overflow: hidden;
text-align: right;
}
.wsdplugin_page_title #uinfo #wsdplugin-current-user-name { display: block; color: #CC0000; padding-right: 7px; padding-left: 7px; }
.wsdplugin_page_title #uinfo #wsdplugin-current-user-menu{
width: 180px;
display: none;
margin: 5px 0 0 0 !important;
padding: 5px 0;
background-color: #F9F9F9;
border: 1px solid #DFDFDF;
border-top: none 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wsdplugin_page_title #uinfo:hover{
background-color: #F9F9F9;
border: 1px solid #DFDFDF;
border-radius: 3px;
}
.wsdplugin_page_title #uinfo:hover #wsdplugin-current-user-menu{
position: absolute; z-index: 9888998;
display: block; clear: both;
border-top: solid 1px #dadada;
right: 25px;
}
.wsdplugin_page_title #uinfo:hover #wsdplugin-current-user-menu ul,
.wsdplugin_page_title #uinfo:hover #wsdplugin-current-user-menu ul li { margin: 0 0; padding: 0 0; width: 100%; list-style-type: none; list-style-position: outside;}
.wsdplugin_page_title #uinfo:hover #wsdplugin-current-user-menu ul li { padding: 7px 5px; text-align: left !important; }
.wsdplugin_page_title #uinfo:hover #wsdplugin-current-user-menu ul li a { display: block; margin: 3px 5px;}
.wsdplugin_page_title .wsdplugin_error_box { clear: both; }
.wsdplugin_page_alerts { float: none; clear: both;}
/*
* Page: database
*/
.acx-section-box { padding: 0.5em; margin: 0.5em; }
.acx-common-list {
list-style-type: none;
list-style-position: outside;
list-style-image: none;
}
.acx-common-list li {
background: url('../images/arrow-black-icon.png') no-repeat left center;
padding-left: 20px;
}
.acx-common-list li p span {}
.acx-common-list li .acx-icon-alert-critical { padding-top: 2px; }
.acx-common-list li .acx-icon-alert-info { padding-top: 2px; }
.acx-info-box {
margin: 7px 7px; padding: 0.2em 0.2em 0.2em 2.2em;
font-family: Verdana, Geneva, sans-serif; font-size: 1em; color: #d00000;
background: #FFC url('../images/icon-info.png') no-repeat 5px 50%; border: solid 1px #FC0;
}
.acx-info-box-noicon { background-image: none; }
.acx-notice-info { color: #252525; }
.acx-notice-success { color: #060; font-weight: 900; }
.acx-icon-alert-success { background: url('../images/green-check-icon.png') no-repeat right bottom; padding-right: 25px; line-height: 22px; }
.acx-icon-alert-critical { background: url('../images/alert-info-critical.png') no-repeat right bottom; padding-right: 25px; line-height: 22px; }
.acx-icon-alert-info { background: url('../images/alert-info-icon.png') no-repeat right bottom; padding-right: 25px; line-height: 22px; }
.acx-table tbody td.td_success { width: 20px; background: url('../images/green-check-icon.png') no-repeat 5px center; }
.acx-table tbody td.td_error { width: 20px; background: url('../images/alert-info-icon.png') no-repeat 5px center; }
.acx-table tbody tr:hover { background: #e0e0e0; }
.wsdplugin-tooltip {
cursor: pointer;
/*margin-left: 15px;*/
color: #21759B;
background: url('../images/icon-info.png') no-repeat 0 0 ! important;;
}
#tt {
position:absolute;
display:block;
}
#tttop {
display:block;
height:5px;
margin-left:5px;
background:url("../images/tooltips/tt_top.gif") top right no-repeat;
overflow:hidden;
}
#ttcont {
display:block;
padding:2px 12px 3px 12px;
margin-left:5px;
background:#666;
color:#fff;
}
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url("../images/tooltips/tt_bottom.gif") top right no-repeat;
overflow:hidden;
} | wordpress/wp-content/plugins/wp-security-scan/res/css/styles.general.css |
.wsdplugin_content
{
}
.wsdplugin_content .wsdplugin_status_page_ico {
background: url('../images/logo.png') no-repeat scroll center center transparent;
}
.wsdplugin_content .wsdplugin_alerts-page-ico {
background: url('../images/alerts-page-ico.png') no-repeat scroll center center transparent;
}
/*
* Error box
*/
.wsdplugin_content .wsdplugin_error_box { }
.wsdplugin_content .wsdplugin_error_box p { overflow: hidden; }
.wsdplugin_content .wsdplugin_error_box p strong { display: block; float: left; }
.wsdplugin_content .wsdplugin_error_box p a.dismiss { float: right; display: block; }
.wsdplugin_content .wsdplugin_info_box {
background-color: #E0E9F9;
border-color: #98BCF9;
}
.wsdplugin_content .wsdplugin_info_box p { overflow: hidden; }
.wsdplugin_content .wsdplugin_info_box p strong { display: block; float: left; }
.wsdplugin_content .wsdplugin_info_box p a.dismiss { float: right; display: block; }
/*
* INFO / ERROR boxes
*/
.wsdplugin_message
{
margin: 5px 0 15px;
padding: 0 0.6em;
border-radius: 3px;
border: 1px solid;
}
.wsdplugin_message.wsdplugin_message_warning
{
background-color: #FFFFE0;
border-color: #E6DB55;
}
.wsdplugin_message.wsdplugin_message_error
{
background-color: #FCC2C2;
border-color: #CC0000;
}
.wsdplugin_message.wsdplugin_message_success
{
background-color: #FFFFE0;
border-color: #E6DB55;
color: #006600;
}
.wsdplugin_message p
{
margin: 0.5em 0;
padding: 2px;
}
/*
* auth menu
*/
#wsdplugin_advert a, #wsdplugin_advert img { border: none 0; outline: none 0;}
.wsdplugin_website_detail { overflow: hidden; float: none; clear: both;}
.wsdplugin_page_title { overflow: hidden; display: block; clear: both; }
.wsdplugin_page_title h2 {
background: url("../images/logo.png") no-repeat scroll 0 50% transparent;
padding-left: 45px;
}
.wsdplugin_page_title #uinfo {
float: right;
margin: 10px 10px;
cursor: pointer;
padding: 5px 0;
background-color: transparent;
border: 1px solid transparent;
border-radius: 3px;
/*width: 180px;*/
overflow: hidden;
text-align: right;
}
.wsdplugin_page_title #uinfo #wsdplugin-current-user-name { display: block; color: #CC0000; padding-right: 7px; padding-left: 7px; }
.wsdplugin_page_title #uinfo #wsdplugin-current-user-menu{
width: 180px;
display: none;
margin: 5px 0 0 0 !important;
padding: 5px 0;
background-color: #F9F9F9;
border: 1px solid #DFDFDF;
border-top: none 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wsdplugin_page_title #uinfo:hover{
background-color: #F9F9F9;
border: 1px solid #DFDFDF;
border-radius: 3px;
}
.wsdplugin_page_title #uinfo:hover #wsdplugin-current-user-menu{
position: absolute; z-index: 9888998;
display: block; clear: both;
border-top: solid 1px #dadada;
right: 25px;
}
.wsdplugin_page_title #uinfo:hover #wsdplugin-current-user-menu ul,
.wsdplugin_page_title #uinfo:hover #wsdplugin-current-user-menu ul li { margin: 0 0; padding: 0 0; width: 100%; list-style-type: none; list-style-position: outside;}
.wsdplugin_page_title #uinfo:hover #wsdplugin-current-user-menu ul li { padding: 7px 5px; text-align: left !important; }
.wsdplugin_page_title #uinfo:hover #wsdplugin-current-user-menu ul li a { display: block; margin: 3px 5px;}
.wsdplugin_page_title .wsdplugin_error_box { clear: both; }
.wsdplugin_page_alerts { float: none; clear: both;}
/*
* Page: database
*/
.acx-section-box { padding: 0.5em; margin: 0.5em; }
.acx-common-list {
list-style-type: none;
list-style-position: outside;
list-style-image: none;
}
.acx-common-list li {
background: url('../images/arrow-black-icon.png') no-repeat left center;
padding-left: 20px;
}
.acx-common-list li p span {}
.acx-common-list li .acx-icon-alert-critical { padding-top: 2px; }
.acx-common-list li .acx-icon-alert-info { padding-top: 2px; }
.acx-info-box {
margin: 7px 7px; padding: 0.2em 0.2em 0.2em 2.2em;
font-family: Verdana, Geneva, sans-serif; font-size: 1em; color: #d00000;
background: #FFC url('../images/icon-info.png') no-repeat 5px 50%; border: solid 1px #FC0;
}
.acx-info-box-noicon { background-image: none; }
.acx-notice-info { color: #252525; }
.acx-notice-success { color: #060; font-weight: 900; }
.acx-icon-alert-success { background: url('../images/green-check-icon.png') no-repeat right bottom; padding-right: 25px; line-height: 22px; }
.acx-icon-alert-critical { background: url('../images/alert-info-critical.png') no-repeat right bottom; padding-right: 25px; line-height: 22px; }
.acx-icon-alert-info { background: url('../images/alert-info-icon.png') no-repeat right bottom; padding-right: 25px; line-height: 22px; }
.acx-table tbody td.td_success { width: 20px; background: url('../images/green-check-icon.png') no-repeat 5px center; }
.acx-table tbody td.td_error { width: 20px; background: url('../images/alert-info-icon.png') no-repeat 5px center; }
.acx-table tbody tr:hover { background: #e0e0e0; }
.wsdplugin-tooltip {
cursor: pointer;
/*margin-left: 15px;*/
color: #21759B;
background: url('../images/icon-info.png') no-repeat 0 0 ! important;;
}
#tt {
position:absolute;
display:block;
}
#tttop {
display:block;
height:5px;
margin-left:5px;
background:url("../images/tooltips/tt_top.gif") top right no-repeat;
overflow:hidden;
}
#ttcont {
display:block;
padding:2px 12px 3px 12px;
margin-left:5px;
background:#666;
color:#fff;
}
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url("../images/tooltips/tt_bottom.gif") top right no-repeat;
overflow:hidden;
} | 0.266166 | 0.081813 |
@namespace url(http://www.w3.org/1999/xhtml);
@namespace nssvg url(http://www.w3.org/2000/svg);
@-moz-document url-prefix(http://www.nicovideo.jp/watch/) {
/*ニコニコ定期アンケ結果非表示*/
#ncenq-notification{
display: none !important;
}
/*flash誘導*/
.SwitchToFlashLead.WatchAppContainer-switchToFlash{
display: none !important;
}
/*けすやつ*/
.NicoSpotAdContainer{
display: none !important;
}
.BottomContainer-adContainer{
display: none !important;
}
.VideoDescriptionExpander{
display: none !important;
}
/*.Grid.is-fixed{
display: none !important;
}*/
/*コンテンツツリーを残すため改変*/
.MarqueeContainer{
display: none !important;
}
.BottomContainer-main > div:nth-child(1){
display: none !important;
}
.GridCell.BottomContainer-side{
display: none !important;
}iner{
display: none !important;
}
/*lineやfacebookアイコン消す*/
.ActionButton.TwitterShareButton.VideoMenuShareButton, .ActionButton.FacebookShareButton.VideoMenuShareButton, .ActionButton.LineShareButton.VideoMenuShareButton{
display: none !important;
}
/*まるみをけす*/
.TagItem{
border-radius: 4px !important;
}
/*投稿者*/
.VideoOwnerInfo{
border-radius: 2px !important;
border: 2px solid #3a3a3a;
}
/*コメ欄幅変更*/
/*flash版は再生時間まで枠内に現れるようになっているのでそれに対応*/
.react-grid-Row{
width: 240px !important;
}
.react-grid-HeaderCell:nth-child(1){
width: 240px !important;
}
.react-grid-Cell:nth-child(4n+1){
width: 240px !important;
}
.react-grid-HeaderCell:nth-child(2){
width: 65px !important;
left: 240px !important;
}
.react-grid-Cell:nth-child(4n+2){
width: 65px !important;
left: 240px !important;
}
.react-grid-HeaderCell:nth-child(3){
width: 75px !important;
left: 305px !important;
}
.react-grid-Cell:nth-child(4n+3){
width: 80px !important;
left: 300px !important;
}
.react-grid-HeaderCell:nth-child(4){
width: 55px !important;
margin-right: 30px !important;
left: 380px !important;
}
.react-grid-Cell:nth-child(4n){
width: 40px !important;
left: 360px !important;
margin-left: 15px
}
.ja-jp.is-middle{
padding-top: 15px !important;
}
} | data/usercss/138831.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@namespace nssvg url(http://www.w3.org/2000/svg);
@-moz-document url-prefix(http://www.nicovideo.jp/watch/) {
/*ニコニコ定期アンケ結果非表示*/
#ncenq-notification{
display: none !important;
}
/*flash誘導*/
.SwitchToFlashLead.WatchAppContainer-switchToFlash{
display: none !important;
}
/*けすやつ*/
.NicoSpotAdContainer{
display: none !important;
}
.BottomContainer-adContainer{
display: none !important;
}
.VideoDescriptionExpander{
display: none !important;
}
/*.Grid.is-fixed{
display: none !important;
}*/
/*コンテンツツリーを残すため改変*/
.MarqueeContainer{
display: none !important;
}
.BottomContainer-main > div:nth-child(1){
display: none !important;
}
.GridCell.BottomContainer-side{
display: none !important;
}iner{
display: none !important;
}
/*lineやfacebookアイコン消す*/
.ActionButton.TwitterShareButton.VideoMenuShareButton, .ActionButton.FacebookShareButton.VideoMenuShareButton, .ActionButton.LineShareButton.VideoMenuShareButton{
display: none !important;
}
/*まるみをけす*/
.TagItem{
border-radius: 4px !important;
}
/*投稿者*/
.VideoOwnerInfo{
border-radius: 2px !important;
border: 2px solid #3a3a3a;
}
/*コメ欄幅変更*/
/*flash版は再生時間まで枠内に現れるようになっているのでそれに対応*/
.react-grid-Row{
width: 240px !important;
}
.react-grid-HeaderCell:nth-child(1){
width: 240px !important;
}
.react-grid-Cell:nth-child(4n+1){
width: 240px !important;
}
.react-grid-HeaderCell:nth-child(2){
width: 65px !important;
left: 240px !important;
}
.react-grid-Cell:nth-child(4n+2){
width: 65px !important;
left: 240px !important;
}
.react-grid-HeaderCell:nth-child(3){
width: 75px !important;
left: 305px !important;
}
.react-grid-Cell:nth-child(4n+3){
width: 80px !important;
left: 300px !important;
}
.react-grid-HeaderCell:nth-child(4){
width: 55px !important;
margin-right: 30px !important;
left: 380px !important;
}
.react-grid-Cell:nth-child(4n){
width: 40px !important;
left: 360px !important;
margin-left: 15px
}
.ja-jp.is-middle{
padding-top: 15px !important;
}
} | 0.197909 | 0.119152 |
visibility: collapse;
}*/
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
tab-item {
--tab-margin-left: 30px;
--tab-margin-right: 30px;
}
/* Less visible tab dividers.
A black border with a very low alpha slightly darkens any color. */
tab-item {
border: solid 1px #00000012;
}
/* As little space before the tab name as possible.
The fold/unfold icon is not affected. */
tab-item:not(.pinned) {
padding-left: 0px !important; /* !important is required when there are enough tabs to cause a scrollbar */
}
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
tab-item.active {
height: 39px !important;
}
tab-item.active > .background {
background-color: steelblue;
}
tab-item.active .label-content {
font-weight: bold;
font-size: 14px;
}
tab-item.active tab-twisty,
tab-item.active .label-content,
tab-item.active tab-counter {
color: #fff;
}
#titlebar {
appearance: none !important;
height: 0px;
}
#titlebar > #toolbar-menubar {
margin-top: 0px;
}
#TabsToolbar {
min-width: 0 !important;
min-height: 0 !important;
}
#TabsToolbar > .titlebar-buttonbox-container {
display: block;
position: absolute;
top: 12px;
left: 0px;
}
tab-item {
--tab-margin-left: 0px;
--tab-margin-right: 0px;
border: solid 0.1px #00000012;
font-size:11px;
height:35px!important;
}
/* Less visible tab dividers.
A black border with a very low alpha slightly darkens any color. */
/* As little space before the tab name as possible.
The fold/unfold icon is not affected. */
tab-item:not(.pinned) {
padding-left: 0px !important; /* !important is required when there are enough tabs to cause a scrollbar */
}
tab-item.active {
height: 30px !important;
}
tab-item.active > .background {
background-color: steelblue;
}
tab-item.active .label-content {
font-weight: bold;
font-size: 12px;
color: silver;
}
#tabbar { scrollbar-width: none; }
.newtab-button-box {
display: none;
}
#tabbar {
bottom: 0 !important; /* Eliminate dead space on bottom */
}
#tabbar tab-item tab-item-substance:not(:hover) tab-closebox {
display: none;
} | userChrome.css | visibility: collapse;
}*/
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
tab-item {
--tab-margin-left: 30px;
--tab-margin-right: 30px;
}
/* Less visible tab dividers.
A black border with a very low alpha slightly darkens any color. */
tab-item {
border: solid 1px #00000012;
}
/* As little space before the tab name as possible.
The fold/unfold icon is not affected. */
tab-item:not(.pinned) {
padding-left: 0px !important; /* !important is required when there are enough tabs to cause a scrollbar */
}
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
tab-item.active {
height: 39px !important;
}
tab-item.active > .background {
background-color: steelblue;
}
tab-item.active .label-content {
font-weight: bold;
font-size: 14px;
}
tab-item.active tab-twisty,
tab-item.active .label-content,
tab-item.active tab-counter {
color: #fff;
}
#titlebar {
appearance: none !important;
height: 0px;
}
#titlebar > #toolbar-menubar {
margin-top: 0px;
}
#TabsToolbar {
min-width: 0 !important;
min-height: 0 !important;
}
#TabsToolbar > .titlebar-buttonbox-container {
display: block;
position: absolute;
top: 12px;
left: 0px;
}
tab-item {
--tab-margin-left: 0px;
--tab-margin-right: 0px;
border: solid 0.1px #00000012;
font-size:11px;
height:35px!important;
}
/* Less visible tab dividers.
A black border with a very low alpha slightly darkens any color. */
/* As little space before the tab name as possible.
The fold/unfold icon is not affected. */
tab-item:not(.pinned) {
padding-left: 0px !important; /* !important is required when there are enough tabs to cause a scrollbar */
}
tab-item.active {
height: 30px !important;
}
tab-item.active > .background {
background-color: steelblue;
}
tab-item.active .label-content {
font-weight: bold;
font-size: 12px;
color: silver;
}
#tabbar { scrollbar-width: none; }
.newtab-button-box {
display: none;
}
#tabbar {
bottom: 0 !important; /* Eliminate dead space on bottom */
}
#tabbar tab-item tab-item-substance:not(:hover) tab-closebox {
display: none;
} | 0.392919 | 0.098903 |
.gitment-container {
font-family: sans-serif;
font-size: 14px;
line-height: 1.5;
color: #333;
word-wrap: break-word;
}
.gitment-container * {
box-sizing: border-box;
}
.gitment-container *:disabled {
cursor: not-allowed;
}
.gitment-container a,
.gitment-container a:visited {
cursor: pointer;
text-decoration: none;
}
.gitment-container a:hover {
text-decoration: underline;
}
.gitment-container .gitment-hidden {
display: none;
}
.gitment-container .gitment-spinner-icon {
fill: #333;
-webkit-animation: gitment-spin 1s steps(12) infinite;
animation: gitment-spin 1s steps(12) infinite;
}
@-webkit-keyframes gitment-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes gitment-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.gitment-root-container {
margin: 19px 0;
}
.gitment-header-container {
margin: 19px 0;
}
.gitment-header-like-btn,
.gitment-comment-like-btn {
cursor: pointer;
}
.gitment-comment-like-btn {
float: right;
}
.gitment-comment-like-btn.liked {
color: #F44336;
}
.gitment-header-like-btn svg {
vertical-align: middle;
height: 30px;
}
.gitment-comment-like-btn svg {
vertical-align: middle;
height: 20px;
}
.gitment-header-like-btn.liked svg,
.gitment-comment-like-btn.liked svg {
fill: #F44336;
}
a.gitment-header-issue-link,
a.gitment-header-issue-link:visited {
float: right;
line-height: 30px;
color: #666;
}
a.gitment-header-issue-link:hover {
color: #666;
}
.gitment-comments-loading,
.gitment-comments-error,
.gitment-comments-empty {
text-align: center;
margin: 50px 0;
}
.gitment-comments-list {
list-style: none;
padding-left: 0;
margin: 0 0 38px;
}
.gitment-comment,
.gitment-editor-container {
position: relative;
min-height: 60px;
padding-left: 60px;
margin: 19px 0;
}
.gitment-comment-avatar,
.gitment-editor-avatar {
float: left;
margin-left: -60px;
}
.gitment-comment-avatar,
.gitment-comment-avatar-img,
.gitment-comment-avatar,
.gitment-editor-avatar-img,
.gitment-editor-avatar svg {
width: 44px;
height: 44px;
border-radius: 3px;
}
.gitment-editor-avatar .gitment-github-icon {
fill: #fff;
background-color: #333;
}
.gitment-comment-main,
.gitment-editor-main {
position: relative;
border: 1px solid #CFD8DC;
border-radius: 0;
}
.gitment-editor-main::before,
.gitment-editor-main::after,
.gitment-comment-main::before,
.gitment-comment-main::after {
position: absolute;
top: 11px;
left: -16px;
display: block;
width: 0;
height: 0;
pointer-events: none;
content: "";
border-color: transparent;
border-style: solid solid outset;
}
.gitment-editor-main::before,
.gitment-comment-main::before {
border-width: 8px;
border-right-color: #CFD8DC;
}
.gitment-editor-main::after,
.gitment-comment-main::after {
margin-top: 1px;
margin-left: 2px;
border-width: 7px;
border-right-color: #fff;
}
.gitment-comment-header {
margin: 12px 15px;
color: #666;
background-color: #fff;
border-radius: 3px;
}
.gitment-editor-header {
padding: 0;
margin: 0;
border-bottom: 1px solid #CFD8DC;
}
a.gitment-comment-name,
a.gitment-comment-name:visited {
font-weight: 600;
color: #666;
}
.gitment-editor-tabs {
margin-bottom: -1px;
margin-left: -1px;
}
.gitment-editor-tab {
display: inline-block;
padding: 11px 12px;
font-size: 14px;
line-height: 20px;
color: #666;
text-decoration: none;
background-color: transparent;
border-width: 0 1px;
border-style: solid;
border-color: transparent;
border-radius: 0;
white-space: nowrap;
cursor: pointer;
user-select: none;
outline: none;
}
.gitment-editor-tab.gitment-selected {
color: #333;
background-color: #fff;
border-color: #CFD8DC;
}
.gitment-editor-login {
float: right;
margin-top: -30px;
margin-right: 15px;
}
a.gitment-footer-project-link,
a.gitment-footer-project-link:visited,
a.gitment-editor-login-link,
a.gitment-editor-login-link:visited {
color: #2196F3;
}
a.gitment-editor-logout-link,
a.gitment-editor-logout-link:visited {
color: #666;
}
a.gitment-editor-logout-link:hover {
color: #2196F3;
text-decoration: none;
}
.gitment-comment-body {
position: relative;
margin: 12px 15px;
overflow: hidden;
border-radius: 3px;
}
.gitment-comment-body-folded {
cursor: pointer;
}
.gitment-comment-body-folded::before {
display: block !important;
content: "";
position: absolute;
width: 100%;
left: 0;
top: 0;
bottom: 50px;
pointer-events: none;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9));
background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9));
}
.gitment-comment-body-folded::after {
display: block !important;
content: "Click to Expand" !important;
text-align: center;
color: #666;
position: absolute;
width: 100%;
height: 50px;
line-height: 50px;
left: 0;
bottom: 0;
pointer-events: none;
background: rgba(255, 255, 255, .9);
}
.gitment-editor-body {
margin: 0;
}
.gitment-comment-body > *:first-child,
.gitment-editor-preview > *:first-child {
margin-top: 0 !important;
}
.gitment-comment-body > *:last-child,
.gitment-editor-preview > *:last-child {
margin-bottom: 0 !important;
}
.gitment-editor-body textarea {
display: block;
width: 100%;
min-height: 150px;
max-height: 500px;
padding: 16px;
resize: vertical;
max-width: 100%;
margin: 0;
font-size: 14px;
line-height: 1.6;
background-color: #fff;
color: #333;
vertical-align: middle;
border: none;
border-radius: 0;
outline: none;
box-shadow: none;
overflow: visible;
}
.gitment-editor-body textarea:focus {
background-color: #fff;
}
.gitment-editor-preview {
min-height: 150px;
padding: 16px;
background-color: transparent;
width: 100%;
font-size: 14px;
line-height: 1.5;
word-wrap: break-word;
}
.gitment-editor-footer {
padding: 0;
margin-top: 10px;
}
.gitment-editor-footer::after {
display: table;
clear: both;
content: "";
}
a.gitment-editor-footer-tip {
display: inline-block;
padding-top: 10px;
font-size: 12px;
color: #666;
}
a.gitment-editor-footer-tip:hover {
color: #2196F3;
text-decoration: none;
}
.gitment-comments-pagination {
list-style: none;
text-align: right;
border-radius: 0;
margin: -19px 0 19px 0;
}
.gitment-comments-page-item {
display: inline-block;
cursor: pointer;
border: 1px solid #CFD8DC;
margin-left: -1px;
padding: .25rem .5rem;
}
.gitment-comments-page-item:hover {
background-color: #f5f5f5;
}
.gitment-comments-page-item.gitment-selected {
background-color: #f5f5f5;
}
.gitment-editor-submit,
.gitment-comments-init-btn {
color: #fff;
background-color: #00BCD4;
position: relative;
display: inline-block;
padding: 7px 13px;
font-size: 14px;
font-weight: 600;
line-height: 20px;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-size: 110% 110%;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.gitment-editor-submit:hover,
.gitment-comments-init-btn:hover {
background-color: #00ACC1;
}
.gitment-comments-init-btn:disabled,
.gitment-editor-submit:disabled {
color: rgba(255,255,255,0.75);
background-color: #4DD0E1;
box-shadow: none;
}
.gitment-editor-submit {
float: right;
}
.gitment-footer-container {
margin-top: 30px;
margin-bottom: 20px;
text-align: right;
font-size: 12px;
} | src/style/gitment.css | .gitment-container {
font-family: sans-serif;
font-size: 14px;
line-height: 1.5;
color: #333;
word-wrap: break-word;
}
.gitment-container * {
box-sizing: border-box;
}
.gitment-container *:disabled {
cursor: not-allowed;
}
.gitment-container a,
.gitment-container a:visited {
cursor: pointer;
text-decoration: none;
}
.gitment-container a:hover {
text-decoration: underline;
}
.gitment-container .gitment-hidden {
display: none;
}
.gitment-container .gitment-spinner-icon {
fill: #333;
-webkit-animation: gitment-spin 1s steps(12) infinite;
animation: gitment-spin 1s steps(12) infinite;
}
@-webkit-keyframes gitment-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes gitment-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.gitment-root-container {
margin: 19px 0;
}
.gitment-header-container {
margin: 19px 0;
}
.gitment-header-like-btn,
.gitment-comment-like-btn {
cursor: pointer;
}
.gitment-comment-like-btn {
float: right;
}
.gitment-comment-like-btn.liked {
color: #F44336;
}
.gitment-header-like-btn svg {
vertical-align: middle;
height: 30px;
}
.gitment-comment-like-btn svg {
vertical-align: middle;
height: 20px;
}
.gitment-header-like-btn.liked svg,
.gitment-comment-like-btn.liked svg {
fill: #F44336;
}
a.gitment-header-issue-link,
a.gitment-header-issue-link:visited {
float: right;
line-height: 30px;
color: #666;
}
a.gitment-header-issue-link:hover {
color: #666;
}
.gitment-comments-loading,
.gitment-comments-error,
.gitment-comments-empty {
text-align: center;
margin: 50px 0;
}
.gitment-comments-list {
list-style: none;
padding-left: 0;
margin: 0 0 38px;
}
.gitment-comment,
.gitment-editor-container {
position: relative;
min-height: 60px;
padding-left: 60px;
margin: 19px 0;
}
.gitment-comment-avatar,
.gitment-editor-avatar {
float: left;
margin-left: -60px;
}
.gitment-comment-avatar,
.gitment-comment-avatar-img,
.gitment-comment-avatar,
.gitment-editor-avatar-img,
.gitment-editor-avatar svg {
width: 44px;
height: 44px;
border-radius: 3px;
}
.gitment-editor-avatar .gitment-github-icon {
fill: #fff;
background-color: #333;
}
.gitment-comment-main,
.gitment-editor-main {
position: relative;
border: 1px solid #CFD8DC;
border-radius: 0;
}
.gitment-editor-main::before,
.gitment-editor-main::after,
.gitment-comment-main::before,
.gitment-comment-main::after {
position: absolute;
top: 11px;
left: -16px;
display: block;
width: 0;
height: 0;
pointer-events: none;
content: "";
border-color: transparent;
border-style: solid solid outset;
}
.gitment-editor-main::before,
.gitment-comment-main::before {
border-width: 8px;
border-right-color: #CFD8DC;
}
.gitment-editor-main::after,
.gitment-comment-main::after {
margin-top: 1px;
margin-left: 2px;
border-width: 7px;
border-right-color: #fff;
}
.gitment-comment-header {
margin: 12px 15px;
color: #666;
background-color: #fff;
border-radius: 3px;
}
.gitment-editor-header {
padding: 0;
margin: 0;
border-bottom: 1px solid #CFD8DC;
}
a.gitment-comment-name,
a.gitment-comment-name:visited {
font-weight: 600;
color: #666;
}
.gitment-editor-tabs {
margin-bottom: -1px;
margin-left: -1px;
}
.gitment-editor-tab {
display: inline-block;
padding: 11px 12px;
font-size: 14px;
line-height: 20px;
color: #666;
text-decoration: none;
background-color: transparent;
border-width: 0 1px;
border-style: solid;
border-color: transparent;
border-radius: 0;
white-space: nowrap;
cursor: pointer;
user-select: none;
outline: none;
}
.gitment-editor-tab.gitment-selected {
color: #333;
background-color: #fff;
border-color: #CFD8DC;
}
.gitment-editor-login {
float: right;
margin-top: -30px;
margin-right: 15px;
}
a.gitment-footer-project-link,
a.gitment-footer-project-link:visited,
a.gitment-editor-login-link,
a.gitment-editor-login-link:visited {
color: #2196F3;
}
a.gitment-editor-logout-link,
a.gitment-editor-logout-link:visited {
color: #666;
}
a.gitment-editor-logout-link:hover {
color: #2196F3;
text-decoration: none;
}
.gitment-comment-body {
position: relative;
margin: 12px 15px;
overflow: hidden;
border-radius: 3px;
}
.gitment-comment-body-folded {
cursor: pointer;
}
.gitment-comment-body-folded::before {
display: block !important;
content: "";
position: absolute;
width: 100%;
left: 0;
top: 0;
bottom: 50px;
pointer-events: none;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9));
background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9));
}
.gitment-comment-body-folded::after {
display: block !important;
content: "Click to Expand" !important;
text-align: center;
color: #666;
position: absolute;
width: 100%;
height: 50px;
line-height: 50px;
left: 0;
bottom: 0;
pointer-events: none;
background: rgba(255, 255, 255, .9);
}
.gitment-editor-body {
margin: 0;
}
.gitment-comment-body > *:first-child,
.gitment-editor-preview > *:first-child {
margin-top: 0 !important;
}
.gitment-comment-body > *:last-child,
.gitment-editor-preview > *:last-child {
margin-bottom: 0 !important;
}
.gitment-editor-body textarea {
display: block;
width: 100%;
min-height: 150px;
max-height: 500px;
padding: 16px;
resize: vertical;
max-width: 100%;
margin: 0;
font-size: 14px;
line-height: 1.6;
background-color: #fff;
color: #333;
vertical-align: middle;
border: none;
border-radius: 0;
outline: none;
box-shadow: none;
overflow: visible;
}
.gitment-editor-body textarea:focus {
background-color: #fff;
}
.gitment-editor-preview {
min-height: 150px;
padding: 16px;
background-color: transparent;
width: 100%;
font-size: 14px;
line-height: 1.5;
word-wrap: break-word;
}
.gitment-editor-footer {
padding: 0;
margin-top: 10px;
}
.gitment-editor-footer::after {
display: table;
clear: both;
content: "";
}
a.gitment-editor-footer-tip {
display: inline-block;
padding-top: 10px;
font-size: 12px;
color: #666;
}
a.gitment-editor-footer-tip:hover {
color: #2196F3;
text-decoration: none;
}
.gitment-comments-pagination {
list-style: none;
text-align: right;
border-radius: 0;
margin: -19px 0 19px 0;
}
.gitment-comments-page-item {
display: inline-block;
cursor: pointer;
border: 1px solid #CFD8DC;
margin-left: -1px;
padding: .25rem .5rem;
}
.gitment-comments-page-item:hover {
background-color: #f5f5f5;
}
.gitment-comments-page-item.gitment-selected {
background-color: #f5f5f5;
}
.gitment-editor-submit,
.gitment-comments-init-btn {
color: #fff;
background-color: #00BCD4;
position: relative;
display: inline-block;
padding: 7px 13px;
font-size: 14px;
font-weight: 600;
line-height: 20px;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-size: 110% 110%;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.gitment-editor-submit:hover,
.gitment-comments-init-btn:hover {
background-color: #00ACC1;
}
.gitment-comments-init-btn:disabled,
.gitment-editor-submit:disabled {
color: rgba(255,255,255,0.75);
background-color: #4DD0E1;
box-shadow: none;
}
.gitment-editor-submit {
float: right;
}
.gitment-footer-container {
margin-top: 30px;
margin-bottom: 20px;
text-align: right;
font-size: 12px;
} | 0.494629 | 0.08548 |
html,
body {
height: 100%;
width: 100%;
font-family: Arial;
}
/*navbar fix*/
.affix {
top: 0;
width: 100%;
}
.navbar {
z-index: 1000;
position: fixed;
margin: 0 auto;
width: 100%;
padding: 40px 40px 0px 40px;
}
.fade {
-webkit-transition: opacity .0s linear;
-o-transition: opacity .0s linear;
transition: opacity .0s linear
}
header {
width: 100%;
}
.header {
background-color: transparent;
}
.main-intro {
padding: 100px 0 40px 0;
}
.main-intro > h4,
.main-intro > a {
font-size: 14pt;
line-height: 18pt;
letter-spacing: 0.5pt;
}
.main-intro > a {
display: inline-block;
position: relative;
color: black;
padding-bottom: 20px;
}
.main-intro > a:hover {
color: #bbb;
}
.main-intro > a::after {
content: '';
position: absolute;
left: 0;
display: inline-block;
height: 1em;
width: 100%;
border-bottom: 1px solid;
margin-top: 5px;
}
.intro {
padding-top: 70px;
min-height: 901px;
width: 100%;
}
.item {
border: none;
}
.item-wrap {
padding: 5px;
}
.mfp-bg {
background-color: #fff!important;
}
#posts img {
margin: 0 auto;
padding: 30px;
}
.but-cust {
border-radius: 0px;
background-image: none!important;
background-color: transparent!important;
border-color: transparent;
text-shadow: none!important;
box-shadow: none!important;
color: grey;
padding: 0px;
margin: 8px;
}
.but-cust:hover {
background-color: transparent;
color: #000;
border-color: transparent;
}
.but-cust:active,
.but-cust.active {
/*background-color: #e1e1e1!important;*/
color: #000!important;
border-color: transparent;
border-bottom: 2px solid #000;
}
/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
/*change this to change animation interval*/
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.0s;
-ms-transition-duration: 0.0s;
-o-transition-duration: 0.0s;
transition-duration: 0.0s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}
footer {
height: 100px;
}
footer .list-inline {
margin-top: 20px;
}
footer a {
color: #666;
}
a:focus {
outline: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: none;
}
.mfp-title {
color: #484747;
font-size: 10pt;
}
.mfp-figure small {
color: #828282;
}
.mfp-arrow {
opacity: 0.20;
}
.mfp-arrow-1 {
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;
position: absolute;
/*opacity: 0.65;*/
margin: 0;
top: 50%;
margin-top: -55px;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow-1:hover,
.mfp-arrow-1:focus {
/*display: none;*/
color: purple;
}
.mfp-figure:after {
box-shadow: none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #bbb;
}
.fa {
color: #bbb;
z-index: -1111;
}
.fa:hover {
color: #333;
}
/*///*/
#backtotop {
color: black;
right: 20px;
bottom: 30px;
position: fixed;
z-index: 100;
}
/*.section-break {
margin: 100px 0 50px 0;
font-size: 14pt;
line-height: 16pt;
letter-spacing: 0.5pt;
}*/ | css/style.css | html,
body {
height: 100%;
width: 100%;
font-family: Arial;
}
/*navbar fix*/
.affix {
top: 0;
width: 100%;
}
.navbar {
z-index: 1000;
position: fixed;
margin: 0 auto;
width: 100%;
padding: 40px 40px 0px 40px;
}
.fade {
-webkit-transition: opacity .0s linear;
-o-transition: opacity .0s linear;
transition: opacity .0s linear
}
header {
width: 100%;
}
.header {
background-color: transparent;
}
.main-intro {
padding: 100px 0 40px 0;
}
.main-intro > h4,
.main-intro > a {
font-size: 14pt;
line-height: 18pt;
letter-spacing: 0.5pt;
}
.main-intro > a {
display: inline-block;
position: relative;
color: black;
padding-bottom: 20px;
}
.main-intro > a:hover {
color: #bbb;
}
.main-intro > a::after {
content: '';
position: absolute;
left: 0;
display: inline-block;
height: 1em;
width: 100%;
border-bottom: 1px solid;
margin-top: 5px;
}
.intro {
padding-top: 70px;
min-height: 901px;
width: 100%;
}
.item {
border: none;
}
.item-wrap {
padding: 5px;
}
.mfp-bg {
background-color: #fff!important;
}
#posts img {
margin: 0 auto;
padding: 30px;
}
.but-cust {
border-radius: 0px;
background-image: none!important;
background-color: transparent!important;
border-color: transparent;
text-shadow: none!important;
box-shadow: none!important;
color: grey;
padding: 0px;
margin: 8px;
}
.but-cust:hover {
background-color: transparent;
color: #000;
border-color: transparent;
}
.but-cust:active,
.but-cust.active {
/*background-color: #e1e1e1!important;*/
color: #000!important;
border-color: transparent;
border-bottom: 2px solid #000;
}
/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
/*change this to change animation interval*/
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.0s;
-ms-transition-duration: 0.0s;
-o-transition-duration: 0.0s;
transition-duration: 0.0s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}
footer {
height: 100px;
}
footer .list-inline {
margin-top: 20px;
}
footer a {
color: #666;
}
a:focus {
outline: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: none;
}
.mfp-title {
color: #484747;
font-size: 10pt;
}
.mfp-figure small {
color: #828282;
}
.mfp-arrow {
opacity: 0.20;
}
.mfp-arrow-1 {
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;
position: absolute;
/*opacity: 0.65;*/
margin: 0;
top: 50%;
margin-top: -55px;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow-1:hover,
.mfp-arrow-1:focus {
/*display: none;*/
color: purple;
}
.mfp-figure:after {
box-shadow: none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #bbb;
}
.fa {
color: #bbb;
z-index: -1111;
}
.fa:hover {
color: #333;
}
/*///*/
#backtotop {
color: black;
right: 20px;
bottom: 30px;
position: fixed;
z-index: 100;
}
/*.section-break {
margin: 100px 0 50px 0;
font-size: 14pt;
line-height: 16pt;
letter-spacing: 0.5pt;
}*/ | 0.443118 | 0.055336 |
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
.dayDiv{
text-align:center;
margin-bottom:24px;
font-size:1.5em;
font-family: 'Roboto', sans-serif;
margin-right:8px;
}
#terms-container {
font-family: 'Roboto', sans-serif;
color:#616161;
}
#terms-container h1{
font-weight:100;
color:#0b8043;
}
#terms-container h2{
font-weight:100;
color:#212121;
}
.day-selected{
font-weight:400;
color:#212121;
}
.bold{
font-weight:400;
}
.caps{
text-transform: uppercase;
}
.cap{
text-transform: capitalize;
}
.day-unselected{
font-weight:100;
color:#616161;
}
.days{
width:1em;
margin-left:8px;
margin-right:8px;
}
.icon-align{
vertical-align:-25%;
}
#actionButtons{
position:relative;
bottom:-20px;
}
.optionsSave{
position:absolute;
right:8px;
bottom:-14px;
z-index:12;
}
.optionsSave:hover{
cursor:pointer;
}
.optionsToggle{
position:absolute;
line-height:1em;
left:0;
bottom:-14px;
z-index:12;
}
.optionsToggle:hover{
cursor:pointer;
}
.days:hover{
cursor:pointer;
}
#map {
height: 0;
}
#mapControls{
text-align:left;
padding-right:4px;
padding-left:12px;
padding-top:12px;
padding-bottom:24px;
background:#fff;
border:2px solid #fff;
border-radius:3px;
box-shadow:0 2px 6px rgba(0,0,0,.3);
}
.menuHidden{
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.menuShown{
top:0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.flip {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
.menuIcon{
opacity:.5;
}
.menuIconDown{
margin-top:6px;
}
.menuIconUp{
margin-top:-4px;
}
.notation{
font-weight:100;
font-size:12px;
}
#menu{
z-index:10;
position:fixed;
left:50%;
transform: translate(-50%);
width:auto;
}
.actionPane{
text-align:right;
position:relative;
height:0px;
bottom:2px;
}
#change-location{
position:absolute;
height:0px;
bottom:28px;
left:6px;
display:none;
}
#change-location:hover{
cursor:pointer;
}
.cLoc{
opacity:.1;
}
#landing-card{
margin-top:40px;
width:auto;
}
.demo-card-wide.mdl-card {
}
#homeCard.demo-card-wide > .mdl-card__title {
color: #fff;
height: 176px;
background: url('../images/home.jpg') center / cover;
}
.mdl-card__title-text{
margin-top:-80px;
}
.demo-card-wide > .mdl-card__menu {
color: #fff;
}
.xbold{
position:relative;
top:-120px;
}
#manual-location-div{
position:relative;
left:50%;
transform: translate(-50%);
}
#locate-submit{
text-align:right;
margin-right:12px;
width:auto;
}
.notice{
font-size:75%;
line-height:1.5em;
margin-top:20px;
margin-left:auto;
margin-right:auto;
}
#rack-logo{
position:fixed;
bottom:3px;
left:72px;
text-align:center;
font-family: 'Roboto', sans-serif;
display:none;
}
#btnMenu{
display:none;
}
#divTopBottom{
width:100%;
margin-bottom:-24px;
text-align:center;
}
#logo{
margin-right:8px;
color:#212121;
z-index:1;
font-size:2em;
font-weight:100;
font-family: 'Roboto', sans-serif;
}
.checkbox-text {
vertical-align:25%;
}
.hrTopTop{
margin-top:-12px;
margin-bottom:24px;
margin-right:8px;
color:#ebebeb;
}
.hrTopBottom{
margin-right:8px;
margin-bottom:8px;
color:#ebebeb;
}
.font300{
font-weight:300;
}
.choices{
max-width:148px;
}
.cbxWrapper{
margin-right:8px;
}
@media all and (orientation:portrait) {
/* Styles for Portrait screen */
#mapControls{
width:336px;
}
.menuHidden{
top:-304px;
}
}
@media all and (orientation:landscape) {
/* Styles for Landscape screen */
#mapControls{
width:506px;
}
.menuHidden{
top:-232px;
}
} | public/css/getaa.css | html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
.dayDiv{
text-align:center;
margin-bottom:24px;
font-size:1.5em;
font-family: 'Roboto', sans-serif;
margin-right:8px;
}
#terms-container {
font-family: 'Roboto', sans-serif;
color:#616161;
}
#terms-container h1{
font-weight:100;
color:#0b8043;
}
#terms-container h2{
font-weight:100;
color:#212121;
}
.day-selected{
font-weight:400;
color:#212121;
}
.bold{
font-weight:400;
}
.caps{
text-transform: uppercase;
}
.cap{
text-transform: capitalize;
}
.day-unselected{
font-weight:100;
color:#616161;
}
.days{
width:1em;
margin-left:8px;
margin-right:8px;
}
.icon-align{
vertical-align:-25%;
}
#actionButtons{
position:relative;
bottom:-20px;
}
.optionsSave{
position:absolute;
right:8px;
bottom:-14px;
z-index:12;
}
.optionsSave:hover{
cursor:pointer;
}
.optionsToggle{
position:absolute;
line-height:1em;
left:0;
bottom:-14px;
z-index:12;
}
.optionsToggle:hover{
cursor:pointer;
}
.days:hover{
cursor:pointer;
}
#map {
height: 0;
}
#mapControls{
text-align:left;
padding-right:4px;
padding-left:12px;
padding-top:12px;
padding-bottom:24px;
background:#fff;
border:2px solid #fff;
border-radius:3px;
box-shadow:0 2px 6px rgba(0,0,0,.3);
}
.menuHidden{
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.menuShown{
top:0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.flip {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
.menuIcon{
opacity:.5;
}
.menuIconDown{
margin-top:6px;
}
.menuIconUp{
margin-top:-4px;
}
.notation{
font-weight:100;
font-size:12px;
}
#menu{
z-index:10;
position:fixed;
left:50%;
transform: translate(-50%);
width:auto;
}
.actionPane{
text-align:right;
position:relative;
height:0px;
bottom:2px;
}
#change-location{
position:absolute;
height:0px;
bottom:28px;
left:6px;
display:none;
}
#change-location:hover{
cursor:pointer;
}
.cLoc{
opacity:.1;
}
#landing-card{
margin-top:40px;
width:auto;
}
.demo-card-wide.mdl-card {
}
#homeCard.demo-card-wide > .mdl-card__title {
color: #fff;
height: 176px;
background: url('../images/home.jpg') center / cover;
}
.mdl-card__title-text{
margin-top:-80px;
}
.demo-card-wide > .mdl-card__menu {
color: #fff;
}
.xbold{
position:relative;
top:-120px;
}
#manual-location-div{
position:relative;
left:50%;
transform: translate(-50%);
}
#locate-submit{
text-align:right;
margin-right:12px;
width:auto;
}
.notice{
font-size:75%;
line-height:1.5em;
margin-top:20px;
margin-left:auto;
margin-right:auto;
}
#rack-logo{
position:fixed;
bottom:3px;
left:72px;
text-align:center;
font-family: 'Roboto', sans-serif;
display:none;
}
#btnMenu{
display:none;
}
#divTopBottom{
width:100%;
margin-bottom:-24px;
text-align:center;
}
#logo{
margin-right:8px;
color:#212121;
z-index:1;
font-size:2em;
font-weight:100;
font-family: 'Roboto', sans-serif;
}
.checkbox-text {
vertical-align:25%;
}
.hrTopTop{
margin-top:-12px;
margin-bottom:24px;
margin-right:8px;
color:#ebebeb;
}
.hrTopBottom{
margin-right:8px;
margin-bottom:8px;
color:#ebebeb;
}
.font300{
font-weight:300;
}
.choices{
max-width:148px;
}
.cbxWrapper{
margin-right:8px;
}
@media all and (orientation:portrait) {
/* Styles for Portrait screen */
#mapControls{
width:336px;
}
.menuHidden{
top:-304px;
}
}
@media all and (orientation:landscape) {
/* Styles for Landscape screen */
#mapControls{
width:506px;
}
.menuHidden{
top:-232px;
}
} | 0.404155 | 0.064241 |
.splash-screen-wrapper-body {
height: inherit;
}
.splash-screen-wrapper-body-title {
margin-top: 0;
color: #42a4ff;
font-weight: 100;
}
.splash-screen-wrapper-body-paragraph {
color: #656467;
}
.splash-screen-wrapper-body-list {
list-style-type: none;
text-align: left;
padding-left: 0;
color: #656467;
}
.splash-screen-wrapper-body-list-item {
margin-bottom: 15px;
color: #656467;
}
.splash-screen-wrapper-body-form-wrapper {
text-align: center;
color: #656467;
}
.splash-screen-wrapper-body-form-label {
margin: 10px 0;
color: #656467;
}
.splash-screen-wrapper-body-form-label-span {
color: #be1233;
}
.splash-screen-wrapper-body-form-field-wrapper {
display: block;
overflow: hidden;
width: 100%;
border: solid 1px #e8e7ec;
border-radius: 4px;
background-color: #f4f3f8;
color: #656467;
}
.splash-screen-wrapper-body-form-text-area-wrapper {
display: block;
overflow: hidden;
width: 100%;
border: solid 1px #e8e7ec;
border-radius: 4px;
min-height: 600px;
background-color: #f4f3f8;
color: #656467;
}
.splash-screen-wrapper-body-form {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
margin: 0 auto;
}
.splash-screen-wrapper-body-form-text {
font-size: 20px;
background-color: #f4f3f8;
border-radius: 4px;
height: 40px;
width: 100%;
border: none;
padding: 10px;
color: #9d9ca1;
outline: none;
}
.splash-screen-wrapper-body-form-text-area {
font-size: 20px;
background-color: #f4f3f8;
border-radius: 4px;
width: 98%;
border: none;
padding: 10px;
color: #9d9ca1;
outline: none;
min-height: 600px;
resize: none;
}
.submit-form-btn {
transition: all .5s;
margin-top: 30px;
font-size: 16px;
padding: 10px 20px;
height: 40px;
background-color: #42a4ff;
border: none;
color: #fff;
border-radius: 4px;
cursor: pointer;
outline: none;
}
.submit-form-btn:hover {
background-color: #3585cf;
}
.submit-form-btn-disable {
transition: all .5s;
margin-top: 30px;
font-size: 16px;
padding: 10px 20px;
height: 40px;
background-color: #8dc5ff;
border: none;
color: #fff;
border-radius: 4px;
cursor: no-drop;
outline: none;
} | src/Modules/Components/Form/index.css | .splash-screen-wrapper-body {
height: inherit;
}
.splash-screen-wrapper-body-title {
margin-top: 0;
color: #42a4ff;
font-weight: 100;
}
.splash-screen-wrapper-body-paragraph {
color: #656467;
}
.splash-screen-wrapper-body-list {
list-style-type: none;
text-align: left;
padding-left: 0;
color: #656467;
}
.splash-screen-wrapper-body-list-item {
margin-bottom: 15px;
color: #656467;
}
.splash-screen-wrapper-body-form-wrapper {
text-align: center;
color: #656467;
}
.splash-screen-wrapper-body-form-label {
margin: 10px 0;
color: #656467;
}
.splash-screen-wrapper-body-form-label-span {
color: #be1233;
}
.splash-screen-wrapper-body-form-field-wrapper {
display: block;
overflow: hidden;
width: 100%;
border: solid 1px #e8e7ec;
border-radius: 4px;
background-color: #f4f3f8;
color: #656467;
}
.splash-screen-wrapper-body-form-text-area-wrapper {
display: block;
overflow: hidden;
width: 100%;
border: solid 1px #e8e7ec;
border-radius: 4px;
min-height: 600px;
background-color: #f4f3f8;
color: #656467;
}
.splash-screen-wrapper-body-form {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
margin: 0 auto;
}
.splash-screen-wrapper-body-form-text {
font-size: 20px;
background-color: #f4f3f8;
border-radius: 4px;
height: 40px;
width: 100%;
border: none;
padding: 10px;
color: #9d9ca1;
outline: none;
}
.splash-screen-wrapper-body-form-text-area {
font-size: 20px;
background-color: #f4f3f8;
border-radius: 4px;
width: 98%;
border: none;
padding: 10px;
color: #9d9ca1;
outline: none;
min-height: 600px;
resize: none;
}
.submit-form-btn {
transition: all .5s;
margin-top: 30px;
font-size: 16px;
padding: 10px 20px;
height: 40px;
background-color: #42a4ff;
border: none;
color: #fff;
border-radius: 4px;
cursor: pointer;
outline: none;
}
.submit-form-btn:hover {
background-color: #3585cf;
}
.submit-form-btn-disable {
transition: all .5s;
margin-top: 30px;
font-size: 16px;
padding: 10px 20px;
height: 40px;
background-color: #8dc5ff;
border: none;
color: #fff;
border-radius: 4px;
cursor: no-drop;
outline: none;
} | 0.552902 | 0.057045 |
@charset "utf-8";
/* layout
---------------------------------- */
.address-choose,
.address-manage,
.address-add,
.address-modify {
background-color: #fff;
}
.address-list .mod-list-info {
position: relative;
z-index: 1;
min-height: 96px;
padding: 0 16px;
}
.address-list .mod-list-info::after {
content: "";
position: absolute;
bottom: 1px;
right: 16px;
left: 16px;
height: 1px;
background-color: #d7d7d7;
-webkit-transform: scale3d(1, 0.5, 1);
-ms-transform: scale3d(1, 0.5, 1);
transform: scale3d(1, 0.5, 1);
}
.address-list .mod-list-item:last-child .mod-list-info::after {
background-color: #fff;
}
.address-list .mod-list-info.active::after,
.address-list a.mod-list-info:active::after,
.address-list .mod-list-item:last-child .mod-list-info.active::after {
right: 0;
left: 0;
z-index: -1;
height: 100%;
background-color: #c7965b !important;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.address-list .radio-group {
max-width: 42px;
margin-left: 8px;
}
.address-list .com-arrow-right {
max-width: 22px;
margin-right: 12px;
}
.address-list .radio-group ~ .com-arrow-right {
display: none;
}
.address-info {
overflow: hidden;
}
.address-list .mod-list-info.active .address-info {
color: #fff;
}
.address-user {
float: left;
font-size: 14px;
line-height: 20px;
}
.address-phone {
float: right;
font-size: 14px;
line-height: 20px;
}
.address-address {
clear: both;
font-size: 12px;
line-height: 18px;
padding-top: 6px;
}
.mod-footbar {
height: 60px;
background-color: #f5f5f5;
}
.mod-footbar::before {
display: none;
}
.mod-footbar-show {
padding-bottom: 60px;
}
.submit-bar,
.submit-bar .operate {
margin: 0 8px;
}
.submit-bar .btn-large {
line-height: 44px;
}
.submit-bar .btn-info.btn-large {
line-height: 42px;
} | src/styles/address.css | @charset "utf-8";
/* layout
---------------------------------- */
.address-choose,
.address-manage,
.address-add,
.address-modify {
background-color: #fff;
}
.address-list .mod-list-info {
position: relative;
z-index: 1;
min-height: 96px;
padding: 0 16px;
}
.address-list .mod-list-info::after {
content: "";
position: absolute;
bottom: 1px;
right: 16px;
left: 16px;
height: 1px;
background-color: #d7d7d7;
-webkit-transform: scale3d(1, 0.5, 1);
-ms-transform: scale3d(1, 0.5, 1);
transform: scale3d(1, 0.5, 1);
}
.address-list .mod-list-item:last-child .mod-list-info::after {
background-color: #fff;
}
.address-list .mod-list-info.active::after,
.address-list a.mod-list-info:active::after,
.address-list .mod-list-item:last-child .mod-list-info.active::after {
right: 0;
left: 0;
z-index: -1;
height: 100%;
background-color: #c7965b !important;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.address-list .radio-group {
max-width: 42px;
margin-left: 8px;
}
.address-list .com-arrow-right {
max-width: 22px;
margin-right: 12px;
}
.address-list .radio-group ~ .com-arrow-right {
display: none;
}
.address-info {
overflow: hidden;
}
.address-list .mod-list-info.active .address-info {
color: #fff;
}
.address-user {
float: left;
font-size: 14px;
line-height: 20px;
}
.address-phone {
float: right;
font-size: 14px;
line-height: 20px;
}
.address-address {
clear: both;
font-size: 12px;
line-height: 18px;
padding-top: 6px;
}
.mod-footbar {
height: 60px;
background-color: #f5f5f5;
}
.mod-footbar::before {
display: none;
}
.mod-footbar-show {
padding-bottom: 60px;
}
.submit-bar,
.submit-bar .operate {
margin: 0 8px;
}
.submit-bar .btn-large {
line-height: 44px;
}
.submit-bar .btn-info.btn-large {
line-height: 42px;
} | 0.316475 | 0.056366 |
.my_swiper {
margin: 30px auto;
width: 1024px;
position: relative;
height: 500px;
}
.my_swiper {
background: #eee;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color:#000;
margin: 0;
padding: 0;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
/*Woo qty*/
.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
display: none;
}
.woocommerce .quantity, .woocommerce-page .quantity {
position: relative;
margin: 0 auto;
overflow: hidden;
zoom: 1;
padding-right: 1.1em;
display: inline-block;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
width: 2.618em;
height: 26px;
float: left;
padding: 0;
margin: 0;
text-align: center;
border: 1px solid #bbb3b9;
border-right: 0;
font-weight: 700;
border-radius: 2px 0 0 2px;
-moz-appearance: textfield;
}
.woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number] {
padding-right: 1.2em;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus, .woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
display: block;
padding: 0;
margin: 0;
position: absolute;
text-align: center;
width: 1.387em;
height: 14px;
text-decoration: none;
overflow: visible;
text-decoration: none;
font-weight: 700;
cursor: pointer;
color: #515151;
border: 1px solid #bbb3b9;
background-color: #ebe9eb;
text-shadow: none;
line-height: 1;
background-image: none;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
background-color: #dad8da;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
top: 0;
right: 0;
border-bottom: 0;
border-radius: 2px 2px 0 0;
}
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
bottom: 0;
right: 0;
border-radius: 0 0 2px 2px;
} | public/css/mystyle.css | .my_swiper {
margin: 30px auto;
width: 1024px;
position: relative;
height: 500px;
}
.my_swiper {
background: #eee;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color:#000;
margin: 0;
padding: 0;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
/*Woo qty*/
.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
display: none;
}
.woocommerce .quantity, .woocommerce-page .quantity {
position: relative;
margin: 0 auto;
overflow: hidden;
zoom: 1;
padding-right: 1.1em;
display: inline-block;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
width: 2.618em;
height: 26px;
float: left;
padding: 0;
margin: 0;
text-align: center;
border: 1px solid #bbb3b9;
border-right: 0;
font-weight: 700;
border-radius: 2px 0 0 2px;
-moz-appearance: textfield;
}
.woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number] {
padding-right: 1.2em;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus, .woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
display: block;
padding: 0;
margin: 0;
position: absolute;
text-align: center;
width: 1.387em;
height: 14px;
text-decoration: none;
overflow: visible;
text-decoration: none;
font-weight: 700;
cursor: pointer;
color: #515151;
border: 1px solid #bbb3b9;
background-color: #ebe9eb;
text-shadow: none;
line-height: 1;
background-image: none;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
background-color: #dad8da;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
top: 0;
right: 0;
border-bottom: 0;
border-radius: 2px 2px 0 0;
}
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
bottom: 0;
right: 0;
border-radius: 0 0 2px 2px;
} | 0.366703 | 0.042902 |
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
position: relative;
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
cursor: default;
-webkit-touch-callout: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: none;
}
#map {
width: 100%;
height: 100%;
position: relative;
}
.mapboxgl-canvas {
outline: none;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-layer .mapboxgl-ctrl-icon {
background: no-repeat center/17px url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='layer-group' class='svg-inline--fa fa-layer-group fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23333' d='M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z'%3E%3C/path%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-layer-active .mapboxgl-ctrl-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='layer-group' class='svg-inline--fa fa-layer-group fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2333B5E5' d='M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z'%3E%3C/path%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor {
font-size: 14px;
font-weight: bold;
line-height: 28px;
color: #333;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-active {
color: #33B5E5;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-4 .mapboxgl-ctrl-icon::after {
content: '5';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-3 .mapboxgl-ctrl-icon::after {
content: '4';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-2 .mapboxgl-ctrl-icon::after {
content: '3';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-1 .mapboxgl-ctrl-icon::after {
content: '2';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-0 .mapboxgl-ctrl-icon::after {
content: '1';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--1 .mapboxgl-ctrl-icon::after {
content: 'B1';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--2 .mapboxgl-ctrl-icon::after {
content: 'B2';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--3 .mapboxgl-ctrl-icon::after {
content: 'B3';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--4 .mapboxgl-ctrl-icon::after {
content: 'B4';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--5 .mapboxgl-ctrl-icon::after {
content: 'B5';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--6 .mapboxgl-ctrl-icon::after {
content: 'B6';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--7 .mapboxgl-ctrl-icon::after {
content: 'B7';
} | mapbox-gl-indoor-map.css | html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
position: relative;
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
cursor: default;
-webkit-touch-callout: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: none;
}
#map {
width: 100%;
height: 100%;
position: relative;
}
.mapboxgl-canvas {
outline: none;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-layer .mapboxgl-ctrl-icon {
background: no-repeat center/17px url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='layer-group' class='svg-inline--fa fa-layer-group fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23333' d='M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z'%3E%3C/path%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-layer-active .mapboxgl-ctrl-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='layer-group' class='svg-inline--fa fa-layer-group fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2333B5E5' d='M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z'%3E%3C/path%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor {
font-size: 14px;
font-weight: bold;
line-height: 28px;
color: #333;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-active {
color: #33B5E5;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-4 .mapboxgl-ctrl-icon::after {
content: '5';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-3 .mapboxgl-ctrl-icon::after {
content: '4';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-2 .mapboxgl-ctrl-icon::after {
content: '3';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-1 .mapboxgl-ctrl-icon::after {
content: '2';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor-0 .mapboxgl-ctrl-icon::after {
content: '1';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--1 .mapboxgl-ctrl-icon::after {
content: 'B1';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--2 .mapboxgl-ctrl-icon::after {
content: 'B2';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--3 .mapboxgl-ctrl-icon::after {
content: 'B3';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--4 .mapboxgl-ctrl-icon::after {
content: 'B4';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--5 .mapboxgl-ctrl-icon::after {
content: 'B5';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--6 .mapboxgl-ctrl-icon::after {
content: 'B6';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-floor--7 .mapboxgl-ctrl-icon::after {
content: 'B7';
} | 0.372619 | 0.081556 |
body{
margin:0;
padding:0;
background-color: transparent;
display: flex;
flex-direction: column;
}
.jumbotron{
background: none;
padding: 0;
margin: 0;
}
*{
border-right: 0;
margin-right:0;
padding-right:0;
border-radius: 0;
font: Garamond;
}
#logo{
background-image: url("../img/h_img.jpg");
background-size: cover;
height: 100%;
width: 100%;
padding-top: 23%;
color: white;
position: relative;
}
#D{
position: relative;
padding-bottom: 3.5%;
justify-content: space-around;
}
#welcome{
padding-top: 2%;
padding-bottom: 2.5%;
}
#mouse{
padding-top: 16%;
padding-bottom: 3%;
}
#about{
padding-top: 5%;
}
#services{
height: 45%;
font-size: 50%;
}
#what{
margin-right: 0%;
margin-left: 0%;
padding:0 ;
}
.What p{
margin-right: 0%;
margin-left: 0%;
padding:0 ;
}
#we{
padding-top: 2.5%;
padding-right: 8%;
}
.what-we-do{
list-style: none;
display: flex;
flex-direction: row;
padding-right: 0%;
}
.photo1,.photo2,.photo3{
display: block ;
}
.what-hide{
margin: -10mm;
padding: 0%;
border: 0mm;
}
.What li{
width: 100%;
padding-right: 20%;
padding-left:10%;
padding-top: 2.5%;
font-size: 80%;
}
#what-hide1,#what-hide2, #what-hide3{
display: none;
width: 13em;
margin: 0mm;
padding: 0%;
border: 0mm;
}
.row{
margin-left: 11%;
margin-right: 8%;
padding-right: 0.0%;
padding-left: 0%;
}
.col-md-3{
position:relative;
display: inline-block;
padding:5px 5px 5px 5px;
}
.col-md-3 img{
width: 100%;
object-fit: cover;
}
.hide{
border: 5px solid rgb(85, 85, 85);
display: none;
border: 2rem;
}
#hover1:hover,#hover2:hover,#hover3:hover, #hover4:hover, #hover5:hover, #hover6:hover, #hover7:hover, #hover8:hover{
filter: brightness(30%)
}
#contact{
background-image: url("../img/c_image.jpg");
height: 60vh;
background-size: cover;
padding-top: 5%;
color: white;
margin-top: 3%;
margin-bottom: 3%;
}
#footer li{
text-decoration: none;
list-style-type: none;
list-style-image: unset;
display: inline;
}
#footer h5{
font-size: 10px;
}
*{
margin: 0 0 0 0;
padding: 0;
text-align: center;
}
.card{
display: inline;
padding-right: 5.0%;
margin-right: 2%;
}
input.placeholder{
color: white;
}
#Name, #email, #Message{
color: white;
justify-content: left;
background: transparent;}
#Name{
color: white;
width: 250px;
margin-right: 200px;
}
#email{
width: 250px;
height:50px
}
.col-md-6{
margin: 0;
width: 100%;
}
.contact-form{
margin-top:15px;
align-content: left;
background: transparent;
float: left;
}
.form-group{
text-align: left;
}
.contact-form .textarea{
width: 100%;
min-height:30vh;
resize:none;
}
.form-control{
box-shadow:none;
border-color:#eee;
height:49px;
}
.form-control-feedback{
line-height:100px;
}
.main-btn{
background:transparent;
border-color:#fff;
color:#fff;}
.main-btn:hover{
background-color:#fff;
}
.form-control-feedback {
line-height: 50px;
top: 0px;
} | css/styles.css | body{
margin:0;
padding:0;
background-color: transparent;
display: flex;
flex-direction: column;
}
.jumbotron{
background: none;
padding: 0;
margin: 0;
}
*{
border-right: 0;
margin-right:0;
padding-right:0;
border-radius: 0;
font: Garamond;
}
#logo{
background-image: url("../img/h_img.jpg");
background-size: cover;
height: 100%;
width: 100%;
padding-top: 23%;
color: white;
position: relative;
}
#D{
position: relative;
padding-bottom: 3.5%;
justify-content: space-around;
}
#welcome{
padding-top: 2%;
padding-bottom: 2.5%;
}
#mouse{
padding-top: 16%;
padding-bottom: 3%;
}
#about{
padding-top: 5%;
}
#services{
height: 45%;
font-size: 50%;
}
#what{
margin-right: 0%;
margin-left: 0%;
padding:0 ;
}
.What p{
margin-right: 0%;
margin-left: 0%;
padding:0 ;
}
#we{
padding-top: 2.5%;
padding-right: 8%;
}
.what-we-do{
list-style: none;
display: flex;
flex-direction: row;
padding-right: 0%;
}
.photo1,.photo2,.photo3{
display: block ;
}
.what-hide{
margin: -10mm;
padding: 0%;
border: 0mm;
}
.What li{
width: 100%;
padding-right: 20%;
padding-left:10%;
padding-top: 2.5%;
font-size: 80%;
}
#what-hide1,#what-hide2, #what-hide3{
display: none;
width: 13em;
margin: 0mm;
padding: 0%;
border: 0mm;
}
.row{
margin-left: 11%;
margin-right: 8%;
padding-right: 0.0%;
padding-left: 0%;
}
.col-md-3{
position:relative;
display: inline-block;
padding:5px 5px 5px 5px;
}
.col-md-3 img{
width: 100%;
object-fit: cover;
}
.hide{
border: 5px solid rgb(85, 85, 85);
display: none;
border: 2rem;
}
#hover1:hover,#hover2:hover,#hover3:hover, #hover4:hover, #hover5:hover, #hover6:hover, #hover7:hover, #hover8:hover{
filter: brightness(30%)
}
#contact{
background-image: url("../img/c_image.jpg");
height: 60vh;
background-size: cover;
padding-top: 5%;
color: white;
margin-top: 3%;
margin-bottom: 3%;
}
#footer li{
text-decoration: none;
list-style-type: none;
list-style-image: unset;
display: inline;
}
#footer h5{
font-size: 10px;
}
*{
margin: 0 0 0 0;
padding: 0;
text-align: center;
}
.card{
display: inline;
padding-right: 5.0%;
margin-right: 2%;
}
input.placeholder{
color: white;
}
#Name, #email, #Message{
color: white;
justify-content: left;
background: transparent;}
#Name{
color: white;
width: 250px;
margin-right: 200px;
}
#email{
width: 250px;
height:50px
}
.col-md-6{
margin: 0;
width: 100%;
}
.contact-form{
margin-top:15px;
align-content: left;
background: transparent;
float: left;
}
.form-group{
text-align: left;
}
.contact-form .textarea{
width: 100%;
min-height:30vh;
resize:none;
}
.form-control{
box-shadow:none;
border-color:#eee;
height:49px;
}
.form-control-feedback{
line-height:100px;
}
.main-btn{
background:transparent;
border-color:#fff;
color:#fff;}
.main-btn:hover{
background-color:#fff;
}
.form-control-feedback {
line-height: 50px;
top: 0px;
} | 0.435421 | 0.069573 |
.leaflet-fusesearch-control {
background: rgba(0,0,0,0);
border-radius: 5px;
top: 50px;
}
.leaflet-fusesearch-control .button {
background-position: 50% 50%;
background-repeat: no-repeat;
background-image: url('../img/search-solid.svg');
display: block;
width: 36px;
height: 36px;
}
.leaflet-fusesearch-control .button:hover {
background-image: url('../img/search-solid-hover.svg');
}
.leaflet-touch .leaflet-fusesearch-control .button {
width: 44px;
height: 44px;
}
.leaflet-fusesearch-panel {
position: absolute;
height: 350px;
width: 250px;
top: 50px;
margin-left: 55px;
z-index: -1;
opacity: 0;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
}
.leaflet-fusesearch-panel .content {
height: 100%;
width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 8px 20px;
background: rgba(0,0,0,0.8);
-webkit-border-radius: 6px;
border-radius: 6px;
color: #ccc;
font-size: 1.1em;
}
.leaflet-fusesearch-panel.left {
left: 0;
}
.leaflet-fusesearch-panel.right {
right: 0;
}
.leaflet-fusesearch-panel.visible {
opacity: 1;
z-index: 2000;
}
.leaflet-fusesearch-panel .close {
position: absolute;
right: 35px;
top: 15px;
width: 30px;
height: 30px;
color: white;
font-size: 25pt;
line-height: 1em;
text-align: center;
background: black;
-webkit-border-radius: 15px;
border-radius: 15px;
cursor: pointer;
z-index: 8;
}
.leaflet-fusesearch-panel .search-image {
background-repeat: no-repeat;
background-image: url(../images/search_input.png);
background-size: 20px 20px;
background-position: 1px 1px;
display: none;
position: relative;
top: 4px;
width: 22px;
height: 22px;
}
.leaflet-fusesearch-panel .search-input {
outline: none;
position: relative;
background-color: rgba(0,0,0,0);
border: none;
border-bottom: 3px solid black;
font-size: 14pt;
margin-bottom: 20px;
}
.leaflet-fusesearch-panel .result-item {
color : #777;
font-size: 12pt;
}
.leaflet-fusesearch-panel .result-item.clickable {
cursor: pointer;
color : #ccc;
}
.leaflet-fusesearch-panel .result-item.clickable:hover {
color: #00aeff;
}
@media (max-width:320px) {
.leaflet-fusesearch-panel {
width: 100%;
padding: 0;
}
.leaflet-fusesearch-panel .content {
box-shadow: none;
-webkit-border-radius: 0;
border-radius: 0;
}
}
@media (min-width: 321px) and (max-width: 480px) {
.leaflet-fusesearch-panel {
width: 250px;
padding: 0;
}
}
@media (min-width: 481px) and (max-width: 768px) {
.leaflet-fusesearch-panel {
width: 300px;
}
}
@media (min-width: 769px) {
.leaflet-fusesearch-panel {
width: 300px;
}
} | src/css/leaflet.fusesearch.css | .leaflet-fusesearch-control {
background: rgba(0,0,0,0);
border-radius: 5px;
top: 50px;
}
.leaflet-fusesearch-control .button {
background-position: 50% 50%;
background-repeat: no-repeat;
background-image: url('../img/search-solid.svg');
display: block;
width: 36px;
height: 36px;
}
.leaflet-fusesearch-control .button:hover {
background-image: url('../img/search-solid-hover.svg');
}
.leaflet-touch .leaflet-fusesearch-control .button {
width: 44px;
height: 44px;
}
.leaflet-fusesearch-panel {
position: absolute;
height: 350px;
width: 250px;
top: 50px;
margin-left: 55px;
z-index: -1;
opacity: 0;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
}
.leaflet-fusesearch-panel .content {
height: 100%;
width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 8px 20px;
background: rgba(0,0,0,0.8);
-webkit-border-radius: 6px;
border-radius: 6px;
color: #ccc;
font-size: 1.1em;
}
.leaflet-fusesearch-panel.left {
left: 0;
}
.leaflet-fusesearch-panel.right {
right: 0;
}
.leaflet-fusesearch-panel.visible {
opacity: 1;
z-index: 2000;
}
.leaflet-fusesearch-panel .close {
position: absolute;
right: 35px;
top: 15px;
width: 30px;
height: 30px;
color: white;
font-size: 25pt;
line-height: 1em;
text-align: center;
background: black;
-webkit-border-radius: 15px;
border-radius: 15px;
cursor: pointer;
z-index: 8;
}
.leaflet-fusesearch-panel .search-image {
background-repeat: no-repeat;
background-image: url(../images/search_input.png);
background-size: 20px 20px;
background-position: 1px 1px;
display: none;
position: relative;
top: 4px;
width: 22px;
height: 22px;
}
.leaflet-fusesearch-panel .search-input {
outline: none;
position: relative;
background-color: rgba(0,0,0,0);
border: none;
border-bottom: 3px solid black;
font-size: 14pt;
margin-bottom: 20px;
}
.leaflet-fusesearch-panel .result-item {
color : #777;
font-size: 12pt;
}
.leaflet-fusesearch-panel .result-item.clickable {
cursor: pointer;
color : #ccc;
}
.leaflet-fusesearch-panel .result-item.clickable:hover {
color: #00aeff;
}
@media (max-width:320px) {
.leaflet-fusesearch-panel {
width: 100%;
padding: 0;
}
.leaflet-fusesearch-panel .content {
box-shadow: none;
-webkit-border-radius: 0;
border-radius: 0;
}
}
@media (min-width: 321px) and (max-width: 480px) {
.leaflet-fusesearch-panel {
width: 250px;
padding: 0;
}
}
@media (min-width: 481px) and (max-width: 768px) {
.leaflet-fusesearch-panel {
width: 300px;
}
}
@media (min-width: 769px) {
.leaflet-fusesearch-panel {
width: 300px;
}
} | 0.468061 | 0.183649 |
:root {
--color-primary: #1b014c;
--color-body: #fff;
--color-bg-featured-label: #ffd23f;
}
/*CALL TO ACTION COMPONENT*/
.bg-card {
background-color:#fafafa;
}
.bg-primary {
background-color: var(--color-primary);
}
.bg-secondary {
background-color: var(--color-bg-featured-label);
}
button:focus {
outline: none;
}
.btn--purple {
background: #9C9CD5;
}
.btn--pink {
background: rgb(233, 197, 183);
background: linear-gradient(90deg, rgba(233, 197, 183, 1) 0%, rgba(245, 224, 198, 1) 49%, rgba(224, 168, 145, 1) 100%);
}
.btn--silver {
background: rgb(204, 209, 211);
background: linear-gradient(90deg, rgba(204, 209, 211, 1) 0%, rgba(239, 234, 228, 1) 31%, rgba(206, 213, 226, 1) 100%);
}
.btn--gold {
background: rgb(213, 195, 123);
background: linear-gradient(90deg, rgba(213, 195, 123, 1) 0%, rgba(248, 228, 203, 1) 51%, rgba(222, 210, 155, 1) 100%);
;
}
/*PRODUCT CARDS COMPONENT*/
.product-photo-1 {
background: url("../assets/cards_understand_the_open_banking _platform_economy.svg") no-repeat center;
}
.product-photo-2 {
background: url("../assets/cards_see_where_opportunities _are_emerging.svg") no-repeat center;
}
.product-photo-3 {
background: url("../assets/cards_understand_the_open_banking _platform_economy.svg") no-repeat center;
}
/*TEAM COMPONENT*/
.team-section {
border: 1px solid #CCCCCC;
}
.team-section p {
color: #404040;
}
.team-section span {
color: #ccc;
}
/*SUBSCRIPTION COMPONENT*/
.subscription-section ul {
text-align: left;
}
.border-bottom {
border-bottom: 1px solid #1B014C40;
}
.plans-price {
padding-top: 1.5rem;
border-top: 1px solid #1B014C40;
}
/*TESTIMONIALS COMPONENTS*/
blockquote:before {
/*box model*/
margin-right: 25%;
content: open-quote;
/*layout*/
vertical-align: -0.6em;
/*type*/
font-size: 6em;
line-height: 0;
color: #ccc;
}
blockquote:after {
/*box model*/
margin-left: 15%;
content: close-quote;
/*layout*/
vertical-align: -0.6em;
/*type*/
font-size: 6em;
line-height: 0;
color: #ccc;
}
/* iframe {
margin: 5% auto;
width: 80vw;
height: 40vh;
overflow: hidden;
} */
*:focus {
outline: none;
outline: 0;
} | src/pages/open-banking/trends/styles/index.css | :root {
--color-primary: #1b014c;
--color-body: #fff;
--color-bg-featured-label: #ffd23f;
}
/*CALL TO ACTION COMPONENT*/
.bg-card {
background-color:#fafafa;
}
.bg-primary {
background-color: var(--color-primary);
}
.bg-secondary {
background-color: var(--color-bg-featured-label);
}
button:focus {
outline: none;
}
.btn--purple {
background: #9C9CD5;
}
.btn--pink {
background: rgb(233, 197, 183);
background: linear-gradient(90deg, rgba(233, 197, 183, 1) 0%, rgba(245, 224, 198, 1) 49%, rgba(224, 168, 145, 1) 100%);
}
.btn--silver {
background: rgb(204, 209, 211);
background: linear-gradient(90deg, rgba(204, 209, 211, 1) 0%, rgba(239, 234, 228, 1) 31%, rgba(206, 213, 226, 1) 100%);
}
.btn--gold {
background: rgb(213, 195, 123);
background: linear-gradient(90deg, rgba(213, 195, 123, 1) 0%, rgba(248, 228, 203, 1) 51%, rgba(222, 210, 155, 1) 100%);
;
}
/*PRODUCT CARDS COMPONENT*/
.product-photo-1 {
background: url("../assets/cards_understand_the_open_banking _platform_economy.svg") no-repeat center;
}
.product-photo-2 {
background: url("../assets/cards_see_where_opportunities _are_emerging.svg") no-repeat center;
}
.product-photo-3 {
background: url("../assets/cards_understand_the_open_banking _platform_economy.svg") no-repeat center;
}
/*TEAM COMPONENT*/
.team-section {
border: 1px solid #CCCCCC;
}
.team-section p {
color: #404040;
}
.team-section span {
color: #ccc;
}
/*SUBSCRIPTION COMPONENT*/
.subscription-section ul {
text-align: left;
}
.border-bottom {
border-bottom: 1px solid #1B014C40;
}
.plans-price {
padding-top: 1.5rem;
border-top: 1px solid #1B014C40;
}
/*TESTIMONIALS COMPONENTS*/
blockquote:before {
/*box model*/
margin-right: 25%;
content: open-quote;
/*layout*/
vertical-align: -0.6em;
/*type*/
font-size: 6em;
line-height: 0;
color: #ccc;
}
blockquote:after {
/*box model*/
margin-left: 15%;
content: close-quote;
/*layout*/
vertical-align: -0.6em;
/*type*/
font-size: 6em;
line-height: 0;
color: #ccc;
}
/* iframe {
margin: 5% auto;
width: 80vw;
height: 40vh;
overflow: hidden;
} */
*:focus {
outline: none;
outline: 0;
} | 0.325628 | 0.139309 |
html {
min-width: 500px;
min-height: 400px;
}
body {
background-color: #EEE;
z-index: -1;
}
#top-bar {
background-color: #633663;
-webkit-box-shadow: 0px 0px 5px #854785;
-moz-box-shadow: 0px 0px 5px #854785;
box-shadow: 0px 0px 5px #854785;
height: 25px;
line-height: 25px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1;
}
#top-bar h1 {
font-size: 14pt;
color: #DDD;
margin: 0;
position: fixed;
left: 10px;
font-family: 'Architects Daughter', cursive;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
user-select: none;
z-index: 2;
}
#info-buttons {
display: inline-block;
position: fixed;
top: 0;
right: 10px;
z-index: 2;
text-align: center;
vertical-align: middle;
line-height: inherit;
color: #DDD;
height: inherit;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
user-select: none;
}
#info-buttons div {
line-height: inherit;
display: inline;
}
#info-buttons div :hover {
background-color: #854785;
color: #eeeeee;
}
#info-buttons div :active,
#info-buttons div :focus {
background-color: #a659a6;
color: #ffffff;
}
#info-buttons div,
#info-buttons i {
width: 25px;
}
#info-buttons span {
line-height: inherit;
}
#info-buttons span :hover {
background-color: #854785;
color: #eeeeee;
}
#info-buttons span :active,
#info-buttons span :focus {
background-color: #a659a6;
color: #ffffff;
}
#info-buttons span :active {
cursor: progress;
}
#info-buttons span,
#info-buttons i {
width: 25px;
}
.info-dropdown {
z-index: 2;
background-color: #633663;
display: none;
position: absolute;
top: 30px;
height: 350px;
width: 250px;
-webkit-box-shadow: 0px 0px 5px #854785;
-moz-box-shadow: 0px 0px 5px #854785;
box-shadow: 0px 0px 5px #854785;
}
#about-dialog {
right: 0px;
}
#help-dialog {
right: 28px;
}
.btn-holder-v {
position: fixed;
z-index: 1;
left: 0;
top: 10%;
background-color: #633663;
-webkit-box-shadow: 0px 0px 10px #854785;
-moz-box-shadow: 0px 0px 10px #854785;
box-shadow: 0px 0px 10px #854785;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.btn-holder-v :hover,
.btn-holder-v :active,
.btn-holder-v :focus {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.btn-holder-v div {
z-index: 2;
border-bottom: 1px solid #222;
height: 50px;
width: 50px;
text-align: center;
cursor: pointer;
color: #DDD;
}
.btn-holder-v div :hover {
background-color: #854785;
color: #eeeeee;
}
.btn-holder-v div :active,
.btn-holder-v div :focus {
background-color: #a659a6;
color: #ffffff;
}
.btn-holder-v div span {
vertical-align: middle;
height: inherit;
width: inherit;
line-height: 50px;
display: inline-block;
}
.btn-holder-v div i {
height: inherit;
width: inherit;
display: inherit;
}
.btn-holder-h {
position: fixed;
min-width: 255px;
z-index: 1;
bottom: 0;
right: 5%;
background-color: #633663;
-webkit-box-shadow: 0px 0px 10px #854785;
-moz-box-shadow: 0px 0px 10px #854785;
box-shadow: 0px 0px 10px #854785;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.btn-holder-h :hover,
.btn-holder-h :active,
.btn-holder-h :focus {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.btn-holder-h div {
z-index: 2;
position: relative;
border-right: 1px solid #222;
height: 50px;
width: 50px;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
color: #DDD;
}
.btn-holder-h div :hover {
background-color: #854785;
color: #eeeeee;
}
.btn-holder-h div :active,
.btn-holder-h div :focus {
background-color: #a659a6;
color: #ffffff;
}
.btn-holder-h div span {
line-height: 50px;
display: inherit;
vertical-align: inherit;
height: inherit;
width: inherit;
}
.btn-holder-h div i {
height: inherit;
width: inherit;
display: inherit;
}
#page {
z-index: 0;
background-color: white;
position: relative;
width: 772px;
height: 1000px;
margin: 75px auto;
-webkit-box-shadow: 4px 4px 6px grey;
-moz-box-shadow: 4px 4px 6px grey;
box-shadow: 4px 4px 6px grey;
}
.no-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
user-select: none;
}
.disabled {
background-color: grey;
color: lightgrey;
cursor: not-allowed;
}
.disabled :hover,
.disabled :active,
.disabled :focus,
.disabled span,
.disabled i,
.disabled span:hover,
.disabled i:hover,
.disabled span:active,
.disabled i:active,
.disabled span:focus,
.disabled i:focus {
background-color: grey;
color: lightgrey;
cursor: not-allowed;
}
/*# sourceMappingURL=main.css.map */ | css/main.css | html {
min-width: 500px;
min-height: 400px;
}
body {
background-color: #EEE;
z-index: -1;
}
#top-bar {
background-color: #633663;
-webkit-box-shadow: 0px 0px 5px #854785;
-moz-box-shadow: 0px 0px 5px #854785;
box-shadow: 0px 0px 5px #854785;
height: 25px;
line-height: 25px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1;
}
#top-bar h1 {
font-size: 14pt;
color: #DDD;
margin: 0;
position: fixed;
left: 10px;
font-family: 'Architects Daughter', cursive;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
user-select: none;
z-index: 2;
}
#info-buttons {
display: inline-block;
position: fixed;
top: 0;
right: 10px;
z-index: 2;
text-align: center;
vertical-align: middle;
line-height: inherit;
color: #DDD;
height: inherit;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
user-select: none;
}
#info-buttons div {
line-height: inherit;
display: inline;
}
#info-buttons div :hover {
background-color: #854785;
color: #eeeeee;
}
#info-buttons div :active,
#info-buttons div :focus {
background-color: #a659a6;
color: #ffffff;
}
#info-buttons div,
#info-buttons i {
width: 25px;
}
#info-buttons span {
line-height: inherit;
}
#info-buttons span :hover {
background-color: #854785;
color: #eeeeee;
}
#info-buttons span :active,
#info-buttons span :focus {
background-color: #a659a6;
color: #ffffff;
}
#info-buttons span :active {
cursor: progress;
}
#info-buttons span,
#info-buttons i {
width: 25px;
}
.info-dropdown {
z-index: 2;
background-color: #633663;
display: none;
position: absolute;
top: 30px;
height: 350px;
width: 250px;
-webkit-box-shadow: 0px 0px 5px #854785;
-moz-box-shadow: 0px 0px 5px #854785;
box-shadow: 0px 0px 5px #854785;
}
#about-dialog {
right: 0px;
}
#help-dialog {
right: 28px;
}
.btn-holder-v {
position: fixed;
z-index: 1;
left: 0;
top: 10%;
background-color: #633663;
-webkit-box-shadow: 0px 0px 10px #854785;
-moz-box-shadow: 0px 0px 10px #854785;
box-shadow: 0px 0px 10px #854785;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.btn-holder-v :hover,
.btn-holder-v :active,
.btn-holder-v :focus {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.btn-holder-v div {
z-index: 2;
border-bottom: 1px solid #222;
height: 50px;
width: 50px;
text-align: center;
cursor: pointer;
color: #DDD;
}
.btn-holder-v div :hover {
background-color: #854785;
color: #eeeeee;
}
.btn-holder-v div :active,
.btn-holder-v div :focus {
background-color: #a659a6;
color: #ffffff;
}
.btn-holder-v div span {
vertical-align: middle;
height: inherit;
width: inherit;
line-height: 50px;
display: inline-block;
}
.btn-holder-v div i {
height: inherit;
width: inherit;
display: inherit;
}
.btn-holder-h {
position: fixed;
min-width: 255px;
z-index: 1;
bottom: 0;
right: 5%;
background-color: #633663;
-webkit-box-shadow: 0px 0px 10px #854785;
-moz-box-shadow: 0px 0px 10px #854785;
box-shadow: 0px 0px 10px #854785;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.btn-holder-h :hover,
.btn-holder-h :active,
.btn-holder-h :focus {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.btn-holder-h div {
z-index: 2;
position: relative;
border-right: 1px solid #222;
height: 50px;
width: 50px;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
color: #DDD;
}
.btn-holder-h div :hover {
background-color: #854785;
color: #eeeeee;
}
.btn-holder-h div :active,
.btn-holder-h div :focus {
background-color: #a659a6;
color: #ffffff;
}
.btn-holder-h div span {
line-height: 50px;
display: inherit;
vertical-align: inherit;
height: inherit;
width: inherit;
}
.btn-holder-h div i {
height: inherit;
width: inherit;
display: inherit;
}
#page {
z-index: 0;
background-color: white;
position: relative;
width: 772px;
height: 1000px;
margin: 75px auto;
-webkit-box-shadow: 4px 4px 6px grey;
-moz-box-shadow: 4px 4px 6px grey;
box-shadow: 4px 4px 6px grey;
}
.no-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
user-select: none;
}
.disabled {
background-color: grey;
color: lightgrey;
cursor: not-allowed;
}
.disabled :hover,
.disabled :active,
.disabled :focus,
.disabled span,
.disabled i,
.disabled span:hover,
.disabled i:hover,
.disabled span:active,
.disabled i:active,
.disabled span:focus,
.disabled i:focus {
background-color: grey;
color: lightgrey;
cursor: not-allowed;
}
/*# sourceMappingURL=main.css.map */ | 0.226612 | 0.079246 |
.contact-agree{
display: block;
width: 35%;
float: left;
color: green;
}
.contact-disagree{
color: #666;
}
/*****消息样式 END*****/
/*****通讯录头部样式*****/
.contact-box {
width: 100%;
margin-top: 30px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
border: solid 1px #ccc;
border-radius: 6px;
background: #555;
}
.contact-box .topMenu {
width: 94%;
height: 35px;
padding: 0 3%;
}
/**左侧**/
.topMenu .menuLeft {
width: 80%;
font-size: 12px;
float: left;
}
.menu {
position: relative;
width: 18%;
float: left;
text-align: center;
font-size: 14px;
color: #ffffff;
}
.menuList {
display: block;
width: 90px;
height: 35px;
line-height: 35px;
}
.menuList a{
color: #ffffff;
}
.menuList:hover {
background: #888;
cursor: pointer;
}
.subMenu {
position: absolute;
width: 80px;
left: 5px;
background: #888;
margin-top: 5px;
display: none;
border: solid 1px #ccc;
z-index: 100;
}
.subMenu li {
font-size: 12px;
line-height: 20px;
}
.subMenu li a {
display: block;
width: 90px;
color: #ffffff;
}
.subMenu li a:hover {
background: #ffffff;
color: #000;
cursor: pointer;
}
.active {
background: #888;
}
/**右侧**/
.menuRight {
position: relative;
float: left;
color: #ffffff;
height: 35px;
line-height: 30px;
}
.menuRight .invitation {
position: absolute;
top: -3px;
left: 0;
font-size: 13px;
width: 100px;
padding: 5px 10px 5px 10px !important;
text-align: center;
background: #459300 url('../images/bg-button-green.gif') top left repeat-x !important;
cursor: pointer;
border-radius: 5px;
}
.menuRight .invitation:hover {
text-decoration: underline;
}
.menuRight .invitation:active {
padding: 6px 10px 4px 10px !important;
}
/****联系人列表****/
.contactList {
padding: 20px 15px 15px 15px;
background: #ffffff;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.contactList table {
width: 100%;
}
.contactList table thead th {
width: 20%;
font-weight: bold;
font-size: 15px;
border-bottom: 1px solid #ddd;
text-align: center;
}
.contactList table tbody td {
text-align: center;
}
.contactList table tbody .send-email{
float: left;
display: block;
width: 45%;
height: 20px;
font-size: 10px;
background: #57a000;
color: #ffffff;
line-height: 20px;
text-align: center;
margin-right: 10%;
cursor:pointer;
}
.contactList table tbody .send-email:hover{
background: #0dc014;
}
.contactList table tbody .delete-contact{
float: left;
display: block;
width: 44%;
height: 20px;
font-size: 10px;
background: #ff7d59;
color: #ffffff;
line-height: 20px;
text-align: center;
cursor: pointer;
}
.contactList table tbody .delete-contact:hover{
background: #ff513c;
}
/****添加新的联系人****/
.add-contact-box{
background: #ffffff;
padding: 25px 14px 14px 14px;
font-size: 14px;
}
.add-contact-box p{
width: 100%;
height: 30px;
}
.add-contact-box i{
margin-right: 5px;
}
.add-contact-box label{
float: left;
color: #888;
display: block;
width: 95px;
}
.add-contact-box input[type="text"]{
width: 240px;
padding: 2px 3px;
}
.add-contact-box button{
width: 80px;
float: right;
margin-top: 10px;
margin-right: 25px;
}
/****发送邮件****/
.send-email-box {
background: #ffffff;
z-index: 1001;
padding: 10px 16px 5px 16px;
overflow: auto;
font-size: 14px;
}
.send-email-box p{
height: 28px;
}
.send-email-box label{
float: left;
display: block;
width: 60px;
}
.send-email-box input[type='text']{
padding: 2px 3px;
width: 330px;
}
.send-email-box select{
width: 140px;
padding: 2px 3px;
}
.send-email-box input[type='submit']{
width: 65px;
} | Public/css/contact.css | .contact-agree{
display: block;
width: 35%;
float: left;
color: green;
}
.contact-disagree{
color: #666;
}
/*****消息样式 END*****/
/*****通讯录头部样式*****/
.contact-box {
width: 100%;
margin-top: 30px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
border: solid 1px #ccc;
border-radius: 6px;
background: #555;
}
.contact-box .topMenu {
width: 94%;
height: 35px;
padding: 0 3%;
}
/**左侧**/
.topMenu .menuLeft {
width: 80%;
font-size: 12px;
float: left;
}
.menu {
position: relative;
width: 18%;
float: left;
text-align: center;
font-size: 14px;
color: #ffffff;
}
.menuList {
display: block;
width: 90px;
height: 35px;
line-height: 35px;
}
.menuList a{
color: #ffffff;
}
.menuList:hover {
background: #888;
cursor: pointer;
}
.subMenu {
position: absolute;
width: 80px;
left: 5px;
background: #888;
margin-top: 5px;
display: none;
border: solid 1px #ccc;
z-index: 100;
}
.subMenu li {
font-size: 12px;
line-height: 20px;
}
.subMenu li a {
display: block;
width: 90px;
color: #ffffff;
}
.subMenu li a:hover {
background: #ffffff;
color: #000;
cursor: pointer;
}
.active {
background: #888;
}
/**右侧**/
.menuRight {
position: relative;
float: left;
color: #ffffff;
height: 35px;
line-height: 30px;
}
.menuRight .invitation {
position: absolute;
top: -3px;
left: 0;
font-size: 13px;
width: 100px;
padding: 5px 10px 5px 10px !important;
text-align: center;
background: #459300 url('../images/bg-button-green.gif') top left repeat-x !important;
cursor: pointer;
border-radius: 5px;
}
.menuRight .invitation:hover {
text-decoration: underline;
}
.menuRight .invitation:active {
padding: 6px 10px 4px 10px !important;
}
/****联系人列表****/
.contactList {
padding: 20px 15px 15px 15px;
background: #ffffff;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.contactList table {
width: 100%;
}
.contactList table thead th {
width: 20%;
font-weight: bold;
font-size: 15px;
border-bottom: 1px solid #ddd;
text-align: center;
}
.contactList table tbody td {
text-align: center;
}
.contactList table tbody .send-email{
float: left;
display: block;
width: 45%;
height: 20px;
font-size: 10px;
background: #57a000;
color: #ffffff;
line-height: 20px;
text-align: center;
margin-right: 10%;
cursor:pointer;
}
.contactList table tbody .send-email:hover{
background: #0dc014;
}
.contactList table tbody .delete-contact{
float: left;
display: block;
width: 44%;
height: 20px;
font-size: 10px;
background: #ff7d59;
color: #ffffff;
line-height: 20px;
text-align: center;
cursor: pointer;
}
.contactList table tbody .delete-contact:hover{
background: #ff513c;
}
/****添加新的联系人****/
.add-contact-box{
background: #ffffff;
padding: 25px 14px 14px 14px;
font-size: 14px;
}
.add-contact-box p{
width: 100%;
height: 30px;
}
.add-contact-box i{
margin-right: 5px;
}
.add-contact-box label{
float: left;
color: #888;
display: block;
width: 95px;
}
.add-contact-box input[type="text"]{
width: 240px;
padding: 2px 3px;
}
.add-contact-box button{
width: 80px;
float: right;
margin-top: 10px;
margin-right: 25px;
}
/****发送邮件****/
.send-email-box {
background: #ffffff;
z-index: 1001;
padding: 10px 16px 5px 16px;
overflow: auto;
font-size: 14px;
}
.send-email-box p{
height: 28px;
}
.send-email-box label{
float: left;
display: block;
width: 60px;
}
.send-email-box input[type='text']{
padding: 2px 3px;
width: 330px;
}
.send-email-box select{
width: 140px;
padding: 2px 3px;
}
.send-email-box input[type='submit']{
width: 65px;
} | 0.309232 | 0.062388 |