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 {
-moz-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"] {
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;
-moz-box-sizing: content-box;
-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;
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;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover,
a:focus {
color: #2a6496;
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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
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;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-muted {
color: #999999;
}
.text-primary {
color: #428bca;
}
a.text-primary:hover {
color: #3071a9;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #428bca;
}
a.bg-primary:hover {
background-color: #3071a9;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 992px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
content: "";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
white-space: nowrap;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@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;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.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-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: 0%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: 0%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: 0%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: 0%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: 0%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: 0%;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: 0%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: 0%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9; 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.42857143;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
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 .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"] {
line-height: 34px;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
}
.radio label,
.checkbox label {
display: inline;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
position: absolute;
top: 25px;
right: 0;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.form-control-static {
margin-bottom: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #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 > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-control-static {
padding-top: 7px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 15px;
}
.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.42857143;
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: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default .badge {
color: #ffffff;
background-color: #333333;
}
.btn-primary {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary .badge {
color: #428bca;
background-color: #ffffff;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.btn-link {
color: #428bca;
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: #2a6496;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.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;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//lavandou-plongee.com/wp-content/themes/loom/style/fonts/glyphicons-halflings-regular.eot);
src: url(//lavandou-plongee.com/wp-content/themes/loom/style/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//lavandou-plongee.com/wp-content/themes/loom/style/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//lavandou-plongee.com/wp-content/themes/loom/style/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//lavandou-plongee.com/wp-content/themes/loom/style/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #999999;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 992px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #428bca;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #428bca;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 992px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 992px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 992px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 992px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 992px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 992px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 992px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: none;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 992px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 991px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 992px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
@media (min-width: 992px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 991px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 992px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 992px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555555;
}
@media (max-width: 991px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
@media (max-width: 991px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #999999;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
.breadcrumb > .active {
color: #999999;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #428bca;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #2a6496;
background-color: #eeeeee;
border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
background-color: #ffffff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #808080;
}
.label-primary {
background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #3071a9;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #999999;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;
background-color: #ffffff;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.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;
}
.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.42857143;
background-color: #ffffff;
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 {
margin-left: auto;
margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #428bca;
}
.thumbnail .caption {
padding: 9px;
color: #333333;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable {
padding-right: 35px;
}
.alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555555;
}
a.list-group-item .list-group-item-heading {
color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
color: #e1edf7;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
overflow: hidden;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.panel-default {
border-color: #dddddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #dddddd;
}
.panel-primary {
border-color: #428bca;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #428bca;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #ebccd1;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000000;
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: auto;
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: none;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 20px;
}
.modal-footer {
margin-top: 15px;
padding: 19px 20px 20px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media (min-width: 768px) {
.modal-dialog {
width: 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;
}
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: none;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//lavandou-plongee.com/wp-content/themes/loom/style/images/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
} .owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//lavandou-plongee.com/wp-content/themes/loom/style/js/fancybox/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//lavandou-plongee.com/wp-content/themes/loom/style/js/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-size: 44px 152px; }
#fancybox-loading div {
background-size: 24px 24px; }
}#fancybox-thumbs {
position: fixed;
left: 0;
width: 100%;
overflow: hidden;
z-index: 8050;
}
#fancybox-thumbs.bottom {
bottom: 2px;
}
#fancybox-thumbs.top {
top: 2px;
}
#fancybox-thumbs ul {
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
#fancybox-thumbs ul li {
float: left;
padding: 1px;
opacity: 0.5;
}
#fancybox-thumbs ul li.active {
opacity: 0.75;
padding: 0;
border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
opacity: 1;
}
#fancybox-thumbs ul li a {
display: block;
position: relative;
overflow: hidden;
border: 1px solid #222;
background: #111;
outline: none;
}
#fancybox-thumbs ul li img {
display: block;
position: relative;
border: 0;
padding: 0;
max-width: none;
}*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
:focus {
outline: 0 !important
}
.fit-vids-style {
display: none
}
figure {
margin: 0;
padding: 0;
}
figure img {
width: 100%;
height: auto;
}
iframe {
border: none
}
::selection {
background: #fefac7; color: #555555;
}
::-moz-selection {
background: #fefac7; color: #555555;
}  #preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 9999999;
}
#status {
width: 36px;
height: 36px;
position: absolute;
left: 50%;
top: 50%;
margin: -18px 0 0 -18px;
}
.spinner {
height: 36px;
width: 36px;
position: relative;
-webkit-animation: rotation .8s infinite linear;
-moz-animation: rotation .8s infinite linear;
-o-animation: rotation .8s infinite linear;
animation: rotation .8s infinite linear;
border-left: 3px solid rgba(26,187,156,.15);
border-right: 3px solid rgba(26,187,156,.15);
border-bottom: 3px solid rgba(26,187,156,.15);
border-top: 3px solid rgba(26,187,156,.8);
border-radius: 100%;
}
@-webkit-keyframes rotation { 
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(359deg)
}
}
@-moz-keyframes rotation { 
from {
-moz-transform: rotate(0deg)
}
to {
-moz-transform: rotate(359deg)
}
}
@-o-keyframes rotation { 
from {
-o-transform: rotate(0deg)
}
to {
-o-transform: rotate(359deg)
}
}
@keyframes rotation { 
from {
transform: rotate(0deg)
}
to {
transform: rotate(359deg)
}
}
ul {
list-style-position: inside
}  html {
overflow-x: hidden;
}
body {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
font-family: 'Raleway', sans-serif;
overflow-x: hidden;
background-color: #FFF;
color: #737373;
font-size: 14px;
font-weight: 500;
}
.container {
padding-right: 0;
padding-left: 0;
}
body,
li,
address {
line-height: 24px
}
input,
button,
select,
textarea {
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 500;
}
p {
margin: 0 0 15px
}
a {
color: #1abb9c;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
}
a:hover,
a:focus,
.textwidget a:hover {
color: #2e2e2e;
text-decoration: none;
}
footer .textwidget a:hover {
color: #cacaca;
}
.colored {
color: #1abb9c
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Raleway', sans-serif;
margin-top: 0;
color: #606060;
margin-bottom: 10px;
font-weight: 800;
}
h1 {
font-size: 35px;
line-height: 40px;
}
h2 {
font-size: 22px;
line-height: 28px;
}
h3 {
font-size: 18px;
line-height: 22px;
}
h4 {
font-size: 14px;
margin-bottom: 8px;
}
h5 {
font-size: 13px
}
h6 {
font-size: 12px
}
.page-title {
margin-bottom: 20px
}
.page-title:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.page-title h1 {
font-size: 25px;
margin: 0;
}
h1.post-title,
h2.post-title {
font-size: 22px;
margin-bottom: 10px;
line-height: 30px;
}
.post-title a {
color: #606060
}
.post-title a:hover {
color: #1abb9c
}
.section-title-wrapper {
text-align: center;
}
.section-title {
position: relative;
display: inline-block;
text-transform: uppercase;
margin-bottom: 30px;
font-size: 16px;
}
.section-title:before,
.section-title:after {
display: inline-block;
content: "";
border-bottom: 1px solid #e1e1e1;
position: absolute;
width: 80px;
}
.section-title:before {
left: -100px;
top: 10px;
}
.section-title:after {
right: -100px;
top: 10px;
}
.dark-wrapper .section-title:before,
.dark-wrapper .section-title:after {
border-color: #d7d7d7
}
.upper {
text-transform: uppercase
}
.inner {
padding-top: 70px;
padding-bottom: 70px;
}
.lead {
font-weight: 300;
font-size: 25px;
line-height: 30px;
display: inline;
}
.lead p:last-child {
margin-bottom: 0;
}
.light-wrapper {
background: #fefefe
}
.dark-wrapper {
background: #f5f5f5
}
ul {
padding: 0 0 0 18px
}
ol {
padding: 0 0 0 20px
}
ul.circled, 
.widget_categories ul, 
.post-content ul,
aside ul {
padding: 0;
list-style: none;
}
ul.circled li:before, 
.widget_categories ul li:before,
.post-content ul li:before,
aside ul li:before {
content: '\e800';
font-weight: normal;
vertical-align: top;
display: inline-block;
font-family: 'fontello-circle';
color: #1abb9c;
font-size: 8px;
position: relative;
top: 0;
left: -7px;
text-indent: -10px;
}
ul.circled li, 
.widget_categories ul li,
.post-content ul li,
aside li {
padding-left: 17px;
}
.lead.lite {
line-height: 38px
}
.lead.lite a {
color: #656565;
padding-bottom: 5px;
border-bottom: none;
}
.lead.lite a:hover {
color: #1abb9c
}
.thin {
width: 70%;
margin: 0 auto;
}
.dropcap {
font-weight: 800;
display: block;
float: left;
font-size: 49px;
padding: 0;
margin: 0;
margin: 12px 8px 0 0;
text-transform: uppercase;
}
hr {
border: none;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 30px;
margin-bottom: 60px;
}
hr.none {
margin: 0;
padding: 0;
}
blockquote {
border: none;
padding: 0;
font-size: 18px;
line-height: 28px;
font-weight: 300;
}
blockquote small {
line-height: inherit;
color: #9f9f9f;
}  .footer {
background: #303030;
color: #cacaca;
}
.footer a {
color: #cacaca
}
.footer a:hover {
color: #1abb9c
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
color: #f0f0f0
}
.widget-title {
font-size: 14px;
margin: 0 0 20px 0;
}
.footer-menu {
padding: 0;
margin: 0;
list-style: none;
}
.footer-menu li {
display: inline;
padding-left: 10px;
}
.footer-menu li:before {
display: inline-block;
content: "|";
padding-right: 12px;
}
.footer-menu li:first-child:before {
display: none
}
.sub-footer {
background: #2d2d2d;
padding: 35px 0;
}
.sub-footer p {
padding: 0;
margin: 0;
}
footer .post-list {
list-style: none;
margin: 0;
padding: 0;
}
footer .post-list li {
margin-top: 15px;
padding-top: 14px;
border-top: 1px solid #4f4f4f;
}
footer .post-list li:first-child {
margin: 0;
padding: 0;
border: 0;
}
footer .post-list li h6 {
font-size: 14px;
line-height: 25px;
font-weight: normal;
letter-spacing: normal;
text-transform: none;
margin: 0;
color: #cacaca;
}
footer .post-list li em {
color: #838383;
font-size: 12px;
font-style: normal;
}
.tagcloud {
line-height: 25px
}
.contact-info {
margin: 0;
padding: 0;
list-style: none;
}
.contact-info i {
margin-right: 7px
}
.footer .contact-info i {
color: #f0f0f0
}
.footer .widget.single .contact-info li {
display: inline;
margin: 0 15px;
}
.footer .section-title {
color: #e0e0e0
}
.footer .section-title:before,
.footer .section-title:after {
border-color: #777
}  .navbar-header {
float: none !important
}
.navbar .container {
padding: 0
}
.navbar {
margin: 0;
border-radius: 0;
border: none;
position: relative;
z-index: 8000;
min-height: inherit;
}
.navbar-brand {
padding: 0;
font-weight: 800;
text-transform: uppercase;
color: #656565;
padding: 24px 14px 0 0;
}
.navbar-brand span {
padding-top: 15px;
display: block;
}
.navbar-header {
background: #f5f5f5;
padding: 0;
border-top: 3px solid #414141;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar-collapse {
width: auto;
padding: 0;
border: none;
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar-nav {
margin: 0
}
.navbar-nav > li {
margin-left: 15px
}
.navbar-nav > li > a {
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
color: #656565;
padding: 40px 14px;
}
.nav > li > a:focus {
background: none;
color: #656565;
}
.nav > li > a:hover {
background: none;
color: #1abb9c;
}
.nav > li.current > a {
background: none;
color: #1abb9c;
}
.navbar .dropdown-menu {
padding: 0;
margin: 0;
min-width: 190px;
background: #414141;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .dropdown-menu li {
background: transparent;
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.navbar .dropdown-menu li:first-child {
border: none
}
.navbar .dropdown-menu li a {
padding: 15px;
line-height: 1;
color: #e9e9e9;
font-size: 12px;
text-transform: uppercase;
font-weight: 800;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
padding: 15px;
filter: none;
line-height: 1;
background: #414141;
color: #e9e9e9;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
background: none;
color: #1abb9c;
}
.navbar .nav > li > .dropdown-menu:after {
display: none
}
.navbar .nav > li > .dropdown-menu:before {
display: none
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
background: none;
color: #1abb9c;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.responsive-menu {
padding: 8px 13px;
margin: 0;
display: none;
font-size: 15px;
}  .offset {
display: block
}
.navbar.basic.default {
width: 100%;
position: absolute;
}
.navbar.basic.fixed {
position: fixed;
left: 0;
padding: 0;
margin: 0;
width: 100%;
}
.navbar.basic.fixed .navbar-header {
background: rgba(245,245,245,0.94);
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.11);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.11);
box-shadow: 0 1px 0 rgba(0,0,0,0.11);
}
.navbar.basic.fixed .navbar-brand {
padding-top: 14px
}
.navbar-brand img {
max-height: 55px;
}
.navbar.basic.fixed .navbar-brand span {
padding-top: 5px;
display: block;
}
.navbar.basic.fixed .navbar-brand img {
height: 30px;
width: auto;
}
.navbar.basic.fixed .navbar-nav > li > a {
padding: 19px 10px
}
.navbar.basic .navbar-collapse {
max-height: inherit
}  .divide0 {
width: 100%;
height: 0px;
}
.divide2 {
width: 100%;
height: 2px;
}
.divide3 {
width: 100%;
height: 3px;
}
.divide5 {
width: 100%;
height: 5px;
}
.divide10 {
width: 100%;
height: 10px;
}
.divide15 {
width: 100%;
height: 15px;
}
.divide20 {
width: 100%;
height: 20px;
}
.divide25 {
width: 100%;
height: 25px;
}
.divide30 {
width: 100%;
height: 30px;
}
.divide35 {
width: 100%;
height: 35px;
}
.divide40 {
width: 100%;
height: 40px;
}
.divide45 {
width: 100%;
height: 40px;
}
.divide50 {
width: 100%;
height: 50px;
}
.divide55 {
width: 100%;
height: 55px;
}
.divide60 {
width: 100%;
height: 60px;
}
.divide65 {
width: 100%;
height: 65px;
}
.divide70 {
width: 100%;
height: 70px;
}
.divide75 {
width: 100%;
height: 75px;
}
.divide80 {
width: 100%;
height: 80px;
}
.divide85 {
width: 100%;
height: 85px;
}
.rm0 {
margin-right: 0px
}
.rm1 {
margin-right: 1px
}
.rm2 {
margin-right: 2px
}
.rm5 {
margin-right: 5px
}
.rm10 {
margin-right: 10px
}
.rm15 {
margin-right: 15px
}
.rm20 {
margin-right: 20px
}
.rm25 {
margin-right: 25px
}
.rm30 {
margin-right: 30px
}
.rm40 {
margin-right: 40px
}
.rm50 {
margin-right: 50px
}
.lm0 {
margin-left: 0px
}
.lm1 {
margin-left: 1px
}
.lm5 {
margin-left: 5px
}
.lm7 {
margin-left: 7px
}
.lm10 {
margin-left: 10px
}
.lm15 {
margin-left: 15px
}
.lm20 {
margin-left: 20px
}
.lm25 {
margin-left: 25px
}
.lm30 {
margin-left: 25px
}
.lm40 {
margin-left: 40px
}
.rp5 {
padding-right: 5px
}
.rp10 {
padding-right: 10px
}
.rp15 {
padding-right: 15px
}
.rp20 {
padding-right: 20px
}
.rp30 {
padding-right: 30px
}
.rp50 {
padding-right: 50px
}
.lp0 {
padding-left: 0px
}
.lp10 {
padding-left: 10px
}
.lp20 {
padding-left: 20px
}
.lp30 {
padding-left: 30px
}
.tp0 {
padding-top: 0 !important
}
.tp3 {
padding-top: 3px
}
.tp5 {
padding-top: 5px
}
.tp10 {
padding-top: 10px
}
.tp20 {
padding-top: 20px
}
.tp30 {
padding-top: 30px
}
.tm4 {
margin-top: 4px
}
.tm5 {
margin-top: 5px
}
.tm7 {
margin-top: 7px
}
.tm10 {
margin-top: 10px
}
.tm15 {
margin-top: 15px
}
.tm20 {
margin-top: 20px
}
.mbm1 {
margin-bottom: -1px
}
.bp0 {
padding-bottom: 0 !important
}
.bp10 {
padding-bottom: 10px !important
}
.bm0 {
margin-bottom: 0 !important
}
.bm5 {
margin-bottom: 5px !important
}
.bm10 {
margin-bottom: 10px !important
}
.bm15 {
margin-bottom: 15px !important
}
.bm20 {
margin-bottom: 20px !important
}
.bm30 {
margin-bottom: 30px !important
}
.bm50 {
margin-bottom: 50px !important
}
.bp50 {
padding-bottom: 50px !important
}  .btn,
.parallax .btn-submit,
.btn-submit,
input[type="submit"],
.bonfire-slideout-content input[type="submit"],
input[type="button"],
.woocommerce .button,
.added_to_cart,
.woocommerce .price {
color: #fff !important;
background: #1abb9c;
margin-bottom: 10px;
margin-right: 4px;
padding: 11px 20px 10px 20px;
font-weight: 800;
font-size: 13px;
text-shadow: none;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
text-transform: uppercase;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: inline-block;
letter-spacing: 1px;
}
.btn-large {
padding: 13px 23px 13px 23px
}
.btn.btn-green {
background: #1abb9c
}
.btn.btn-blue {
background: #3f8dbf
}
.btn.btn-red {
background: #e8554e
}
.btn.btn-orange {
background: #ee7757
}
.btn.btn-purple {
background: #9b59b6
}
.btn.btn-pink {
background: #d487be
}
.btn.btn-gray {
background: #95a5a6
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.parallax .btn-submit:hover,
input[type="submit"]:hover,
.bonfire-slideout-content input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.woocommerce .button:hover,
.added_to_cart:hover {
background: #17a78b;
color: #fff !important;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
background: #17a78b !important
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
background: #387eaa !important
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
background: #cf4c45 !important
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
background: #d96c4f !important
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
background: #8a4fa2 !important
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
background: #bd78a9 !important
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
background: #859394 !important
}
.color-wrapper .btn {
background: #FFF !important;
color: #616161 !important;
}
.color-wrapper .btn:hover {
background: #e9e9e9 !important
}
.share .btn {
background: none;
padding: 8px 17px;
}
.share .btn:hover {
color: #FFF !important
}
.btn.share-facebook {
color: #3d5b9b !important;
border: 1px solid #3d5b9b !important;
}
.btn.share-facebook:hover {
background: #334c8e !important;
border: 1px solid #334c8e !important;
}
.btn.share-twitter {
color: #5aa8cd !important;
border: 1px solid #5aa8cd !important;
}
.btn.share-twitter:hover {
background: #499ac8 !important;
border: 1px solid #499ac8 !important;
}
.btn.share-googleplus {
color: #3b3b3b !important;
border: 1px solid #3b3b3b !important;
}
.btn.share-googleplus:hover {
background: #2e2e2e!important;
border: 1px solid #2e2e2e !important;
}
.btn.share-pinterest {
color: #c53942 !important;
border: 1px solid #c53942 !important;
}
.btn.share-pinterest:hover {
background: #bc2d32 !important;
border: 1px solid #bc2d32 !important;
}
input[type="submit"],
.bonfire-slideout-content input[type="submit"]:hover,
input[type="button"] {
width: auto;
text-shadow: none;
}  .social {
padding: 0;
margin: 0;
font-size: 0;
height: 28px;
}
.image-caption .social {
height: 33px
}
.social li {
display: inline-block;
font-family: 'fontello-social';
margin-right: 5px;
}
.footer .widget.single .social li {
margin: 0 3px
}
.text-center .social li {
margin: 0 2px
}
.social li a {
display: table
}
.social li a i {
text-align: center;
display: table-cell;
vertical-align: middle;
color: #aaa;
background: none;
border: 1px solid #aaa;
width: 28px;
height: 28px !important;
line-height: 1;
font-size: 12px;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
}
.social .icon-s-pinterest {
border-color: #d8545d;
color: #d8545d;
}
.social .icon-s-rss {
border-color: #faaa5e;
color: #faaa5e;
}
.social .icon-s-facebook {
border-color: #677fb5;
color: #677fb5;
}
.social .icon-s-twitter {
border-color: #70c2e9;
color: #70c2e9;
}
.social .icon-s-flickr {
border-color: #ff3ba4;
color: #ff3ba4;
}
.social .icon-s-dribbble {
border-color: #e299c2;
color: #e299c2;
}
.social .icon-s-behance {
border-color: #42a9fb;
color: #42a9fb;
}
.social .icon-s-linkedin {
border-color: #3daccf;
color: #3daccf;
}
.social .icon-s-vimeo {
border-color: #42b5d4;
color: #42b5d4;
}
.social .icon-s-youtube {
border-color: #d5615c;
color: #d5615c;
}
.social .icon-s-skype {
border-color: #5ecbf3;
color: #5ecbf3;
}
.social .icon-s-tumblr {
border-color: #829fb9;
color: #829fb9;
}
.social .icon-s-delicious {
border-color: #6194dc;
color: #6194dc;
}
.social .icon-s-500px {
border-color: #3bbbe6;
color: #3bbbe6;
}
.social .icon-s-grooveshark {
border-color: #f88e3b;
color: #f88e3b;
}
.social .icon-s-forrst {
border-color: #5f9864;
color: #5f9864;
}
.social .icon-s-digg {
border-color: #507faa;
color: #507faa;
}
.social .icon-s-blogger {
border-color: #fd893f;
color: #fd893f;
}
.social .icon-s-klout {
border-color: #e16747;
color: #e16747;
}
.social .icon-s-dropbox {
border-color: #6ba3c5;
color: #6ba3c5;
}
.social .icon-s-github {
border-color: #6c93bb;
color: #6c93bb;
}
.social .icon-s-songkick {
border-color: #ff3b60;
color: #ff3b60;
}
.social .icon-s-posterous {
border-color: #efd57c;
color: #efd57c;
}
.social .icon-s-appnet {
border-color: #3daad5;
color: #3daad5;
}
.social .icon-s-gplus {
border-color: #bc7067;
color: #bc7067;
}
.social .icon-s-stumbleupon {
border-color: #f07356;
color: #f07356;
}
.social .icon-s-lastfm {
border-color: #cd443d;
color: #cd443d;
}
.social .icon-s-spotify {
border-color: #9acf48;
color: #9acf48;
}
.social .icon-s-instagram {
border-color: #b99682;
color: #b99682;
}
.social .icon-s-evernote {
border-color: #9fdc82;
color: #9fdc82;
}
.social .icon-s-paypal {
border-color: #5b85a8;
color: #5b85a8;
}
.social .icon-s-picasa {
border-color: #b088c1;
color: #b088c1;
}
.social .icon-s-soundcloud {
border-color: #ff8b45;
color: #ff8b45;
}
.social a:hover .icon-s-pinterest {
background-color: #d8545d
}
.social a:hover .icon-s-rss {
background-color: #faaa5e
}
.social a:hover .icon-s-facebook {
background-color: #677fb5
}
.social a:hover .icon-s-twitter {
background-color: #70c2e9
}
.social a:hover .icon-s-flickr {
background-color: #ff3ba4
}
.social a:hover .icon-s-dribbble {
background-color: #e299c2
}
.social a:hover .icon-s-behance {
background-color: #42a9fb
}
.social a:hover .icon-s-linkedin {
background-color: #3daccf
}
.social a:hover .icon-s-vimeo {
background-color: #42b5d4
}
.social a:hover .icon-s-youtube {
background-color: #d5615c
}
.social a:hover .icon-s-skype {
background-color: #5ecbf3
}
.social a:hover .icon-s-tumblr {
background-color: #829fb9
}
.social a:hover .icon-s-delicious {
background-color: #6194dc
}
.social a:hover .icon-s-500px {
background-color: #3bbbe6
}
.social a:hover .icon-s-grooveshark {
background-color: #f88e3b
}
.social a:hover .icon-s-forrst {
background-color: #5f9864
}
.social a:hover .icon-s-digg {
background-color: #507faa
}
.social a:hover .icon-s-blogger {
background-color: #fd893f
}
.social a:hover .icon-s-klout {
background-color: #e16747
}
.social a:hover .icon-s-dropbox {
background-color: #6ba3c5
}
.social a:hover .icon-s-github {
background-color: #6c93bb
}
.social a:hover .icon-s-songkick {
background-color: #ff3b60
}
.social a:hover .icon-s-posterous {
background-color: #efd57c
}
.social a:hover .icon-s-appnet {
background-color: #3daad5
}
.social a:hover .icon-s-gplus {
background-color: #bc7067
}
.social a:hover .icon-s-stumbleupon {
background-color: #f07356
}
.social a:hover .icon-s-lastfm {
background-color: #cd443d
}
.social a:hover .icon-s-spotify {
background-color: #9acf48
}
.social a:hover .icon-s-instagram {
background-color: #b99682
}
.social a:hover .icon-s-evernote {
background-color: #9fdc82
}
.social a:hover .icon-s-paypal {
background-color: #5b85a8
}
.social a:hover .icon-s-picasa {
background-color: #b088c1
}
.social a:hover .icon-s-soundcloud {
background-color: #ff8b45
}
.social a:hover a:hover i {
background-color: #FFF
}
.social a:hover i {
color: #FFF
}
.footer .social li a:hover i {
color: #FFF
}  .forms {
position: relative;
padding: 0;
width: 100%;
}
.form-container .response {
display: none
}
.forms ol {
margin: 0;
padding: 0;
}
.forms ol li {
line-height: auto;
list-style: none;
}
.forms li.hidden-row {
display: none
}
input,
textarea,
.uneditable-input {
width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
display: inline-block;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
height: 40px;
padding: 0 10px;
margin-bottom: 15px;
font-size: 14px;
line-height: 25px;
color: #737373;
border: 1px solid #e1e1e1;
resize: none;
vertical-align: middle;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border: 1px solid #c1c1c1;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
textarea {
height: 100%;
padding: 5px 10px;
margin-bottom: 15px;
min-height: 150px;
resize: vertical;
}
.btn-submit {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
width: auto;
}
.forms li.error input,
.forms li.error textarea {
border: 1px solid #b54d4d
}
.forms span.error {
display: none
}
.forms .button-row span.error {
padding: 0;
display: none;
}
.forms .button-row p.forgot {
padding: 6px 0 0 10px;
overflow: hidden;
display: inline-block;
}
.forms label {
display: block;
float: left;
width: 95px;
padding-top: 7px;
font-size: 13px;
clear: both;
}
.comment-form div label {
position: absolute;
top: 0;
left: 0;
}
.form-container:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.searchform {
position: relative
}
.searchform .btn {
position: absolute;
top: 0;
right: -5px;
height: 40px !important;
font-weight: 800 !important;
font-size: 12px !important;
padding: 0 15px !important;
}  .widget_ns_mailchimp form {
background: none;
font-family: 'Raleway', sans-serif;
}
.widget_ns_mailchimp form {
position: relative;
margin: 0 auto;
}
.widget_ns_mailchimp input[type="text"] {
background: none;
border: 1px solid #4f4f4f;
height: 40px;
color: #737373;
}
footer .widget_ns_mailchimp input[type="text"] {
color: #cacaca;
}
aside .widget_ns_mailchimp input[type="text"]{
border: 1px solid #e1e1e1;
}
.widget_ns_mailchimp form input[type="text"]:focus {
background: none;
border: 1px solid #636363;
}
aside .widget_ns_mailchimp form input[type="text"]:focus {
background: none;
border: 1px solid #c1c1c1;
}
.widget_ns_mailchimp form input[type="submit"] {
position: absolute;
right: 0;
bottom: 0;
color: #FFF;
margin: 0;
height: 40px;
padding: 0 15px;
color: #fff;
background: #1abb9c;
font-weight: 800;
font-size: 12px;
-webkit-border-radius: 0;
border-radius: 0;
text-transform: uppercase;
letter-spacing: 2px;
min-width: inherit;
width: auto;
border: 0;
}
.widget_ns_mailchimp form input[type="text"] {
display: block;
padding: 8px 0;
margin: 0;
text-indent: 10px;
width: 100%;
min-width: 130px;
}
.widget_ns_mailchimp form {
padding: 0
}
::-webkit-input-placeholder {
color: #737373 !important
}
:-moz-placeholder {
color: #737373 !important
}
::-moz-placeholder {
color: #737373 !important
}
:-ms-input-placeholder {
color: #737373 !important
}
input:focus::-webkit-input-placeholder {
color: transparent !important
}
input:focus:-moz-placeholder {
color: transparent !important
}
input:focus::-moz-placeholder {
color: transparent !important
}
input:focus:-ms-input-placeholder {
color: transparent !important
}  .full-portfolio {
overflow: hidden
}
.full-portfolio .items {
width: 100%;
clear: both;
margin: 0;
padding: 0;
list-style: none;
}
.full-portfolio .items li {
float: left;
position: relative;
background: none;
padding: 0;
width: 16.666666667%;
}
.full-portfolio .items li img {
display: block; width: 100%;
height: auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.full-portfolio .items:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.fix-portfolio .items {
list-style: none
}
.fix-portfolio .items {
margin: 0;
*zoom: 1;
padding: 0;
}
.fix-portfolio .items:before,
.fix-portfolio .items:after {
display: table;
content: "";
line-height: 0;
}
.fix-portfolio .items:after {
clear: both
}
.fix-portfolio .items li {
float: left;
min-height: 1px;
position: relative;
}
.fix-portfolio .items.col4,
.fix-portfolio .items.col3 {
margin-left: -8px;
margin-bottom: -8px;
}
.fix-portfolio .items.col4 li {
width: 316px;
margin-left: 8px;
margin-bottom: 8px;
}
.fix-portfolio .items.col3 li {
width: 316px;
margin-left: 8px;
margin-bottom: 8px;
}
.fix-portfolio .items li img {
display: block;
width: 100%;
}
.filter {
padding: 0;
font-size: 0;
margin-bottom: 20px;
}
.filter li {
display: inline;
color: #656565;
line-height: 50px;
}
.filter.text-center li {
display: inline-block;
}
.filter li a {
color: #656565;
padding: 0px 23px;
border: 1px solid #dbdbdb;
margin-left: -1px;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
line-height: 42px;
display: inline-block;
}
.filter li a:hover {
color: #1abb9c
}
.filter li a.active {
color: #1abb9c;
background: #f5f5f5;
}
.filter li:first-child a {
border-left: 1px solid #dbdbdb
}
.item-details {
list-style: none;
padding: 0;
margin: 0;
}
.item-details li {
margin-top: 9px;
padding-top: 10px;
border-top: 1px solid #e1e1e1;
}
.item-details li:first-child {
padding: 0;
margin: 0;
border: none;
}
.item-details li span {
font-weight: 800;
color: #616161;
margin-right: 5px;
}  .tooltip-inner {
color: #fff;
background-color: #1abb9c;
padding: 5px 12px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
border-top-color: #1abb9c
}
.tooltip.right .tooltip-arrow {
border-right-color: #1abb9c
}
.tooltip.left .tooltip-arrow {
border-left-color: #1abb9c
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
border-bottom-color: #1abb9c
}  figure {
display: block;
overflow: hidden;
position: relative;
}
.items li figure img {
display: block;
width: 100%;
}
figure li a,
figure li a img {
display: block;
position: relative;
}
figure img {
display: block;
max-width: 100%;
-webkit-backface-visibility: hidden;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
figure a:hover img {
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
figure a .text-overlay {
opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 100%;
position: absolute;
text-decoration: none;
width: 100%;
z-index: 100;
padding: 20px;
background: #222;
background: rgba(53,53,53,0.93);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
figure a:hover .text-overlay {
opacity: 1;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
figure a .text-overlay:before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
border: 1px solid rgba(255,255,255,0.2);
}
figure a .text-overlay .info {
text-align: center;
top: 50%;
width: 100%;
left: 0;
position: absolute;
margin-top: -11px;
color: #d4d4d4;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.icon-overlay {
display: block;
overflow: hidden;
position: relative;
}
.icon-overlay img {
display: block;
max-width: 100%;
-webkit-backface-visibility: hidden;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.icon-overlay a:hover img {
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.icon-overlay a .icn-more {
opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 100%;
position: absolute;
text-decoration: none;
width: 100%;
z-index: 100;
background: #222;
background: rgba(53,53,53,0.93);
overflow: hidden;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
}
.icon-overlay a:hover .icn-more {
opacity: 1;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-overlay a .icn-more:before {
font-family: 'fontello';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
position: absolute;
text-align: center;
content: '\f517';
line-height: 1;
color: #FFF;
top: 50%;
left: 50%;
z-index: 2;
font-size: 15px;
top: 50%;
margin: -8px 0 0 -6px;
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
-moz-transition: -moz-transform 0.25s ease-in-out;
-o-transition: -o-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
}
.icon-overlay a:hover .icn-more:before {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.icon-overlay a:hover .icn-more:before {
top: 50%!important
}  .services-1 i {
font-size: 60px;
color: #acacac;
}
.services-1 .col-wrapper {
border: 1px solid #e1e1e1;
padding: 40px 20px 25px;
position: relative;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
}
.services-1 .col-wrapper:before {
content: "";
display: block;
position: absolute;
z-index: 1;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
border: 1px solid #e1e1e1;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
pointer-events: none;
}
.services-1 .col-wrapper:hover,
.services-1 .col-wrapper:hover:before {
border-color: #1abb9c
}  .services-2 {
text-align: left
}
.services-2 .icon {
display: table
}
.services-2  .icon {
float: left;
margin-right: 15px;
}
.services-2 .text {
overflow: hidden
}
.services-2 .icon i.icn {
color: #737373;
line-height: 1;
font-size: 35px;
text-transform: uppercase;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
}  .services-3 .icon {
display: table;
margin: 0 auto 15px;
position: relative;
}
.services-3 .icon i.icn {
text-align: center;
display: table-cell;
vertical-align: middle;
width: 90px;
height: 90px;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #1abb9c;
border: 2px solid #1abb9c;
line-height: 0;
font-size: 45px;
text-transform: uppercase;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
}
.services-3 .col:hover i.icn {
background-color: #1abb9c;
color: #FFF;
}
.services-3 .icon:before {
content: "";
display: inline-block;
border-bottom: 1px solid #777;
width: 100%;
height: 0px;
position: absolute;
top: 45px;
left: -120%;
}
.services-3 .icon:after {
content: "";
display: inline-block;
border-bottom: 1px solid #777;
width: 100%;
height: 0px;
position: absolute;
top: 45px;
right: -120%;
}
.services-3 .col:first-child .icon:before,
.services-3 .col:last-child .icon:after {
display: none
}  .panel-group .panel {
margin-bottom: 10px;
background: none;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-heading {
padding: 0;
background: none !important;
border: 0 !important;
}
.panel-heading .panel-title {
color: #656565;
font-size: 13px;
font-weight: 800;
border: 1px solid #dbdbdb;
text-transform: uppercase;
}
.panel-title > a {
display: block;
color: #656565;
padding: 13px 15px;
}
.panel-title > a:hover {
color: #1abb9c
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
border: 0
}
.panel-default > .panel-heading + .panel-collapse {
border: 1px solid #dbdbdb;
border-top: none;
}  .progress-list {
margin: 0;
padding: 0;
list-style: none;
}
.progress-list p {
margin-bottom: 5px
}
.progress-list li {
margin-bottom: 20px
}
.progress-list li em {
padding-left: 8px;
color: #1abb9c;
font-style: normal;
}
.progress-list li em:before {
content: "-";
padding-right: 10px;
display: inline-block;
}
.progress.plain {
height: 15px;
margin-bottom: 0;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background: none;
border: 1px solid #1abb9c;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.progress.plain .bar {
float: left;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
width: 0;
height: 100%;
font-size: 12px;
color: #ffffff;
text-align: center;
text-shadow: none;
background: #1abb9c;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}  .owlcarousel {
display: none
}
.carousel-th .item {
margin: 0 10px 1px 10px
}
.carousel-th .image-caption,
.grid-blog .image-caption,
.team-grid .image-caption {
margin-top: 20px
}
.carousel-th .post-title,
.grid-blog .post-title {
margin: 0 0 5px 0
}
.owl-blog .post-title,
.grid-blog .post-title {
font-size: 16px
}
.meta,
.more {
font-size: 12px
}
.meta {
color: #9f9f9f
}
.carousel-th .meta,
.grid-blog .meta {
margin-bottom: 5px
}
.owl-portfolio .meta {
margin-bottom: 10px
}
.related .meta {
border: none;
padding: 0;
margin: 0;
}
.meta:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.owl-blog .meta span:before,
.grid-blog .meta span:before,
.classic-blog .meta span:before,
#comments .meta span:before {
display: inline-block;
content: "|";
padding: 0 7px 0 4px;
color: #9f9f9f;
}
.owl-blog .meta span:first-child:before,
.grid-blog .meta span:first-child:before,
.classic-blog .meta span:first-child:before,
#comments .meta span:first-child:before {
display: none;
padding: 0;
}
.meta.tags a {
color: #9f9f9f
}
.meta.tags a:hover {
color: #1abb9c
}
.meta.tags a:before {
content: "#";
display: inline-block;
}
.date-wrapper {
text-align: center;
border: 1px solid #b1b1b1;
width: 46px;
padding: 4px 0 7px 0;
line-height: 1;
font-weight: 500;
float: left;
margin-right: 15px;
overflow: hidden;
margin-bottom: 5px;
}
.date-wrapper .day {
font-size: 20px;
margin-bottom: 1px;
}
.date-wrapper .month {
font-size: 12px;
text-transform: uppercase;
}
.owl-carousel {
position: relative
}
.owl-carousel .owl-controls {
display: none !important;
position: absolute;
width: 100%;
height: 100%;
top: 0;
pointer-events: none;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
}
.owl-carousel .owl-controls .owl-prev {
position: absolute;
top: 115px;
left: -50px;
pointer-events: auto;
}
.owl-carousel .owl-controls .owl-next {
position: absolute;
top: 115px;
right: -50px;
pointer-events: auto;
}
.owl-blog .owl-controls .owl-prev,
.owl-blog .owl-controls .owl-next,
.owl-team .owl-controls .owl-prev,
.owl-team .owl-controls .owl-next {
top: 102px
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
z-index: 1;
cursor: pointer;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
background: none;
border: 1px solid #b1b1b1;
color: #939393;
line-height: 1;
font-size: 20px;
padding: 9px;
width: auto;
height: auto;
}
.owl-carousel .owl-controls .owl-prev:hover,
.owl-carousel .owl-controls .owl-next:hover {
border: 1px solid #1abb9c;
color: #1abb9c;
}
.owl-clients .item img {
max-width: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
height: auto;
}
.owl-clients .item:hover img {
max-width: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
.owl-slider-wrapper {
position: relative;
margin-bottom: 20px;
}
.owl-slider-wrapper .item img {
display: block;
width: 100%;
height: auto;
}
.owl-slider-wrapper .owl-custom-nav {
position: absolute;
width: 100%;
height: 100%;
top: 0;
pointer-events: none;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev {
position: absolute;
top: 50%;
left: 20px;
margin-top: -23px;
pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-next {
position: absolute;
top: 50%;
right: 20px;
margin-top: -23px;
pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev,
.owl-slider-wrapper .owl-custom-nav .slider-next {
z-index: 1;
cursor: pointer;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
background: rgba(255,255,255,0.7);
color: #606060;
line-height: 1;
font-size: 20px;
padding: 9px 16px;
width: auto;
height: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:before,
.owl-slider-wrapper .owl-custom-nav .slider-next:before {
font-family: 'fontello';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:before {
content: '\e75d'
}
.owl-slider-wrapper .owl-custom-nav .slider-next:before {
content: '\e75e'
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:hover,
.owl-slider-wrapper .owl-custom-nav .slider-next:hover {
background: rgba(255,255,255,0.9)
}
.owl-slider-wrapper .owl-controls {
margin-top: 30px;
text-align: center;
position: relative;
}
.owl-slider-wrapper .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-slider-wrapper .owl-controls {
margin: -40px 0 0 0
}
.owl-slider-wrapper .owl-controls .owl-pagination .owl-page span {
display: block;
margin: 0 2px;
width: 12px;
height: 12px;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
background: rgba(255,255,255,0.4);
border: none;
}
.owl-slider-wrapper .owl-controls .owl-pagination .owl-page.active span,
.owl-slider-wrapper .owl-controls .owl-pagination .owl-page:hover span {
background: rgba(255,255,255,0.9);
border: none;
}
.owl-slider-wrapper .owl-custom-nav,
.owl-slider-wrapper .owl-controls {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
}
.owl-slider-wrapper:hover .owl-custom-nav,
.owl-slider-wrapper:hover .owl-controls {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}  .navigation a {
border: 1px solid #b1b1b1;
color: #939393;
line-height: 1;
font-size: 20px;
padding: 7px;
font-weight: 800;
text-transform: uppercase;
display: inline-block;
margin-left: 3px;
}
.navigation a:hover {
border: 1px solid #1abb9c;
color: #1abb9c;
}  .banner-container {
width: 100%;
position: relative;
padding: 0;
}
.banner {
width: 100%;
position: relative;
}
.fullwidthbanner-container {
width: 100% !important;
position: relative;
padding: 0;
overflow: hidden !important;
}
.revolution {
background: #FFF
}
.revolution ul {
visibility: visible;
margin: 0;
list-style: none;
}
.tp-caption a {
color: #1abb9c
}
.tp-caption a:hover {
color: #2e2e2e !important
}
.tp-caption.upper {
font-size: 20px;
line-height: 1;
color: #f9f9f9;
text-transform: uppercase;
}
.tp-caption.lower {
font-size: 16px;
color: #f9f9f9;
line-height: 1;
}
.tp-caption.white-bg {
background: rgba(255,255,255,0.2);
color: #616161 !important;
color: #FFF !important;
padding: 15px 20px;
line-height: 1;
}
.tp-caption a.btn {
color: #fff
}
.tp-leftarrow.default,
.tp-rightarrow.default {
z-index: 100;
cursor: pointer;
position: relative;
top: 50% !important;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
background: rgba(255,255,255,0.7);
color: #606060;
line-height: 1;
font-size: 20px;
padding: 9px 16px;
width: auto;
height: auto;
}
.tparrows:before {
font-family: 'fontello';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
}
.tp-leftarrow.default:before {
content: '\e75d'
}
.tp-rightarrow.default:before {
content: '\e75e'
}
.tparrows:hover {
background: rgba(255,255,255,0.9)
}
.tp-bullets.simplebullets.round .bullet {
width: 12px;
height: 12px;
margin-left: 4px;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
background: rgba(255,255,255,0.4);
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
background: rgba(255,255,255,0.9)
}
.tp-bullets.hidebullets {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.tp-loader {
background: none !important;
height: 36px;
width: 36px;
-webkit-animation: rotation .8s infinite linear;
-moz-animation: rotation .8s infinite linear;
-o-animation: rotation .8s infinite linear;
animation: rotation .8s infinite linear;
border-left: 3px solid rgba(26,187,156,.15);
border-right: 3px solid rgba(26,187,156,.15);
border-bottom: 3px solid rgba(26,187,156,.15);
border-top: 3px solid rgba(26,187,156,.8);
border-radius: 100%;
margin: -18px -18px;
top: 50%;
left: 50%;
z-index: 1000;
position: absolute;
}
.tp-bannertimer {
width: 100%;
height: 10px;
background: url(//lavandou-plongee.com/wp-content/themes/loom/style/images/timer.png);
position: absolute;
z-index: 200;
display: none;
}  #testimonials {
text-align: center;
width: 80%;
margin: 0 auto;
}
#testimonials .author {
font-style: normal;
font-size: 12px;
text-transform: uppercase;
color: #1abb9c;
font-weight: 800;
display: block;
}
#testimonials div {
font-size: 18px;
margin-bottom: 10px;
line-height: 32px;
font-weight: 300;
position: relative;
}
#testimonials .tab {
border: none;
margin: 0;
display: inline;
}
#testimonials .etabs {
padding: 0;
margin: 0 0 10px;
height: 12px;
}
#testimonials .tab a {
padding: 0;
text-indent: -99999px;
width: 10px;
height: 10px;
background: none;
border: 1px solid #777;
display: inline-block;
}
#testimonials .tab a.active,
#testimonials .tab a:hover {
border: 1px solid #bebebe;
background: none;
position: relative;
z-index: 3;
}
#testimonials .panel-container {
border: none
}  .tabs-top .etabs {
margin: 0;
padding: 0;
overflow: inherit;
}
.tabs-top.center .etabs {
text-align: center
}
.tabs-top .tab {
margin: 0;
padding: 0;
display: inline-block;
zoom: 1;
*display: inline;
margin-right: 3px;
}
.tabs-top .tab a {
padding: 10px 20px;
display: block;
color: #656565;
font-size: 12px;
font-weight: 800;
border: 1px solid #dbdbdb;
text-transform: uppercase;
}
.tabs-top .tab a:hover,
.tabs-top .tab.active a {
color: #1abb9c
}
.tabs-top .tab.active a {
background: #f5f5f5
}
.tabs-top.tab-container .panel-container {
position: relative;
z-index: 1;
display: block;
}
.tabs-top.tab-container .panel-container p {
margin: 0;
padding-bottom: 10px;
}
.tabs-top.tab-container .panel-container .tab-block {
padding-top: 10px;
padding-bottom: 0;
}  .parallax {
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: hidden;
color: #d9d9d9;
}
.parallax a:hover {
color: #1abb9c
}
.parallax input,
.parallax textarea {
background: #333;
background: rgba(255,255,255,0.15);
color: #d9d9d9;
border: none;
}
.parallax input:focus,
.parallax textarea:focus {
background: #222;
background: rgba(255,255,255,0.22);
border: none;
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
color: #e0e0e0
}
.parallax .section-title:before,
.parallax .section-title:after {
border-color: #777
}
.parallax.mobile {
background-attachment: scroll !important
}
.contact-info {
margin: 0;
padding: 0;
list-style: none;
}
.contact-info i {
margin-right: 7px
}  .grid-blog .post {
margin-bottom: 30px
}
.grid-blog .post .date {
display: inline
}
.grid-blog:before,
.grid-blog:after {
display: table;
content: "";
line-height: 0;
}
.grid-blog:after {
clear: both
}
.grid-blog .post {
float: left;
min-height: 1px;
position: relative;
}
.grid-blog.col3 {
margin-left: -20px;
margin-bottom: -20px;
}
.grid-blog.col3 .post {
width: 310px;
margin-left: 20px;
margin-bottom: 20px;
}
.grid-blog.col2 {
margin-left: -20px;
margin-bottom: -20px;
}
.grid-blog.col2 .post {
width: 308px;
margin-left: 20px;
margin-bottom: 20px;
}
.grid-blog hr {
clear: left;
margin-left: 20px;
display: none;
padding-bottom: 20px;
margin-bottom: 60px;
}
.grid-blog hr:nth-child(3n) {
display: block
}
.content .grid-blog hr:nth-child(3n) {
display: none
}
.content .grid-blog hr:nth-child(4n) {
display: block
}
.classic-blog .meta {
margin-bottom: 10px
}
.classic-blog h2.post-title {
margin: 0
}
.classic-blog figure,
.classic-blog iframe {
display: block;
margin-bottom: 15px;
}
.classic-blog .owl-slider-wrapper {
padding-bottom: 15px
}
.format-chat ul {
list-style: none;
padding: 0;
margin: 0;
}
.format-chat ul li strong {
text-transform: uppercase;
color: #616161;
margin-right: 3px;
}
.format-link .post-title a:after {
display: inline-block;
content: "→";
padding-left: 10px;
}
.classic-blog .meta-wrapper {
float: left;
margin-right: 15px;
}
.classic-blog .content-wrapper {
overflow: hidden
}
.classic-blog .date-wrapper {
float: none;
margin: 0;
border-bottom: none;
}
.format-wrapper,
.like-wrapper {
text-align: center;
border: 1px solid #b1b1b1;
width: 46px;
font-size: 20px;
padding: 4px 0 7px 0;
line-height: 1;
overflow: hidden;
}
.format-wrapper {
font-size: 24px;
padding: 10px 0;
line-height: 0;
}
.like-wrapper {
}
.like-wrapper i {
display: block;
font-size: 15px;
}  .pagination {
display: block
}
.pagination ul {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
list-style: none;
padding: 0;
margin: 0;
margin-top: 40px;
}
.pagination ul > li {
display: inline-block;
margin-right: 2px;
}
.pagination ul > li > a,
.pagination ul > li > span {
float: none;
border: none;
border: 1px solid #b1b1b1;
color: #939393;
font-weight: 800;
text-transform: uppercase;
padding: 9px 15px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
border: 1px solid #1abb9c;
color: #1abb9c;
}  .sidebar {
padding-left: 25px !important
}
.sidebar.left-sidebar {
padding: 15px !important;
padding-top: 0 !important;
}
.sidebox {
margin-top: 50px;
display: block;
}
.sidebox h3 {
font-size: 16px;
margin-bottom: 15px;
}
.sidebox:first-child {
margin: 0
}
.sidebox .post-list {
padding: 0;
margin: 0;
}
.sidebox .post-list:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sidebox .post-list li {
clear: both;
margin-bottom: 15px;
display: block;
overflow: hidden;
}
.sidebox .post-list h6 {
font-size: 14px;
line-height: 25px;
margin: 0;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
font-weight: 500;
}
.sidebox a {
color: #737373
}
.sidebox a:hover {
color: #1abb9c
}
.sidebox .post-list .icon-overlay {
float: left;
width: 70px;
height: 70px;
}
.sidebox .post-list .meta {
margin-left: 85px;
overflow: hidden;
margin-bottom: 0;
}
.sidebox .post-list .meta em {
font-size: 12px;
color: #9f9f9f;
font-style: normal;
font-weight: 500;
}
.sidebox .post-list .meta em:before {
display: none
}
.sidebox.widget form {
margin: 0
}
.sidebox.widget .searchform input {
margin: 0
}
.widget .list {
list-style: none;
margin: 0;
}  .about-author .author-image {
width: 120px;
float: left;
margin-right: 20px;
display: block;
}
.about-author .author-details {
overflow: hidden
}
.about-author .author-details .social {
margin: 0;
padding: 0;
overflow: hidden;
}  #comments {
margin: 0;
position: relative;
}
#comments ol.commentlist {
list-style: none;
margin: 0;
padding: 0;
}
#comments ol.commentlist li {
padding: 30px 0 0 0;
background: none;
border-top: 1px solid #e1e1e1;
margin-top: 20px;
}
#comments ol.commentlist li:first-child {
border: none;
margin: 0;
}
#comments .user {
float: left;
width: 70px;
height: 70px;
position: relative;
}
#comments .message {
overflow: hidden
}
#comments .arrow-box {
margin-left: 20px;
position: relative;
}
#comments ul.children {
margin: 0;
overflow: inherit;
padding: 0 0 0 55px;
list-style: none;
}
#comments ol.commentlist ul.children li {
padding-right: 0;
border: none;
}
#comments .info h2 {
font-size: 18px;
margin: 0;
display: inline;
margin-right: 5px;
}
#comments .info {
margin-bottom: 12px
}
#comments .info h2 a {
color: #606060
}
#comments .info h2 a:hover {
color: #1abb9c
}
#comments .info .meta {
display: block;
margin: 0;
}
#comments .info .meta .date {
display: inline
}
#comments a.reply-link {
display: inline;
color: #9f9f9f;
}
#comments a.reply-link:hover {
color: #1abb9c
}
.comment-form-wrapper p {
padding-bottom: 20px
}  .pricing {
overflow: hidden;
text-align: center;
padding-bottom: 10px;
display: block;
}
.pricing ul {
padding: 0
}
.pricing .btn {
margin: 0
}
.pricing .plan {
border: 1px solid #D7D7D7;
background: #fff;
}
.pricing .plan h3 {
font-size: 18px;
line-height: 45px;
margin: 0;
padding: 5px 0;
color: #5c5c5c;
border-bottom: 1px solid #D7D7D7;
}
.pricing .plan h4 {
padding: 20px 0;
margin: 0;
background-color: #f9f9f9;
border-bottom: 1px solid #D7D7D7;
}
.pricing .plan h4 span {
color: #1abb9c
}
.pricing .plan h4 .amount {
display: block;
text-align: center;
}
.pricing .plan h4 .amount {
font-size: 45px;
padding-bottom: 10px;
}
.pricing .plan h4 .amount span {
vertical-align: super;
font-size: 20px;
font-weight: 300;
}
.pricing .plan ul {
margin: 0;
padding: 0 20px;
list-style: none;
}
.pricing .plan ul li {
padding: 15px 0;
border-bottom: 1px solid #D7D7D7;
}
.pricing .plan h3 {
text-transform: uppercase
}
.pricing .select {
padding: 18px 0
}  #fancybox-thumbs ul li img {
max-width: none
}
.info.hidden {
display: none
}
.fancybox-wrap {
background: #FFF !important
}
.fancybox-title,
.fancybox-error {
font-family: 'Raleway', sans-serif !important;
font-size: 14px !important;
line-height: 24px !important;
font-weight: 500 !important;
}
.fancybox-title h2,
.fancybox-title h3 {
color: #616161;
margin-bottom: 5px;
line-height: 22px;
font-size: 18px;
}
.fancybox-skin {
color: #616161 !important
}
.fancybox-title-inside-wrap {
padding: 20px !important
}
.fancybox-nav span {
width: 36px !important;
height: 36px !important;
margin-top: -18px !important;
}
.fancybox-close {
top: 10px !important;
right: 10px !important;
width: 36px !important;
height: 36px !important;
}
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
font-family: 'fontello';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
margin-right: 0 !important;
margin-top: 6px !important;
text-align: center;
width: 36px !important;
font-size: 20px !important;
} @-moz-document url-prefix() { 
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
margin-top: 5px !important
}
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
background: rgba(255,255,255,0.7) !important;
color: #606060 !important;
text-align: center !important;
-webkit-transition: all 200ms ease-in !important;
-o-transition: all 200ms ease-in !important;
-moz-transition: all 200ms ease-in !important;
opacity: 0;
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
background: rgba(255,255,255,0.9) !important
}
.fancybox-wrap:hover .fancybox-close,
.fancybox-wrap:hover .fancybox-prev span,
.fancybox-wrap:hover .fancybox-next span {
opacity: 1
}
.fancybox-prev span:before {
content: '\e75d'
}
.fancybox-next span:before {
content: '\e75e'
}
.fancybox-close:before {
content: '\2715'
}
#fancybox-loading {
margin-top: -18px !important;
margin-left: -18px !important;
opacity: 1 !important;
}
#fancybox-loading div {
height: 36px !important;
width: 36px !important;
position: relative !important;
-webkit-animation: rotation .8s infinite linear !important;
-moz-animation: rotation .8s infinite linear !important;
-o-animation: rotation .8s infinite linear !important;
animation: rotation .8s infinite linear !important;
border-left: 3px solid rgba(26,187,156,.15) !important;
border-right: 3px solid rgba(26,187,156,.15) !important;
border-bottom: 3px solid rgba(26,187,156,.15) !important;
border-top: 3px solid rgba(26,187,156,.8) !important;
border-radius: 100% !important;
}
.fancybox-overlay {
background: rgba(27,27,27,0.94) !important
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.33);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.33);
box-shadow: 0 0 5px rgba(0,0,0,0.33);
}  .font-icons {
list-style: none;
margin: 0;
padding: 0;
}
.font-icons li {
display: inline-block;
font-size: 25px;
margin-bottom: 10px;
padding: 0 10px;
}
.alert .close {
line-height: 22px
}
.retina-icons-code i {
font-size: 18px
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
text-align: center
}
.retina-icons-code code {
color: #888;
background: none;
white-space: normal;
}
.table-bordered {
border: 1px solid #dedede;
border-left: none;
background: #fff;
}
.table-bordered th,
.table-bordered td {
border-left: 1px solid #dedede
}
.retina-icons-code td {
vertical-align: middle !important
}
.table th,
.table td {
border-top: 1px solid #dedede
}
.picons-list .font-icons li {
font-size: 50px;
margin-bottom: 40px;
padding: 0 20px;
}
.picons-list .retina-icons-code i {
font-size: 40px;
line-height: 1;
margin-top: 5px;
display: block;
}  .canvas-text-trigger {
cursor:pointer;
}
.bonfire-slideout-button {
position:fixed;
z-index:8009;
color: #f7f7f7;
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-o-transition: all .35s ease;
-ms-transition: all .35s ease;
transition: all .35s ease;
bottom: 20px;
right: 20px;
text-decoration: none;
background: rgba(0,0,0,0.5);
color: #f7f7f7;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-webkit-backface-visibility: hidden;
line-height: 1;
font-size: 16px;
padding: 12px;
}
.bonfire-slideout-button.ebor-slideout-left {
right: auto;
left: 20px;
}
.bonfire-slideout-button:focus {
color: #f7f7f7;
}
.bonfire-slideout-button:hover {
color: #1abb9c;
background: rgba(0,0,0,0.7);
}
.bonfire-slideout-close {
position:absolute;
top:20px;
right:20px;
cursor:pointer;
padding: 8px 15px;
font-size: 14px;
color: #f7f7f7;
background: rgba(0,0,0,0.5);
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
}
.bonfire-slideout-close.ebor-slideout-left {
right: auto;
left: 20px;
}
.bonfire-slideout-close:before {
font-family: 'fontello';
content: '\e819';
line-height: 1;
}
.bonfire-slideout-close:hover {
color: #1abb9c;
}
.bonfire-slideout img {
max-width:100%;
}
.bonfire-slideout {
background-color:#202020;
}
.bonfire-slideout {
position:fixed;
overflow:auto;
bottom:0;
left:-100%;
width:100% !important;
height:100% !important;
z-index:99999;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform .8s ease, left 0s ease;
-moz-transition: -moz-transform .8s ease, left 0s ease;
-o-transition: -o-transform .8s ease, left 0s ease;
-ms-transition: -ms-transform .8s ease, left 0s ease;
transition: transform .8s ease, left 0s ease;
-webkit-overflow-scrolling: touch;
}
.bonfire-slideout-inner {
max-width:100%;
max-height:100%;
overflow:auto;
}
.bonfire-slideout-inner-inner {
padding:70px 0;
}
.bonfire-slideout-active {
opacity:0.99 !important;
left:0 !important;
}
.bonfire-slideout-active-translate {	
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.bonfire-slideout-content {
color: #aaa
}
.bonfire-slideout-content a:hover {
color: #aaa
}
.bonfire-slideout-content h1,
.bonfire-slideout-content h2,
.bonfire-slideout-content h3,
.bonfire-slideout-content h4,
.bonfire-slideout-content h5,
.bonfire-slideout-content h6 {
color: #d0d0d0
}
.bonfire-slideout-content .section-title:before,
.bonfire-slideout-content .section-title:after {
border-color: #353535;
}
.bonfire-slideout-content input {
height: 44px;
}
.bonfire-slideout-content input,
.bonfire-slideout-content textarea {
background: none;
font-size: 12px;
border: 1px solid #353535;
-webkit-border-radius: 0;
border-radius: 0;
}
.bonfire-slideout-content .btn-submit {
color: #FFF !important;
background: #1abb9c
}
.bonfire-slideout-content input:focus,
.bonfire-slideout-content textarea:focus {
background: none;
border: 1px solid #636363;
}
.bonfire-slideout-content input[type="submit"] {
border: none;
}  .com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }
.prettyprint {
padding: 8px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
} ol.linenums {
margin: 0 0 0 33px; padding: 0 0 0 2px;
}
ol.linenums li {
padding-left: 12px;
color: #bebec5;
line-height: 20px;
text-shadow: 0 1px 0 #fff;
}
img.img-icon {
max-width: 35px !important;
height: auto;
}
.ebor-blog-gallery .item {
margin-bottom: 20px;
}
.item span.caption {
padding-bottom: 30px;
display: block;
}
.aq-block-aq_image_block a {
display: block;
}
.fancybody p {
margin-bottom: 0;
}
.portfolio.fix-portfolio > .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.sticky {}
.bypostauthor img.avatar {}
img.alignleft,
img.aligncenter,img.alignright,
img.alignnone {
margin-bottom: 15px;
margin-top: 15px;
}
img.alignnone {
display: block;
}
img.alignleft { float: left; margin-right: 30px; }
img.alignright { float: right; margin-left: 30px; }
img.aligncenter { display: block; margin-right: auto; margin-left: auto; text-align: center; }
.wp-caption { margin: 40px 0; max-width: 100%; text-align: center; color: #999; padding: 0 40px; }
.gallery-caption { margin: 40px 0; max-width: 100%; text-align: center; color: #999; padding: 0 40px; position: absolute; top: 0; left: 0; z-index: 999; }
.wp-caption-text, .gallery-caption-text { margin: 6px 0; font-style: italic; font-size: 95%; line-height: 120%; }
.aligncenter { text-align: center }
.zilla-likes,
.zilla-likes.active,
.zilla-likes:hover { margin-bottom: 0 !important; padding-bottom: 0 !important;
}
.centered { 
text-align: center;
}
.no-sidebar .more-link {
display: block; text-align: center;
}
#testimonials .tab {
margin: 0 2px;
}
p:empty {
display: none;
}
.map img {
max-width: none !important;
}
footer .post-list div.overlay {
display: none;
}
table#wp-calendar {
border: 1px solid #cccccc
}
table#wp-calendar>tbody>tr>td>a {
text-decoration: underline
}
table#wp-calendar thead>tr>th { 
width: 35px;
height: 20px;
text-align: center;
border: 1px solid #cccccc;
}
table#wp-calendar tbody>tr>td {
width: 35px;
height: 20px;
text-align: center;
border: 1px solid #cccccc;
}
table#wp-calendar tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
text-decoration: underline;
height: 23px;
nowhitespace: afterproperty;
margin-left: 10px;
padding-bottom: 3px;
}
table#wp-calendar tfoot>tr>td#prev {
width: 58px;
height: 20px;
text-align: left;
}
table#wp-calendar tfoot>tr>td#next {
width: 58px;
height: 20px;
text-align: right;
}
.sidebar .widget_rss ul li:before {
display: none;
}
.widget_rss li {
margin-bottom: 20px; padding-bottom: 20px;
}
.widget_rss li .rsswidget, .widget_rss li cite {
font-weight: bold; display: block;
}
.widget_rss li .rss-date {
display: block; margin-bottom: 10px;
}
.widget_rss li cite {
margin-top: 10px;
}
.map {
height: 430px;
}
.sidebox img {
max-width: 100%;
height: auto;
}
select {
max-width: 100%;
}
footer div.icon-overlay {
display: none;
}
.whoopsie-daisy-wrapper {
text-align: center;
padding: 100px 0;
}
.whoopsie-daisy {
font-size: 80px; letter-spacing: 13px; margin-bottom: 35px;
text-indent: 14px;
}
.coming-soon {
font-size: 60px;
line-height: 80px;
}
.whoopsie-daisy small {
display: block;
font-size: 20px;
margin-bottom: 30px;
letter-spacing: normal;
text-indent: 0;
}
.widget img, .post-feed-alt-image img {
max-width: 100%;
height: auto;
width: auto;
}
.widget_ns_mailchimp label {
display: none !important;
}
.post-content ul {
margin-bottom: 30px;
}
.navbar.basic.default,
.navbar.basic.default .navbar-header {
min-height: 103px;
}
.aq-block-aq_column_block [class*="col-sm-"]{
width: 100%;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.etabs li:before,
.pricing li:before,
.progress-list li:before,
.font-icons li:before,
.social li:before,
.filter li:before,
.items li:before,
.pagination li:before,
.post-list li:before,
.gform_wrapper li:before,
.item-details li:before,
.flexslider li:before,
.rpwe_widget li:before,
.rev_slider_wrapper li:before {
display: none !important;
}
.etabs li,
.pricing li,
.progress-list li,
.font-icons li,
.social li,
.filter li,
.items li,
.pagination li,
.post-list li,
.gform_wrapper li,
.item-details li,
.flexslider li,
.rpwe_widget li,
.rev_slider_wrapper li {
padding-left: 0 !important;
}
.thin .thin {
width: 100%;
}
.post-content > .aq-block-aq_portfolio_block.col-sm-12 {
padding: 0 !important;
float: none !important;
margin-top: -20px;
clear: both;
}
.aq-block.aq-block-aq_image_block {
text-align: center !important;
}
.post-content > .aq-block-aq_revslider_block.col-sm-12,
.post-content > .aq-block-aq_map_block.col-sm-12 {
padding: 0 !important;
float: none;
}
.post-content > .aq-block-aq_section_title_block.col-sm-12 {
float: none;
padding-top: 70px;
padding-bottom: 15px;
}
.nav.navbar-nav > li:last-of-type > ul {
left: auto;
right: 0;
} 
.hentry ul ul {
margin-left: 30px;
}
.hentry ol ol {
margin-left: 17px;
}
.ebor-icon-link p,
.ebor-icon-link:hover p {
color: #737373;
}
#sub-header.sub-footer {
background: #2d2d2d;
padding: 10px 0 11px;
}
.navbar.fixed #sub-header {
display: none;
}
#sub-header .pull-left {
position: relative;
top: 2px;
}
#sub-header .pull-left i {
position: relative;
top: 2px;
margin-right: 3px;
}
#sub-header .pull-left i:nth-of-type(2){
margin-left: 25px;
}
#sub-header.sub-footer.social-line .container:after {
content: '';
display: block;
background: #e1e1e1;
height: 1px;
position: relative;
top: 11px;
}
#sub-header.sub-footer.social-line .pull-left a,
#sub-header.sub-footer.social-light .pull-left a {
color: #737373;
}
.post-content > .aq-block.col-sm-12 {
float: none;
clear: both;
}
.post-content img {
max-width: 100%;
height: auto;
}
.fancybox-nav {
height: 80%;
}
.fancybox-nav span {
top: 70%;
}
.ebor-blog-gallery img {
width: 100%;
max-width: none !important;
}  div.wpcf7 {
margin-top: 35px;
}
.thin div.wpcf7 {
margin-top: 0;
}
div.wpcf7 .wpcf7-not-valid { 
border: 1px solid #b54d4d
}
span.wpcf7-not-valid-tip { 
display: none !important 
}
div.wpcf7-validation-errors {
margin: 0;
padding: 10px;
background-color: #fcf8e3;
color: #c09853;
border: 1px solid #faebcc;
border-radius: 3px;
}
div.wpcf7-mail-sent-ok {
margin: 0;
padding: 10px;
border: 1px solid #d6e9c6;
background-color: #dff0d8;
color: #468847;
border-radius: 3px;
}
div.wpcf7 input[type="submit"] {
margin-bottom: 0;
}
.widget_ns_mailchimp form label {
font-weight: 400;
}
div.wpcf7 textarea {
height: 110px;
}
.aq-block-aq_image_block img {
width: auto;
height: auto;
max-width: 100%;
}
.owl-prev.disabled,
.owl-next.disabled {
display: none;
}
.parallax .icon i.icn,
.parallax .icon-border i{
color: #e0e0e0;
}
.clear {
display: block;
clear: both;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
position: static;
}
.yamm .container {
position: relative;
}
.yamm .dropdown-menu {
left: auto;
}
.yamm .yamm-content {
padding: 20px 30px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
left: 0;
right: 0;
}
.yamm-content * {
color: #e9e9e9;
}
.yamm-content ul.circled li {
border: none;
}
.yamm-content ul.circled li a {
text-transform: none;
padding: 2px 0 !important;
border: none;
font-size: 12px;
}
.yamm-content ul.circled li a:hover {
padding: 0 !important;
background: none !important;
}
.yamm-content a {
padding: 0 !important;
}
.yamm-content ul.circled {
margin-bottom: 0px;
}
.yamm-title,
.yamm-content h3 {
margin-bottom: 13px;
color: #e3e3e3 !important;
font-size: 13px !important;
line-height: 17px !important;
}
.yamm-menu a {
font-weight: 400 !important;
font-size: 14px !important;
letter-spacing: 0 !important;
}  h1.page-title {
float: left;
}
.woocommerce-page table.cart td.actions .coupon .input-text {
border-top: none;
border-left: none;
border-right: none;
width: 180px;
margin-right: 15px;
border-bottom: none;
}
.cart_totals table {
max-width: 400px;
float: right;
}
.cart_totals table * {
text-align: right;
}
.shipping_calculator h2 {
text-align: right !important;
font-size: 16px !important;
}
.page-title p {
display: inline;
text-transform: none;
font-size: 12px;
float: none !important;
font-weight: 400;
letter-spacing: 0px;
padding-left: 10px;
}
.ebor-cart {
position: relative;
}
.ebor-cart a {
font-size: 16px !important;
}
.ebor-cart a i {
border: 1px solid #dbdbdb;
padding: 8px 10px;
display: block;
margin-top: -8px;
margin-bottom: -10px;
}
.ebor-count {
width: 16px;
height: 17px;
text-align: center;
line-height: 17px;
position: absolute;
top: 20px;
right: 5px;
font-size: 10px;
border-radius: 8px;
color: #fff !important;
display: block;
}
.fixed .ebor-count {
top: 8px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 48%;
}
.woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
top: 14px;
right: 14px;
width: 50px;
height: 50px;
border-radius: 25px;
line-height: 44px;
text-transform: uppercase;
z-index: 9;
}
.woocommerce h2 {
font-size: 16px !important;
}
.woocommerce .button,
.added_to_cart,
.woocommerce .price {
padding: 6px 12px !important;
}
.woocommerce input[type="submit"].button {
padding: 12px 21px !important;
}
.col-md-6 div.star-rating,
.col-md-6 .price {
float: right !important;
clear: both;
}
.woocommerce .price {
font-size: 14px !important;
text-align: center;
}
.woocommerce .price del {
display: none !important;
}
.woocommerce .col-md-8 .button,
.woocommerce .col-md-8 .added_to_cart {
margin-top: 10px;
}
.woocommerce .col-md-4 .star-rating + .price {
margin-top: 22px;
}
.woocommerce-hr {
margin: 40px 0 15px;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
margin-bottom: 0 !important;
}
.woocommerce .images figure {
margin-bottom: 0;
}
.woocommerce .panel {
border: none;
box-shadow: none;
}
.woocommerce .comment-text {
background: #fff;
}
.woocommerce-tabs ul.tabs li {
background: none !important;
border: none !important;
margin: 0 !important;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
letter-spacing: 1px;
}
.woocommerce-tabs ul.tabs li:before,
.woocommerce-tabs ul.tabs li:after,
.woocommerce-tabs ul.tabs:before,
.woocommerce-tabs ul.tabs:after {
display: none !important;
}
.woocommerce-tabs ul.tabs li.active {
background: #fff !important;
}
.woocommerce-tabs ul.tabs {
margin-bottom: 0 !important;
border: none !important;
padding: 0 !important;
}
div[itemprop="description"] {
padding: 15px 0 5px;
}
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus  {
display: none !important;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
border-radius: 0 !important;
border: none !important;
height: auto !important;
padding: 6px !important;
width: 80px !important;
background: #f5f5f5 !important;
}
.single.woocommerce .quantity input.qty {
padding: 11px 6px !important;
margin-right: 20px !important;
}
.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity {
width: 80px !important;
overflow: visible !important;
}
.woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart {
margin: 15px 0 5px;
}
.added {
display: none !important;
}
th, td {
text-align: center;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
width: 80px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: none;
border-radius: 0px;
height: 14px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
border: none;
border-radius: 0px;
height: 20px;
width: 15px;
}
button.button {
font-size: 12px !important;
letter-spacing: 1px !important;
font-weight: 900 !important;
}
.single-product.single figure {
margin-bottom: 0;
}
.woocommerce .button,
.added_to_cart,
.woocommerce .price,
.woocommerce-tabs ul.tabs li a {
padding: 10px 20px !important;
color: #656565 !important;
font-size: 12px !important;
font-weight: 800 !important;
border: 1px solid #dbdbdb !important;
text-transform: uppercase !important;
background: none !important;
}
.woocommerce .button:hover,
.added_to_cart:hover,
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a {
background: #f5f5f5 !important;
}
.woocommerce .price {
border: 1px solid;
}
.woocommerce .price,
.woocommerce .price * {
font-weight: 900 !important;
}
.woocommerce-tabs ul.tabs li {
padding: 0 !important;
}
.woocommerce-tabs ul.tabs {
margin-bottom: 30px !important;
}  @media (min-width: 1200px) { 
.fix-portfolio .items.col4,
.fix-portfolio .items.col3 {
margin-left: -10px;
margin-bottom: -10px;
}
.fix-portfolio .items.col4 li {
width: 285px;
margin-left: 10px;
margin-bottom: 10px;
}
.fix-portfolio .items.col3 li {
width: 382px;
margin-left: 10px;
margin-bottom: 10px;
}
.grid-blog.col3,
.grid-blog.col2 {
margin-left: -30px;
margin-bottom: -30px;
}
.grid-blog.col3 .post,
.grid-blog.col2 .post {
width: 370px;
margin-left: 30px;
margin-bottom: 30px;
}
.grid-blog.col3 hr,
.grid-blog.col2 hr {
margin-left: 30px
}
.sidebar {
padding-left: 35px !important
}
.owl-carousel .owl-controls {
display: block !important
}
.grid-blog.col2 .post {
width: 369px;
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) { 
.navbar.basic.fixed .navbar-brand img {
width: auto
}
}
@media (min-width: 993px) { 
.navbar .dropdown-submenu > a:after {
display: none
}
.navbar .dropdown-submenu > .dropdown-menu {
margin-top: 0
}
.dropdown-submenu {
position: relative
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
}
.dropdown-submenu.pull-left {
float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
}
.open > .dropdown-menu,
.open >  .dropdown-menu > .dropdown-submenu > .dropdown-menu {
animation-name: slidenavAnimation;
animation-duration: .3s;
animation-iteration-count: 1;
animation-timing-function: ease;
animation-fill-mode: forwards;
-webkit-animation-name: slidenavAnimation;
-webkit-animation-duration: .3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: forwards;
-moz-animation-name: slidenavAnimation;
-moz-animation-duration: .3s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes slidenavAnimation {
from {
opacity: 0
}
to {
opacity: 1
}
}
}
@media (max-width: 991px) { 
.ebor-cart {
display: none !important;
}
.yamm-content .aq-block {
width: 100% !important;
display: none;
}
.yamm-content .aq-block.aq-block-aq_menu_block,
.yamm-content .aq-block.aq-block-aq_column_block {
display: block;	
margin-bottom: 0;
}
.yamm .yamm-content {
padding: 20px 0 0;
}
.yamm-content .aq-block ul {
margin-bottom: 20px;
margin-left: 0;
padding-left: 0;
}
.yamm-content .aq-block ul li {
display: block !important;
padding: 0 !important;
margin: 0 !important;
}
.yamm-content .ul aq-block.aq-block-aq_menu_block:last-child ul {
margin-bottom: 0;
}
.yamm-content .aq-block ul li:before {
display: none;
}
.yamm-content .aq-block ul li a,
.yamm-content .aq-block ul li a:hover {
padding: 10px 0 !important;
font-weight: 700 !important;
display: block !important;
}
.btn.responsive-menu {
display: block
}
.navbar .nav,
.navbar .dropup,
.navbar .dropdown,
.navbar .collapse {
position: relative
}
.navbar .dropdown-menu {
position: relative;
left: inherit;
top: inherit;
float: none;
width: auto;
display: block !important;
background: none;
}
.navbar-nav > li > a,
.navbar-nav > li:first-child > a,
.navbar .dropdown-menu li {
border: none
}
.navbar-nav > li > a,
.navbar .dropdown-menu li a {
border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
background: none;
border: none;
}
.navbar-nav > li > a,
.navbar .dropdown-menu li a,
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
padding: 12px 0 !important
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 1
}
.navbar-nav > li > a,
.navbar-nav > li > a:focus {
color: #1abb9c
}
.navbar .dropdown-menu li a {
color: #cacaca
}
.navbar .dropdown-menu {
padding-left: 20px
}
.navbar .dropdown-menu a {
text-transform: none !important;
font-size: 13px !important;
}
.navbar.basic .btn.responsive-menu {
margin: 31px 0
}
.navbar-header {
float: left;
width: 100%;
}
.navbar-header:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.navbar.basic.default,
.navbar.basic.fixed {
position: relative
}
.offset {
display: none
}
.navbar.basic .container {
width: 100%;
padding: 0;
}
.navbar.basic .navbar-collapse {
width: 100%;
float: none !important;
margin: 0;
background: #414141;
}
.navbar.basic .navbar-nav {
width: 720px;
margin: 0 auto;
padding: 0;
}
.navbar.basic .basic-wrapper {
width: 720px;
margin: 0 auto;
display: block;
}
.navbar.basic.default .navbar-brand img,
.navbar.basic.fixed .navbar-brand img {
height: auto
}
.navbar.basic .navbar-brand {
padding-top: 24px !important
}
.fix-portfolio .items.col3 li {
width: 355px;
margin-left: 8px;
margin-bottom: 8px;
}
#sub-header {
display: none;
}
}
@media (min-width: 768px) and (max-width: 979px) { 
.navbar .container,
.container {
padding-right: 15px;
padding-left: 15px;
}
.navbar-nav > li > a {
padding: 15px 18px
}
.navbar.basic .navbar-nav > li {
margin-left: 10px
}
.navbar.basic .navbar-nav > li > a {
padding: 30px 5px
}
.tabs-top .etabs {
margin-bottom: -8px
}
.tabs-top .tab {
margin-bottom: 8px
}
.classic-blog .post {
margin-bottom: 30px
}
[class*="col-md-"] {
margin-bottom: 30px
}
[class*="col-md-"].lp30 {
padding-left: 15px
}
#testimonials,
.thin {
width: 100%
}
.services-3 .icon:before {
width: 50%;
left: -70%;
}
.services-3 .icon:after {
width: 50%;
right: -70%;
}
.fix-portfolio .items.col4,
.fix-portfolio .items.col3 {
margin-left: -9px;
margin-bottom: -9px;
}
.fix-portfolio .items.col4 li,
fix-portfolio .items.col3 li {
width: 234px;
margin-left: 9px;
margin-bottom: 9px;
}
.grid-blog.col3 {
margin-left: -20px;
margin-bottom: -20px;
}
.grid-blog.col3 .post {
width: 350px;
margin-left: 20px;
margin-bottom: 20px;
}
.grid-blog.col3 hr {
margin-left: 20px
}
.grid-blog.col2 {
margin-left: 0
}
.grid-blog.col2 .post {
width: 100%;
margin-left: 0;
}
.grid-blog.col2 hr {
margin-left: 0
}
.grid-blog.col3 hr:nth-child(3n) {
display: none
}
.grid-blog.col3 hr:nth-child(4n) {
display: block
}
.grid-blog.col2 hr {
display: block
}
.aq-block-aq_icon_column_block{
width: 50% !important;
margin-bottom: 30px;
}
.aq-block-aq_icon_multiple_block,
.aq-block-aq_image_block {
width: 100% !important;
margin-bottom: 30px;
}
}
@media (max-width: 767px) { 
.ebor-blog-gallery > .item {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.navbar .container,
.container {
padding-right: 20px;
padding-left: 20px;
}
[class*="col-"] {
margin-bottom: 30px
}
.navbar.basic .navbar-nav {
width: 100%;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.navbar.basic .basic-wrapper {
width: 100%;
padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
display: block;
}
.navbar.basic .navbar-nav > li {
margin-left: 0
}
.services-3 .col .icon:before,
.services-3 .col .icon:after {
display: none
}
.bonfire-slideout-button {
display: none
}
footer .inner {
padding-bottom: 40px
}
.sub-footer p.pull-left,
.sub-footer ul.pull-right {
float: none !important;
text-align: center;
}
.sub-footer p {
margin-bottom: 20px
}
.footer-menu li {
padding: 0 5px
}
#testimonials,
.thin {
width: 100%
}
.filter li {
margin-right: 6px;
margin-bottom: 0;
line-height: 45px;
display: inline-block;
}
.filter li a {
border: 1px solid #dbdbdb
}
.fix-portfolio .items.col4,
.fix-portfolio .items.col3 {
margin-left: 0;
margin-bottom: 0;
}
.fix-portfolio .items.col4 li,
.fix-portfolio .items.col3 li {
width: 100%;
margin-left: 0;
margin-bottom: 20px;
}
.share.pull-left,
.navigation.pull-right {
float: none !important
}
.navigation a {
margin-left: 0;
margin-right: 3px;
}
.grid-blog.col3 {
margin-left: 0;
margin-bottom: 20px;
}
.grid-blog.col3 .post {
width: 100%;
margin-left: 0;
}
.grid-blog.col3 hr {
margin-left: 0
}
.grid-blog.col2 {
margin-left: 0
}
.grid-blog.col2 .post {
width: 100%;
margin-left: 0;
}
.grid-blog.col2 hr {
margin-left: 0
}
.grid-blog.col3 hr {
display: block
}
.grid-blog.col2 hr {
display: block
}
.sidebar {
margin-top: 70px;
padding-left: 15px !important;
}
.pagination ul {
margin-top: 0px
}
.pagination ul > li {
margin-bottom: 20px
}
#comments .user {
display: none
}
#comments ul.children {
padding: 0 0 0 20px
}
#comments .arrow-box {
margin-left: 0
}
.about-author .author-image {
display: none
}
.tab {
display: block !important;
margin: 0 !important;
}
.tabs-top .tab {
margin-bottom: 8px !important
}
.tabs-top .etabs {
margin-bottom: -8px
}
#testimonials .tab {
display: inline-block !important
}
.footer .widget.single .contact-info li {
display: block
}
.section-title:before,
.section-title:after {
display: none
}
[class*="col-md-"] {
margin-bottom: 30px
}
[class*="col-md-"].lp30 {
padding-left: 15px
}
.map {
height: 280px;
}
}
.centered-header .navbar-collapse {
float: none !important;
}
.centered-header .navbar-brand, 
.centered-header .navbar-collapse {
width: 100%;
text-align: center;
}
.centered-header #menu-standard-navigation {
float: none;
padding-top: 20px;
}
.centered-header .navbar .nav > li {
float: none;
display: inline-block;
text-align: left;
}
.centered-header .navbar .nav > li {
margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) { 
.centered-header .navbar-brand, 
.centered-header .navbar-collapse {
width: auto;
text-align: left;
}
.centered-header #menu-standard-navigation {
float: none;
padding-top: 0px;
}
.centered-header .navbar .nav > li {
float: none;
display: block;
text-align: left;
}
.centered-header .navbar .nav > li {
margin: 15px 0 0 0;
}
}
@media (max-width: 767px) { 
.centered-header .navbar-brand, 
.centered-header .navbar-collapse {
width: auto;
text-align: left;
}
.centered-header #menu-standard-navigation {
float: none;
padding-top: 20px;
}
.centered-header .navbar .nav > li {
float: none;
display: block;
text-align: left;
}
.centered-header .navbar .nav > li {
margin: 15px 0 0 0;
}
}