mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
5655 lines
99 KiB
CSS
5655 lines
99 KiB
CSS
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
|
|
@import url("//fonts.googleapis.com/css?family=Roboto%3A100%2C300%2C500");
|
|
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,
|
|
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: 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 {
|
|
-webkit-box-sizing: content-box;
|
|
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"] {
|
|
-webkit-box-sizing: border-box;
|
|
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;
|
|
-webkit-box-sizing: content-box;
|
|
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;
|
|
}
|
|
|
|
@media print {
|
|
* {
|
|
text-shadow: none !important;
|
|
color: #000 !important;
|
|
background: transparent !important;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
a,
|
|
a:visited {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a[href]:after {
|
|
content: " (" attr(href) ")";
|
|
}
|
|
|
|
abbr[title]:after {
|
|
content: " (" attr(title) ")";
|
|
}
|
|
|
|
a[href^="javascript:"]:after,
|
|
a[href^="#"]: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;
|
|
}
|
|
|
|
select {
|
|
background: #fff !important;
|
|
}
|
|
|
|
.navbar {
|
|
display: none;
|
|
}
|
|
|
|
.table td,
|
|
.table th {
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
.btn > .caret,
|
|
.dropup > .btn > .caret {
|
|
border-top-color: #000 !important;
|
|
}
|
|
|
|
.label {
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
.table {
|
|
border-collapse: collapse !important;
|
|
}
|
|
|
|
.table-bordered th,
|
|
.table-bordered td {
|
|
border: 1px solid #ddd !important;
|
|
}
|
|
}
|
|
* {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
*:before,
|
|
*:after {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html {
|
|
font-size: 10px;
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
body {
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 1.42857;
|
|
color: #333333;
|
|
background-color: white;
|
|
}
|
|
|
|
input,
|
|
button,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
}
|
|
|
|
a {
|
|
color: #03a9f4;
|
|
text-decoration: none;
|
|
}
|
|
a:hover, a:focus {
|
|
color: #0275a8;
|
|
text-decoration: underline;
|
|
}
|
|
a:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
|
|
img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.img-responsive {
|
|
display: block;
|
|
width: 100% \9;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.img-rounded {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.img-thumbnail {
|
|
padding: 4px;
|
|
line-height: 1.42857;
|
|
background-color: white;
|
|
border: 1px solid #dddddd;
|
|
border-radius: 4px;
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
display: inline-block;
|
|
width: 100% \9;
|
|
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;
|
|
}
|
|
|
|
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%;
|
|
}
|
|
|
|
cite {
|
|
font-style: normal;
|
|
}
|
|
|
|
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 {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.text-capitalize {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.text-muted {
|
|
color: #777777;
|
|
}
|
|
|
|
.text-primary {
|
|
color: #428bca;
|
|
}
|
|
|
|
a.text-primary:hover {
|
|
color: #3071a9;
|
|
}
|
|
|
|
.text-success {
|
|
color: #3c763d;
|
|
}
|
|
|
|
a.text-success:hover {
|
|
color: #2b542c;
|
|
}
|
|
|
|
.text-info {
|
|
color: #31708f;
|
|
}
|
|
|
|
a.text-info:hover {
|
|
color: #245269;
|
|
}
|
|
|
|
.text-warning {
|
|
color: #8a6d3b;
|
|
}
|
|
|
|
a.text-warning:hover {
|
|
color: #66512c;
|
|
}
|
|
|
|
.text-danger {
|
|
color: #a94442;
|
|
}
|
|
|
|
a.text-danger:hover {
|
|
color: #843534;
|
|
}
|
|
|
|
.bg-primary {
|
|
color: #fff;
|
|
}
|
|
|
|
.bg-primary {
|
|
background-color: #428bca;
|
|
}
|
|
|
|
a.bg-primary:hover {
|
|
background-color: #3071a9;
|
|
}
|
|
|
|
.bg-success {
|
|
background-color: #dff0d8;
|
|
}
|
|
|
|
a.bg-success:hover {
|
|
background-color: #c1e2b3;
|
|
}
|
|
|
|
.bg-info {
|
|
background-color: #d9edf7;
|
|
}
|
|
|
|
a.bg-info:hover {
|
|
background-color: #afd9ee;
|
|
}
|
|
|
|
.bg-warning {
|
|
background-color: #fcf8e3;
|
|
}
|
|
|
|
a.bg-warning:hover {
|
|
background-color: #f7ecb5;
|
|
}
|
|
|
|
.bg-danger {
|
|
background-color: #f2dede;
|
|
}
|
|
|
|
a.bg-danger:hover {
|
|
background-color: #e4b9b9;
|
|
}
|
|
|
|
.page-header {
|
|
padding-bottom: 9px;
|
|
margin: 40px 0 20px;
|
|
border-bottom: 1px solid #eeeeee;
|
|
}
|
|
|
|
ul,
|
|
ol {
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
ul ul,
|
|
ul ol,
|
|
ol ul,
|
|
ol ol {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.list-unstyled, .list-inline {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.list-inline {
|
|
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.42857;
|
|
}
|
|
|
|
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%;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
blockquote {
|
|
padding: 10px 20px;
|
|
margin: 0 0 20px;
|
|
font-size: 17.5px;
|
|
border-left: 5px solid #eeeeee;
|
|
}
|
|
blockquote p:last-child,
|
|
blockquote ul:last-child,
|
|
blockquote ol:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
blockquote footer,
|
|
blockquote small,
|
|
blockquote .small {
|
|
display: block;
|
|
font-size: 80%;
|
|
line-height: 1.42857;
|
|
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';
|
|
}
|
|
|
|
blockquote:before,
|
|
blockquote:after {
|
|
content: "";
|
|
}
|
|
|
|
address {
|
|
margin-bottom: 20px;
|
|
font-style: normal;
|
|
line-height: 1.42857;
|
|
}
|
|
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
}
|
|
|
|
code {
|
|
padding: 2px 4px;
|
|
font-size: 90%;
|
|
color: #c7254e;
|
|
background-color: #f9f2f4;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
kbd {
|
|
padding: 2px 4px;
|
|
font-size: 90%;
|
|
color: white;
|
|
background-color: #333333;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
}
|
|
kbd kbd {
|
|
padding: 0;
|
|
font-size: 100%;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
pre {
|
|
display: block;
|
|
padding: 9.5px;
|
|
margin: 0 0 10px;
|
|
font-size: 13px;
|
|
line-height: 1.42857;
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
color: #333333;
|
|
background-color: whitesmoke;
|
|
border: 1px solid #cccccc;
|
|
border-radius: 4px;
|
|
}
|
|
pre code {
|
|
padding: 0;
|
|
font-size: inherit;
|
|
color: inherit;
|
|
white-space: pre-wrap;
|
|
background-color: transparent;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.pre-scrollable {
|
|
max-height: 340px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.container {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding-left: 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.33333%;
|
|
}
|
|
|
|
.col-xs-2 {
|
|
width: 16.66667%;
|
|
}
|
|
|
|
.col-xs-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.col-xs-4 {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.col-xs-5 {
|
|
width: 41.66667%;
|
|
}
|
|
|
|
.col-xs-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.col-xs-7 {
|
|
width: 58.33333%;
|
|
}
|
|
|
|
.col-xs-8 {
|
|
width: 66.66667%;
|
|
}
|
|
|
|
.col-xs-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.col-xs-10 {
|
|
width: 83.33333%;
|
|
}
|
|
|
|
.col-xs-11 {
|
|
width: 91.66667%;
|
|
}
|
|
|
|
.col-xs-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.col-xs-pull-0 {
|
|
right: auto;
|
|
}
|
|
|
|
.col-xs-pull-1 {
|
|
right: 8.33333%;
|
|
}
|
|
|
|
.col-xs-pull-2 {
|
|
right: 16.66667%;
|
|
}
|
|
|
|
.col-xs-pull-3 {
|
|
right: 25%;
|
|
}
|
|
|
|
.col-xs-pull-4 {
|
|
right: 33.33333%;
|
|
}
|
|
|
|
.col-xs-pull-5 {
|
|
right: 41.66667%;
|
|
}
|
|
|
|
.col-xs-pull-6 {
|
|
right: 50%;
|
|
}
|
|
|
|
.col-xs-pull-7 {
|
|
right: 58.33333%;
|
|
}
|
|
|
|
.col-xs-pull-8 {
|
|
right: 66.66667%;
|
|
}
|
|
|
|
.col-xs-pull-9 {
|
|
right: 75%;
|
|
}
|
|
|
|
.col-xs-pull-10 {
|
|
right: 83.33333%;
|
|
}
|
|
|
|
.col-xs-pull-11 {
|
|
right: 91.66667%;
|
|
}
|
|
|
|
.col-xs-pull-12 {
|
|
right: 100%;
|
|
}
|
|
|
|
.col-xs-push-0 {
|
|
left: auto;
|
|
}
|
|
|
|
.col-xs-push-1 {
|
|
left: 8.33333%;
|
|
}
|
|
|
|
.col-xs-push-2 {
|
|
left: 16.66667%;
|
|
}
|
|
|
|
.col-xs-push-3 {
|
|
left: 25%;
|
|
}
|
|
|
|
.col-xs-push-4 {
|
|
left: 33.33333%;
|
|
}
|
|
|
|
.col-xs-push-5 {
|
|
left: 41.66667%;
|
|
}
|
|
|
|
.col-xs-push-6 {
|
|
left: 50%;
|
|
}
|
|
|
|
.col-xs-push-7 {
|
|
left: 58.33333%;
|
|
}
|
|
|
|
.col-xs-push-8 {
|
|
left: 66.66667%;
|
|
}
|
|
|
|
.col-xs-push-9 {
|
|
left: 75%;
|
|
}
|
|
|
|
.col-xs-push-10 {
|
|
left: 83.33333%;
|
|
}
|
|
|
|
.col-xs-push-11 {
|
|
left: 91.66667%;
|
|
}
|
|
|
|
.col-xs-push-12 {
|
|
left: 100%;
|
|
}
|
|
|
|
.col-xs-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
|
|
.col-xs-offset-1 {
|
|
margin-left: 8.33333%;
|
|
}
|
|
|
|
.col-xs-offset-2 {
|
|
margin-left: 16.66667%;
|
|
}
|
|
|
|
.col-xs-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.col-xs-offset-4 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.col-xs-offset-5 {
|
|
margin-left: 41.66667%;
|
|
}
|
|
|
|
.col-xs-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.col-xs-offset-7 {
|
|
margin-left: 58.33333%;
|
|
}
|
|
|
|
.col-xs-offset-8 {
|
|
margin-left: 66.66667%;
|
|
}
|
|
|
|
.col-xs-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.col-xs-offset-10 {
|
|
margin-left: 83.33333%;
|
|
}
|
|
|
|
.col-xs-offset-11 {
|
|
margin-left: 91.66667%;
|
|
}
|
|
|
|
.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.33333%;
|
|
}
|
|
|
|
.col-sm-2 {
|
|
width: 16.66667%;
|
|
}
|
|
|
|
.col-sm-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.col-sm-4 {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.col-sm-5 {
|
|
width: 41.66667%;
|
|
}
|
|
|
|
.col-sm-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.col-sm-7 {
|
|
width: 58.33333%;
|
|
}
|
|
|
|
.col-sm-8 {
|
|
width: 66.66667%;
|
|
}
|
|
|
|
.col-sm-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.col-sm-10 {
|
|
width: 83.33333%;
|
|
}
|
|
|
|
.col-sm-11 {
|
|
width: 91.66667%;
|
|
}
|
|
|
|
.col-sm-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.col-sm-pull-0 {
|
|
right: auto;
|
|
}
|
|
|
|
.col-sm-pull-1 {
|
|
right: 8.33333%;
|
|
}
|
|
|
|
.col-sm-pull-2 {
|
|
right: 16.66667%;
|
|
}
|
|
|
|
.col-sm-pull-3 {
|
|
right: 25%;
|
|
}
|
|
|
|
.col-sm-pull-4 {
|
|
right: 33.33333%;
|
|
}
|
|
|
|
.col-sm-pull-5 {
|
|
right: 41.66667%;
|
|
}
|
|
|
|
.col-sm-pull-6 {
|
|
right: 50%;
|
|
}
|
|
|
|
.col-sm-pull-7 {
|
|
right: 58.33333%;
|
|
}
|
|
|
|
.col-sm-pull-8 {
|
|
right: 66.66667%;
|
|
}
|
|
|
|
.col-sm-pull-9 {
|
|
right: 75%;
|
|
}
|
|
|
|
.col-sm-pull-10 {
|
|
right: 83.33333%;
|
|
}
|
|
|
|
.col-sm-pull-11 {
|
|
right: 91.66667%;
|
|
}
|
|
|
|
.col-sm-pull-12 {
|
|
right: 100%;
|
|
}
|
|
|
|
.col-sm-push-0 {
|
|
left: auto;
|
|
}
|
|
|
|
.col-sm-push-1 {
|
|
left: 8.33333%;
|
|
}
|
|
|
|
.col-sm-push-2 {
|
|
left: 16.66667%;
|
|
}
|
|
|
|
.col-sm-push-3 {
|
|
left: 25%;
|
|
}
|
|
|
|
.col-sm-push-4 {
|
|
left: 33.33333%;
|
|
}
|
|
|
|
.col-sm-push-5 {
|
|
left: 41.66667%;
|
|
}
|
|
|
|
.col-sm-push-6 {
|
|
left: 50%;
|
|
}
|
|
|
|
.col-sm-push-7 {
|
|
left: 58.33333%;
|
|
}
|
|
|
|
.col-sm-push-8 {
|
|
left: 66.66667%;
|
|
}
|
|
|
|
.col-sm-push-9 {
|
|
left: 75%;
|
|
}
|
|
|
|
.col-sm-push-10 {
|
|
left: 83.33333%;
|
|
}
|
|
|
|
.col-sm-push-11 {
|
|
left: 91.66667%;
|
|
}
|
|
|
|
.col-sm-push-12 {
|
|
left: 100%;
|
|
}
|
|
|
|
.col-sm-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
|
|
.col-sm-offset-1 {
|
|
margin-left: 8.33333%;
|
|
}
|
|
|
|
.col-sm-offset-2 {
|
|
margin-left: 16.66667%;
|
|
}
|
|
|
|
.col-sm-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.col-sm-offset-4 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.col-sm-offset-5 {
|
|
margin-left: 41.66667%;
|
|
}
|
|
|
|
.col-sm-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.col-sm-offset-7 {
|
|
margin-left: 58.33333%;
|
|
}
|
|
|
|
.col-sm-offset-8 {
|
|
margin-left: 66.66667%;
|
|
}
|
|
|
|
.col-sm-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.col-sm-offset-10 {
|
|
margin-left: 83.33333%;
|
|
}
|
|
|
|
.col-sm-offset-11 {
|
|
margin-left: 91.66667%;
|
|
}
|
|
|
|
.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.33333%;
|
|
}
|
|
|
|
.col-md-2 {
|
|
width: 16.66667%;
|
|
}
|
|
|
|
.col-md-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.col-md-4 {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.col-md-5 {
|
|
width: 41.66667%;
|
|
}
|
|
|
|
.col-md-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.col-md-7 {
|
|
width: 58.33333%;
|
|
}
|
|
|
|
.col-md-8 {
|
|
width: 66.66667%;
|
|
}
|
|
|
|
.col-md-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.col-md-10 {
|
|
width: 83.33333%;
|
|
}
|
|
|
|
.col-md-11 {
|
|
width: 91.66667%;
|
|
}
|
|
|
|
.col-md-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.col-md-pull-0 {
|
|
right: auto;
|
|
}
|
|
|
|
.col-md-pull-1 {
|
|
right: 8.33333%;
|
|
}
|
|
|
|
.col-md-pull-2 {
|
|
right: 16.66667%;
|
|
}
|
|
|
|
.col-md-pull-3 {
|
|
right: 25%;
|
|
}
|
|
|
|
.col-md-pull-4 {
|
|
right: 33.33333%;
|
|
}
|
|
|
|
.col-md-pull-5 {
|
|
right: 41.66667%;
|
|
}
|
|
|
|
.col-md-pull-6 {
|
|
right: 50%;
|
|
}
|
|
|
|
.col-md-pull-7 {
|
|
right: 58.33333%;
|
|
}
|
|
|
|
.col-md-pull-8 {
|
|
right: 66.66667%;
|
|
}
|
|
|
|
.col-md-pull-9 {
|
|
right: 75%;
|
|
}
|
|
|
|
.col-md-pull-10 {
|
|
right: 83.33333%;
|
|
}
|
|
|
|
.col-md-pull-11 {
|
|
right: 91.66667%;
|
|
}
|
|
|
|
.col-md-pull-12 {
|
|
right: 100%;
|
|
}
|
|
|
|
.col-md-push-0 {
|
|
left: auto;
|
|
}
|
|
|
|
.col-md-push-1 {
|
|
left: 8.33333%;
|
|
}
|
|
|
|
.col-md-push-2 {
|
|
left: 16.66667%;
|
|
}
|
|
|
|
.col-md-push-3 {
|
|
left: 25%;
|
|
}
|
|
|
|
.col-md-push-4 {
|
|
left: 33.33333%;
|
|
}
|
|
|
|
.col-md-push-5 {
|
|
left: 41.66667%;
|
|
}
|
|
|
|
.col-md-push-6 {
|
|
left: 50%;
|
|
}
|
|
|
|
.col-md-push-7 {
|
|
left: 58.33333%;
|
|
}
|
|
|
|
.col-md-push-8 {
|
|
left: 66.66667%;
|
|
}
|
|
|
|
.col-md-push-9 {
|
|
left: 75%;
|
|
}
|
|
|
|
.col-md-push-10 {
|
|
left: 83.33333%;
|
|
}
|
|
|
|
.col-md-push-11 {
|
|
left: 91.66667%;
|
|
}
|
|
|
|
.col-md-push-12 {
|
|
left: 100%;
|
|
}
|
|
|
|
.col-md-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
|
|
.col-md-offset-1 {
|
|
margin-left: 8.33333%;
|
|
}
|
|
|
|
.col-md-offset-2 {
|
|
margin-left: 16.66667%;
|
|
}
|
|
|
|
.col-md-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.col-md-offset-4 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.col-md-offset-5 {
|
|
margin-left: 41.66667%;
|
|
}
|
|
|
|
.col-md-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.col-md-offset-7 {
|
|
margin-left: 58.33333%;
|
|
}
|
|
|
|
.col-md-offset-8 {
|
|
margin-left: 66.66667%;
|
|
}
|
|
|
|
.col-md-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.col-md-offset-10 {
|
|
margin-left: 83.33333%;
|
|
}
|
|
|
|
.col-md-offset-11 {
|
|
margin-left: 91.66667%;
|
|
}
|
|
|
|
.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.33333%;
|
|
}
|
|
|
|
.col-lg-2 {
|
|
width: 16.66667%;
|
|
}
|
|
|
|
.col-lg-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.col-lg-4 {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.col-lg-5 {
|
|
width: 41.66667%;
|
|
}
|
|
|
|
.col-lg-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.col-lg-7 {
|
|
width: 58.33333%;
|
|
}
|
|
|
|
.col-lg-8 {
|
|
width: 66.66667%;
|
|
}
|
|
|
|
.col-lg-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.col-lg-10 {
|
|
width: 83.33333%;
|
|
}
|
|
|
|
.col-lg-11 {
|
|
width: 91.66667%;
|
|
}
|
|
|
|
.col-lg-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.col-lg-pull-0 {
|
|
right: auto;
|
|
}
|
|
|
|
.col-lg-pull-1 {
|
|
right: 8.33333%;
|
|
}
|
|
|
|
.col-lg-pull-2 {
|
|
right: 16.66667%;
|
|
}
|
|
|
|
.col-lg-pull-3 {
|
|
right: 25%;
|
|
}
|
|
|
|
.col-lg-pull-4 {
|
|
right: 33.33333%;
|
|
}
|
|
|
|
.col-lg-pull-5 {
|
|
right: 41.66667%;
|
|
}
|
|
|
|
.col-lg-pull-6 {
|
|
right: 50%;
|
|
}
|
|
|
|
.col-lg-pull-7 {
|
|
right: 58.33333%;
|
|
}
|
|
|
|
.col-lg-pull-8 {
|
|
right: 66.66667%;
|
|
}
|
|
|
|
.col-lg-pull-9 {
|
|
right: 75%;
|
|
}
|
|
|
|
.col-lg-pull-10 {
|
|
right: 83.33333%;
|
|
}
|
|
|
|
.col-lg-pull-11 {
|
|
right: 91.66667%;
|
|
}
|
|
|
|
.col-lg-pull-12 {
|
|
right: 100%;
|
|
}
|
|
|
|
.col-lg-push-0 {
|
|
left: auto;
|
|
}
|
|
|
|
.col-lg-push-1 {
|
|
left: 8.33333%;
|
|
}
|
|
|
|
.col-lg-push-2 {
|
|
left: 16.66667%;
|
|
}
|
|
|
|
.col-lg-push-3 {
|
|
left: 25%;
|
|
}
|
|
|
|
.col-lg-push-4 {
|
|
left: 33.33333%;
|
|
}
|
|
|
|
.col-lg-push-5 {
|
|
left: 41.66667%;
|
|
}
|
|
|
|
.col-lg-push-6 {
|
|
left: 50%;
|
|
}
|
|
|
|
.col-lg-push-7 {
|
|
left: 58.33333%;
|
|
}
|
|
|
|
.col-lg-push-8 {
|
|
left: 66.66667%;
|
|
}
|
|
|
|
.col-lg-push-9 {
|
|
left: 75%;
|
|
}
|
|
|
|
.col-lg-push-10 {
|
|
left: 83.33333%;
|
|
}
|
|
|
|
.col-lg-push-11 {
|
|
left: 91.66667%;
|
|
}
|
|
|
|
.col-lg-push-12 {
|
|
left: 100%;
|
|
}
|
|
|
|
.col-lg-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
|
|
.col-lg-offset-1 {
|
|
margin-left: 8.33333%;
|
|
}
|
|
|
|
.col-lg-offset-2 {
|
|
margin-left: 16.66667%;
|
|
}
|
|
|
|
.col-lg-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.col-lg-offset-4 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.col-lg-offset-5 {
|
|
margin-left: 41.66667%;
|
|
}
|
|
|
|
.col-lg-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.col-lg-offset-7 {
|
|
margin-left: 58.33333%;
|
|
}
|
|
|
|
.col-lg-offset-8 {
|
|
margin-left: 66.66667%;
|
|
}
|
|
|
|
.col-lg-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.col-lg-offset-10 {
|
|
margin-left: 83.33333%;
|
|
}
|
|
|
|
.col-lg-offset-11 {
|
|
margin-left: 91.66667%;
|
|
}
|
|
|
|
.col-lg-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
}
|
|
fieldset {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
min-width: 0;
|
|
}
|
|
|
|
legend {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin-bottom: 20px;
|
|
font-size: 21px;
|
|
line-height: inherit;
|
|
color: #333333;
|
|
border: 0;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
input[type="search"] {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
input[type="radio"],
|
|
input[type="checkbox"] {
|
|
margin: 4px 0 0;
|
|
margin-top: 1px \9;
|
|
line-height: normal;
|
|
}
|
|
|
|
input[type="file"] {
|
|
display: block;
|
|
}
|
|
|
|
input[type="range"] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
select[multiple],
|
|
select[size] {
|
|
height: auto;
|
|
}
|
|
|
|
input[type="file"]:focus,
|
|
input[type="radio"]:focus,
|
|
input[type="checkbox"]:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
output {
|
|
display: block;
|
|
padding-top: 7px;
|
|
font-size: 14px;
|
|
line-height: 1.42857;
|
|
color: #555555;
|
|
}
|
|
|
|
.form-control {
|
|
display: block;
|
|
width: 100%;
|
|
height: 34px;
|
|
padding: 6px 12px;
|
|
font-size: 14px;
|
|
line-height: 1.42857;
|
|
color: #555555;
|
|
background-color: white;
|
|
background-image: none;
|
|
border: 1px solid #cccccc;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
|
|
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
|
}
|
|
.form-control:focus {
|
|
border-color: #66afe9;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
}
|
|
.form-control::-moz-placeholder {
|
|
color: #777777;
|
|
opacity: 1;
|
|
}
|
|
.form-control:-ms-input-placeholder {
|
|
color: #777777;
|
|
}
|
|
.form-control::-webkit-input-placeholder {
|
|
color: #777777;
|
|
}
|
|
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
|
cursor: not-allowed;
|
|
background-color: #eeeeee;
|
|
opacity: 1;
|
|
}
|
|
|
|
textarea.form-control {
|
|
height: auto;
|
|
}
|
|
|
|
input[type="search"] {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
input[type="date"],
|
|
input[type="time"],
|
|
input[type="datetime-local"],
|
|
input[type="month"] {
|
|
line-height: 34px;
|
|
line-height: 1.42857 \0;
|
|
}
|
|
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control,
|
|
input[type="time"].input-sm,
|
|
.form-horizontal .form-group-sm input[type="time"].form-control,
|
|
input[type="datetime-local"].input-sm,
|
|
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
|
|
input[type="month"].input-sm,
|
|
.form-horizontal .form-group-sm input[type="month"].form-control {
|
|
line-height: 30px;
|
|
}
|
|
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control,
|
|
input[type="time"].input-lg,
|
|
.form-horizontal .form-group-lg input[type="time"].form-control,
|
|
input[type="datetime-local"].input-lg,
|
|
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
|
|
input[type="month"].input-lg,
|
|
.form-horizontal .form-group-lg input[type="month"].form-control {
|
|
line-height: 46px;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.radio,
|
|
.checkbox {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 20px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.radio label,
|
|
.checkbox label {
|
|
padding-left: 20px;
|
|
margin-bottom: 0;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.radio input[type="radio"],
|
|
.radio-inline input[type="radio"],
|
|
.checkbox input[type="checkbox"],
|
|
.checkbox-inline input[type="checkbox"] {
|
|
position: absolute;
|
|
margin-left: -20px;
|
|
margin-top: 4px \9;
|
|
}
|
|
|
|
.radio + .radio,
|
|
.checkbox + .checkbox {
|
|
margin-top: -5px;
|
|
}
|
|
|
|
.radio-inline,
|
|
.checkbox-inline {
|
|
display: inline-block;
|
|
padding-left: 20px;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.radio-inline + .radio-inline,
|
|
.checkbox-inline + .checkbox-inline {
|
|
margin-top: 0;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
|
|
input[type="checkbox"][disabled],
|
|
input[type="checkbox"].disabled, fieldset[disabled]
|
|
input[type="checkbox"] {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.radio-inline.disabled, fieldset[disabled] .radio-inline,
|
|
.checkbox-inline.disabled, fieldset[disabled]
|
|
.checkbox-inline {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.radio.disabled label, fieldset[disabled] .radio label,
|
|
.checkbox.disabled label, fieldset[disabled]
|
|
.checkbox label {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.form-control-static {
|
|
padding-top: 7px;
|
|
padding-bottom: 7px;
|
|
margin-bottom: 0;
|
|
}
|
|
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.input-sm, .form-horizontal .form-group-sm .form-control {
|
|
height: 30px;
|
|
padding: 5px 10px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
select.input-sm, .form-horizontal .form-group-sm select.form-control {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control,
|
|
select[multiple].input-sm,
|
|
.form-horizontal .form-group-sm select[multiple].form-control {
|
|
height: auto;
|
|
}
|
|
|
|
.input-lg, .form-horizontal .form-group-lg .form-control {
|
|
height: 46px;
|
|
padding: 10px 16px;
|
|
font-size: 18px;
|
|
line-height: 1.33;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
select.input-lg, .form-horizontal .form-group-lg select.form-control {
|
|
height: 46px;
|
|
line-height: 46px;
|
|
}
|
|
|
|
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control,
|
|
select[multiple].input-lg,
|
|
.form-horizontal .form-group-lg select[multiple].form-control {
|
|
height: auto;
|
|
}
|
|
|
|
.has-feedback {
|
|
position: relative;
|
|
}
|
|
.has-feedback .form-control {
|
|
padding-right: 42.5px;
|
|
}
|
|
|
|
.form-control-feedback {
|
|
position: absolute;
|
|
top: 25px;
|
|
right: 0;
|
|
z-index: 2;
|
|
display: block;
|
|
width: 34px;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
text-align: center;
|
|
}
|
|
|
|
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
|
|
width: 46px;
|
|
height: 46px;
|
|
line-height: 46px;
|
|
}
|
|
|
|
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
|
|
width: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.has-success .help-block,
|
|
.has-success .control-label,
|
|
.has-success .radio,
|
|
.has-success .checkbox,
|
|
.has-success .radio-inline,
|
|
.has-success .checkbox-inline {
|
|
color: #3c763d;
|
|
}
|
|
.has-success .form-control {
|
|
border-color: #3c763d;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
.has-success .form-control:focus {
|
|
border-color: #2b542c;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
|
}
|
|
.has-success .input-group-addon {
|
|
color: #3c763d;
|
|
border-color: #3c763d;
|
|
background-color: #dff0d8;
|
|
}
|
|
.has-success .form-control-feedback {
|
|
color: #3c763d;
|
|
}
|
|
|
|
.has-warning .help-block,
|
|
.has-warning .control-label,
|
|
.has-warning .radio,
|
|
.has-warning .checkbox,
|
|
.has-warning .radio-inline,
|
|
.has-warning .checkbox-inline {
|
|
color: #8a6d3b;
|
|
}
|
|
.has-warning .form-control {
|
|
border-color: #8a6d3b;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
.has-warning .form-control:focus {
|
|
border-color: #66512c;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
|
}
|
|
.has-warning .input-group-addon {
|
|
color: #8a6d3b;
|
|
border-color: #8a6d3b;
|
|
background-color: #fcf8e3;
|
|
}
|
|
.has-warning .form-control-feedback {
|
|
color: #8a6d3b;
|
|
}
|
|
|
|
.has-error .help-block,
|
|
.has-error .control-label,
|
|
.has-error .radio,
|
|
.has-error .checkbox,
|
|
.has-error .radio-inline,
|
|
.has-error .checkbox-inline {
|
|
color: #a94442;
|
|
}
|
|
.has-error .form-control {
|
|
border-color: #a94442;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
.has-error .form-control:focus {
|
|
border-color: #843534;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
|
}
|
|
.has-error .input-group-addon {
|
|
color: #a94442;
|
|
border-color: #a94442;
|
|
background-color: #f2dede;
|
|
}
|
|
.has-error .form-control-feedback {
|
|
color: #a94442;
|
|
}
|
|
|
|
.has-feedback label.sr-only ~ .form-control-feedback {
|
|
top: 0;
|
|
}
|
|
|
|
.help-block {
|
|
display: block;
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
color: #737373;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.form-inline .form-group {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.form-inline .form-control {
|
|
display: inline-block;
|
|
width: auto;
|
|
vertical-align: middle;
|
|
}
|
|
.form-inline .input-group {
|
|
display: inline-table;
|
|
vertical-align: middle;
|
|
}
|
|
.form-inline .input-group .input-group-addon,
|
|
.form-inline .input-group .input-group-btn,
|
|
.form-inline .input-group .form-control {
|
|
width: auto;
|
|
}
|
|
.form-inline .input-group > .form-control {
|
|
width: 100%;
|
|
}
|
|
.form-inline .control-label {
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.form-inline .radio,
|
|
.form-inline .checkbox {
|
|
display: inline-block;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.form-inline .radio label,
|
|
.form-inline .checkbox label {
|
|
padding-left: 0;
|
|
}
|
|
.form-inline .radio input[type="radio"],
|
|
.form-inline .checkbox input[type="checkbox"] {
|
|
position: relative;
|
|
margin-left: 0;
|
|
}
|
|
.form-inline .has-feedback .form-control-feedback {
|
|
top: 0;
|
|
}
|
|
}
|
|
|
|
.form-horizontal .radio,
|
|
.form-horizontal .checkbox,
|
|
.form-horizontal .radio-inline,
|
|
.form-horizontal .checkbox-inline {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
padding-top: 7px;
|
|
}
|
|
.form-horizontal .radio,
|
|
.form-horizontal .checkbox {
|
|
min-height: 27px;
|
|
}
|
|
.form-horizontal .form-group {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
.form-horizontal .form-group:after {
|
|
clear: both;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.form-horizontal .control-label {
|
|
text-align: right;
|
|
margin-bottom: 0;
|
|
padding-top: 7px;
|
|
}
|
|
}
|
|
.form-horizontal .has-feedback .form-control-feedback {
|
|
top: 0;
|
|
right: 15px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.form-horizontal .form-group-lg .control-label {
|
|
padding-top: 14.3px;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.form-horizontal .form-group-sm .control-label {
|
|
padding-top: 6px;
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
white-space: nowrap;
|
|
padding: 6px 12px;
|
|
font-size: 14px;
|
|
line-height: 1.42857;
|
|
border-radius: 4px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.btn:focus, .btn:active:focus, .btn.active:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
.btn:hover, .btn:focus {
|
|
color: #333333;
|
|
text-decoration: none;
|
|
}
|
|
.btn:active, .btn.active {
|
|
outline: 0;
|
|
background-image: none;
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
}
|
|
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
opacity: 0.65;
|
|
filter: alpha(opacity=65);
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.btn-default {
|
|
color: #333333;
|
|
background-color: white;
|
|
border-color: #cccccc;
|
|
}
|
|
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
|
|
color: #333333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad;
|
|
}
|
|
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
|
|
background-image: none;
|
|
}
|
|
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
|
|
background-color: white;
|
|
border-color: #cccccc;
|
|
}
|
|
.btn-default .badge {
|
|
color: white;
|
|
background-color: #333333;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: white;
|
|
background-color: #428bca;
|
|
border-color: #357ebd;
|
|
}
|
|
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
|
|
color: white;
|
|
background-color: #3071a9;
|
|
border-color: #285e8e;
|
|
}
|
|
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
|
|
background-image: none;
|
|
}
|
|
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
|
|
background-color: #428bca;
|
|
border-color: #357ebd;
|
|
}
|
|
.btn-primary .badge {
|
|
color: #428bca;
|
|
background-color: white;
|
|
}
|
|
|
|
.btn-success {
|
|
color: white;
|
|
background-color: #5cb85c;
|
|
border-color: #4cae4c;
|
|
}
|
|
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
|
|
color: white;
|
|
background-color: #449d44;
|
|
border-color: #398439;
|
|
}
|
|
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
|
|
background-image: none;
|
|
}
|
|
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
|
|
background-color: #5cb85c;
|
|
border-color: #4cae4c;
|
|
}
|
|
.btn-success .badge {
|
|
color: #5cb85c;
|
|
background-color: white;
|
|
}
|
|
|
|
.btn-info {
|
|
color: white;
|
|
background-color: #5bc0de;
|
|
border-color: #46b8da;
|
|
}
|
|
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
|
|
color: white;
|
|
background-color: #31b0d5;
|
|
border-color: #269abc;
|
|
}
|
|
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
|
|
background-image: none;
|
|
}
|
|
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
|
|
background-color: #5bc0de;
|
|
border-color: #46b8da;
|
|
}
|
|
.btn-info .badge {
|
|
color: #5bc0de;
|
|
background-color: white;
|
|
}
|
|
|
|
.btn-warning {
|
|
color: white;
|
|
background-color: #f0ad4e;
|
|
border-color: #eea236;
|
|
}
|
|
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
|
|
color: white;
|
|
background-color: #ec971f;
|
|
border-color: #d58512;
|
|
}
|
|
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
|
|
background-image: none;
|
|
}
|
|
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
|
|
background-color: #f0ad4e;
|
|
border-color: #eea236;
|
|
}
|
|
.btn-warning .badge {
|
|
color: #f0ad4e;
|
|
background-color: white;
|
|
}
|
|
|
|
.btn-danger {
|
|
color: white;
|
|
background-color: #d9534f;
|
|
border-color: #d43f3a;
|
|
}
|
|
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
|
|
color: white;
|
|
background-color: #c9302c;
|
|
border-color: #ac2925;
|
|
}
|
|
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
|
|
background-image: none;
|
|
}
|
|
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
|
|
background-color: #d9534f;
|
|
border-color: #d43f3a;
|
|
}
|
|
.btn-danger .badge {
|
|
color: #d9534f;
|
|
background-color: white;
|
|
}
|
|
|
|
.btn-link {
|
|
color: #03a9f4;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
border-radius: 0;
|
|
}
|
|
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
|
|
background-color: transparent;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
|
|
border-color: transparent;
|
|
}
|
|
.btn-link:hover, .btn-link:focus {
|
|
color: #0275a8;
|
|
text-decoration: underline;
|
|
background-color: transparent;
|
|
}
|
|
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
|
|
color: #777777;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.btn-lg {
|
|
padding: 10px 16px;
|
|
font-size: 18px;
|
|
line-height: 1.33;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.btn-sm {
|
|
padding: 5px 10px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.btn-xs {
|
|
padding: 1px 5px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.btn-block {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.btn-block + .btn-block {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
input[type="submit"].btn-block,
|
|
input[type="reset"].btn-block,
|
|
input[type="button"].btn-block {
|
|
width: 100%;
|
|
}
|
|
|
|
.fade {
|
|
opacity: 0;
|
|
-webkit-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: height 0.35s ease;
|
|
transition: height 0.35s ease;
|
|
}
|
|
|
|
.jumbotron {
|
|
padding: 30px;
|
|
margin-bottom: 30px;
|
|
color: inherit;
|
|
background-color: #eeeeee;
|
|
}
|
|
.jumbotron h1,
|
|
.jumbotron .h1 {
|
|
color: inherit;
|
|
}
|
|
.jumbotron p {
|
|
margin-bottom: 15px;
|
|
font-size: 21px;
|
|
font-weight: 200;
|
|
}
|
|
.jumbotron > hr {
|
|
border-top-color: #d5d5d5;
|
|
}
|
|
.container .jumbotron {
|
|
border-radius: 6px;
|
|
}
|
|
.jumbotron .container {
|
|
max-width: 100%;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.jumbotron {
|
|
padding-top: 48px;
|
|
padding-bottom: 48px;
|
|
}
|
|
.container .jumbotron {
|
|
padding-left: 60px;
|
|
padding-right: 60px;
|
|
}
|
|
.jumbotron h1,
|
|
.jumbotron .h1 {
|
|
font-size: 63px;
|
|
}
|
|
}
|
|
|
|
.thumbnail {
|
|
display: block;
|
|
padding: 4px;
|
|
margin-bottom: 20px;
|
|
line-height: 1.42857;
|
|
background-color: white;
|
|
border: 1px solid #dddddd;
|
|
border-radius: 4px;
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
.thumbnail > img,
|
|
.thumbnail a > img {
|
|
display: block;
|
|
width: 100% \9;
|
|
max-width: 100%;
|
|
height: auto;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.thumbnail .caption {
|
|
padding: 9px;
|
|
color: #333333;
|
|
}
|
|
|
|
a.thumbnail:hover,
|
|
a.thumbnail:focus,
|
|
a.thumbnail.active {
|
|
border-color: #03a9f4;
|
|
}
|
|
|
|
.media,
|
|
.media-body {
|
|
overflow: hidden;
|
|
zoom: 1;
|
|
}
|
|
|
|
.media,
|
|
.media .media {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.media:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.media-object {
|
|
display: block;
|
|
}
|
|
|
|
.media-heading {
|
|
margin: 0 0 5px;
|
|
}
|
|
|
|
.media > .pull-left {
|
|
margin-right: 10px;
|
|
}
|
|
.media > .pull-right {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.media-list {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.embed-responsive {
|
|
position: relative;
|
|
display: block;
|
|
height: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
.embed-responsive .embed-responsive-item,
|
|
.embed-responsive iframe,
|
|
.embed-responsive embed,
|
|
.embed-responsive object {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
border: 0;
|
|
}
|
|
.embed-responsive.embed-responsive-16by9 {
|
|
padding-bottom: 56.25%;
|
|
}
|
|
.embed-responsive.embed-responsive-4by3 {
|
|
padding-bottom: 75%;
|
|
}
|
|
|
|
.close {
|
|
float: right;
|
|
font-size: 21px;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
color: black;
|
|
text-shadow: 0 1px 0 white;
|
|
opacity: 0.2;
|
|
filter: alpha(opacity=20);
|
|
}
|
|
.close:hover, .close:focus {
|
|
color: black;
|
|
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: translate3d(0, -25%, 0);
|
|
transform: translate3d(0, -25%, 0);
|
|
-webkit-transition: -webkit-transform 0.3s ease-out;
|
|
transition: transform 0.3s ease-out;
|
|
}
|
|
.modal.in .modal-dialog {
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 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: white;
|
|
border: 1px solid #999999;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
outline: 0;
|
|
}
|
|
|
|
.modal-backdrop {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1040;
|
|
background-color: black;
|
|
}
|
|
.modal-backdrop.fade {
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
.modal-backdrop.in {
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
|
|
.modal-header {
|
|
padding: 15px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
min-height: 16.42857px;
|
|
}
|
|
|
|
.modal-header .close {
|
|
margin-top: -2px;
|
|
}
|
|
|
|
.modal-title {
|
|
margin: 0;
|
|
line-height: 1.42857;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
.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;
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
.affix {
|
|
position: fixed;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
}
|
|
|
|
@-ms-viewport {
|
|
width: device-width;
|
|
}
|
|
.visible-xs, .visible-sm, .visible-md, .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;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
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;
|
|
}
|
|
}
|
|
@-webkit-keyframes fadeIn {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes fadeIn {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.fadeIn {
|
|
-webkit-animation-name: fadeIn;
|
|
animation-name: fadeIn;
|
|
}
|
|
|
|
@-webkit-keyframes fadeInDown {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translateY(-20px);
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
}
|
|
@keyframes fadeInDown {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translateY(-20px);
|
|
transform: translateY(-20px);
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
.fadeInDown {
|
|
-webkit-animation-name: fadeInDown;
|
|
animation-name: fadeInDown;
|
|
}
|
|
|
|
@-webkit-keyframes fadeInLeft {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translateX(-20px);
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: translateX(0);
|
|
}
|
|
}
|
|
@keyframes fadeInLeft {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translateX(-20px);
|
|
transform: translateX(-20px);
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
}
|
|
.fadeInLeft {
|
|
-webkit-animation-name: fadeInLeft;
|
|
animation-name: fadeInLeft;
|
|
}
|
|
|
|
@-webkit-keyframes fadeInRight {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translateX(20px);
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: translateX(0);
|
|
}
|
|
}
|
|
@keyframes fadeInRight {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translateX(20px);
|
|
transform: translateX(20px);
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
}
|
|
.fadeInRight {
|
|
-webkit-animation-name: fadeInRight;
|
|
animation-name: fadeInRight;
|
|
}
|
|
|
|
@-webkit-keyframes fadeInUp {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translateY(20px);
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
}
|
|
@keyframes fadeInUp {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translateY(20px);
|
|
transform: translateY(20px);
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
.fadeInUp {
|
|
-webkit-animation-name: fadeInUp;
|
|
animation-name: fadeInUp;
|
|
}
|
|
|
|
.waves-element {
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
-webkit-transition: all .3s ease-out;
|
|
transition: all .3s ease-out;
|
|
}
|
|
.waves-element .waves-ripple {
|
|
position: absolute;
|
|
border-radius: 100%;
|
|
border-width: 0px;
|
|
border-style: solid;
|
|
width: 0px;
|
|
height: 0px;
|
|
opacity: 0;
|
|
border-color: rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: all 0.5s ease-out;
|
|
transition: all 0.5s ease-out;
|
|
}
|
|
.waves-element.waves-light .waves-ripple {
|
|
border-color: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
.waves-notransition {
|
|
-webkit-transition: none !important;
|
|
transition: none !important;
|
|
}
|
|
|
|
.waves-mask, .waves-button, .waves-icon {
|
|
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
|
|
}
|
|
|
|
.waves-button {
|
|
padding: 10px 15px;
|
|
border-radius: 4px;
|
|
}
|
|
.waves-button a, .waves-button a:hover, .waves-button a:visited, .waves-button a:link, .waves-button button, .waves-button input[type="submit"], .waves-button input[type="button"] {
|
|
margin: 0;
|
|
padding: 0;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
border: none;
|
|
outline: none;
|
|
background: transparent;
|
|
color: inherit;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.waves-icon {
|
|
text-align: center;
|
|
width: 2.5em;
|
|
height: 2.5em;
|
|
line-height: 2.5em;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.waves-will-raise {
|
|
-webkit-mask-image: none;
|
|
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
}
|
|
.waves-will-raise:active {
|
|
-webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.26);
|
|
box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.26);
|
|
}
|
|
|
|
.waves-block {
|
|
display: block;
|
|
}
|
|
|
|
body, html {
|
|
font-family: "Roboto", sans-serif;
|
|
font-size: 13px;
|
|
font-weight: 300;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: white;
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
|
|
text-rendering: optimizeLegibility !important;
|
|
-webkit-font-smoothing: antialiased !important;
|
|
-moz-osx-font-smoothing: grayscale !important;
|
|
}
|
|
|
|
section {
|
|
position: relative;
|
|
overflow: hidden;
|
|
min-height: 350px;
|
|
padding-top: 50px;
|
|
padding-bottom: 60px;
|
|
text-align: center;
|
|
}
|
|
section h3 {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
p {
|
|
font-size: 15px;
|
|
font-weight: 300;
|
|
line-height: 23px;
|
|
}
|
|
|
|
b, strong {
|
|
font-weight: 500;
|
|
}
|
|
|
|
a {
|
|
color: #03a9f4;
|
|
}
|
|
a:hover, a:active, a:focus {
|
|
color: #60ccfd;
|
|
}
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-weight: 100;
|
|
display: block;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 79.625px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
h1 {
|
|
font-size: 47.775px;
|
|
}
|
|
}
|
|
|
|
h2 {
|
|
font-size: 76.375px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
h2 {
|
|
font-size: 45.825px;
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
font-size: 65px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
h3 {
|
|
font-size: 45.5px;
|
|
}
|
|
}
|
|
|
|
h4 {
|
|
font-size: 40.625px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
h4 {
|
|
font-size: 28.4375px;
|
|
}
|
|
}
|
|
|
|
h5 {
|
|
font-size: 29.9px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
h5 {
|
|
font-size: 23.92px;
|
|
}
|
|
}
|
|
|
|
h6 {
|
|
font-size: 24.375px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
h6 {
|
|
font-size: 19.5px;
|
|
}
|
|
}
|
|
|
|
.content-wrapper {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.st-content, .st-container, .st-pusher {
|
|
height: 100%;
|
|
}
|
|
|
|
.st-content, .st-container, .st-content-inner {
|
|
position: relative;
|
|
}
|
|
|
|
.st-pusher {
|
|
position: relative;
|
|
z-index: 99;
|
|
left: 0;
|
|
-webkit-transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
}
|
|
.st-pusher::after {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
width: 0;
|
|
height: 0;
|
|
content: '';
|
|
-webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
|
|
transition: opacity .5s, width .1s .5s, height .1s .5s;
|
|
opacity: 0;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|
|
.st-menu-open .st-pusher::after {
|
|
z-index: 100;
|
|
width: 100%;
|
|
height: 100%;
|
|
-webkit-transition: opacity .5s;
|
|
transition: opacity .5s;
|
|
opacity: 1;
|
|
}
|
|
|
|
.preloader {
|
|
position: fixed;
|
|
z-index: 9999;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.loader-gplus {
|
|
position: absolute;
|
|
top: calc(50% - 20px);
|
|
left: calc(50% - 20px);
|
|
width: 40px;
|
|
height: 40px;
|
|
-webkit-animation: rotate 2.4s linear infinite;
|
|
animation: rotate 2.4s linear infinite;
|
|
border-radius: 20px;
|
|
}
|
|
.loader-gplus:before, .loader-gplus:after {
|
|
position: absolute;
|
|
z-index: 2;
|
|
right: 0;
|
|
width: 40px;
|
|
height: 20px;
|
|
content: '';
|
|
-webkit-animation: color-switch 2.4s linear infinite;
|
|
animation: color-switch 2.4s linear infinite;
|
|
border-radius: 40px 40px 0 0;
|
|
}
|
|
.loader-gplus:after {
|
|
-webkit-transform-origin: 0 100%;
|
|
-ms-transform-origin: 0 100%;
|
|
transform-origin: 0 100%;
|
|
-webkit-animation-name: unfold, color-shift;
|
|
animation-name: unfold, color-shift;
|
|
-webkit-animation-duration: .6s, 2.4s;
|
|
animation-duration: .6s, 2.4s;
|
|
-webkit-animation-timing-function: linear, linear;
|
|
animation-timing-function: linear, linear;
|
|
-webkit-animation-iteration-count: infinite, infinite;
|
|
animation-iteration-count: infinite, infinite;
|
|
}
|
|
|
|
@-webkit-keyframes rotate {
|
|
0.0001% {
|
|
-webkit-transform: rotateZ(0deg);
|
|
transform: rotateZ(0deg);
|
|
background-color: #3a7bf7;
|
|
}
|
|
|
|
25% {
|
|
-webkit-transform: rotateZ(0deg);
|
|
transform: rotateZ(0deg);
|
|
background-color: #3a7bf7;
|
|
}
|
|
|
|
25.0001% {
|
|
-webkit-transform: rotateZ(90deg);
|
|
transform: rotateZ(90deg);
|
|
background-color: #de4a42;
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotateZ(90deg);
|
|
transform: rotateZ(90deg);
|
|
background-color: #de4a42;
|
|
}
|
|
|
|
50.0001% {
|
|
-webkit-transform: rotateZ(180deg);
|
|
transform: rotateZ(180deg);
|
|
background-color: #ffd64a;
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: rotateZ(180deg);
|
|
transform: rotateZ(180deg);
|
|
background-color: #ffd64a;
|
|
}
|
|
|
|
75.0001% {
|
|
-webkit-transform: rotateZ(270deg);
|
|
transform: rotateZ(270deg);
|
|
background-color: #21ad64;
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: rotateZ(270deg);
|
|
transform: rotateZ(270deg);
|
|
background-color: #21ad64;
|
|
}
|
|
}
|
|
|
|
@keyframes rotate {
|
|
0.0001% {
|
|
-webkit-transform: rotateZ(0deg);
|
|
transform: rotateZ(0deg);
|
|
background-color: #3a7bf7;
|
|
}
|
|
|
|
25% {
|
|
-webkit-transform: rotateZ(0deg);
|
|
transform: rotateZ(0deg);
|
|
background-color: #3a7bf7;
|
|
}
|
|
|
|
25.0001% {
|
|
-webkit-transform: rotateZ(90deg);
|
|
transform: rotateZ(90deg);
|
|
background-color: #de4a42;
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: rotateZ(90deg);
|
|
transform: rotateZ(90deg);
|
|
background-color: #de4a42;
|
|
}
|
|
|
|
50.0001% {
|
|
-webkit-transform: rotateZ(180deg);
|
|
transform: rotateZ(180deg);
|
|
background-color: #ffd64a;
|
|
}
|
|
|
|
75% {
|
|
-webkit-transform: rotateZ(180deg);
|
|
transform: rotateZ(180deg);
|
|
background-color: #ffd64a;
|
|
}
|
|
|
|
75.0001% {
|
|
-webkit-transform: rotateZ(270deg);
|
|
transform: rotateZ(270deg);
|
|
background-color: #21ad64;
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: rotateZ(270deg);
|
|
transform: rotateZ(270deg);
|
|
background-color: #21ad64;
|
|
}
|
|
}
|
|
@-webkit-keyframes unfold {
|
|
to {
|
|
-webkit-transform: rotateX(180deg) rotateZ(0deg);
|
|
transform: rotateX(180deg) rotateZ(0deg);
|
|
}
|
|
}
|
|
@keyframes unfold {
|
|
to {
|
|
-webkit-transform: rotateX(180deg) rotateZ(0deg);
|
|
transform: rotateX(180deg) rotateZ(0deg);
|
|
}
|
|
}
|
|
@-webkit-keyframes color-switch {
|
|
0.0001% {
|
|
background-color: #de4a42;
|
|
}
|
|
|
|
25% {
|
|
background-color: #de4a42;
|
|
}
|
|
|
|
25.0001% {
|
|
background-color: #ffd64a;
|
|
}
|
|
|
|
50% {
|
|
background-color: #ffd64a;
|
|
}
|
|
|
|
50.0001% {
|
|
background-color: #21ad64;
|
|
}
|
|
|
|
75% {
|
|
background-color: #21ad64;
|
|
}
|
|
|
|
75.0001% {
|
|
background-color: #3a7bf7;
|
|
}
|
|
|
|
100% {
|
|
background-color: #3a7bf7;
|
|
}
|
|
}
|
|
@keyframes color-switch {
|
|
0.0001% {
|
|
background-color: #de4a42;
|
|
}
|
|
|
|
25% {
|
|
background-color: #de4a42;
|
|
}
|
|
|
|
25.0001% {
|
|
background-color: #ffd64a;
|
|
}
|
|
|
|
50% {
|
|
background-color: #ffd64a;
|
|
}
|
|
|
|
50.0001% {
|
|
background-color: #21ad64;
|
|
}
|
|
|
|
75% {
|
|
background-color: #21ad64;
|
|
}
|
|
|
|
75.0001% {
|
|
background-color: #3a7bf7;
|
|
}
|
|
|
|
100% {
|
|
background-color: #3a7bf7;
|
|
}
|
|
}
|
|
@-webkit-keyframes color-shift {
|
|
0.0001% {
|
|
border-bottom: 1px solid #3a7bf7;
|
|
background-color: #3a7bf7;
|
|
}
|
|
|
|
12.5% {
|
|
border-bottom: 1px solid #2d69c8;
|
|
background-color: #285fc3;
|
|
}
|
|
|
|
12.5001% {
|
|
border-bottom: 1px solid #e87873;
|
|
background-color: #e87873;
|
|
}
|
|
|
|
25% {
|
|
border-bottom: 1px solid #de4a42;
|
|
background-color: #de4a42;
|
|
}
|
|
|
|
37.5% {
|
|
border-bottom: 1px solid #e66b63;
|
|
background-color: #e66b63;
|
|
}
|
|
|
|
37.5001% {
|
|
border-bottom: 1px solid #ffde7b;
|
|
background-color: #ffde7b;
|
|
}
|
|
|
|
50% {
|
|
border-bottom: 1px solid #ffd65a;
|
|
background-color: #ffd65a;
|
|
}
|
|
|
|
62.5% {
|
|
border-bottom: 1px solid #ffde7b;
|
|
background-color: #ffde7b;
|
|
}
|
|
|
|
62.5001% {
|
|
border-bottom: 1px solid #198c4a;
|
|
background-color: #198c4a;
|
|
}
|
|
|
|
75% {
|
|
border-bottom: 1px solid #21ad64;
|
|
background-color: #21ad64;
|
|
}
|
|
|
|
87.5% {
|
|
border-bottom: 1px solid #52bd84;
|
|
background-color: #52bd84;
|
|
}
|
|
|
|
87.5001% {
|
|
border-bottom: 1px solid #5294f7;
|
|
background-color: #5294f7;
|
|
}
|
|
|
|
100% {
|
|
border-bottom: 1px solid #3a7bf7;
|
|
background-color: #3a7bf7;
|
|
}
|
|
}
|
|
@keyframes color-shift {
|
|
0.0001% {
|
|
border-bottom: 1px solid #3a7bf7;
|
|
background-color: #3a7bf7;
|
|
}
|
|
|
|
12.5% {
|
|
border-bottom: 1px solid #2d69c8;
|
|
background-color: #285fc3;
|
|
}
|
|
|
|
12.5001% {
|
|
border-bottom: 1px solid #e87873;
|
|
background-color: #e87873;
|
|
}
|
|
|
|
25% {
|
|
border-bottom: 1px solid #de4a42;
|
|
background-color: #de4a42;
|
|
}
|
|
|
|
37.5% {
|
|
border-bottom: 1px solid #e66b63;
|
|
background-color: #e66b63;
|
|
}
|
|
|
|
37.5001% {
|
|
border-bottom: 1px solid #ffde7b;
|
|
background-color: #ffde7b;
|
|
}
|
|
|
|
50% {
|
|
border-bottom: 1px solid #ffd65a;
|
|
background-color: #ffd65a;
|
|
}
|
|
|
|
62.5% {
|
|
border-bottom: 1px solid #ffde7b;
|
|
background-color: #ffde7b;
|
|
}
|
|
|
|
62.5001% {
|
|
border-bottom: 1px solid #198c4a;
|
|
background-color: #198c4a;
|
|
}
|
|
|
|
75% {
|
|
border-bottom: 1px solid #21ad64;
|
|
background-color: #21ad64;
|
|
}
|
|
|
|
87.5% {
|
|
border-bottom: 1px solid #52bd84;
|
|
background-color: #52bd84;
|
|
}
|
|
|
|
87.5001% {
|
|
border-bottom: 1px solid #5294f7;
|
|
background-color: #5294f7;
|
|
}
|
|
|
|
100% {
|
|
border-bottom: 1px solid #3a7bf7;
|
|
background-color: #3a7bf7;
|
|
}
|
|
}
|
|
.social-links li {
|
|
margin-right: 4px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.waves-button {
|
|
padding: 5px 18px 7px;
|
|
border-radius: 3px;
|
|
}
|
|
.waves-button a, .waves-button a:hover, .waves-button a:visited, .waves-button a:link, .waves-button button, .waves-button input[type='submit'], .waves-button input[type='button'] {
|
|
position: relative;
|
|
z-index: 9;
|
|
}
|
|
|
|
.btn {
|
|
font-weight: 500;
|
|
-webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
}
|
|
|
|
.btn-primary {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
text-transform: uppercase;
|
|
border: 0;
|
|
background: #4285f4;
|
|
}
|
|
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
|
|
outline: none;
|
|
background: #3266d5;
|
|
}
|
|
|
|
.bordered {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
border: 1px solid rgba(255, 255, 255, 0.6);
|
|
border-radius: 0;
|
|
}
|
|
|
|
.colored {
|
|
color: #4285f4;
|
|
fill: #4285f4;
|
|
}
|
|
|
|
.image-section {
|
|
color: #fff;
|
|
font-weight: 100;
|
|
background-repeat: no-repeat;
|
|
background-position: center center !important;
|
|
-webkit-background-size: cover !important;
|
|
background-size: cover !important;
|
|
}
|
|
.image-section.parallax {
|
|
background-attachment: fixed;
|
|
-webkit-box-shadow: inset 0 0 12px 3px rgba(0, 0, 0, 0.75);
|
|
box-shadow: inset 0 0 12px 3px rgba(0, 0, 0, 0.75);
|
|
}
|
|
.image-section.standart-height {
|
|
min-height: 500px;
|
|
}
|
|
|
|
.bottom-section-link {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.card {
|
|
position: relative;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
margin-bottom: 10px;
|
|
padding: 24px 24px 50px;
|
|
border-radius: 4px;
|
|
background: #fff;
|
|
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.same-height {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.slider {
|
|
padding: 0;
|
|
}
|
|
|
|
.overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.overlay.solid-overlay {
|
|
background: rgba(37, 32, 31, 0.8);
|
|
}
|
|
.overlay.gradient-overlay {
|
|
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), color-stop(32%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.64)));
|
|
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.64) 100%);
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.64) 100%);
|
|
}
|
|
|
|
.col-centered {
|
|
float: none;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.cols-centered {
|
|
display: inline-block;
|
|
float: none !important;
|
|
margin-right: -4px;
|
|
text-align: left;
|
|
}
|
|
|
|
.hiding {
|
|
opacity: 0;
|
|
}
|
|
|
|
.visible {
|
|
opacity: 1;
|
|
}
|
|
|
|
.flow-img {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-position: center center;
|
|
-webkit-background-size: cover;
|
|
background-size: cover;
|
|
}
|
|
|
|
#typed-cursor {
|
|
font-weight: 100;
|
|
-webkit-animation: blink .7s infinite;
|
|
animation: blink .7s infinite;
|
|
opacity: 1;
|
|
}
|
|
|
|
@-keyframes blink {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
|
|
50% {
|
|
opacity: 0;
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.animated {
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
}
|
|
.animated.hinge {
|
|
-webkit-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
}
|
|
|
|
.appear-animation {
|
|
-webkit-transition-timing-function: ease-out;
|
|
transition-timing-function: ease-out;
|
|
-webkit-transform: scale(0);
|
|
-ms-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
.appear-animation.visible {
|
|
-webkit-transform: scale(1);
|
|
-ms-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
|
|
.logo {
|
|
background-image: url("../img/sprites/logos.svg");
|
|
background-repeat: no-repeat;
|
|
}
|
|
.logo.logo-dark {
|
|
background-position: 0 -1px;
|
|
}
|
|
.logo.logo-gray {
|
|
background-position: 0 -63px;
|
|
}
|
|
.logo.logo-light {
|
|
background-position: 0 -127px;
|
|
}
|
|
|
|
.icon {
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
cursor: pointer;
|
|
fill: #8b8b8b;
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s;
|
|
}
|
|
|
|
.icon-vk:hover {
|
|
fill: #4c75a3;
|
|
}
|
|
|
|
.icon-rss:hover {
|
|
fill: #f99638;
|
|
}
|
|
|
|
.icon-site:hover {
|
|
fill: #ba620b;
|
|
}
|
|
|
|
.icon-email:hover {
|
|
fill: #e34c41;
|
|
}
|
|
|
|
.icon-skype:hover {
|
|
fill: #01aef2;
|
|
}
|
|
|
|
.icon-github:hover {
|
|
fill: #464646;
|
|
}
|
|
|
|
.icon-twitter:hover {
|
|
fill: #1bb2e9;
|
|
}
|
|
|
|
.icon-youtube:hover {
|
|
fill: #cc181e;
|
|
}
|
|
|
|
.icon-facebook:hover {
|
|
fill: #3c599b;
|
|
}
|
|
|
|
.icon-pinterest:hover {
|
|
fill: #ed0103;
|
|
}
|
|
|
|
.icon-linkedin:hover {
|
|
fill: #017eb4;
|
|
}
|
|
|
|
.icon-direction:hover {
|
|
fill: #3a84df;
|
|
}
|
|
|
|
.icon-google-plus:hover {
|
|
fill: #ce352c;
|
|
}
|
|
|
|
.icon-stack-overflow:hover {
|
|
fill: #ef7c02;
|
|
}
|
|
|
|
.top-header {
|
|
position: fixed;
|
|
z-index: 500;
|
|
width: 100%;
|
|
padding: 0 45px;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.top-header {
|
|
padding: 13px 0 0 34px;
|
|
}
|
|
}
|
|
.top-header.after-scroll {
|
|
padding-top: 0;
|
|
background: rgba(255, 255, 255, 0.9);
|
|
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.15);
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.logo-header {
|
|
display: block;
|
|
-webkit-transform: translateY(20px);
|
|
-ms-transform: translateY(20px);
|
|
transform: translateY(20px);
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.logo-header {
|
|
-webkit-transform: translateX(-45px);
|
|
-ms-transform: translateX(-45px);
|
|
transform: translateX(-45px);
|
|
}
|
|
}
|
|
.top-header.after-scroll .logo-header {
|
|
-webkit-transform: translateY(1px);
|
|
-ms-transform: translateY(1px);
|
|
transform: translateY(1px);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.top-header.after-scroll .logo-header {
|
|
-webkit-transform: translateX(-45px);
|
|
-ms-transform: translateX(-45px);
|
|
transform: translateX(-45px);
|
|
}
|
|
}
|
|
.logo-header .logo {
|
|
display: inline-block;
|
|
float: left;
|
|
width: 185px;
|
|
height: 60px;
|
|
margin-right: 20px;
|
|
-webkit-transform: scale(0.7);
|
|
-ms-transform: scale(0.7);
|
|
transform: scale(0.7);
|
|
vertical-align: middle;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.logo-header .logo {
|
|
-webkit-transform: scale(0.6);
|
|
-ms-transform: scale(0.6);
|
|
transform: scale(0.6);
|
|
}
|
|
}
|
|
|
|
.logo-navbar {
|
|
width: 185px;
|
|
height: 60px;
|
|
margin: 8px 20px 0 -10px;
|
|
-webkit-transform: scale(0.6);
|
|
-ms-transform: scale(0.6);
|
|
transform: scale(0.6);
|
|
vertical-align: middle;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
nav {
|
|
position: fixed;
|
|
z-index: 100;
|
|
top: 0;
|
|
left: 0;
|
|
visibility: visible;
|
|
overflow: auto;
|
|
width: 256px;
|
|
height: 100%;
|
|
font-weight: 300;
|
|
-webkit-transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
background: #fff;
|
|
-webkit-transform: translate(-100%, 0);
|
|
-ms-transform: translate(-100%, 0);
|
|
transform: translate(-100%, 0);
|
|
}
|
|
}
|
|
.st-menu-open nav {
|
|
-webkit-transform: translate(0);
|
|
-ms-transform: translate(0);
|
|
transform: translate(0);
|
|
}
|
|
nav ul {
|
|
float: left;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
text-align: left;
|
|
-webkit-transform: translateY(40px);
|
|
-ms-transform: translateY(40px);
|
|
transform: translateY(40px);
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
@media (max-width: 767px) {
|
|
nav ul {
|
|
line-height: 20px;
|
|
width: 95%;
|
|
margin: 20px 0 0 5px;
|
|
-webkit-transform: translateY(0);
|
|
-ms-transform: translateY(0);
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
.top-header.after-scroll nav ul {
|
|
-webkit-transform: translateY(20px);
|
|
-ms-transform: translateY(20px);
|
|
transform: translateY(20px);
|
|
}
|
|
nav li {
|
|
display: inline-block;
|
|
padding: 0 8px;
|
|
vertical-align: middle;
|
|
}
|
|
@media (max-width: 767px) {
|
|
nav li {
|
|
display: block;
|
|
}
|
|
}
|
|
nav li a {
|
|
font-size: 13px;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
text-transform: uppercase;
|
|
color: white;
|
|
}
|
|
@media (max-width: 767px) {
|
|
nav li a {
|
|
font-size: 16px;
|
|
display: block;
|
|
padding: 13px 15px 13px 15px;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
text-transform: none;
|
|
color: rgba(0, 0, 0, 0.3);
|
|
outline: 0;
|
|
}
|
|
}
|
|
nav li a.current, nav li a:hover {
|
|
text-decoration: none;
|
|
color: #cfcfcf;
|
|
}
|
|
@media (max-width: 767px) {
|
|
nav li a.current, nav li a:hover {
|
|
color: #03a9f4;
|
|
}
|
|
}
|
|
.top-header.after-scroll nav li a {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.top-header.after-scroll nav li a {
|
|
top: 20px;
|
|
}
|
|
}
|
|
.top-header.after-scroll nav li a.current, .top-header.after-scroll nav li a:hover {
|
|
color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.top-header.after-scroll nav li a.current, .top-header.after-scroll nav li a:hover {
|
|
color: #03a9f4;
|
|
}
|
|
}
|
|
|
|
#right-nav-button {
|
|
margin: 14px 65px 0 0;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
opacity: 1;
|
|
}
|
|
#right-nav-button a {
|
|
font-size: 11.7px;
|
|
}
|
|
#right-nav-button.right-nav-button-hidden {
|
|
opacity: 0;
|
|
}
|
|
|
|
.icon-menu {
|
|
width: 20px;
|
|
height: 20px;
|
|
fill: #e6e6e6;
|
|
}
|
|
.top-header.after-scroll .icon-menu {
|
|
fill: #464646;
|
|
}
|
|
|
|
.menu-trigger {
|
|
float: right;
|
|
-webkit-transform: translateY(20px);
|
|
-ms-transform: translateY(20px);
|
|
transform: translateY(20px);
|
|
right: 45px;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
|
|
.bottom-navlinks {
|
|
position: absolute;
|
|
bottom: 26px;
|
|
}
|
|
|
|
.bottom-navlinks-small {
|
|
position: relative;
|
|
bottom: 26px;
|
|
margin-top: 75px !important;
|
|
}
|
|
|
|
.top-section-hero {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-top: 0;
|
|
}
|
|
.top-section-hero .jumbotron {
|
|
position: relative;
|
|
top: 50%;
|
|
left: 0;
|
|
-webkit-transform: translateY(-50%);
|
|
-ms-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.top-section-hero .jumbotron {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
.top-section-hero .jumbotron p {
|
|
font-size: 26px;
|
|
font-weight: 100;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.explore {
|
|
position: absolute;
|
|
bottom: 50px;
|
|
left: 50%;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
margin-left: -12px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.explore {
|
|
bottom: 30px;
|
|
}
|
|
}
|
|
|
|
.icon-arrow-down {
|
|
width: 32px;
|
|
height: 32px;
|
|
fill: #e6e6e6;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.icon-arrow-down {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
}
|
|
|
|
.top-section {
|
|
position: relative;
|
|
min-height: 400px;
|
|
padding-top: 0;
|
|
background: #03a9f4;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.top-section {
|
|
min-height: 250px;
|
|
padding: 0;
|
|
}
|
|
}
|
|
.top-section .gradient-overlay {
|
|
opacity: 0;
|
|
}
|
|
.top-section.enable-overlay .gradient-overlay {
|
|
opacity: 1;
|
|
}
|
|
|
|
.jumbotron {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 26px;
|
|
margin: 0;
|
|
color: #fff;
|
|
background: 0;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.jumbotron {
|
|
position: relative;
|
|
left: 13px;
|
|
margin-top: 117px;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
.about-details img {
|
|
width: 128px;
|
|
}
|
|
.about-details p {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.statistic .counter {
|
|
padding-top: 26px;
|
|
}
|
|
}
|
|
.statistic .stat {
|
|
font-size: 100px;
|
|
color: #03a9f4;
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.statistic .stat {
|
|
font-size: 80px;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.statistic .stat {
|
|
font-size: 70px;
|
|
}
|
|
}
|
|
.statistic .stat-info {
|
|
font-size: 23px;
|
|
}
|
|
.statistic hr {
|
|
width: 20px;
|
|
border-top: 1px solid #03a9f4;
|
|
}
|
|
.statistic .small {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.latest-news .post {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.rockstar-speakers .rockstar-speaker {
|
|
padding-bottom: 13px;
|
|
}
|
|
.rockstar-speakers .rockstar-speaker-img {
|
|
width: 140px;
|
|
height: 140px;
|
|
margin: 0 auto;
|
|
}
|
|
.rockstar-speakers .name {
|
|
font-size: 26px;
|
|
line-height: 1.1;
|
|
margin: 10px 0 2px;
|
|
}
|
|
.rockstar-speakers .sub {
|
|
font-size: 18.2px;
|
|
margin: 0 0 15px;
|
|
color: #03a9f4;
|
|
}
|
|
|
|
.pricing-col {
|
|
overflow: hidden;
|
|
margin-bottom: 26px;
|
|
padding: 0;
|
|
font-size: 16px;
|
|
font-weight: 100;
|
|
text-align: center;
|
|
border: 1px #dddddd solid;
|
|
border-right: none;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.pricing-col {
|
|
width: 100% !important;
|
|
border: 1px #dddddd solid;
|
|
}
|
|
}
|
|
.pricing-col:last-child {
|
|
border-right: 1px #dddddd solid;
|
|
border-left: none;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.pricing-col:last-child {
|
|
border: 1px #dddddd solid;
|
|
}
|
|
}
|
|
.pricing-col.pricing-col-featured {
|
|
top: -27px;
|
|
}
|
|
.pricing-col.pricing-col-featured:not(:first-child) {
|
|
margin-left: 0;
|
|
border: solid 1px #4285f4;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.pricing-col.pricing-col-featured {
|
|
top: 0;
|
|
}
|
|
}
|
|
.pricing-col.pricing-col-featured .pricing-ribbon {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: -45px;
|
|
padding: 5px 50px;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
color: #fff;
|
|
background: #4285f4;
|
|
}
|
|
.pricing-col.pricing-col-featured .title {
|
|
margin-bottom: 33px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.pricing-col.pricing-col-featured .title {
|
|
margin: 0;
|
|
}
|
|
}
|
|
.pricing-col.pricing-col-featured .amount {
|
|
color: #4285f4;
|
|
}
|
|
.pricing-col.pricing-col-featured .pricing-content {
|
|
padding-top: 2px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.pricing-col.pricing-col-featured .pricing-content {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.pricing-col.pricing-col-featured .button {
|
|
margin-top: 45px;
|
|
background: #4285f4;
|
|
}
|
|
.pricing-col.pricing-col-featured .button:hover {
|
|
background: #3266d5;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.pricing-col.pricing-col-featured .button {
|
|
margin: 0;
|
|
}
|
|
}
|
|
.pricing-col .title {
|
|
font-size: 32px;
|
|
margin: 0;
|
|
padding: 20px 0;
|
|
background: #f2f2f2;
|
|
}
|
|
.pricing-col .amount {
|
|
font-size: 65px;
|
|
padding: 26px 0;
|
|
color: #000;
|
|
}
|
|
.pricing-col .button {
|
|
font-size: 32px;
|
|
display: block;
|
|
margin-top: 30px;
|
|
padding: 7px 0 10px;
|
|
color: #fff;
|
|
background: #333333;
|
|
font-weight: 100;
|
|
text-decoration: none;
|
|
}
|
|
.pricing-col .button:hover {
|
|
background: #4d4d4d;
|
|
}
|
|
|
|
.pricing-content {
|
|
font-weight: 300;
|
|
}
|
|
.pricing-content ul {
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
margin-top: 16px;
|
|
padding: 0;
|
|
}
|
|
.pricing-content li {
|
|
padding: 16px 0;
|
|
list-style: none;
|
|
border-bottom: solid 1px #dddddd;
|
|
}
|
|
.pricing-content li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.location-map {
|
|
font-weight: 100;
|
|
padding: 172px 0;
|
|
}
|
|
.location-map h3 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.location-description {
|
|
min-width: 400px;
|
|
padding: 20px 50px;
|
|
background: #fff;
|
|
}
|
|
.location-description .icon-direction {
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: 1em 0;
|
|
}
|
|
.location-description ul {
|
|
margin-top: 26px;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.location-description li {
|
|
font-size: 21px;
|
|
margin-bottom: 9px;
|
|
}
|
|
|
|
.canvas-map {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 700px;
|
|
}
|
|
|
|
.venue-col {
|
|
height: 100%;
|
|
padding: 0;
|
|
padding-right: 5px;
|
|
}
|
|
.venue-col:last-child {
|
|
padding: 0;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.venue-col {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.venue-small-col .venue-elem-wrapper:nth-child(odd) {
|
|
padding-right: 2.5px;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.venue-small-col .venue-elem-wrapper:nth-child(even) {
|
|
padding-left: 2.5px;
|
|
}
|
|
}
|
|
|
|
.venue-elem-wrapper {
|
|
padding: 0;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.venue-elem {
|
|
overflow: hidden;
|
|
text-align: left;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
|
|
.venue-big-elem {
|
|
height: 610px;
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.venue-big-elem {
|
|
height: 580px;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.venue-big-elem {
|
|
height: 340px;
|
|
}
|
|
}
|
|
|
|
.venue-small-elem {
|
|
height: 200px;
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.venue-small-elem {
|
|
height: 190px;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.venue-small-elem {
|
|
height: 200px;
|
|
}
|
|
}
|
|
|
|
.venue-text {
|
|
padding: 30px 20px;
|
|
color: #fff;
|
|
background: #03a9f4;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.venue-text {
|
|
padding: 20px 15px;
|
|
}
|
|
}
|
|
.venue-text h5 {
|
|
margin-top: 0;
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.venue-text h5 {
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.venue-text h5 {
|
|
font-size: 21px;
|
|
}
|
|
}
|
|
.venue-text p {
|
|
font-size: 17px;
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.venue-text p {
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.venue-text p {
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
|
|
.twitter-feed .icon {
|
|
width: 64px;
|
|
height: 64px;
|
|
fill: #fff;
|
|
}
|
|
.twitter-feed .tweet {
|
|
height: 130px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.twitter-feed .tweet {
|
|
height: 200px;
|
|
}
|
|
}
|
|
.twitter-feed .tweet p {
|
|
font-weight: 100;
|
|
}
|
|
|
|
.tweet-text {
|
|
font-size: 26px;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.tweet-meta {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.sponsors h5 {
|
|
margin-top: 30px;
|
|
}
|
|
.sponsors .list-inline {
|
|
margin-bottom: 65px;
|
|
}
|
|
.sponsors .list-inline li {
|
|
width: 16%;
|
|
min-width: 180px;
|
|
max-width: 250px;
|
|
margin: 13px 7px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.sponsors .list-inline li {
|
|
width: 40%;
|
|
min-width: 120px;
|
|
max-width: 180px;
|
|
}
|
|
}
|
|
.sponsors img {
|
|
width: 100%;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
-webkit-filter: grayscale(1);
|
|
filter: grayscale(1);
|
|
}
|
|
.sponsors img:hover {
|
|
-webkit-filter: grayscale(0);
|
|
filter: grayscale(0);
|
|
}
|
|
|
|
.subscribe .email, .subscribe .button {
|
|
font-size: 16px;
|
|
font-weight: 100;
|
|
width: 100%;
|
|
height: 53px;
|
|
margin-bottom: 16px;
|
|
padding: 0;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
text-align: center;
|
|
border-radius: 0;
|
|
}
|
|
.subscribe .email input, .subscribe .button input {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0 32px;
|
|
text-align: center;
|
|
border: 0;
|
|
outline: none;
|
|
background: transparent;
|
|
}
|
|
.subscribe .button {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.mc-field-group {
|
|
padding-right: 3px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.mc-field-group {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.mc-submit-group {
|
|
padding-left: 3px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.mc-submit-group {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.subscribe-info {
|
|
font-weight: 100;
|
|
}
|
|
|
|
.footer {
|
|
padding: 40px 52px 13px;
|
|
border-top: 1px solid #e7e7e7;
|
|
background-color: #fcfcfc;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.footer {
|
|
padding: 26px 20px 13px;
|
|
}
|
|
}
|
|
.footer h5 {
|
|
font-size: 18px;
|
|
}
|
|
.footer ul {
|
|
margin-top: 13px;
|
|
padding: 0;
|
|
}
|
|
.footer li {
|
|
margin-bottom: 9px;
|
|
list-style-type: none;
|
|
}
|
|
.footer a {
|
|
color: #8b8b8b;
|
|
}
|
|
.footer a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.footer .copyright {
|
|
font-size: 13px;
|
|
line-height: 1.3;
|
|
margin-top: 13px;
|
|
}
|
|
|
|
.logo-footer {
|
|
width: 185px;
|
|
height: 60px;
|
|
margin: -13px -13px 0;
|
|
-webkit-transform: scale(0.65);
|
|
-ms-transform: scale(0.65);
|
|
transform: scale(0.65);
|
|
}
|
|
|
|
.blog h3 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.post-section {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.post {
|
|
max-width: 750px;
|
|
margin-bottom: 52px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.post {
|
|
margin-bottom: 26px;
|
|
}
|
|
}
|
|
.post li {
|
|
font-size: 15px;
|
|
line-height: 26px;
|
|
}
|
|
.post .social-links li {
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.post-header {
|
|
height: 20px;
|
|
margin-top: 20px;
|
|
font-size: 14px;
|
|
}
|
|
.post-header .published {
|
|
font-weight: 500;
|
|
}
|
|
.post-header .publish-date {
|
|
color: #656565;
|
|
}
|
|
|
|
.post-body {
|
|
margin-top: 19px;
|
|
}
|
|
.post-body h4 {
|
|
margin-top: 40px;
|
|
}
|
|
.post-body iframe, .post-body img {
|
|
display: block;
|
|
margin: 16px 0;
|
|
}
|
|
|
|
.page-navigation {
|
|
margin-bottom: 40px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.comments {
|
|
margin-top: 26px;
|
|
}
|
|
|
|
.pagination {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
.pagination .page-number {
|
|
margin: 0 7px;
|
|
}
|
|
|
|
.find-way {
|
|
min-height: 600px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.find-way {
|
|
min-height: 500px;
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
.find-way h3 {
|
|
position: absolute;
|
|
top: -26px;
|
|
left: 52px;
|
|
color: #fff;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.find-way h3 {
|
|
top: 4px;
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
.map-card {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
top: 450px;
|
|
left: 50px;
|
|
overflow: hidden;
|
|
height: 56px;
|
|
padding: 18px 16px;
|
|
-webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
|
transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
|
|
color: #717171;
|
|
border-radius: 2px;
|
|
background: #fff;
|
|
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.map-card {
|
|
left: 0;
|
|
-webkit-transform: translateY(-20px);
|
|
-ms-transform: translateY(-20px);
|
|
transform: translateY(-20px);
|
|
}
|
|
}
|
|
.location-active .map-card {
|
|
-webkit-transform: translateY(-135px);
|
|
-ms-transform: translateY(-135px);
|
|
transform: translateY(-135px);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.location-active .map-card {
|
|
-webkit-transform: translateY(-140px);
|
|
-ms-transform: translateY(-140px);
|
|
transform: translateY(-140px);
|
|
}
|
|
}
|
|
.map-card .location-input-icon, .map-card .icon-geolocation, .map-card .icon-cross {
|
|
float: right;
|
|
margin-right: 3px;
|
|
-webkit-transform: translateY(3px);
|
|
-ms-transform: translateY(3px);
|
|
transform: translateY(3px);
|
|
fill: #717171;
|
|
}
|
|
.location-active .map-card .icon-geolocation {
|
|
-webkit-transform: translateY(-70px);
|
|
-ms-transform: translateY(-70px);
|
|
transform: translateY(-70px);
|
|
}
|
|
.map-card .icon-cross {
|
|
width: 19px;
|
|
height: 19px;
|
|
}
|
|
|
|
.location-input {
|
|
width: 85%;
|
|
margin-top: -3px;
|
|
padding: 1px 4px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.location-active .location-input {
|
|
-webkit-transform: translateY(-70px);
|
|
-ms-transform: translateY(-70px);
|
|
transform: translateY(-70px);
|
|
}
|
|
|
|
.location-result {
|
|
-webkit-transition: all 0.25s ease-in-out;
|
|
transition: all 0.25s ease-in-out;
|
|
-webkit-transform: translateY(70px);
|
|
-ms-transform: translateY(70px);
|
|
transform: translateY(70px);
|
|
}
|
|
.location-active .location-result {
|
|
-webkit-transform: translateY(-24px);
|
|
-ms-transform: translateY(-24px);
|
|
transform: translateY(-24px);
|
|
}
|
|
.location-result .result-name {
|
|
color: #333333;
|
|
}
|
|
|
|
.location-details {
|
|
clear: both;
|
|
height: 100%;
|
|
padding: 8px 20px;
|
|
-webkit-transition: all 0.25s ease-in-out;
|
|
transition: all 0.25s ease-in-out;
|
|
-webkit-transform: translateY(140px);
|
|
-ms-transform: translateY(140px);
|
|
transform: translateY(140px);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.location-details {
|
|
-webkit-transform: translateY(0);
|
|
-ms-transform: translateY(0);
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
.location-active .location-details {
|
|
-webkit-transform: translateY(-125px);
|
|
-ms-transform: translateY(-125px);
|
|
transform: translateY(-125px);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.location-active .location-details {
|
|
-webkit-transform: translateY(-135px);
|
|
-ms-transform: translateY(-135px);
|
|
transform: translateY(-135px);
|
|
}
|
|
}
|
|
.location-details ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.location-details li {
|
|
font-weight: 400;
|
|
line-height: 50px;
|
|
text-transform: uppercase;
|
|
color: #333333;
|
|
border-bottom: 1px solid #e7e7e7;
|
|
}
|
|
.location-details li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.location-details .icon {
|
|
position: relative;
|
|
top: 3px;
|
|
margin-right: 7px;
|
|
fill: #333333;
|
|
}
|
|
.location-details select {
|
|
margin-left: -5px;
|
|
color: #333333;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.detailed-result {
|
|
font-size: 17px;
|
|
text-transform: none;
|
|
color: #717171;
|
|
}
|
|
|
|
.direction-details {
|
|
display: inline-block;
|
|
padding: 0;
|
|
color: #757575;
|
|
}
|
|
.direction-details .card {
|
|
-webkit-transform: translateY(-125px);
|
|
-ms-transform: translateY(-125px);
|
|
transform: translateY(-125px);
|
|
}
|
|
.direction-details .card ul {
|
|
font-size: 17px;
|
|
font-weight: 300;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.direction-details .questions {
|
|
-webkit-transform: translateY(-100px);
|
|
-ms-transform: translateY(-100px);
|
|
transform: translateY(-100px);
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.direction-details .questions {
|
|
-webkit-transform: translateY(-125px);
|
|
-ms-transform: translateY(-125px);
|
|
transform: translateY(-125px);
|
|
}
|
|
}
|
|
.direction-details h4, .direction-details h5 {
|
|
font-size: 31px;
|
|
font-weight: 300;
|
|
color: initial;
|
|
}
|
|
.direction-details h5 {
|
|
font-size: 20px;
|
|
}
|
|
.direction-details p {
|
|
font-size: 17px;
|
|
}
|
|
|
|
.list-with-description li {
|
|
margin-bottom: 20px;
|
|
}
|
|
.list-with-description a {
|
|
display: block;
|
|
}
|
|
|
|
.team h3 {
|
|
margin-bottom: 26px;
|
|
}
|
|
.team h4 {
|
|
margin: 50px 0 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.zoe-effect {
|
|
margin-bottom: 26px;
|
|
height: 250px;
|
|
cursor: pointer;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
}
|
|
.zoe-effect:hover {
|
|
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.35);
|
|
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.35);
|
|
}
|
|
.zoe-effect:hover figure {
|
|
background-position: center left;
|
|
-webkit-background-size: 105%;
|
|
background-size: 105%;
|
|
}
|
|
.zoe-effect:hover figure .overlay {
|
|
background: rgba(0, 0, 0, 0.3);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.zoe-effect:hover figure .overlay {
|
|
background: transparent;
|
|
}
|
|
}
|
|
.zoe-effect:hover h2, .zoe-effect:hover figcaption, .zoe-effect:hover figcaption > a {
|
|
-webkit-transform: translateY(0);
|
|
-ms-transform: translateY(0);
|
|
transform: translateY(0);
|
|
color: #3c4a50;
|
|
}
|
|
.zoe-effect:hover figcaption > a:nth-child(5) {
|
|
-webkit-transition-delay: .1s;
|
|
transition-delay: .1s;
|
|
}
|
|
.zoe-effect:hover figcaption > a:nth-child(4) {
|
|
-webkit-transition-delay: .15s;
|
|
transition-delay: .15s;
|
|
}
|
|
.zoe-effect:hover figcaption > a:nth-child(3) {
|
|
-webkit-transition-delay: .2s;
|
|
transition-delay: .2s;
|
|
}
|
|
.zoe-effect:hover figcaption > a:nth-child(2) {
|
|
-webkit-transition-delay: .25s;
|
|
transition-delay: .25s;
|
|
}
|
|
.zoe-effect:hover .bio {
|
|
-webkit-transform: translateY(-70%);
|
|
-ms-transform: translateY(-70%);
|
|
transform: translateY(-70%);
|
|
opacity: 1;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.zoe-effect:hover .bio {
|
|
-webkit-transform: translateY(0);
|
|
-ms-transform: translateY(0);
|
|
transform: translateY(0);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.zoe-effect figure {
|
|
overflow: hidden;
|
|
width: 100.3%;
|
|
height: 100%;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
background-position: -30px;
|
|
-webkit-background-size: 115%;
|
|
background-size: 115%;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.zoe-effect figure {
|
|
background-position: center left;
|
|
-webkit-background-size: 105%;
|
|
background-size: 105%;
|
|
}
|
|
}
|
|
.zoe-effect figure .overlay {
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
background: transparent;
|
|
}
|
|
.zoe-effect figcaption {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 50px;
|
|
padding: 13px;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
-webkit-transform: translateY(100%);
|
|
-ms-transform: translateY(100%);
|
|
transform: translateY(100%);
|
|
color: #3c4a50;
|
|
background: #fff;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.zoe-effect figcaption {
|
|
-webkit-transform: translateY(0);
|
|
-ms-transform: translateY(0);
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
.zoe-effect figcaption h2 {
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
margin: 0;
|
|
word-spacing: -2px;
|
|
text-transform: uppercase;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
-webkit-transform: translateY(-250%);
|
|
-ms-transform: translateY(-250%);
|
|
transform: translateY(-250%);
|
|
-webkit-transition-delay: .05s;
|
|
transition-delay: .05s;
|
|
color: #fff;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.zoe-effect figcaption h2 {
|
|
-webkit-transform: translateY(0);
|
|
-ms-transform: translateY(0);
|
|
transform: translateY(0);
|
|
color: #3c4a50;
|
|
}
|
|
}
|
|
.zoe-effect figcaption h2 span {
|
|
font-weight: 500;
|
|
}
|
|
.zoe-effect figcaption > div {
|
|
padding: 0;
|
|
-webkit-transform: translateY(-5px);
|
|
-ms-transform: translateY(-5px);
|
|
transform: translateY(-5px);
|
|
}
|
|
.zoe-effect figcaption > a {
|
|
float: right;
|
|
margin-left: 4px;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
-webkit-transform: translateY(200%);
|
|
-ms-transform: translateY(200%);
|
|
transform: translateY(200%);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.zoe-effect figcaption > a {
|
|
-webkit-transform: translateY(0);
|
|
-ms-transform: translateY(0);
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
.zoe-effect figcaption .position {
|
|
font-size: 12px;
|
|
}
|
|
.zoe-effect .bio {
|
|
font-size: 14px;
|
|
line-height: 1.3;
|
|
position: relative;
|
|
top: 50%;
|
|
left: 0;
|
|
display: block;
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
height: 110px;
|
|
padding: 1.4em;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
-webkit-transform: translateY(0);
|
|
-ms-transform: translateY(0);
|
|
transform: translateY(0);
|
|
text-overflow: ellipsis;
|
|
opacity: 0;
|
|
color: #fff;
|
|
background: none;
|
|
-webkit-line-clamp: 5;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.lily-effect {
|
|
margin-bottom: 26px;
|
|
cursor: pointer;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
}
|
|
.lily-effect:hover {
|
|
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.35);
|
|
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.35);
|
|
}
|
|
.lily-effect:hover figure {
|
|
background-position: center left;
|
|
-webkit-background-size: 105%;
|
|
background-size: 105%;
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.lily-effect:hover figcaption {
|
|
bottom: .5em;
|
|
padding-left: 1em;
|
|
}
|
|
}
|
|
.lily-effect:hover figcaption h2, .lily-effect:hover figcaption .position {
|
|
-webkit-transform: translateY(-30px);
|
|
-ms-transform: translateY(-30px);
|
|
transform: translateY(-30px);
|
|
}
|
|
.lily-effect:hover figcaption .position {
|
|
line-height: 1;
|
|
margin-top: 8px;
|
|
-webkit-transition-delay: .05s;
|
|
transition-delay: .05s;
|
|
-webkit-transition-duration: .35s;
|
|
transition-duration: .35s;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.lily-effect:hover figcaption h2, .lily-effect:hover figcaption p {
|
|
-webkit-transform: translateY(-25px);
|
|
-ms-transform: translateY(-25px);
|
|
transform: translateY(-25px);
|
|
}
|
|
}
|
|
.lily-effect:hover .overlay {
|
|
background: rgba(0, 0, 0, 0.3);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.lily-effect:hover .overlay {
|
|
background: transparent;
|
|
}
|
|
}
|
|
.lily-effect figure {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
background-position: -30px;
|
|
-webkit-background-size: 115%;
|
|
background-size: 115%;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.lily-effect figure {
|
|
background-position: center left;
|
|
-webkit-background-size: 105%;
|
|
background-size: 105%;
|
|
}
|
|
}
|
|
.lily-effect figcaption {
|
|
font-size: 16px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 50%;
|
|
padding: 32px 16px;
|
|
text-transform: uppercase;
|
|
color: #fff;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.lily-effect figcaption h2, .lily-effect figcaption p {
|
|
-webkit-transform: translateY(-25px);
|
|
-ms-transform: translateY(-25px);
|
|
transform: translateY(-25px);
|
|
}
|
|
}
|
|
.lily-effect figcaption h2 {
|
|
font-size: 20px;
|
|
line-height: 1;
|
|
font-weight: 300;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
-webkit-transform: translateY(-10px);
|
|
-ms-transform: translateY(-10px);
|
|
transform: translateY(-10px);
|
|
word-spacing: -2px;
|
|
}
|
|
.lily-effect figcaption h2 span {
|
|
font-weight: 600;
|
|
display: block;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.lily-effect figcaption p {
|
|
line-height: 1;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.lily-effect figcaption .position {
|
|
margin: 0;
|
|
font-size: 11px;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
letter-spacing: 1px;
|
|
color: rgba(255, 255, 255, 0.9);
|
|
-webkit-transform: translateY(20px);
|
|
-ms-transform: translateY(20px);
|
|
transform: translateY(20px);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.lily-effect figcaption .position {
|
|
-webkit-transform: translateY(-30px);
|
|
-ms-transform: translateY(-30px);
|
|
transform: translateY(-30px);
|
|
}
|
|
}
|
|
.lily-effect .overlay {
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
background: transparent;
|
|
}
|
|
.lily-effect .lily-head {
|
|
height: 200px;
|
|
}
|
|
.lily-effect .lily-bottom {
|
|
clear: both;
|
|
height: 80px;
|
|
padding: 16px 14px 9px;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
border-bottom: 2px solid #fff;
|
|
background: #fff;
|
|
}
|
|
.lily-effect .lily-bottom h2 {
|
|
font-size: 21px;
|
|
font-weight: 300;
|
|
margin: 0;
|
|
}
|
|
.lily-effect .lily-bottom .title {
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
display: block;
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
height: 50px;
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
.lily-effect .lily-bottom .slider-next-item {
|
|
position: absolute;
|
|
right: 15px;
|
|
bottom: 10px;
|
|
}
|
|
|
|
.ribbon-wrapper {
|
|
position: absolute;
|
|
z-index: 5;
|
|
right: 0;
|
|
margin-top: 10px;
|
|
list-style: none;
|
|
}
|
|
.ribbon-wrapper li {
|
|
overflow: hidden;
|
|
margin-bottom: 5px;
|
|
}
|
|
.ribbon-wrapper li:nth-child(3) .abbr, .ribbon-wrapper li:nth-child(3) .full-title {
|
|
-webkit-transition-delay: .1s;
|
|
transition-delay: .1s;
|
|
}
|
|
.ribbon-wrapper li:nth-child(2) .abbr, .ribbon-wrapper li:nth-child(2) .full-title {
|
|
-webkit-transition-delay: .15s;
|
|
transition-delay: .15s;
|
|
}
|
|
.ribbon-wrapper .gdg {
|
|
border-right: 4px solid #427fed;
|
|
}
|
|
.ribbon-wrapper .gde {
|
|
border-right: 4px solid #db4437;
|
|
}
|
|
.ribbon-wrapper .ribbon {
|
|
font-size: 13px;
|
|
font-weight: 300;
|
|
line-height: 22px;
|
|
display: inline-block;
|
|
float: right;
|
|
min-width: 44px;
|
|
height: 22px;
|
|
margin: 0;
|
|
padding: 0 7px;
|
|
-webkit-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
text-align: left;
|
|
word-wrap: normal;
|
|
color: #999999;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.ribbon-activator:hover .ribbon-wrapper .abbr {
|
|
-webkit-transform: translateX(100%);
|
|
-ms-transform: translateX(100%);
|
|
transform: translateX(100%);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.ribbon-activator:hover .ribbon-wrapper .abbr {
|
|
-webkit-transform: translateX(0);
|
|
-ms-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
}
|
|
.ribbon-wrapper .full-title {
|
|
clear: both;
|
|
margin-top: -22px;
|
|
-webkit-transform: translateX(100%);
|
|
-ms-transform: translateX(100%);
|
|
transform: translateX(100%);
|
|
}
|
|
.ribbon-activator:hover .ribbon-wrapper .full-title {
|
|
-webkit-transform: translateX(0);
|
|
-ms-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
@media (max-width: 767px) {
|
|
.ribbon-activator:hover .ribbon-wrapper .full-title {
|
|
-webkit-transform: translateX(100%);
|
|
-ms-transform: translateX(100%);
|
|
transform: translateX(100%);
|
|
}
|
|
}
|
|
|
|
.modal .icon-cross {
|
|
width: 19px;
|
|
height: 19px;
|
|
outline: none;
|
|
fill: #212121;
|
|
}
|
|
.modal .close-mask {
|
|
position: absolute;
|
|
width: 19px;
|
|
height: 19px;
|
|
margin-top: -19px;
|
|
}
|
|
.modal h4 {
|
|
font-size: 35px;
|
|
font-weight: 300;
|
|
color: #212121;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.modal h4 {
|
|
font-size: 29px;
|
|
}
|
|
}
|
|
|
|
.modal-content {
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.modal-dialog {
|
|
width: 740px;
|
|
margin-top: 100px;
|
|
}
|
|
}
|
|
|
|
.modal-body {
|
|
padding: 16px 31px;
|
|
color: #757575;
|
|
}
|
|
|
|
.people-modal .theme-language {
|
|
font-size: 14px;
|
|
}
|
|
.people-modal .theme-language .caption {
|
|
color: #212121;
|
|
}
|
|
.people-modal .theme-description {
|
|
margin: 12px 0 37px;
|
|
}
|
|
.people-modal .people-details .row {
|
|
margin-top: 20px;
|
|
}
|
|
.people-modal .people-details .people-img {
|
|
width: 100px;
|
|
height: 100px;
|
|
margin: 10px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.people-modal .people-details .people-img {
|
|
width: 120px;
|
|
height: 120px;
|
|
margin: 10px auto;
|
|
}
|
|
}
|
|
.people-modal .people-details .details {
|
|
padding-left: 30px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.people-modal .people-details .details {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.people-modal .people-details .name {
|
|
margin-bottom: 9px;
|
|
font-size: 17px;
|
|
font-weight: 500;
|
|
color: #212121;
|
|
}
|
|
.people-modal .people-details .position {
|
|
font-weight: 300;
|
|
color: #757575;
|
|
}
|
|
.people-modal .people-details .social {
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.people-modal .people-details .social {
|
|
text-align: center;
|
|
}
|
|
}
|
|
.people-modal .people-details .social li {
|
|
display: inline-block;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
.modal-ribbon-wrapper {
|
|
margin-bottom: 5px;
|
|
}
|
|
.modal-ribbon-wrapper .modal-ribbon {
|
|
margin-right: 7px;
|
|
font-size: 14px;
|
|
}
|